Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge topic 'src-COMPILE_FLAGS-genex' | Brad King | 2016-11-01 | 15 | -15/+95 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tests: Add case for Xcode per-config per-source COMPILE_FLAGS diagnostic | Brad King | 2016-10-28 | 4 | -0/+14 | |
| * | | | | | | | | Add generator expression support to per-source COMPILE_FLAGS | Zsolt Parragi | 2016-10-28 | 11 | -15/+81 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'st2-env-vars-variable' | Brad King | 2016-11-01 | 5 | -1/+66 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Sublime: Add option to specify env vars for the .sublime-project | Bruno Pedrosa | 2016-10-27 | 5 | -1/+66 | |
* | | | | | | | | | Merge topic 'clang-tidy' | Brad King | 2016-11-01 | 20 | -48/+46 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Avoid some copies | Daniel Pfeifer | 2016-10-30 | 5 | -16/+16 | |
| * | | | | | | | | | Remove redundant c_str() calls | Daniel Pfeifer | 2016-10-30 | 14 | -29/+26 | |
| * | | | | | | | | | Use the empty method to check for emptiness | Daniel Pfeifer | 2016-10-30 | 2 | -3/+4 | |
* | | | | | | | | | | Merge topic 'intel-compile-features-windows' | Brad King | 2016-11-01 | 6 | -41/+60 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | Features: Record features for Intel Compiler on Windows | Brad King | 2016-10-27 | 6 | -19/+14 | |
| * | | | | | | | | | Features: Port Intel CXX features to test macros where possible | Brad King | 2016-10-27 | 1 | -18/+31 | |
| * | | | | | | | | | Features: Unset Intel CXX feature temporaries | Brad King | 2016-10-27 | 1 | -0/+10 | |
| * | | | | | | | | | Intel: Remove incorrect C++98 standard compiler flag on Windows | Brad King | 2016-10-27 | 1 | -5/+6 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'ninja-windows-POST_BUILD-noop' | Brad King | 2016-11-01 | 4 | -7/+11 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | Ninja: Fix POST_BUILD noop on Windows | Brad King | 2016-10-28 | 4 | -7/+11 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-11-01 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-31 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-30 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-29 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'release' | Brad King | 2016-10-28 | 0 | -0/+0 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Merge branch 'cmake-server-handshake-improvements' into release | Brad King | 2016-10-28 | 4 | -66/+104 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'intel-17-features' into release | Brad King | 2016-10-26 | 1 | -3/+3 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'cmake-server-handshake-improvements' | Brad King | 2016-10-28 | 4 | -66/+104 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | server-mode: Handle generator toolset and platform in handshake | Tobias Hunger | 2016-10-28 | 3 | -2/+35 | |
| * | | | | | | cmake-server: Better error reporting during handshake | Tobias Hunger | 2016-10-27 | 2 | -66/+71 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-28 | 1 | -1/+1 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge topic 'include-what-you-use' | Brad King | 2016-10-27 | 163 | -107/+962 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 163 | -107/+962 | |
* | | | | | | | Merge topic 'consoleBuf' | Brad King | 2016-10-27 | 4 | -0/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Enable Unicode output to Windows consoles | Dāvis Mosāns | 2016-10-26 | 4 | -0/+25 | |
* | | | | | | | | Merge topic 'intel-compiler-windows-c++98' | Brad King | 2016-10-27 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Intel: Fix compiler C++98 standard flag on Windows | Brad King | 2016-10-26 | 1 | -1/+5 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'intel-17-features' | Brad King | 2016-10-27 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Features: Record features for Intel C++ 17 on UNIX | Brad King | 2016-10-26 | 1 | -3/+3 | |
* | | | | | | | | Merge topic 'vs-fix-no-toolset' | Brad King | 2016-10-27 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | VS: Fix use of `Windows7.1SDK` 64-bit toolset with VS 2010 Express | Brad King | 2016-10-27 | 1 | -1/+5 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-27 | 1 | -1/+1 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge topic 'vs-toolset-options' | Brad King | 2016-10-26 | 11 | -132/+293 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | VS: Choose flag map based on the toolset name | Don Olmstead | 2016-10-25 | 5 | -5/+191 | |
| * | | | | | | | | VS: Move toolset flag table lookup to global generator | Don Olmstead | 2016-10-25 | 8 | -129/+96 | |
| |/ / / / / / / | ||||||
| * | | | | | | | VS: Add internal API to get platform toolset as string | Brad King | 2016-10-25 | 2 | -3/+11 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'update-kwsys' | Brad King | 2016-10-26 | 1 | -4/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-10-25 | 1 | -4/+12 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | KWSys 2016-10-23 (b630d2f5) | KWSys Upstream | 2016-10-25 | 1 | -4/+12 | |
* | | | | | | | | Merge topic 'fix-right-angle-bracket-feature-test' | Brad King | 2016-10-26 | 2 | -1/+4 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | Features: Fix cxx_right_angle_brackets compiler feature test | Alex Wang | 2016-10-25 | 2 | -1/+4 | |
| |/ / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-26 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'release' | Brad King | 2016-10-25 | 0 | -0/+0 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Merge branch 'cmake-server-message-quoting' into release | Brad King | 2016-10-24 | 3 | -61/+61 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | |