summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'autogen-macro-names2'Brad King2017-09-2923-98/+193
|\
| * Autogen: Update (CMAKE_)AUTOMOC_MACRO_NAMES release notesSebastian Holtermann2017-09-281-8/+10
| * Autogen: Tests: Update AUTOMOC_MACRO_NAMES testSebastian Holtermann2017-09-2815-49/+139
| * Autogen: Doc: Update documentation for (CMAKE_)AUTOMOC_MACRO_NAMESSebastian Holtermann2017-09-284-29/+32
| * Autogen: Create info file directory before writingSebastian Holtermann2017-09-281-5/+10
| * Autogen: Define all macro names in CMAKE_AUTOMOC_MACRO_NAMESSebastian Holtermann2017-09-272-7/+2
* | Merge topic 'autogen-cmp0071-warning'Brad King2017-09-296-45/+98
|\ \
| * | 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 'cxx11-eq-delete'Brad King2017-09-296-36/+3
|\ \
| * | Use C++11 '= delete' instead of CM_EQ_DELETEBrad King2017-09-286-35/+3
| * | Drop unused CMake_HAVE_CXX_UNIQUE_PTR macroBrad King2017-09-281-1/+0
* | | Merge topic 'clang-tidy'Brad King2017-09-2935-339/+310
|\ \ \
| * | | 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
* | | | 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
|\ \ \ \ \