Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Makefile,Ninja: De-duplicate ComputeObjectFilenames method | Brad King | 2018-01-29 | 6 | -38/+21 | |
| |/ / / | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-31 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Merge topic 'vcxproj-DebugInformationFormat-newline' | Brad King | 2018-01-30 | 1 | -4/+5 | |
|\ \ \ | ||||||
| * | | | VS: Use newline for empty DebugInformationFormat tags | Robert Dailey | 2018-01-26 | 1 | -4/+5 | |
* | | | | Merge topic 'xcode-gen-warning' | Brad King | 2018-01-30 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | cmGlobalXCodeGenerator: Avoid -Wconditional-uninitialized warning | Brad King | 2018-01-29 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-30 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge topic 'reduce-temporaries' | Brad King | 2018-01-29 | 69 | -314/+302 | |
|\ \ \ | ||||||
| * | | | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 69 | -314/+302 | |
* | | | | Merge topic 'ctest_start_function_scope' | Brad King | 2018-01-29 | 5 | -3/+24 | |
|\ \ \ \ | ||||||
| * | | | | cmCTestScriptHandler: Add new field ShouldRunCurrentScript | Kyle Edwards | 2018-01-26 | 5 | -3/+24 | |
| |/ / / | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-29 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-28 | 1 | -1/+1 | |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-27 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge topic 'dedup-uv-signal-hack' | Brad King | 2018-01-26 | 4 | -74/+48 | |
|\ \ | ||||||
| * | | De-duplicate cmUVSignalHackRAII | Brad King | 2018-01-25 | 4 | -74/+48 | |
| * | | cmUVSignalHackRAII: Use nullptr instead of NULL | Brad King | 2018-01-25 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge topic 'ctest-chrono' | Brad King | 2018-01-26 | 38 | -212/+272 | |
|\ \ | ||||||
| * | | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 18 | -62/+86 | |
| * | | CTest: add safe conversion from cmDuration to integer types | Wouter Klouwen | 2018-01-23 | 7 | -40/+74 | |
| * | | CTest: introduce cmDuration | Wouter Klouwen | 2018-01-23 | 19 | -109/+111 | |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-26 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge topic 'xl-qoptfile' | Brad King | 2018-01-25 | 2 | -4/+17 | |
|\ \ | ||||||
| * | | Makefile,Ninja: Use tool-specific response file flag for include dirs | Brad King | 2018-01-24 | 2 | -4/+17 | |
* | | | Merge topic 'server-polish-opt-handshake' | Brad King | 2018-01-25 | 1 | -14/+15 | |
|\ \ \ | ||||||
| * | | | Server-mode: Rename functions to reflect what they do | Tobias Hunger | 2018-01-24 | 1 | -14/+15 | |
| |/ / | ||||||
* | | | Merge topic 'RemoveKDevelop3' | Brad King | 2018-01-25 | 9 | -704/+10 | |
|\ \ \ | ||||||
| * | | | Generators: adjust error message for the removed KDevelop3 generator | Alex Neundorf | 2018-01-24 | 1 | -1/+6 | |
| * | | | Generators: remove KDevelop3 generator | Alex Neundorf | 2018-01-24 | 9 | -703/+4 | |
* | | | | Merge topic 'update-kwsys' | Brad King | 2018-01-25 | 19 | -207/+241 | |
|\ \ \ \ | ||||||
| * | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-01-24 | 19 | -207/+241 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'sourceFile-new-properties' | Brad King | 2018-01-25 | 21 | -184/+536 | |
|\ \ \ \ | ||||||
| * | | | | sourceFile properties: add property INCLUDE_DIRECTORIES | Marc Chevrier | 2018-01-24 | 11 | -16/+206 | |
| * | | | | VisualStudio generators: refactoring | Marc Chevrier | 2018-01-23 | 7 | -134/+190 | |
| * | | | | sourceFile properties: add property COMPILE_OPTIONS | Marc Chevrier | 2018-01-23 | 7 | -7/+66 | |
| * | | | | LocalGenerator: refactoring | Marc Chevrier | 2018-01-23 | 8 | -29/+76 | |
* | | | | | Merge topic 'fix-include_regular_expression-subdir' | Brad King | 2018-01-25 | 1 | -0/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | include_regular_expression: Fix propagation to subdirectories | Brad King | 2018-01-24 | 1 | -0/+6 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge topic 'windows-resources-through-link' | Brad King | 2018-01-25 | 1 | -2/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Windows: Add support for running CMake tools through a symlink | Pavel P | 2018-01-24 | 1 | -2/+6 | |
* | | | | | | Merge topic 'stdstring' | Brad King | 2018-01-25 | 7 | -30/+31 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmMakefile: use std::string in more methods; cleanup c_str()s | Vitaly Stakhovsky | 2018-01-23 | 7 | -30/+31 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-25 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge topic 'cpack_trace' | Brad King | 2018-01-24 | 3 | -0/+34 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CPack: accept --trace and --trace-expand | Isaiah Norton | 2018-01-23 | 3 | -0/+34 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge topic 'vcxproj-spaces' | Brad King | 2018-01-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | cmVisualStudio10TargetGenerator: remove redundant space char in some tags | Vitaly Stakhovsky | 2018-01-23 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge topic 'libuv-restore-fmode' | Brad King | 2018-01-24 | 7 | -18/+27 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Extend libuv file translate mode workaround to all executables | Brad King | 2018-01-23 | 7 | -16/+26 | |
| * | | | | cpack: Enable MSVC debug hook earlier | Brad King | 2018-01-23 | 1 | -2/+1 | |