Commit graph

16 commits

Author SHA1 Message Date
Mulambo
fc6eedbd82
Fix CI (#1585)
* Set Windows GitHub image to 2022 (VS 17)
* Update cache + msbuild to include nodejs 24 in CI
* Update actions
2026-05-20 10:12:18 +02:00
David Kindl
c0670ff5bc
Update deprecated codeql-actions from v3 to v4 2026-03-09 15:43:39 +01:00
mtwango
7df95a95fe
Update Ubuntu LTS to fix mariadb/mysql conflict in build job (#1468) 2025-09-23 20:14:41 +02:00
cbnolok
ca0666938c Added automatic CodeQL and Coverity scans also to master branch commit pushes. 2025-05-26 10:52:44 +02:00
cbnolok
6c492d2be9 Updated CodeQL actions. 2025-05-25 23:38:49 +02:00
cbnolok
0cc91dac01 .github/workflows: added ld type and version reporting 2025-04-27 18:18:50 +02:00
Max Kellermann
4b05fc7861 .github/workflows: use "apt-get" instead of "apt"
"apt" is a wrapper for "apt-get" that is "better suited for
interactive usage", but really only adds overhead, and GitHub actions
are non-interactive by design.
2025-02-14 07:52:32 +01:00
Max Kellermann
6bac383243 .github/workflows: merge adjacent "apt install"
Each "apt install" invocation loads the package database, and merging
two calls speeds up the build.
2025-02-14 07:52:32 +01:00
cbnolok
93b4a9881e Updated c++ std version to c++20.
Updated CMake toolchains: improved library search (link phase).
Updated gitignore to add KDevelop files.
Fixed unused parameters, now using them as fault check.
Added include guards to some headers.
2024-05-04 12:46:34 +02:00
cbnolok
aa90867073 Changed GitHub workflows to enable manually running CodeQL and Coverity tools. 2023-10-16 17:17:11 +02:00
cbnolok
3cc867e2d3 Added filter to codeql issue reporting. 2023-10-15 16:45:06 +02:00
cbnolok
83539fa084 Fixed Windows Clang linking issues.
Moved ISWHITESPACE from a macro to a templated function.
Fixed more missing virtual/override specifiers.
Moved from header to .cpp file some CClient methods.
Fixed: CItem::DupeCopy virtual method had a different signature from CObjBase::DupeCopy.
2023-09-03 16:37:46 +02:00
cbnolok
5e63df4841 Fixed: IF parsing errors with nested < or > characters. 2023-07-16 17:07:46 +02:00
cbnolok
9e0173988c Updated branch name for static analysis tools. 2023-05-25 21:57:11 +02:00
cbnolok
df3f9660ac Updated README.md, drafted new Github workflows: Coverity-scan, CodeQL. 2023-05-25 21:52:19 +02:00
Raylde
727d09b5dc
add codeql code scan - not complete yet (#934) 2023-05-25 21:41:00 +02:00