Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | FindDoxygen: Implement more complete version checking | Christian Heimlich | 2022-07-07 | 1 | -7/+39 | |
* | | | | | | Merge topic 'findwxwidgets-mingw-regression' | Brad King | 2022-07-07 | 1 | -20/+13 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | FindwxWidgets: Do not reset wxWidgets_LIB_DIR unnecessarily | Maarten Bent | 2022-07-06 | 1 | -2/+4 | |
| * | | | | | FindwxWidgets: Restore win32 find style on MinGW | Maarten Bent | 2022-07-06 | 1 | -18/+9 | |
| | |/ / / | |/| | | | ||||||
| * | | | | FindwxWidgets: Support more wxWidgets versions, including 3.2 | Maarten Bent | 2022-07-05 | 1 | -40/+18 | |
| * | | | | FindwxWidgets: Use version number from header for library names | Maarten Bent | 2022-07-05 | 1 | -35/+12 | |
| * | | | | FindwxWidgets: Move extracting version number to a macro | Maarten Bent | 2022-07-05 | 1 | -20/+24 | |
| * | | | | Merge topic 'nvhpc-Werror' into release-3.24 | Brad King | 2022-07-05 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge topic 'add_nvcc_compile_warning_support' into release-3.24 | Brad King | 2022-07-05 | 1 | -0/+5 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'FindLAPACK-nvhpc' | Brad King | 2022-07-07 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | FindLAPACK: Add '-fortranlibs' flag only with NVHPC/PGI compilers | Eisuke Kawashima | 2022-07-06 | 1 | -2/+7 | |
* | | | | | | | Merge topic 'FindOpenSSL-doc-pkg-config' | Brad King | 2022-07-06 | 1 | -5/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | FindOpenSSL: Document use of pkg-config | tofraa | 2022-07-05 | 1 | -0/+5 | |
| * | | | | | | | FindOpenSSL: Reformat hints documentation as definition list | Brad King | 2022-07-05 | 1 | -5/+12 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'lcc-additional-implicit-link-dirs' | Brad King | 2022-07-06 | 1 | -0/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | LCC: for OpenMP, collectly determine implicit link dirs | makise-homura | 2022-06-30 | 1 | -0/+17 | |
* | | | | | | | | Merge topic 'nvhpc-Werror' | Brad King | 2022-07-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | NVHPC: warnings as error flag is "-Werror" | Robert Maynard | 2022-07-01 | 1 | -1/+1 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'add_nvcc_compile_warning_support' | Brad King | 2022-07-05 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | CUDA: NVCC support for COMPILE_WARNING_AS_ERROR target property | Robert Maynard | 2022-07-01 | 1 | -0/+5 | |
* | | | | | | | Merge topic 'LINK_LIBRARY-Darwin-LIBRARY-features-enhancements' | Craig Scott | 2022-07-05 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | / / | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Genex LINK_LIBRARY: MacOS: enhance *_LIBRARY features | Marc Chevrier | 2022-07-03 | 1 | -3/+3 | |
| * | | | | | Darwin.cmake: Fix indenting | Craig Scott | 2022-07-03 | 1 | -3/+3 | |
* | | | | | | Merge topic 'findicu' | Brad King | 2022-07-01 | 1 | -7/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindICU: Fix component reporting logic | Alexander Grund | 2022-06-30 | 1 | -7/+5 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge topic 'FindRuby-version-matching' | Brad King | 2022-07-01 | 1 | -46/+7 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | FindRuby: Simplify version matching | Diego Pino Garcia | 2022-06-30 | 1 | -46/+7 | |
* | | | | | | Merge topic 'FindCURL-package-version' | Brad King | 2022-06-30 | 1 | -0/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | FindCURL: Set CURL_VERSION_STRING when curl is found as a package | makise-homura | 2022-06-28 | 1 | -0/+2 | |
* | | | | | | Merge topic 'FetchContent-avoid-IN_LIST' | Brad King | 2022-06-29 | 1 | -2/+8 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | FetchContent: Don't use if(... IN_LIST ...) | Craig Scott | 2022-06-28 | 1 | -2/+8 | |
| * | | | | Merge topic 'FindPython-multiple-queries' into release-3.24 | Brad King | 2022-06-28 | 1 | -2/+4 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge topic 'revert-FindHDF5-library' into release-3.24 | Brad King | 2022-06-28 | 1 | -4/+4 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge topic 'lcc-liblfortran-renamed' into release-3.24 | Brad King | 2022-06-28 | 1 | -1/+5 | |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | / | | | |_|_|/ | | |/| | | | ||||||
* | | | | | | Merge topic 'glew' | Brad King | 2022-06-28 | 1 | -2/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindGLEW: select_library_configuration might be used before it is defined | Markus Mützel | 2022-06-26 | 1 | -2/+1 | |
* | | | | | | | Merge topic 'FindPython-multiple-queries' | Brad King | 2022-06-28 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | FindPython: fix error on multiple queries with different COMPONENTS | Marc Chevrier | 2022-06-27 | 1 | -2/+4 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'revert-FindHDF5-library' | Brad King | 2022-06-28 | 1 | -4/+4 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | FindHDF5: Revert "Add explicit library location instead of guessed ..." | Brad King | 2022-06-27 | 1 | -4/+4 | |
| |/ / / / | ||||||
| * | | | | Merge topic 'ipo_append_auto_on_gcc' into release-3.24 | Brad King | 2022-06-23 | 1 | -1/+12 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge topic 'lcc-liblfortran-renamed' | Brad King | 2022-06-28 | 1 | -1/+5 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | | | ||||||
| * | | | | LCC: link with -lgfortran instead of -llfortran since 1.26.03 | Igor Molchanov | 2022-06-27 | 1 | -1/+5 | |
| * | | | | ExternalProject: Fix regression in stamp creation for Xcode+iOS | Brad King | 2022-06-21 | 2 | -1/+6 | |
| * | | | | Merge branch 'xcode-14' into release-3.23 | Brad King | 2022-06-11 | 2 | -1/+4 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
* | | | | | Merge topic 'FindPython-use-VALIDATOR' | Brad King | 2022-06-23 | 1 | -103/+124 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindPython: enhance search criterias | Marc Chevrier | 2022-06-22 | 1 | -103/+124 | |
* | | | | | | Merge topic 'findvulkan-volk' | Brad King | 2022-06-23 | 1 | -0/+41 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindVulkan: Add 'volk' component | Aiden Lambert | 2022-06-22 | 1 | -0/+41 | |
* | | | | | | | Merge topic 'findopenal-add-import-library' | Brad King | 2022-06-23 | 1 | -0/+26 | |
|\ \ \ \ \ \ \ |