summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* CUDA: Update arch selection, restructure for maintainabilityHenry Schreiner2021-01-201-46/+32
* CUDA: Add arch selection debug mode to print out CUDA versionsHenry Schreiner2021-01-201-0/+11
* Merge topic 'ep-stash-options'Brad King2021-01-181-4/+7
|\
| * ExternalProject: Don't git stash ignored filesCraig Scott2021-01-161-4/+7
* | Merge topic 'FindPostgreSQL-server-component'Brad King2021-01-181-1/+24
|\ \
| * | FindPostgreSQL: Add server componentAlexey Edelev2021-01-151-1/+24
* | | Merge topic 'irsl-msvcp_atomic_wait_dll'Brad King2021-01-181-0/+2
|\ \ \ | |_|/ |/| |
| * | IRSL: Install msvcp${v}${d}_atomic_wait.dll if available with CRTKelly Walker2021-01-151-0/+2
| * | Merge topic 'FindHDF5-dbg-and-rel' into release-3.19Brad King2021-01-061-1/+1
| |\ \
* | \ \ Merge topic 'FindLAPACK-pkgconfig'Brad King2021-01-151-16/+42
|\ \ \ \
| * | | | FindLAPACK: Add pkgconfig supportFlorent Pruvost2021-01-141-16/+42
* | | | | Merge topic 'FindHDF5-no-dedup-keywords'Brad King2021-01-151-28/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FindHDF5: Remove unnecessary de-duplication of HDF5_LIBRARIES and friendsKris Thielemans2021-01-121-22/+0
| * | | | FindHDF5: Simplify preprocessor setting de-duplicationBrad King2021-01-121-6/+6
| | |_|/ | |/| |
* | | | Merge topic 'ExternalProject-configure-handled-by-build'Brad King2021-01-131-12/+44
|\ \ \ \
| * | | | ExternalProject: Add CONFIGURE_HANDLED_BY_BUILD optionDaan De Meyer2021-01-121-12/+44
* | | | | Merge topic 'detect_corresponding_binutils_version'Brad King2021-01-134-51/+61
|\ \ \ \ \
| * | | | | BinUtils: prefer bin utils matching the compiler version extensionThomas Bernard2021-01-114-51/+61
| | |/ / / | |/| | |
* | | | | Merge topic 'FindHDF5docfix'Brad King2021-01-121-9/+31
|\ \ \ \ \
| * | | | | FindHDF5: List imported targets in debug outputKris Thielemans2021-01-111-0/+15
| * | | | | FindHDF5: correct and describe list of imported targetKris Thielemans2021-01-111-9/+16
* | | | | | Merge topic 'FindJPEG-turbo'Brad King2021-01-121-1/+1
|\ \ \ \ \ \
| * | | | | | FindJPEG: Search for 'turbojpeg' and 'turbojpeg-static' tooMiguel Medalha2021-01-111-1/+1
| |/ / / / /
* | | | | | Merge topic 'cuda-nvcc-ccache-symlink'Brad King2021-01-123-3/+41
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | CUDA: Support nvcc symlinking to ccacheRong Ou2021-01-113-3/+41
| |/ / / /
* | | | | Merge topic 'FindPostgreSQL-server-not-required'Brad King2021-01-111-4/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FindPostgreSQL: Do not require pg_type.hAlexey Edelev2021-01-041-4/+7
* | | | | Merge topic 'cpp-modules'Brad King2021-01-071-1/+1
|\ \ \ \ \
| * | | | | Treat the '.mpp' file extension as C++ codeBen Boeckel2021-01-051-1/+1
* | | | | | Merge topic 'FindHDF5-dbg-and-rel'Brad King2021-01-061-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | FindHDF5: Fix finding both debug and release libsKris Thielemans2021-01-041-1/+1
* | | | | | Merge topic 'FindMPI-oneapi-single-quotes'Brad King2021-01-051-0/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | FindMPI: remove single quotes from include pathEduard Valeyev2021-01-041-0/+1
| |/ / / /
* | | | | Merge topic 'java-export-native_headers'Brad King2021-01-051-4/+51
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | UseJava: enable exportation of native headers targetMarc Chevrier2020-12-291-4/+51
| | |/ / | |/| |
* | | | Merge topic 'clang_win32_subsystem'Brad King2021-01-041-0/+3
|\ \ \ \
| * | | | Clang: Support WIN32_EXECUTABLERaul Tambre2020-12-231-0/+3
* | | | | Merge topic 'tests-bump-minver'Brad King2021-01-041-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-231-1/+1
* | | | | Merge topic 'FindGTK2-atkmmconfig'Brad King2020-12-231-0/+1
|\ \ \ \ \
| * | | | | FindGTK2: Find atkmmconfig.h separately from atkmm.hJani Välimaa2020-12-221-0/+1
| |/ / / /
* | | | | Merge topic 'cpack-nuget-linux'Brad King2020-12-231-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | CPack/NuGet: Fix nuspec file generation for UNIX-style OSiorikyu2020-12-221-1/+1
* | | | | Merge topic 'fc-relative-SOURCE_DIR'Craig Scott2020-12-221-1/+8
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | FetchContent: Relative SOURCE_DIR override cannot be a hard errorCraig Scott2020-12-221-1/+8
| * | | CMakePackageConfigHelpers: Relax restrictions on version rangeMarc Chevrier2020-12-143-29/+53
| * | | Merge topic 'FindGLUT-macos-tbd' into release-3.19Brad King2020-12-141-2/+10
| |\ \ \
* | \ \ \ Merge topic 'external-project-drop-success'Brad King2020-12-221-2/+4
|\ \ \ \ \
| * | | | | ExternalProject: Silence step succeeded message when using NinjaDaan De Meyer2020-12-171-2/+4
| | |_|_|/ | |/| | |
* | | | | Merge topic 'FindOpenSSL-win-arch'Brad King2020-12-221-5/+19
|\ \ \ \ \ | |_|_|_|/ |/| | | |