summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Autogen: Doc: Add examples to the SKIP_AUTO* documentationsSebastian Holtermann2017-09-284-5/+41
* Autogen: Doc: Update CMP0071 descriptionSebastian Holtermann2017-09-281-12/+20
* Autogen: Offer solution for CMP0071 in warning messageSebastian Holtermann2017-09-281-28/+37
* Merge topic 'CMakeCPack-source-ignore'Brad King2017-09-272-6/+18
|\
| * CMakeCPack: Exclude version-control-specific files from source packageBrad King2017-09-262-6/+18
* | Merge topic 'auto_ptr'Brad King2017-09-2754-573/+353
|\ \
| * | Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-2554-573/+353
* | | Merge topic 'vs-guid-tolerate-no-curly'Brad King2017-09-272-2/+10
|\ \ \
| * | | VS: Adapt project parsers to support "ProjectGUID" without curly bracketsFredrik Orderud2017-09-262-2/+10
| | |/ | |/|
* | | Merge topic 'reduce-strcpy'Brad King2017-09-271-33/+16
|\ \ \
| * | | CursesDialog: avoid calling strcpy()Rolf Eike Beer2017-09-251-33/+16
| | |/ | |/|
* | | Merge topic 'GetPrerequisites-no-clear-on-missing'Brad King2017-09-275-1/+11
|\ \ \
| * | | GetPrerequisites: Restore behavior on missing binary of not clearing listBrad King2017-09-265-1/+11
| |/ /
* | | Merge topic 'autogen-per-config-sources'Brad King2017-09-2710-252/+380
|\ \ \
| * | | Autogen: Docs: Add documentation internal linksSebastian Holtermann2017-09-253-8/+8
| * | | Autogen: Reintroduce per-config sources supportSebastian Holtermann2017-09-257-218/+346
| * | | Autogen: Rename cmQtAutoGen::GeneratorType to cmQtAutogen::GeneratorSebastian Holtermann2017-09-255-29/+29
* | | | Merge topic 'ninja-rc-depfile-quoting'Brad King2017-09-272-1/+8
|\ \ \ \
| * | | | Ninja: Fix quoting of RC language depfile in cmcldeps callBrad King2017-09-252-1/+8
| | |/ / | |/| |
* | | | Merge topic 'FindOpenGL-glvnd'Brad King2017-09-275-40/+349
|\ \ \ \
| * | | | FindOpenGL: Add support for GLVND on LinuxTom Fogal2017-09-255-40/+349
| |/ / /
* | | | Merge topic 'revert-perf-source-lookup'Brad King2017-09-274-59/+20
|\ \ \ \
| * | | | Tests: Add case for legacy source file property behaviorBrad King2017-09-252-1/+17
| * | | | Revert "Performance: Improve efficiency of source file lookup in cmMakefile"Brad King2017-09-252-58/+3
* | | | | Merge branch 'release-3.9'Brad King2017-09-270-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'FindBoost-fix-policy-scope' into release-3.9Brad King2017-09-271-2/+0
| |\ \ \ \ \
| | * | | | | FindBoost: Finish reverting "Simplify search in lists" for 3.9Brad King2017-09-271-2/+0
* | | | | | | CMake Nightly Date StampKitware Robot2017-09-271-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'doc-MSVC_VERSION'Brad King2017-09-261-10/+12
|\ \ \ \ \ \
| * | | | | | Help: Update MSVC_VERSION documentationBrad King2017-09-251-11/+12
| * | | | | | Help: Document MSVC_VERSION value 1911Wojciech Mamrak2017-09-251-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-09-261-1/+1
|/ / / / /
* | | | | Merge topic 'load_command-cleanup'Brad King2017-09-251-25/+10
|\ \ \ \ \
| * | | | | cmCPluginAPI: remove explicit casts to void*Rolf Eike Beer2017-09-231-5/+4
| * | | | | cmCPluginAPI: do not check pointer before calling free()Rolf Eike Beer2017-09-231-3/+1
| * | | | | cmCPluginAPI: use strdup() instead of open coding itRolf Eike Beer2017-09-231-17/+5
* | | | | | Merge topic 'FindOpenACC'Brad King2017-09-254-0/+259
|\ \ \ \ \ \
| * | | | | | FindOpenACC: Add module to detect compiler support for OpenACCTin Huynh2017-09-224-0/+259
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'rc-missing-better-error'Brad King2017-09-252-32/+66
|\ \ \ \ \ \
| * | | | | | Windows: Improve link-time error messages when rc or mt failJonathan Marler2017-09-221-32/+62
| * | | | | | cmSystemTools: Teach RunSingleCommand another way to report exceptionsJonathan Marler2017-09-201-0/+4
* | | | | | | Merge topic 'cpackifw-options'Brad King2017-09-254-6/+77
|\ \ \ \ \ \ \
| * | | | | | | CPackIFW: Add some optionsKonstantin Podsvirov2017-09-214-6/+77
* | | | | | | | Merge topic 'cxx17-no-bind1st'Brad King2017-09-252-4/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid using std::bind1st that is removed in C++17Brad King2017-09-232-4/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'FindOpenMP-CMP0054'Brad King2017-09-251-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | FindOpenMP: Avoid CMP0054 warningsBrad King2017-09-221-0/+1
| |/ / / / / / /
* | | | | | | | Merge topic 'test-fix-msvc-standard-default'Brad King2017-09-251-13/+31
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Tests: Fix RunCMake.try_compile CxxStandard case on MSVCBrad King2017-09-221-13/+31
| | |/ / / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2017-09-251-1/+1