Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmUVHandlePtr: Use inherited constructors | Regina Pfeifer | 2018-12-15 | 1 | -15/+24 |
* | CMake Nightly Date Stamp | Kitware Robot | 2018-12-15 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2018-12-14 | 1 | -1/+1 |
* | Merge topic 'vs_deploy_content_fix' | Brad King | 2018-12-13 | 1 | -0/+1 |
|\ | |||||
| * | VS: Fix Deploy content in .csproj files | Wil Stark | 2018-12-07 | 1 | -0/+1 |
* | | Merge topic 'vs-csharp-ref-dot' | Brad King | 2018-12-13 | 1 | -1/+2 |
|\ \ | |||||
| * | | VisualStudio10TargetGenerator: support C# refs with '.' in file name. | Wil Stark | 2018-12-11 | 1 | -1/+2 |
* | | | Merge topic 'server-mode-install-fix' | Brad King | 2018-12-13 | 1 | -2/+8 |
|\ \ \ | |||||
| * | | | Server mode: Fix regression of hasInstallRule | Kyle Edwards | 2018-12-12 | 1 | -2/+8 |
* | | | | Merge topic 'update-kwsys' | Brad King | 2018-12-13 | 1 | -57/+122 |
|\ \ \ \ | |||||
| * | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-12-12 | 1 | -57/+122 |
* | | | | | Merge topic 'custom-string' | Brad King | 2018-12-13 | 6 | -0/+1531 |
|\ \ \ \ \ | |||||
| * | | | | | String: Add str_if_stable() as a const alternative to str() | Brad King | 2018-12-12 | 2 | -3/+38 |
| * | | | | | String: Add support for a ""_s string literal syntax | Brad King | 2018-12-12 | 3 | -1/+56 |
| * | | | | | String: Add 'borrow' member to construct borrowing instances | Brad King | 2018-12-12 | 1 | -0/+4 |
| * | | | | | String: Add support for concatenation by operator+ | Brad King | 2018-12-12 | 1 | -0/+101 |
| * | | | | | String: Add a custom string type | Brad King | 2018-12-12 | 3 | -0/+816 |
| * | | | | | Add support for using C++17 string_view or a fallback | Brad King | 2018-12-11 | 3 | -0/+520 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'fileapi' | Brad King | 2018-12-13 | 18 | -3/+2573 |
|\ \ \ \ \ | |||||
| * | | | | | fileapi: extend codemodel v2 with directory details | Brad King | 2018-12-12 | 1 | -0/+50 |
| * | | | | | fileapi: extend codemodel v2 with a project model | Brad King | 2018-12-12 | 1 | -0/+86 |
| * | | | | | fileapi: add cmakeFiles v1 | Brad King | 2018-12-12 | 5 | -3/+195 |
| * | | | | | fileapi: add cache v2 | Brad King | 2018-12-12 | 5 | -0/+184 |
| * | | | | | fileapi: add codemodel v2 | Brad King | 2018-12-12 | 5 | -2/+1192 |
| * | | | | | fileapi: Report cmake generator in reply index file | Brad King | 2018-12-12 | 5 | -0/+30 |
| * | | | | | fileapi: Add helper to create and reference a json reply file | Brad King | 2018-12-12 | 2 | -0/+17 |
| * | | | | | fileapi: Add protocol v1 support for stateful per-client queries | Brad King | 2018-12-12 | 2 | -6/+370 |
| * | | | | | fileapi: Add protocol v1 support for client-specific query files | Brad King | 2018-12-12 | 2 | -2/+29 |
| * | | | | | fileapi: Add protocol v1 infrastructure with support for shared query files | Brad King | 2018-12-12 | 5 | -0/+423 |
| * | | | | | cmTimestamp: Expose CreateTimestampFromTimeT publicly | Brad King | 2018-12-11 | 1 | -3/+3 |
| * | | | | | cmStateSnapshot: Add method to get current directory snapshot | Brad King | 2018-12-11 | 2 | -0/+7 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-13 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge topic 'object-library-link' | Brad King | 2018-12-12 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | target_link_libraries: Propagate dependencies of object libraries | Kyle Edwards | 2018-12-10 | 1 | -1/+2 |
* | | | | | | Merge topic 'fix-configure-line-number' | Brad King | 2018-12-12 | 1 | -4/+18 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmMakefile: Fix @CMAKE_CURRENT_LIST_LINE@ for ExpandVariablesInStringNew | Artur Ryt | 2018-12-12 | 1 | -2/+9 |
| * | | | | | | cmMakefile: Fix ConfigureString not passing filename and line | Artur Ryt | 2018-12-12 | 1 | -2/+9 |
* | | | | | | | Merge topic 'default-test-timeout' | Brad King | 2018-12-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: clarify documentation of ctest --timeout | Regina Pfeifer | 2018-12-09 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'output-converter-simplify' | Brad King | 2018-12-12 | 11 | -134/+117 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | cmOutputConverter: Moved ContainedInDirectory to cmStateDirectory | Bruno Manganelli | 2018-12-08 | 8 | -46/+27 |
| * | | | | | | | cmOutputConverter: Moved ForceToRelativePath to cmSystem | Bruno Manganelli | 2018-12-07 | 9 | -88/+90 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-12 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-11 | 1 | -1/+1 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge topic 'autogen-cleanups' | Brad King | 2018-12-10 | 1 | -160/+72 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmQtAutoGenInitializer: Reduce code duplication | Tobias Hunger | 2018-12-07 | 1 | -160/+72 |
* | | | | | | | Merge topic 'ninja-win-long-commands' | Brad King | 2018-12-10 | 1 | -2/+15 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmLocalNinjaGenerator: Prevent echoing of lines in ninja generated batch files | Mark O'Neill | 2018-12-06 | 1 | -0/+1 |
| * | | | | | | | cmLocalNinjaGenerator: Report line of failure in ninja generated batch file | Mark O'Neill | 2018-12-06 | 1 | -2/+14 |
| * | | | | | | | cmLocalNinjaGenerator: Propagate failures from batch file back to ninja | Mark O'Neill | 2018-12-06 | 1 | -1/+1 |
| | |_|_|_|_|/ | |/| | | | | |