summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge topic 'vs-toolset-options'Brad King2016-10-2611-132/+293
|\ \ \ \ \
| * | | | | VS: Choose flag map based on the toolset nameDon Olmstead2016-10-255-5/+191
| * | | | | VS: Move toolset flag table lookup to global generatorDon Olmstead2016-10-258-129/+96
| |/ / / /
| * | | | VS: Add internal API to get platform toolset as stringBrad King2016-10-252-3/+11
| |/ / /
* | | | Merge topic 'update-kwsys'Brad King2016-10-261-4/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-10-251-4/+12
| |/ /
* | | CMake Nightly Date StampKitware Robot2016-10-261-1/+1
|/ /
* | Merge topic 'cm_unordered_set'Brad King2016-10-254-49/+51
|\ \
| * | Introduce CM_UNORDERED_SETDaniel Pfeifer2016-10-244-49/+51
* | | Merge topic 'remove-cmobject'Brad King2016-10-2577-152/+3
|\ \ \
| * | | Remove cmObject.h and cmTypeMacro.hDaniel Pfeifer2016-10-2477-152/+3
| |/ /
* | | Merge topic 'st2-fix-regex'Brad King2016-10-251-1/+3
|\ \ \
| * | | Sublime: Update generated diagnostic matching expression for MSVCBruno Pedrosa2016-10-241-1/+3
* | | | Merge topic 'ninja-subdir-binary-dir'Brad King2016-10-252-29/+16
|\ \ \ \
| * | | | Ninja: Use binary dir for `$subdir/all` targetsAlexis Murzeau2016-10-242-29/+16
| | |/ / | |/| |
* | | | Merge topic 'cmake-server-message-quoting'Brad King2016-10-251-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | cmake-server: Change message wrapper to avoid ambiguity with contentBrad King2016-10-241-2/+2
| * | | Merge branch 'cmake-server-pipe-mode-fix' into releaseBrad King2016-10-181-6/+5
| |\ \ \
| * \ \ \ Merge branch 'ninja-framework-POST_BUILD' into releaseBrad King2016-10-131-2/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'backport-LINK_WHAT_YOU_USE-allow-OFF' into releaseBrad King2016-10-133-6/+6
| |\ \ \ \ \
| | * | | | | Honor LINK_WHAT_YOU_USE when set to OFFJamie Snape2016-10-133-6/+6
| * | | | | | Merge branch 'ninja-rc-regression' into releaseBrad King2016-10-131-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cmake-gui-fix-extra-generator-names' into releaseBrad King2016-10-111-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'vs15-separate-flag-table' into releaseBrad King2016-10-103-3/+247
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'update-kwsys' into releaseBrad King2016-10-081-11/+9
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'android-export-has-cpp' into releaseBrad King2016-10-071-0/+12
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'codelite-global-setting' into releaseBrad King2016-10-073-3/+24
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'fix-VS-resources-pri-path' into releaseBrad King2016-10-051-2/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'qtifw-https-cmake.org' into releaseBrad King2016-10-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2016-10-251-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Remove cmCommand::Enabled and all related accessorsDaniel Pfeifer2016-10-242-24/+2
* | | | | | | | | | | | | | Merge topic 'remove-cmobject-uses'Brad King2016-10-24144-291/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Make cmCPackGenerator not inherit from cmObjectDaniel Pfeifer2016-10-222-5/+6
| * | | | | | | | | | | | | | Make cmCPackGeneratorFactory not inherit from cmObjectDaniel Pfeifer2016-10-221-4/+2
| * | | | | | | | | | | | | | Make cmCTestGenericHandler not inherit from cmObjectDaniel Pfeifer2016-10-2211-12/+12
| * | | | | | | | | | | | | | Make cmCPackLog not inherit from cmObjectDaniel Pfeifer2016-10-221-4/+2
| * | | | | | | | | | | | | | Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-22129-266/+13
* | | | | | | | | | | | | | | Merge topic 'separate-compilation'Brad King2016-10-24120-350/+1092
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix newly discovered clang-tidy issuesDaniel Pfeifer2016-10-217-26/+20
| * | | | | | | | | | | | | | | cmCommand: implement functions in cxx fileDaniel Pfeifer2016-10-213-42/+56
| * | | | | | | | | | | | | | | Create all commands from a single functionDaniel Pfeifer2016-10-218-255/+307
| * | | | | | | | | | | | | | | Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-2132-44/+193
| * | | | | | | | | | | | | | | Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-2119-41/+157
| * | | | | | | | | | | | | | | Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-2162-32/+449
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge topic 'cm_unordered_map'Brad King2016-10-247-121/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Introduce CM_UNORDERED_MAPDaniel Pfeifer2016-10-247-121/+41
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2016-10-241-1/+1
* | | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2016-10-231-1/+1
* | | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2016-10-221-1/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge topic 'ninja-encoding'Brad King2016-10-212-2/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \