summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'flang'Brad King2017-09-017-2/+32
|\
| * FindOpenMP: Add Flang flag.Tin Huynh2017-08-311-0/+1
| * Flang: Add support for flang Fortran compilerTin Huynh2017-08-316-2/+31
* | Merge topic 'vs-std-cxx17-flag-map'Brad King2017-09-011-0/+1
|\ \
| * | VS: Add v141 flag table entry for -std:c++17Brad King2017-08-311-0/+1
* | | Merge topic 'tll-global-unknown-lib'Brad King2017-09-013-0/+6
|\ \ \
| * | | target_link_libraries: Allow linking to UNKNOWN IMPORTED GLOBAL libsBrad King2017-08-313-0/+6
| |/ /
* | | Merge topic 'fix-genex-SOURCES'Brad King2017-09-016-1/+16
|\ \ \
| * | | Genex: Fix TARGET_PROPERTY value of SOURCESBrad King2017-09-016-1/+16
* | | | Merge topic 'FindThreads-cross-compile-no-try_run'Brad King2017-09-012-44/+11
|\ \ \ \
| * | | | FindThreads: Drop try_run to improve cross-compiling supportSteffen Dettmer2017-08-302-44/+11
* | | | | CMake Nightly Date StampKitware Robot2017-09-011-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'update-vim-syntax'Brad King2017-08-313-30/+68
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'upstream-vim-cmake-syntax'Patrick Boettcher2017-08-303-30/+68
| |\ \ \
| | * | | vim-cmake-syntax 2017-08-30 (40f5f4f3)vim-cmake-syntax upstream2017-08-303-30/+71
* | | | | Merge topic 'cxx11-clang-format'Brad King2017-08-3153-142/+130
|\ \ \ \ \
| * | | | | clang-tidy: blacklist "modernize" checksDaniel Pfeifer2017-08-301-6/+13
| * | | | | clang-format: format all code as Cpp11Daniel Pfeifer2017-08-3052-136/+117
* | | | | | Merge topic 'doc-xref-prefix-path'Brad King2017-08-312-12/+19
|\ \ \ \ \ \
| * | | | | | Help: Cross-reference and clarify CMAKE_FIND_NO_INSTALL_PREFIX docsBrad King2017-08-302-12/+19
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'test-server-result'Brad King2017-08-312-1/+2
|\ \ \ \ \ \
| * | | | | | Tests: Teach Server test to print server return codeBrad King2017-08-302-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'irsl-intel'Brad King2017-08-312-1/+144
|\ \ \ \ \ \
| * | | | | | IRSL: Add Intel compiler supportChristian Pfeiffer2017-08-302-2/+138
| * | | | | | IRSL: Install VC++ OpenMP libraries only for MSVCChristian Pfeiffer2017-08-231-1/+8
* | | | | | | Merge topic 'lexer-null'Brad King2017-08-316-98/+123
|\ \ \ \ \ \ \
| * | | | | | | ListFileLexer: fix heap-buffer-overflow on malicious inputMatthias Maennich2017-08-306-98/+123
| | |_|_|_|/ / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2017-08-311-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'release-3.9'Brad King2017-08-300-0/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge branch 'fix-find-package-mode' into release-3.9Brad King2017-08-292-1/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'cpack-dmg-iwyu' into release-3.9Brad King2017-08-291-0/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'add-cppcheck'Brad King2017-08-3024-12/+184
|\ \ \ \ \ \ \ \
| * | | | | | | | Add properties to run cppcheck along with the compilerBill Hoffman2017-08-3024-12/+184
* | | | | | | | | Merge topic 'fix-find-package-mode'Brad King2017-08-302-1/+3
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | cmake: Fix --find-package mode with imported targetsBrad King2017-08-292-1/+3
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'cpack-dmg-iwyu'Brad King2017-08-301-0/+1
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | cmCPackDragNDropGenerator: Add missing includeBrad King2017-08-291-0/+1
| |/ / / / / /
* | | | | | | Merge topic 'codeblocks-dedup'Brad King2017-08-301-6/+7
|\ \ \ \ \ \ \
| * | | | | | | CodeBlocks: Avoid listing files multiple timesAlexandr (Sagrer) Gridnev2017-08-301-6/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'gettext-windows'Brad King2017-08-301-2/+6
|\ \ \ \ \ \ \
| * | | | | | | FindGettext: fix support for MS Windows gettext binariesTomasz Słodkowicz2017-08-301-2/+6
| |/ / / / / /
* | | | | | | Merge topic 'wxwidgets-windows-xp'Brad King2017-08-301-0/+4
|\ \ \ \ \ \ \
| * | | | | | | FindwxWidgets: Add support for Windows XP compatible builsTomasz Słodkowicz2017-08-301-0/+4
| |/ / / / / /
* | | | | | | Merge topic 'install-CMP0054'Brad King2017-08-301-2/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | install: Avoid CMP0054 warning in generated install scriptBrad King2017-08-301-2/+2
| |/ / / / /
* | | | | | Merge topic 'suppress-warning-count'Brad King2017-08-301-4/+4
|\ \ \ \ \ \
| * | | | | | CTestCustom: Suppress warning summary count from SunProBrad King2017-08-301-0/+1
| * | | | | | CTestCustom: Generalize comment on warning summary suppressionBrad King2017-08-301-4/+3
| |/ / / / /
* | | | | | Merge topic 'update-jsoncpp'Brad King2017-08-3021-2277/+3475
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | jsoncpp: Drop doxygen comments not recognized by ClangBrad King2017-08-304-6/+6