summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Modules: Run clang-format on CUDA codeBrad King2017-02-141-1/+1
| | |_|/ / | |/| | |
* | | | | Merge topic 'cmake_provide_include_dir_for_toolkit'Brad King2017-02-142-4/+32
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | CUDA: Detect the toolkit include directoriesRobert Maynard2017-02-102-4/+32
| |/ /
* | | Merge topic 'vs-nasm'Brad King2017-02-102-2/+23
|\ \ \
| * | | VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-072-2/+23
* | | | Merge topic 'ExtractGTestMacro'Brad King2017-02-102-57/+76
|\ \ \ \
| * | | | GoogleTest: Add module to contain gtest_add_tests independentlyBradley Lowekamp2017-02-072-57/+76
| | |/ / | |/| |
* | | | Merge topic 'gcc-cpp98'Brad King2017-02-101-2/+1
|\ \ \ \
| * | | | g++ knows about C++98 selection flags since at least 3.4Rolf Eike Beer2017-02-081-2/+1
* | | | | Merge topic 'sphinx-1.4'Brad King2017-02-101-3/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Help: Fix cmake code block warnings produced by Sphinx 1.4Brad King2017-02-101-3/+3
| | |/ | |/|
* | | Merge topic 'determine_id_without_user_specified_flags'Brad King2017-02-072-21/+30
|\ \ \
| * | | CMakeDetermineCompilerId: check with and without user-specified flagsMichael Maltese2017-02-062-21/+30
| |/ /
* | | Merge topic 'FindProtobuf-static-libs'Brad King2017-02-071-0/+27
|\ \ \
| * | | FindProtobuf: Add option to find static libraries on UNIXSébastien GALLOU2017-02-061-0/+27
| | |/ | |/|
* | | Merge topic 'FeatureSummary_description'Brad King2017-02-071-14/+47
|\ \ \
| * | | FeatureSummary: Add FeatureSummary_<TYPE>_DESCRIPTION global propertiesDaniele E. Domenichelli2017-02-061-2/+17
| * | | FeatureSummary: Add DEFAULT_DESCRIPTION option to feature_summaryDaniele E. Domenichelli2017-02-061-14/+32
| |/ /
* | | CPackWIX: Introduce new CPACK_WIX_ROOT_FOLDER_ID variableNils Gladitz2017-02-061-0/+11
|/ /
* | FeatureSummary: Fix documentationDaniele E. Domenichelli2017-02-061-8/+10
|/
* Merge topic 'productbuild_signing'Brad King2017-02-061-0/+20
|\
| * CPackProductBuild: Add options to sign packagesRoman Wüger2017-02-041-0/+20
* | Merge topic 'androidtestutilities_cleanup'Brad King2017-02-062-6/+15
|\ \
| * | AndroidTestUtilities: do not require ExternalData unconditionallyZack Galbreath2017-02-041-5/+12
| * | AndroidTestUtilities: ignore exit status of lsZack Galbreath2017-02-031-1/+3
* | | Merge topic 'FindHDF5-fix-HDF5_ROOT'Brad King2017-02-061-83/+102
|\ \ \
| * | | FindHDF5: Restore HDF5_INCLUDE_DIR in all code pathsBrad King2017-02-031-5/+6
| * | | FindHDF5: Restore fallback to static librariesBrad King2017-02-031-11/+12
| * | | FindHDF5: Fix search with HDF5_ROOTBrad King2017-02-031-8/+33
| * | | FindHDF5: Use keywords in find_library callsBrad King2017-02-031-2/+8
| * | | FindHDF5: Initialize/finalize internal search options variableBrad King2017-02-031-7/+11
| * | | FindHDF5: Fix command-line parsing argument extraction orderBrad King2017-02-031-55/+37
| | |/ | |/|
* | | Merge topic 'findmpi-flags-fix'Brad King2017-02-061-0/+4
|\ \ \ | |_|/ |/| |
| * | FindMPI: Remove leading spaces from flagsChristian Pfeiffer2017-02-021-0/+2
| * | FindMPI: Reset MPI_INCLUDE_PATH_WORK before useChristian Pfeiffer2017-02-011-0/+2
* | | GNU C++: record that -fvisibility-inlines-hidden is available since 4.0Rolf Eike Beer2017-02-021-1/+1
* | | GNU C: record that C99 is available since at least 3.4Rolf Eike Beer2017-02-022-10/+9
| |/ |/|
* | Merge topic 'find_cuda_fix_typo'Brad King2017-02-021-1/+1
|\ \
| * | FindCUDA: Fix typo in CUDA_DETECT_INSTALLED_GPUS doc stringPierre Moreau2017-02-021-1/+1
* | | Merge topic 'FindGSL-regex-fixup'Brad King2017-02-021-1/+1
|\ \ \ | |/ / |/| |
| * | FindGSL: Fix gl_version.h extraction regexIgor Peschinskiy2017-02-011-1/+1
* | | Merge topic 'WCDH_allow_unsupported'Brad King2017-02-011-79/+43
|\ \ \
| * | | WCDH: optionally omit error code for unknown compilers or compiler versionsRolf Eike Beer2017-01-301-10/+24
| * | | WCDH: add macro to write simple replacement definesRolf Eike Beer2017-01-301-70/+20
* | | | Merge topic 'FortranCInterface-vs-intel-workaround'Brad King2017-02-012-2/+4
|\ \ \ \
| * | | | FortranCInterface: Fix support for VS with Intel toolsetBrad King2017-02-012-2/+4
| | |/ / | |/| |
* | | | Merge topic 'intel-c11-windows'Brad King2017-02-011-5/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Features: Update version of Intel Compiler on Windows supporting C 11Brad King2017-02-011-5/+8
| |/ /
* | | Merge topic 'CSharpVS2017'Brad King2017-01-311-4/+4
|\ \ \
| * | | VS: Fix CSharp compiler identification for VS 2017Gilles Khouzam2017-01-311-4/+4