summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some occurrences of readability-braces-around-statementsMatthias Maennich2017-09-285-18/+30
* Convert some leftover loops to C++11 range-based loopMatthias Maennich2017-09-289-232/+165
* Fix occurrences of readability-non-const-parameterMatthias Maennich2017-09-281-12/+14
* Fix some occurrences of readability-avoid-const-params-in-declsMatthias Maennich2017-09-282-5/+5
* Fix left-over occurrences of else-after-returnMatthias Maennich2017-09-285-31/+30
* Fix minor clang-tidy findingsMatthias Maennich2017-09-284-7/+5
* Improve several occurrences of vector::push_back in loopsMatthias Maennich2017-09-2811-1/+13
* Fix some occurrences of missing override keywordsMatthias Maennich2017-09-284-13/+16
* Clean up some C-Style castsMatthias Maennich2017-09-282-2/+2
* Fix some occurrences using string by value rather than by const&Matthias Maennich2017-09-288-18/+20
* 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
* 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
|\ \ \ \ \ \ \