summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* correction to #2360scivision2024-01-161-3/+3
* [FIX] compile: gcc version > 11.3, treat -Wmaybe-uninitialized as erroryourfather2023-12-301-0/+10
* Merge pull request #1562 from jhasse/googletestJan Niklas Hasse2023-11-221-1/+30
|\
| * CMakeLists.txt: Use GTest::gtest instead of gtestDavid 'Digit' Turner2023-11-161-1/+18
| * Revert back to GoogleTest 1.10.0 for RHEL 7Jan Niklas Hasse2023-10-121-2/+2
| * Update GoogleTest to last release to support C++11Jan Niklas Hasse2023-10-121-2/+2
| * Merge branch 'master' into googletestJan Niklas Hasse2023-10-121-11/+53
| |\
| * \ Merge branch 'master' into googletestJan Niklas Hasse2021-11-161-19/+41
| |\ \
| * | | GoogleTest 1.11.0 now requires linking pthread on LinuxJan Niklas Hasse2021-11-161-1/+2
| * | | Use GoogleTest instead of our own frameworkJan Niklas Hasse2020-11-181-1/+12
* | | | fixup!Shao-Ce SUN2023-10-231-5/+7
* | | | Add a check for re2c versionShao-Ce SUN2023-10-231-2/+5
| |_|/ |/| |
* | | Fix check of filename lengthDaniel Brondani2023-09-071-1/+2
* | | CMakeLists: Fix ppoll() feature detection.David 'Digit' Turner2023-05-101-2/+10
* | | Enable ppoll() usage when available.David 'Digit' Turner2023-04-211-0/+11
* | | Add overridable parameter for name of Python binary (#2224)William Kent2022-12-131-1/+3
* | | Compile getopt as a C++ file, so that CMake need not look for a C compiler at...Michael Jones2022-08-241-1/+9
* | | Build ninja with C++11 (#2089)Bruce Dawson2022-06-161-0/+4
* | | Add an option to avoid building binary when used as a libraryKen Matsui2022-06-101-7/+15
* | | cmake: remove unnecessary install parameterMichael Hirsch2022-02-211-1/+1
* | | Disable re2c from embedding the version number in the source fileMarc-Antoine Ruel2021-12-311-1/+1
| |/ |/|
* | minidump-win32 is needed by native GNU-like Clang on WindowsMichael Hirsch2021-11-031-3/+1
* | compdb: escape control characters in JSON stringsLi-Yu Yu2021-07-221-0/+2
* | cmake: use `check_symbol_exists` for browse supportBen Boeckel2021-06-021-5/+10
* | cmake: add browse check statusMichael Hirsch2021-02-231-0/+8
* | Merge pull request #1331 from ilor/missingdeps3Jan Niklas Hasse2021-02-231-0/+2
|\ \
| * | Add a -t missingdeps tool to detect some classes of build flakesTomasz Ĺšniatowski2021-02-221-0/+2
* | | Merge pull request #1915 from jhasse/windows-utf8Jan Niklas Hasse2021-02-231-0/+4
|\ \ \
| * | | Use UTF-8 on Windows 10 Version 1903, fix #1195Jan Niklas Hasse2021-02-171-0/+4
| |/ /
* | | Merge pull request #1911 from eszlari/cmake-cleanupJan Niklas Hasse2021-02-221-13/+13
|\ \ \
| * | | cmake: add_compile_options / PROJECT_SOURCE_DIRPeter Eszlari2021-02-091-13/+13
| |/ /
* | | Turn BuildStatus into an interfaceColin Cross2020-12-181-0/+1
|/ /
* | cmake: Use modern add_test signatureGregor Jasny2020-12-111-1/+1
* | Merge pull request #1876 from orgads/msvc-warningsJan Niklas Hasse2020-12-051-1/+3
|\ \ | |/ |/|
| * Suppress MSVC warningsOrgad Shaneh2020-11-111-1/+3
* | Merge pull request #1879 from kadler/aix-cleanupJan Niklas Hasse2020-11-141-4/+17
|\ \
| * | Fix test crashes on AIXKevin Adler2020-11-131-0/+6
| * | Add libperfstat to AIX CMake buildKevin Adler2020-11-131-0/+5
| * | Use internal getopt for IBM i and AIXKevin Adler2020-11-131-4/+6
| |/
* | Fix mulit-configuration bug. This affected users who usehdf89shfdfs2020-11-131-10/+8
|/
* cmake: Use ${CMAKE_COMMAND} instead of `cmake`Nathan Mulcahey2020-11-031-1/+1
* fixup: remove unneeded CMAKE_C_FLAGSJesse Gorzinski2020-10-291-1/+0
* build: Add IBM i compile/link flagsJesse Gorzinski2020-10-291-0/+8
* cmake: add BUILD_TESTING option (ON by default) (#1839)David Callu2020-09-141-39/+41
* CMake: Add platform checks for browse mode supportAlastair Harrison2020-08-281-10/+25
* CMake: Add support for "browse" modeAlastair Harrison2020-08-271-0/+38
* cmake: use PROJECT_{SOURCE,BINARY}_DIR instead of CMAKE_{SOURCE,BINARY}_DIRDavid Callu2020-07-171-3/+3
* only apply optional flags when compiler worksMichael Hirsch, Ph.D2020-04-061-1/+12
* cmake: append instead of set(x ...)Michael Hirsch, Ph.D2020-02-211-2/+2
* cmake: remove redundant cmake_policy()Michael Hirsch, Ph.D2020-02-211-2/+0