Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Use C++11 '= delete' instead of CM_EQ_DELETE | Brad King | 2017-09-28 | 4 | -26/+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 | 33 | -339/+302 | |
|\ \ \ \ | ||||||
| * | | | | 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 | 1 | -0/+2 | |
| | |/ / | |/| | | ||||||
* | | | | 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 'auto_ptr' | Brad King | 2017-09-27 | 51 | -562/+351 | |
|\ \ | ||||||
| * | | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 51 | -562/+351 | |
* | | | 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 'autogen-per-config-sources' | Brad King | 2017-09-27 | 6 | -243/+369 | |
|\ \ \ | ||||||
| * | | | Autogen: Reintroduce per-config sources support | Sebastian Holtermann | 2017-09-25 | 6 | -217/+343 | |
| * | | | Autogen: Rename cmQtAutoGen::GeneratorType to cmQtAutogen::Generator | Sebastian Holtermann | 2017-09-25 | 5 | -29/+29 | |
* | | | | Merge topic 'ninja-rc-depfile-quoting' | Brad King | 2017-09-27 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Ninja: Fix quoting of RC language depfile in cmcldeps call | Brad King | 2017-09-25 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'revert-perf-source-lookup' | Brad King | 2017-09-27 | 2 | -58/+3 | |
|\ \ \ \ | ||||||
| * | | | | Revert "Performance: Improve efficiency of source file lookup in cmMakefile" | Brad King | 2017-09-25 | 2 | -58/+3 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-27 | 1 | -1/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-26 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | Merge topic 'load_command-cleanup' | Brad King | 2017-09-25 | 1 | -25/+10 | |
|\ \ \ | ||||||
| * | | | cmCPluginAPI: remove explicit casts to void* | Rolf Eike Beer | 2017-09-23 | 1 | -5/+4 | |
| * | | | cmCPluginAPI: do not check pointer before calling free() | Rolf Eike Beer | 2017-09-23 | 1 | -3/+1 | |
| * | | | cmCPluginAPI: use strdup() instead of open coding it | Rolf Eike Beer | 2017-09-23 | 1 | -17/+5 | |
* | | | | Merge topic 'rc-missing-better-error' | Brad King | 2017-09-25 | 2 | -32/+66 | |
|\ \ \ \ | ||||||
| * | | | | Windows: Improve link-time error messages when rc or mt fail | Jonathan Marler | 2017-09-22 | 1 | -32/+62 | |
| * | | | | cmSystemTools: Teach RunSingleCommand another way to report exceptions | Jonathan Marler | 2017-09-20 | 1 | -0/+4 | |
* | | | | | Merge topic 'cpackifw-options' | Brad King | 2017-09-25 | 2 | -0/+43 | |
|\ \ \ \ \ | ||||||
| * | | | | | CPackIFW: Add some options | Konstantin Podsvirov | 2017-09-21 | 2 | -0/+43 | |
* | | | | | | Merge topic 'cxx17-no-bind1st' | Brad King | 2017-09-25 | 2 | -4/+2 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Avoid using std::bind1st that is removed in C++17 | Brad King | 2017-09-23 | 2 | -4/+2 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-25 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-24 | 1 | -1/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-23 | 1 | -1/+1 | |
* | | | | Merge topic 'graphviz-link-type' | Craig Scott | 2017-09-22 | 1 | -5/+98 | |
|\ \ \ \ | |/ / / |/| | | |