Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 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 | |
| * | | | | | | silence selected clang-tidy violations | Daniel Pfeifer | 2016-10-18 | 2 | -4/+5 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'split-cmState' | Brad King | 2016-10-20 | 152 | -2350/+2552 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 44 | -1/+44 | |
| * | | | | | | cmTargetPropertyComputer: Add missing include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 | |
| * | | | | | | cmState: Split auxiliary classes into separate files | Stephen Kelly | 2016-10-19 | 25 | -1133/+1228 | |
| * | | | | | | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 62 | -61/+62 | |
| * | | | | | | cmState: Move extracted declarations to a separate file | Stephen Kelly | 2016-10-19 | 2 | -45/+56 | |
| * | | | | | | cmState: Remove compatibility typedefs | Stephen Kelly | 2016-10-19 | 1 | -3/+0 | |
| * | | | | | | cmState: Port dependent code to new cmStateSnapshot name | Stephen Kelly | 2016-10-19 | 18 | -59/+54 | |
| * | | | | | | cmState: Move Snapshot type to separate namespace | Stephen Kelly | 2016-10-19 | 2 | -172/+174 | |
| * | | | | | | cmState: Port dependent code to new cmStateDirectory name | Stephen Kelly | 2016-10-19 | 14 | -19/+19 | |
| * | | | | | | cmState: Move Directory class to separate namespace | Stephen Kelly | 2016-10-19 | 2 | -115/+115 | |
| * | | | | | | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 50 | -191/+211 | |
| * | | | | | | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 72 | -828/+855 | |
| * | | | | | | cmState: Move SnapshotType enum to separate namespace | Stephen Kelly | 2016-10-18 | 2 | -31/+34 | |
| * | | | | | | cmState: Move PositionType to separate namespace | Stephen Kelly | 2016-10-18 | 2 | -29/+29 | |
| * | | | | | | cmState: Move PolicyStackEntry to separate namespace | Stephen Kelly | 2016-10-18 | 2 | -11/+12 | |
| * | | | | | | cmState: Move SnapshotDataType to separate namespace | Stephen Kelly | 2016-10-18 | 2 | -4/+5 | |
| * | | | | | | cmState: Move nested struct into separate top-level namespace | Stephen Kelly | 2016-10-18 | 2 | -9/+16 | |
| * | | | | | | cmServerProtocol: Remove unused header | Stephen Kelly | 2016-10-18 | 1 | -1/+0 | |
| * | | | | | | cmCommandArgumentParserHelper: Remove unused header | Stephen Kelly | 2016-10-18 | 1 | -1/+0 | |
| |/ / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-20 | 1 | -1/+1 | |
| |_|/ / / |/| | | | |