Commit Graph

302 Commits (use_std_locale)

Author SHA1 Message Date
elsid e646449880
Add CI job to measure preprocessed code size 1 year ago
elsid 8e9c78d20c
Split Ubuntu_Clang_Tidy job 1 year ago
elsid 74e38148f3
Use merge_request_event as a source for CI jobs when there is MR 1 year ago
psi29a bc65c7a53a make use of new backported bullet 3.24 1 year ago
elsid 30fd8c9d23
Add benchmarks for RefId serialization and deserialization 1 year ago
elsid 1e80b9f225
Do not add CMake to system path 1 year ago
elsid 664c58d138
Report disk size on windows 1 year ago
elsid 00d0c81df9
Use installed CMake for Windows CI jobs 1 year ago
elsid 712feb0d92
Run CS tests in CI 1 year ago
psi29a efebb8efd8 Merge branch 'cmake_fixes' into 'master'
Formatting and coverage related CMake files fixes

See merge request OpenMW/openmw!2811
1 year ago
psi29a d4d9b2d699 Merge branch 'multithreaded-bullet-windows' into 'master'
Use multithreaded Bullet libraries on Windows

Closes #7270

See merge request OpenMW/openmw!2816
1 year ago
psi29a 3594f92e3a Merge branch 'symstore' into 'master'
Package symbols for symbol server in CI

See merge request OpenMW/openmw!2818
1 year ago
AnyOldName3 946e905d58 Bump cache key for new Bullet binaries 1 year ago
elsid a527db8ca7
Enforce space only indendation in CMake files 1 year ago
elsid d2ef0f6a9e
Check file names
File names should follow https://wiki.openmw.org/index.php?title=Naming_Conventions#Files.
Enforce this in CI. Add a list of exceptions for already present files.
1 year ago
uramer 7a7fd128aa Revert formatting .gitlab-ci.yml 1 year ago
uramer a8d32ebdca Rename the build_teal script 1 year ago
uramer 7d4222b9ce Zip the teal directory 1 year ago
uramer 75fcf53f7d Teal CI 1 year ago
elsid 9c8a110efb
Print crash log in integration tests CI job 1 year ago
elsid 42a3b3ca49
Drop -fsanitize=pointer-compare for Ubuntu_GCC_tests_asan CI job
Otherwise compiler may produce a code that linker fails to link.

For openmw it fails with following error
(https://gitlab.com/elsid/openmw/-/jobs/3571943608):

Linking CXX executable ../../openmw_test_suite mold: error: undefined symbol:
CMakeFiles/openmw_test_suite.dir/lua/test_configuration.cpp.o:
std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char>
>::_M_high_mark() const

Related issue in a different project with links to GCC bug tracker:
https://github.com/cms-sw/cmssw/issues/36480
1 year ago
Petr Mikheev 9902be0e97 Increment cache key for windows builds in .gitlab-ci.yml 1 year ago
psi29a 1cd17d8430 See if we can get away with using another version of clang with coverity 2 years ago
AnyOldName3 3e094684e9 Fix paths 2 years ago
AnyOldName3 f98cb67cad Experiment with symbol server style symbol storage 2 years ago
ζeh Matt afa1b0077d
Improve clang-format checking script 2 years ago
ζeh Matt ad0d33ba6f
Disallow clang-format check failing 2 years ago
ζeh Matt 91ed7f73b9
Allow the check to fail for the time being 2 years ago
ζeh Matt 3e9fccd7f0
Test clang-format project wide in same pipeline 2 years ago
Matt 869a0ce2c1 Revert "Merge branch 'ci-improvement' into 'master'"
This reverts merge request !2387
2 years ago
ζeh Matt 2dde598326
Adjust rules and remove them from templates 2 years ago
ζeh Matt 98ffe5e885
Only run one pipeline for merge requests 2 years ago
psi29a bcb4215c84 Comment out flatpack build for now. 2 years ago
psi29a 856fcb7742 Merge branch 'FlatpakCI' into 'master'
Flatpak CI Build

See merge request OpenMW/openmw!2066
2 years ago
psi29a 40471666c1 Merge branch 'cherry-pick-cc27baec' into 'master'
Merge branch 'update-windows-deps' into 'master'

See merge request OpenMW/openmw!2283
2 years ago
psi29a 0e031741e7 Update .gitlab-ci.yml 2 years ago
psi29a 598af8122b removed clang_no_mold 2 years ago
psi29a db5ca630f7 Merge branch 'update-windows-deps' into 'openmw-48'
Update OSGoS dependency package

See merge request OpenMW/openmw!2278

(cherry picked from commit cc27baec62)

14663b83 Update OSGoS dependency package
944e7489 Use the correct debug-suffixes for dependencies
619bb73d Add lost backslash
149d0b2f Increment CI cache key for Windows builds
2 years ago
psi29a 0d5d416ee4 Update .gitlab-ci.yml, CI/install_debian_deps.sh 2 years ago
psi29a 202502c34b Comment Android ndk out until it someone fixes things to work with NDK >= 24 2 years ago
elsid a5a3ccd0d2
Use ubuntu:20.04 docker image for Coverity 2 years ago
elsid 7036b1e94d
Use mold linker 2 years ago
elsid 3479aa5bff
Add separate CI job with clang tidy 2 years ago
elsid c51d949d1e
Add GCC Debug job
To build code with enabled assertions but disable symbols to make it faster.
2 years ago
elsid 48ddcda992
Enable GCC test jobs
To build tests in release mode, run tests with sanitizers and measure coverage.
2 years ago
elsid 13a92b8cc2
Use Ubuntu 22.04 for Linux builds 2 years ago
Project579 7a715a7d73 Revert "Re-enable Windows tests."
This reverts commit f8cec04ce74949bf2a86fec3e1bf2c0665419b26.
2 years ago
Project579 02ef9c953e MSVC: Fix all warnings at level 4, upgrade Qt5 to 5.15.2 to also reduce warnings, disabled 5054 warnings due to Qt5's use of deprecated operators in C++20 . 2 years ago
Project579 9e59a7e271 Re-enable Windows tests. 2 years ago
Project579 5ee825b5f6 Enable warnings as errors in MSVC builds. 2 years ago