| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | Help: Fix cmake-server documentation | Tobias Hunger | 2016-10-21 | 1 | -81/+48 |
|
|
* | | | | | | | Merge topic 'cmcommand-no-disable' | Brad King | 2016-10-24 | 2 | -24/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Remove cmCommand::Enabled and all related accessors | Daniel Pfeifer | 2016-10-24 | 2 | -24/+2 |
|/ / / / / / / |
|
* | | | | | | | Merge topic 'parallel-boostrap-test' | Brad King | 2016-10-24 | 2 | -4/+9 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | BootstrapTest: Use --parallel=... argument. | Daniel Pfeifer | 2016-10-21 | 2 | -4/+9 |
|
|
* | | | | | | | | Merge topic 'remove-cmobject-uses' | Brad King | 2016-10-24 | 144 | -291/+35 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Make cmCPackGenerator not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 2 | -5/+6 |
|
|
| * | | | | | | | | Make cmCPackGeneratorFactory not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -4/+2 |
|
|
| * | | | | | | | | Make cmCTestGenericHandler not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 11 | -12/+12 |
|
|
| * | | | | | | | | Make cmCPackLog not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -4/+2 |
|
|
| * | | | | | | | | Make cmCommand not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 129 | -266/+13 |
| |/ / / / / / / |
|
* | | | | | | | | Merge topic 'separate-compilation' | Brad King | 2016-10-24 | 121 | -409/+1225 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Fix newly discovered clang-tidy issues | Daniel Pfeifer | 2016-10-21 | 7 | -26/+20 |
|
|
| * | | | | | | | | cmCommand: implement functions in cxx file | Daniel Pfeifer | 2016-10-21 | 4 | -42/+57 |
|
|
| * | | | | | | | | bootstrap: Sort source files lexicographically | Daniel Pfeifer | 2016-10-21 | 1 | -90/+90 |
|
|
| * | | | | | | | | Create all commands from a single function | Daniel Pfeifer | 2016-10-21 | 9 | -258/+308 |
|
|
| * | | | | | | | | Separate compilation for commands included in cmBootstrapCommands2 | Daniel Pfeifer | 2016-10-21 | 33 | -50/+237 |
|
|
| * | | | | | | | | Separate compilation for commands included in cmBootstrapCommands1 | Daniel Pfeifer | 2016-10-21 | 20 | -45/+198 |
|
|
| * | | | | | | | | Separate compilation for commands included in cmCommands | Daniel Pfeifer | 2016-10-21 | 62 | -32/+449 |
| |/ / / / / / / |
|
* | | | | | | | | Merge topic 'android-link-exe' | Brad King | 2016-10-24 | 4 | -0/+16 |
|\ \ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | | |
|
| * | | | | | | | Android: Add missing link flags for device executables | Brad King | 2016-10-21 | 4 | -0/+16 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge topic 'cm_unordered_map' | Brad King | 2016-10-24 | 7 | -121/+41 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Introduce CM_UNORDERED_MAP | Daniel Pfeifer | 2016-10-24 | 7 | -121/+41 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-24 | 1 | -1/+1 |
|
|
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-23 | 1 | -1/+1 |
|
|
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-22 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Merge topic 'ninja-encoding' | Brad King | 2016-10-21 | 2 | -2/+19 |
|\ \ \ \ \ \ |
|
| * | | | | | | Ninja: Use ANSI encoding for Ninja build files on Windows | Dāvis Mosāns | 2016-10-20 | 2 | -2/+19 |
|
|
* | | | | | | | Merge topic 'allow-fallback-config-mapping' | Brad King | 2016-10-21 | 5 | -22/+57 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Tests: Add test for MAP_IMPORTED_CONFIG_<CONFIG> empty fallback | Brad King | 2016-10-20 | 2 | -0/+10 |
|
|
| * | | | | | | | Teach MAP_IMPORTED_CONFIG_<CONFIG> to support configuration-less import | Jens Weggemann | 2016-10-20 | 3 | -16/+40 |
|
|
| * | | | | | | | Help: Format MAP_IMPORTED_CONFIG_<CONFIG> documentation | Brad King | 2016-10-20 | 1 | -6/+7 |
|
|
* | | | | | | | | Merge topic 'ninja-diagnose-missing-tool' | Brad King | 2016-10-21 | 18 | -21/+59 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Ninja: Fail early on when ninja build tool does not run | Brad King | 2016-10-20 | 5 | -2/+24 |
|
|
| * | | | | | | | | cmGlobalGenerator: Allow FindMakeProgram to fail | Brad King | 2016-10-20 | 14 | -19/+35 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge topic 'android-armeabi-c++_static' | Brad King | 2016-10-21 | 2 | -5/+2 |
|\ \ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| * | | | | | | | Android: Fix support for armeabi with c++_static | Brad King | 2016-10-21 | 2 | -5/+2 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-21 | 1 | -1/+1 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge topic 'vs-csharp-prep' | Brad King | 2016-10-20 | 5 | -0/+34 |
|\ \ \ \ \ \ |
|
| * | | | | | | VS: Add internal API for detecting "managed" projects | Michael Stürmer | 2016-10-19 | 2 | -0/+6 |
|
|
| * | | | | | | VS: Add CSharp project uuid and file extension | Michael Stürmer | 2016-10-19 | 3 | -0/+28 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge topic 'external-project-clone-progress' | Brad King | 2016-10-20 | 2 | -3/+19 |
|\ \ \ \ \ \ |
|
| * | | | | | | ExternalProject: support GIT_PROGRESS argument | Ben Boeckel | 2016-10-18 | 2 | -2/+18 |
|
|
| * | | | | | | ExternalProject: fix typo | Ben Boeckel | 2016-10-18 | 1 | -1/+1 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge topic 'external-project-configure-command-extraction' | Brad King | 2016-10-20 | 1 | -20/+27 |
|\ \ \ \ \ \ |
|
| * | | | | | | ExternalProject: support extracting the configure command | Ben Boeckel | 2016-10-19 | 1 | -20/+27 |
|
|
* | | | | | | | Merge topic 'ninja-only-object-rules' | Brad King | 2016-10-20 | 1 | -3/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Ninja: Add compile rules only for languages that are actually compiled | Brad King | 2016-10-18 | 1 | -3/+4 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge topic 'clang-tidy' | Brad King | 2016-10-20 | 14 | -87/+136 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | fix more issues reported by clang-tidy | Daniel Pfeifer | 2016-10-20 | 12 | -83/+131 |
|
|