summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge topic 'src-COMPILE_FLAGS-genex'Brad King2016-11-0115-15/+95
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests: Add case for Xcode per-config per-source COMPILE_FLAGS diagnosticBrad King2016-10-284-0/+14
| * | | | | | | | Add generator expression support to per-source COMPILE_FLAGSZsolt Parragi2016-10-2811-15/+81
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'st2-env-vars-variable'Brad King2016-11-015-1/+66
|\ \ \ \ \ \ \ \
| * | | | | | | | Sublime: Add option to specify env vars for the .sublime-projectBruno Pedrosa2016-10-275-1/+66
* | | | | | | | | 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 'intel-compile-features-windows'Brad King2016-11-016-41/+60
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Features: Record features for Intel Compiler on WindowsBrad King2016-10-276-19/+14
| * | | | | | | | | Features: Port Intel CXX features to test macros where possibleBrad King2016-10-271-18/+31
| * | | | | | | | | Features: Unset Intel CXX feature temporariesBrad King2016-10-271-0/+10
| * | | | | | | | | Intel: Remove incorrect C++98 standard compiler flag on WindowsBrad King2016-10-271-5/+6
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | 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 branch 'release'Brad King2016-10-280-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'cmake-server-handshake-improvements' into releaseBrad King2016-10-284-66/+104
| |\ \ \ \
| * \ \ \ \ Merge branch 'intel-17-features' into releaseBrad King2016-10-261-3/+3
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'cmake-server-handshake-improvements'Brad King2016-10-284-66/+104
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | server-mode: Handle generator toolset and platform in handshakeTobias Hunger2016-10-283-2/+35
| * | | | | | cmake-server: Better error reporting during handshakeTobias Hunger2016-10-272-66/+71
* | | | | | | 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-274-0/+25
|\ \ \ \ \ \ \
| * | | | | | | Enable Unicode output to Windows consolesDāvis Mosāns2016-10-264-0/+25
* | | | | | | | Merge topic 'intel-compiler-windows-c++98'Brad King2016-10-271-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Intel: Fix compiler C++98 standard flag on WindowsBrad King2016-10-261-1/+5
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'intel-17-features'Brad King2016-10-271-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Features: Record features for Intel C++ 17 on UNIXBrad King2016-10-261-3/+3
* | | | | | | | 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
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | KWSys 2016-10-23 (b630d2f5)KWSys Upstream2016-10-251-4/+12
* | | | | | | | Merge topic 'fix-right-angle-bracket-feature-test'Brad King2016-10-262-1/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Features: Fix cxx_right_angle_brackets compiler feature testAlex Wang2016-10-252-1/+4
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2016-10-261-1/+1
|/ / / / / /
* | | | | | Merge branch 'release'Brad King2016-10-250-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'cmake-server-message-quoting' into releaseBrad King2016-10-243-61/+61
| |\ \ \ \ \ | | | |_|/ / | | |/| | |