Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | ExternalProject: Refactor code introducing _ep_get_complete_stampfile | Jean-Christophe Fillion-Robin | 2017-09-28 | 1 | -5/+11 | |
* | | | | | | | | | Merge topic 'FindMatlab-version-quoting' | Brad King | 2017-09-29 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | FindMatlab: Fix extraction of quoted version number | Brad King | 2017-09-27 | 1 | -2/+2 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'autogen-macro-names2' | Brad King | 2017-09-29 | 23 | -98/+193 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Autogen: Update (CMAKE_)AUTOMOC_MACRO_NAMES release notes | Sebastian Holtermann | 2017-09-28 | 1 | -8/+10 | |
| * | | | | | | | | | Autogen: Tests: Update AUTOMOC_MACRO_NAMES test | Sebastian Holtermann | 2017-09-28 | 15 | -49/+139 | |
| * | | | | | | | | | Autogen: Doc: Update documentation for (CMAKE_)AUTOMOC_MACRO_NAMES | Sebastian Holtermann | 2017-09-28 | 4 | -29/+32 | |
| * | | | | | | | | | Autogen: Create info file directory before writing | Sebastian Holtermann | 2017-09-28 | 1 | -5/+10 | |
| * | | | | | | | | | Autogen: Define all macro names in CMAKE_AUTOMOC_MACRO_NAMES | Sebastian Holtermann | 2017-09-27 | 2 | -7/+2 | |
* | | | | | | | | | | Merge topic 'autogen-cmp0071-warning' | Brad King | 2017-09-29 | 6 | -45/+98 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Autogen: Doc: Add examples to the SKIP_AUTO* documentations | Sebastian Holtermann | 2017-09-28 | 4 | -5/+41 | |
| * | | | | | | | | | | Autogen: Doc: Update CMP0071 description | Sebastian Holtermann | 2017-09-28 | 1 | -12/+20 | |
| * | | | | | | | | | | Autogen: Offer solution for CMP0071 in warning message | Sebastian Holtermann | 2017-09-28 | 1 | -28/+37 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge topic 'cxx11-eq-delete' | Brad King | 2017-09-29 | 6 | -36/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use C++11 '= delete' instead of CM_EQ_DELETE | Brad King | 2017-09-28 | 6 | -35/+3 | |
| * | | | | | | | | | | Drop unused CMake_HAVE_CXX_UNIQUE_PTR macro | Brad King | 2017-09-28 | 1 | -1/+0 | |
* | | | | | | | | | | | Merge topic 'clang-tidy' | Brad King | 2017-09-29 | 35 | -339/+310 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix some occurrences of readability-braces-around-statements | Matthias Maennich | 2017-09-28 | 5 | -18/+30 | |
| * | | | | | | | | | | | Convert some leftover loops to C++11 range-based loop | Matthias Maennich | 2017-09-28 | 9 | -232/+165 | |
| * | | | | | | | | | | | Fix occurrences of readability-non-const-parameter | Matthias Maennich | 2017-09-28 | 1 | -12/+14 | |
| * | | | | | | | | | | | Fix some occurrences of readability-avoid-const-params-in-decls | Matthias Maennich | 2017-09-28 | 2 | -5/+5 | |
| * | | | | | | | | | | | Fix left-over occurrences of else-after-return | Matthias Maennich | 2017-09-28 | 5 | -31/+30 | |
| * | | | | | | | | | | | Fix minor clang-tidy findings | Matthias Maennich | 2017-09-28 | 4 | -7/+5 | |
| * | | | | | | | | | | | Improve several occurrences of vector::push_back in loops | Matthias Maennich | 2017-09-28 | 11 | -1/+13 | |
| * | | | | | | | | | | | Fix some occurrences of missing override keywords | Matthias Maennich | 2017-09-28 | 4 | -13/+16 | |
| * | | | | | | | | | | | Clean up some C-Style casts | Matthias Maennich | 2017-09-28 | 2 | -2/+2 | |
| * | | | | | | | | | | | Fix some occurrences using string by value rather than by const& | Matthias Maennich | 2017-09-28 | 8 | -18/+20 | |
| * | | | | | | | | | | | Replace several occurrences of empty string comparisons by string::empty() | Matthias Maennich | 2017-09-28 | 2 | -5/+5 | |
| * | | | | | | | | | | | clang-tidy: Make .clang-tidy a build-time dependency | Matthias Maennich | 2017-09-28 | 2 | -0/+8 | |
| * | | | | | | | | | | | clang-tidy: exclude 'modernize-use-noexcept' introduced in 5.0.0 | Brad King | 2017-09-28 | 1 | -0/+1 | |
| * | | | | | | | | | | | clang-tidy: exclude 'modernize-return-braced-init-list' introduced in 5.0.0 | Matthias Maennich | 2017-09-27 | 1 | -0/+1 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-29 | 1 | -1/+1 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'remove-auto_ptr-checks' | Brad King | 2017-09-28 | 4 | -21/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove checks for auto_ptr that we no longer need | Brad King | 2017-09-27 | 3 | -20/+0 | |
| * | | | | | | | | | | cpack: Fix compilation on Cygwin after auto_ptr removal | Brad King | 2017-09-27 | 1 | -1/+1 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-28 | 1 | -1/+1 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'document_env_variables' | Craig Scott | 2017-09-27 | 29 | -0/+261 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Help: Document CMake's environment variables | Robert Maynard | 2017-09-26 | 29 | -0/+261 | |
* | | | | | | | | | Merge topic 'CMakeCPack-source-ignore' | Brad King | 2017-09-27 | 2 | -6/+18 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | CMakeCPack: Exclude version-control-specific files from source package | Brad King | 2017-09-26 | 2 | -6/+18 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'auto_ptr' | Brad King | 2017-09-27 | 54 | -573/+353 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 54 | -573/+353 | |
* | | | | | | | | | Merge topic 'vs-guid-tolerate-no-curly' | Brad King | 2017-09-27 | 2 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | VS: Adapt project parsers to support "ProjectGUID" without curly brackets | Fredrik Orderud | 2017-09-26 | 2 | -2/+10 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'reduce-strcpy' | Brad King | 2017-09-27 | 1 | -33/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | CursesDialog: avoid calling strcpy() | Rolf Eike Beer | 2017-09-25 | 1 | -33/+16 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'GetPrerequisites-no-clear-on-missing' | Brad King | 2017-09-27 | 5 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | GetPrerequisites: Restore behavior on missing binary of not clearing list | Brad King | 2017-09-26 | 5 | -1/+11 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'autogen-per-config-sources' | Brad King | 2017-09-27 | 10 | -252/+380 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Autogen: Docs: Add documentation internal links | Sebastian Holtermann | 2017-09-25 | 3 | -8/+8 | |