summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Remove unused cm_sha2 infrastructureBrad King2016-11-105-1800/+0
* Port hash computation to cmCryptoHashBrad King2016-11-108-60/+34
* cmCryptoHash: Re-implement in terms of librhashBrad King2016-11-102-85/+73
* cmCryptoHash: Avoid using subclasses at client sitesBrad King2016-11-101-4/+4
* librhash: Build the library within CMakeBrad King2016-11-101-0/+1
* Merge topic 'remove-utf8-option'Brad King2016-11-037-57/+6
|\
| * Encoding: Remove option to use ANSI code page internallyClinton Stimpson2016-11-027-57/+6
* | Merge topic 'compile-features-for-language-standards'Brad King2016-11-031-0/+6
|\ \
| * | Features: Add meta-features requesting awareness of a particular standardBrad King2016-11-021-0/+6
* | | CMake Nightly Date StampKitware Robot2016-11-031-1/+1
|/ /
* | Merge topic 'fix_compiler_arg1'Brad King2016-11-021-1/+1
|\ \
| * | cmRulePlaceholderExpander: Fix CMAKE_<LANG>_COMPILER_ARG1 replacementZack Galbreath2016-11-011-1/+1
* | | CMake Nightly Date StampKitware Robot2016-11-021-1/+1
| |/ |/|
* | Merge topic 'custom-command-CROSSCOMPILING_EMULATOR'Brad King2016-11-012-14/+35
|\ \
| * | Fix custom command target substitution with CROSSCOMPILING_EMULATORBrad King2016-10-282-14/+35
* | | Merge topic 'src-COMPILE_FLAGS-genex'Brad King2016-11-017-15/+65
|\ \ \
| * | | Add generator expression support to per-source COMPILE_FLAGSZsolt Parragi2016-10-287-15/+65
| |/ /
* | | Merge topic 'st2-env-vars-variable'Brad King2016-11-012-1/+34
|\ \ \
| * | | Sublime: Add option to specify env vars for the .sublime-projectBruno Pedrosa2016-10-272-1/+34
* | | | Merge topic 'clang-tidy'Brad King2016-11-0120-48/+46
|\ \ \ \
| * | | | Avoid some copiesDaniel Pfeifer2016-10-305-16/+16
| * | | | Remove redundant c_str() callsDaniel Pfeifer2016-10-3014-29/+26
| * | | | Use the empty method to check for emptinessDaniel Pfeifer2016-10-302-3/+4
* | | | | Merge topic 'ninja-windows-POST_BUILD-noop'Brad King2016-11-014-7/+11
|\ \ \ \ \
| * | | | | Ninja: Fix POST_BUILD noop on WindowsBrad King2016-10-284-7/+11
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2016-11-011-1/+1
| |_|_|/ |/| | |
* | | | CMake Nightly Date StampKitware Robot2016-10-311-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2016-10-301-1/+1
* | | CMake Nightly Date StampKitware Robot2016-10-291-1/+1
|/ /
* | Merge topic 'cmake-server-handshake-improvements'Brad King2016-10-282-63/+99
|\ \
| * | server-mode: Handle generator toolset and platform in handshakeTobias Hunger2016-10-282-1/+32
| * | cmake-server: Better error reporting during handshakeTobias Hunger2016-10-271-64/+69
* | | CMake Nightly Date StampKitware Robot2016-10-281-1/+1
* | | Merge topic 'include-what-you-use'Brad King2016-10-27163-107/+962
|\ \ \
| * | | Include necessary headers in commandsDaniel Pfeifer2016-10-26163-107/+962
* | | | Merge topic 'consoleBuf'Brad King2016-10-273-0/+24
|\ \ \ \
| * | | | Enable Unicode output to Windows consolesDāvis Mosāns2016-10-263-0/+24
* | | | | Merge topic 'vs-fix-no-toolset'Brad King2016-10-271-1/+5
|\ \ \ \ \
| * | | | | VS: Fix use of `Windows7.1SDK` 64-bit toolset with VS 2010 ExpressBrad King2016-10-271-1/+5
* | | | | | CMake Nightly Date StampKitware Robot2016-10-271-1/+1
| |/ / / / |/| | | |
* | | | | 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
|\ \ \