Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPostgreSQL: Add server component | Alexey Edelev | 2021-01-15 | 1 | -1/+24 |
* | Merge topic 'FindPostgreSQL-server-not-required' | Brad King | 2021-01-11 | 1 | -4/+7 |
|\ | |||||
| * | FindPostgreSQL: Do not require pg_type.h | Alexey Edelev | 2021-01-04 | 1 | -4/+7 |
* | | Merge topic 'cpp-modules' | Brad King | 2021-01-07 | 1 | -1/+1 |
|\ \ | |||||
| * | | Treat the '.mpp' file extension as C++ code | Ben Boeckel | 2021-01-05 | 1 | -1/+1 |
* | | | Merge topic 'FindHDF5-dbg-and-rel' | Brad King | 2021-01-06 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | FindHDF5: Fix finding both debug and release libs | Kris Thielemans | 2021-01-04 | 1 | -1/+1 |
* | | | | Merge topic 'FindMPI-oneapi-single-quotes' | Brad King | 2021-01-05 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | FindMPI: remove single quotes from include path | Eduard Valeyev | 2021-01-04 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge topic 'java-export-native_headers' | Brad King | 2021-01-05 | 1 | -4/+51 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | UseJava: enable exportation of native headers target | Marc Chevrier | 2020-12-29 | 1 | -4/+51 |
| | |/ | |/| | |||||
* | | | Merge topic 'clang_win32_subsystem' | Brad King | 2021-01-04 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Clang: Support WIN32_EXECUTABLE | Raul Tambre | 2020-12-23 | 1 | -0/+3 |
* | | | | Merge topic 'tests-bump-minver' | Brad King | 2021-01-04 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Tests: Bump CMake minimum required in tests to 2.8.12 | Chuck Atkins | 2020-12-23 | 1 | -1/+1 |
* | | | | Merge topic 'FindGTK2-atkmmconfig' | Brad King | 2020-12-23 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | FindGTK2: Find atkmmconfig.h separately from atkmm.h | Jani Välimaa | 2020-12-22 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge topic 'cpack-nuget-linux' | Brad King | 2020-12-23 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | CPack/NuGet: Fix nuspec file generation for UNIX-style OS | iorikyu | 2020-12-22 | 1 | -1/+1 |
* | | | | Merge topic 'fc-relative-SOURCE_DIR' | Craig Scott | 2020-12-22 | 1 | -1/+8 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | FetchContent: Relative SOURCE_DIR override cannot be a hard error | Craig Scott | 2020-12-22 | 1 | -1/+8 |
| * | | CMakePackageConfigHelpers: Relax restrictions on version range | Marc Chevrier | 2020-12-14 | 3 | -29/+53 |
| * | | Merge topic 'FindGLUT-macos-tbd' into release-3.19 | Brad King | 2020-12-14 | 1 | -2/+10 |
| |\ \ | |||||
* | \ \ | Merge topic 'external-project-drop-success' | Brad King | 2020-12-22 | 1 | -2/+4 |
|\ \ \ \ | |||||
| * | | | | ExternalProject: Silence step succeeded message when using Ninja | Daan De Meyer | 2020-12-17 | 1 | -2/+4 |
* | | | | | Merge topic 'FindOpenSSL-win-arch' | Brad King | 2020-12-22 | 1 | -5/+19 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | FindOpenSSL: Distinguish 32-bit and 64-bit search paths on Windows | Ma Br | 2020-12-21 | 1 | -5/+19 |
| |/ / / | |||||
* | | | | CMakeDetermineCompilerId: Ensure CMAKE_EXECUTABLE_FORMAT is INTERNAL | Craig Scott | 2020-12-17 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge topic 'FindQt3-find-sig' | Brad King | 2020-12-15 | 1 | -2/+5 |
|\ \ \ | |||||
| * | | | FindQt3: Add missing NAMES/PATHS keywords to find_ calls | Brad King | 2020-12-14 | 1 | -2/+5 |
* | | | | CMakePackageConfigHelpers: Relax restrictions on version range | Marc Chevrier | 2020-12-14 | 3 | -28/+52 |
|/ / / | |||||
* | | | Merge topic 'FindMatlab-MCR' | Brad King | 2020-12-14 | 1 | -32/+53 |
|\ \ \ | |||||
| * | | | FindMatlab: Fix search for MCR | Nikolaj Fogh | 2020-12-11 | 1 | -29/+47 |
| * | | | FindMatlab: Only include engine and dataarray libraries if they are found | Nikolaj Fogh | 2020-12-11 | 1 | -3/+6 |
* | | | | Merge topic 'FindGLUT-macos-tbd' | Brad King | 2020-12-14 | 1 | -2/+10 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | FindGLUT: Handle Mojave and Big Sur 'tbd' framework files | Robert Maynard | 2020-12-11 | 1 | -2/+10 |
* | | | | Merge topic 'macos-homebrew-apple-silicon' | Brad King | 2020-12-14 | 1 | -0/+7 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | macOS: Add /opt/homebrew to CMAKE_SYSTEM_PREFIX_PATH on Apple Silicon | Brad King | 2020-12-11 | 1 | -0/+7 |
* | | | | Merge topic 'apple-silicon-host-arch' | Brad King | 2020-12-11 | 2 | -13/+41 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | macOS: Offer control over host architecture on Apple Silicon hosts | Brad King | 2020-12-10 | 2 | -13/+41 |
| |/ | |||||
| * | Merge topic 'ispc-system-includes' into release-3.19 | Brad King | 2020-12-10 | 1 | -2/+0 |
| |\ | |||||
| * \ | Merge topic 'FindPython-python2-soabi-suffix-fix' into release-3.19 | Brad King | 2020-12-08 | 1 | -2/+10 |
| |\ \ | |||||
* | \ \ | Merge topic 'cpp23' | Brad King | 2020-12-10 | 10 | -35/+43 |
|\ \ \ \ | |||||
| * | | | | CUDA, CXX, OBJCXX: C++23 support with Clang 12 | Raul Tambre | 2020-12-08 | 9 | -4/+39 |
| * | | | | CUDA, CXX: Remove HAS_FULL_SUPPORT for C++17 and 20 | Raul Tambre | 2020-12-08 | 3 | -31/+4 |
* | | | | | Merge topic 'EML-Support' | Brad King | 2020-12-10 | 2 | -0/+59 |
|\ \ \ \ \ | |||||
| * | | | | | Find{BLAS,LAPACK}: Add support for Elbrus Math Library | Igor S. Gerasimov | 2020-12-09 | 2 | -0/+59 |
* | | | | | | Merge topic 'ispc-system-includes' | Brad King | 2020-12-10 | 1 | -2/+0 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | ISPC: Treat system includes as '-I' includes | Robert Maynard | 2020-12-09 | 1 | -2/+0 |
* | | | | | | Merge topic 'gen-vs-intel-dpcpp-compiler-support' | Brad King | 2020-12-09 | 1 | -3/+10 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | |