summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include necessary headers in commandsDaniel Pfeifer2016-10-26163-107/+962
* Merge branch 'release'Brad King2016-10-250-0/+0
|\
| * Merge branch 'cmake-server-message-quoting' into releaseBrad King2016-10-243-61/+61
| |\
| * \ Merge branch 'intel-compile-features-windows' into releaseBrad King2016-10-242-6/+12
| |\ \
| * \ \ Merge branch 'android-pic' into releaseBrad King2016-10-2415-35/+9
| |\ \ \
| * \ \ \ Merge branch 'backport-ninja-subdir-binary-dir' into releaseBrad King2016-10-248-29/+35
| |\ \ \ \
| * \ \ \ \ Merge branch 'doc-cmake-server-typos' into releaseBrad King2016-10-211-81/+48
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'android-link-exe' into releaseBrad King2016-10-214-0/+16
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'android-armeabi-c++_static' into releaseBrad King2016-10-212-5/+2
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ 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 'intel-compile-features-windows'Brad King2016-10-252-6/+12
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Intel: Fix compiler extension flags on WindowsBrad King2016-10-242-6/+12
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | 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 'android-pic'Brad King2016-10-2515-35/+9
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Android: Link position-independent executables with proper flagsBrad King2016-10-241-0/+4
| * | | | | | | | | Android: Set CMAKE_POSITION_INDEPENDENT_CODE automaticallyBrad King2016-10-2415-35/+5
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'ninja-subdir-binary-dir'Brad King2016-10-258-29/+35
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'backport-ninja-subdir-binary-dir' into ninja-subdir-binary-dirBrad King2016-10-240-0/+0
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Ninja: Use binary dir for `$subdir/all` targetsAlexis Murzeau2016-10-248-29/+35
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Ninja: Use binary dir for `$subdir/all` targetsAlexis Murzeau2016-10-248-29/+35
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic 'cmake-server-message-quoting'Brad King2016-10-253-61/+61
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | cmake-server: Change message wrapper to avoid ambiguity with contentBrad King2016-10-243-61/+61
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2016-10-251-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'doc-cmake-server-typos'Brad King2016-10-241-81/+48
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Help: Fix cmake-server documentationTobias Hunger2016-10-211-81/+48
* | | | | | Merge topic 'cmcommand-no-disable'Brad King2016-10-242-24/+2
|\ \ \ \ \ \
| * | | | | | Remove cmCommand::Enabled and all related accessorsDaniel Pfeifer2016-10-242-24/+2
|/ / / / / /
* | | | | | Merge topic 'parallel-boostrap-test'Brad King2016-10-242-4/+9
|\ \ \ \ \ \
| * | | | | | BootstrapTest: Use --parallel=... argument.Daniel Pfeifer2016-10-212-4/+9
* | | | | | | 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-24121-409/+1225
|\ \ \ \ \ \ \
| * | | | | | | Fix newly discovered clang-tidy issuesDaniel Pfeifer2016-10-217-26/+20
| * | | | | | | cmCommand: implement functions in cxx fileDaniel Pfeifer2016-10-214-42/+57
| * | | | | | | bootstrap: Sort source files lexicographicallyDaniel Pfeifer2016-10-211-90/+90
| * | | | | | | Create all commands from a single functionDaniel Pfeifer2016-10-219-258/+308
| * | | | | | | Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-2133-50/+237
| * | | | | | | Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-2120-45/+198
| * | | | | | | Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-2162-32/+449
| |/ / / / / /
* | | | | | | Merge topic 'android-link-exe'Brad King2016-10-244-0/+16
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Android: Add missing link flags for device executablesBrad King2016-10-214-0/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'cm_unordered_map'Brad King2016-10-247-121/+41
|\ \ \ \ \ \