Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | 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 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'SWIG' | Brad King | 2018-12-10 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | UseSWIG: add management of SWIG option -module | Marc Chevrier | 2018-12-07 | 1 | -1/+4 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'file-read_symlink' | Brad King | 2018-12-10 | 2 | -1/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | file: Fix formatting of error in SIZE sub-command | Kyle Edwards | 2018-12-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | file: Add READ_SYMLINK sub-command | Kyle Edwards | 2018-12-06 | 2 | -0/+31 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'cpack-status-callback' | Brad King | 2018-12-10 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | CPack/External: Fix status messages of staging scripts | Nils Gladitz | 2018-12-07 | 1 | -0/+10 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'autogen_revert_implicit_includes' | Brad King | 2018-12-10 | 1 | -3/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Autogen: Revert passing compiler implicit includes to moc | Sebastian Holtermann | 2018-12-07 | 1 | -3/+6 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-10 | 1 | -1/+1 | |
| |_|_|_|/ / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-09 | 1 | -1/+1 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-08 | 1 | -1/+1 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge topic 'vs-json-flag-table' | Brad King | 2018-12-07 | 44 | -4092/+276 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove old flag table headers | Stephan Szabo | 2018-11-28 | 30 | -3896/+0 | |
| * | | | | | | | | Replace header flag tables with json reading | Stephan Szabo | 2018-11-28 | 8 | -177/+242 | |
| * | | | | | | | | Convert cmIDEFlagTable to use owned strings | Stephan Szabo | 2018-11-28 | 35 | -46/+48 | |
| * | | | | | | | | Update XML->JSON generation script | Stephan Szabo | 2018-11-28 | 1 | -3/+16 | |
| | |_|_|_|_|/ / | |/| | | | | | |