summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Replace several occurrences of empty string comparisons by string::empty()Matthias Maennich2017-09-282-5/+5
| * | | | | | | | clang-tidy: Make .clang-tidy a build-time dependencyMatthias Maennich2017-09-282-0/+8
| * | | | | | | | clang-tidy: exclude 'modernize-use-noexcept' introduced in 5.0.0Brad King2017-09-281-0/+1
| * | | | | | | | clang-tidy: exclude 'modernize-return-braced-init-list' introduced in 5.0.0Matthias Maennich2017-09-271-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2017-09-291-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge topic 'remove-auto_ptr-checks'Brad King2017-09-284-21/+1
|\ \ \ \ \ \ \
| * | | | | | | Remove checks for auto_ptr that we no longer needBrad King2017-09-273-20/+0
| * | | | | | | cpack: Fix compilation on Cygwin after auto_ptr removalBrad King2017-09-271-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2017-09-281-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'document_env_variables'Craig Scott2017-09-2729-0/+261
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Help: Document CMake's environment variablesRobert Maynard2017-09-2629-0/+261
* | | | | | 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
|\ \ \ \ \ \ \ \ \