summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs-lang-std'Brad King2017-07-202-4/+28
|\
| * MSVC: Add flags for C++ language standardsBrad King2017-07-172-4/+28
* | Merge topic 'GHS_int_detection'Brad King2017-07-181-1/+1
|\ \
| * | GHS: Correct the regex for the intXXXX directory detection.Roman Wüger2017-07-171-1/+1
| |/
* | Merge topic 'FindLibXml2-standard-vars'Brad King2017-07-171-12/+34
|\ \ | |/ |/|
| * FindLibXml2: Switch to standard module variable namesVadim Zhukov2017-07-141-12/+34
* | Merge topic 'cmp0054-asm-warning'Brad King2017-07-141-1/+1
|\ \
| * | CMakeDetermineASMCompiler: fix a CMP0054 warningBen Boeckel2017-07-131-1/+1
* | | Merge topic 'ninja_cuda_export_compile_commands_support'Brad King2017-07-141-1/+3
|\ \ \
| * | | CUDA: CMAKE_EXPORT_COMPILE_COMMANDS now works with CUDA and NinjaRobert Maynard2017-07-131-1/+3
* | | | Merge topic 'CMakePushCheckState-fix-RESET'Brad King2017-07-141-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | CMakePushCheckState: Fix cmake_push_check_state RESET argumentBrad King2017-07-121-1/+1
| | |/ | |/|
* | | Merge topic 'android-system-include-last'Brad King2017-07-131-1/+0
|\ \ \
| * | | Android: Always add standard include directories lastBrad King2017-07-131-1/+0
| | |/ | |/|
| * | Merge branch 'android-fix-c++_shared' into release-3.9Brad King2017-07-121-0/+1
| |\ \
* | \ \ Merge topic 'FindProtobuf-protoc-target'Brad King2017-07-131-4/+16
|\ \ \ \
| * | | | FindProtobuf: add target for protocAndré Apitzsch2017-07-121-4/+16
* | | | | Merge topic 'labels-for-subprojects'Brad King2017-07-131-0/+3
|\ \ \ \ \
| * | | | | Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-101-0/+3
* | | | | | Merge topic 'android-fix-c++_shared'Brad King2017-07-121-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Android: Link to android_support with c++_sharedBrad King2017-07-121-0/+1
* | | | | Merge topic 'FindMFC-try-static'Brad King2017-07-111-0/+11
|\ \ \ \ \
| * | | | | FindMFC: Check for static MFC variantRich Chiodo2017-07-061-0/+11
| | |/ / / | |/| | |
* | | | | Merge topic 'FindPkgConfig-rerun'Brad King2017-07-111-1/+3
|\ \ \ \ \
| * | | | | FindPkgConfig: do not always rerun pkg_check_modules() with 2 argumentsRolf Eike Beer2017-07-101-1/+3
| | |_|_|/ | |/| | |
* | | | | Merge topic 'FindHDF5-windows'Brad King2017-07-111-15/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FindHDF5: Define H5_BUILT_AS_DYNAMIC_LIB when using Windows DLLsKris Thielemans2017-07-071-0/+4
| * | | | FindHDF5: Add support for HDF5_USE_STATIC_LIBRARIES on WindowsKris Thielemans2017-07-071-15/+23
| |/ / /
* | | | Merge topic 'iar_improved'Brad King2017-07-0716-89/+295
|\ \ \ \
| * | | | IAR: Improve support for IAR ARM CompilerNorbert Lange2017-06-2910-75/+228
| * | | | Add a CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID variableNorbert Lange2017-06-299-0/+35
| * | | | Store CMAKE_ASM_COMPILER_VERSION persistentlyNorbert Lange2017-06-292-13/+31
| * | | | CMakeDetermineASMCompiler: Fix small copy-paste mistakeNorbert Lange2017-06-291-1/+1
* | | | | Merge topic 'FindDoxygen-create-output-dir'Brad King2017-07-071-3/+11
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | FindDoxygen: Create DOXYGEN_OUTPUT_DIRECTORY if it doesn't existRobert Dailey2017-07-061-3/+11
* | | | Merge topic 'FindDoxygen-project-in-subdir'Brad King2017-06-301-5/+5
|\ \ \ \ | |/ / /
| * | | FindDoxygen: Use a stable reference to the location of global resourcesRobert Dailey2017-06-291-5/+5
| | |/ | |/|
| * | Merge branch 'FindDoxygen-internal-var' into release-3.9Brad King2017-06-271-6/+6
| |\ \
| * \ \ Merge branch 'GetPrerequisites-ucrt-no-warn' into release-3.9Brad King2017-06-261-1/+1
| |\ \ \
* | \ \ \ Merge topic '16961-xctest-scheme'Brad King2017-06-291-2/+2
|\ \ \ \ \
| * | | | | XCTest: Use bundle specific generator expressionsGregor Jasny2017-06-281-2/+2
* | | | | | Merge topic 'deb-on-windows'Brad King2017-06-291-4/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | CPackDeb: Enable the DEB generator on WindowsNils Gladitz2017-06-281-4/+10
* | | | | | Merge topic 'clang-cl-no-std'Brad King2017-06-282-29/+61
|\ \ \ \ \ \
| * | | | | | Clang: Do not add '-std=' options when simulating MSVCRuben Van Boxem2017-06-272-29/+61
| |/ / / / /
* | | | | | Merge topic 'docs_CheckXXXSourceYYY'Brad King2017-06-285-129/+298
|\ \ \ \ \ \
| * | | | | | Check*Source{Compiles,Runs}: Rewrite docs for these modulesCraig Scott2017-06-245-129/+298
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'FindDoxygen-internal-var'Brad King2017-06-271-6/+6
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | FindDoxygen: Add private prefix to internal variablesBrad King2017-06-271-6/+6
* | | | | | Merge topic 'FindCUDA-no-empty-genex'Brad King2017-06-271-0/+2
|\ \ \ \ \ \