Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop unused CMake_HAVE_CXX_UNIQUE_PTR macro | Brad King | 2017-09-28 | 1 | -1/+0 |
* | 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 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | graphviz: distinguish target dependency types | Nico Müller | 2017-09-21 | 1 | -5/+98 |
* | | | | Merge topic 'perf-source-lookup' | Brad King | 2017-09-22 | 5 | -23/+66 |
|\ \ \ \ | |||||
| * | | | | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-09-20 | 3 | -3/+59 |
| * | | | | cmMakefile: Drop unused method | Aaron Orenstein | 2017-09-20 | 1 | -1/+0 |
| * | | | | cmSourceFileLocation: Drop unnecessary copy-assignment operator | Aaron Orenstein | 2017-09-20 | 3 | -19/+7 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'autogen-generators-refactor' | Brad King | 2017-09-22 | 3 | -1125/+1367 |
|\ \ \ \ | |||||
| * | | | | Autogen: Read relative paths from rcc output | Sebastian Holtermann | 2017-09-21 | 1 | -9/+18 |
| * | | | | Autogen: In VERBOSE mode print why files are (re)generated | Sebastian Holtermann | 2017-09-20 | 2 | -44/+221 |
| * | | | | Autogen: Refactor cmQtAutoGenerators | Sebastian Holtermann | 2017-09-20 | 2 | -1100/+1156 |
| |/ / / | |||||
* | | | | Merge topic 'variable_watch-modify-on-callback' | Brad King | 2017-09-22 | 2 | -20/+18 |
|\ \ \ \ | |||||
| * | | | | variable_watch: Made it safe to add/remove watches in access callbacks | Justin Berger | 2017-09-21 | 2 | -20/+18 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'string-empty' | Brad King | 2017-09-22 | 24 | -42/+43 |
|\ \ \ \ | |||||
| * | | | | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 24 | -42/+43 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-22 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'update-kwsys' | Brad King | 2017-09-21 | 1 | -0/+6 |
|\ \ \ \ |