summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmUVHandlePtr: Use inherited constructorsRegina Pfeifer2018-12-151-15/+24
* CMake Nightly Date StampKitware Robot2018-12-151-1/+1
* CMake Nightly Date StampKitware Robot2018-12-141-1/+1
* Merge topic 'vs_deploy_content_fix'Brad King2018-12-131-0/+1
|\
| * VS: Fix Deploy content in .csproj filesWil Stark2018-12-071-0/+1
* | Merge topic 'vs-csharp-ref-dot'Brad King2018-12-131-1/+2
|\ \
| * | VisualStudio10TargetGenerator: support C# refs with '.' in file name.Wil Stark2018-12-111-1/+2
* | | Merge topic 'server-mode-install-fix'Brad King2018-12-131-2/+8
|\ \ \
| * | | Server mode: Fix regression of hasInstallRuleKyle Edwards2018-12-121-2/+8
* | | | Merge topic 'update-kwsys'Brad King2018-12-131-57/+122
|\ \ \ \
| * | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-12-121-57/+122
* | | | | Merge topic 'custom-string'Brad King2018-12-136-0/+1531
|\ \ \ \ \
| * | | | | String: Add str_if_stable() as a const alternative to str()Brad King2018-12-122-3/+38
| * | | | | String: Add support for a ""_s string literal syntaxBrad King2018-12-123-1/+56
| * | | | | String: Add 'borrow' member to construct borrowing instancesBrad King2018-12-121-0/+4
| * | | | | String: Add support for concatenation by operator+Brad King2018-12-121-0/+101
| * | | | | String: Add a custom string typeBrad King2018-12-123-0/+816
| * | | | | Add support for using C++17 string_view or a fallbackBrad King2018-12-113-0/+520
| | |_|_|/ | |/| | |
* | | | | Merge topic 'fileapi'Brad King2018-12-1318-3/+2573
|\ \ \ \ \
| * | | | | fileapi: extend codemodel v2 with directory detailsBrad King2018-12-121-0/+50
| * | | | | fileapi: extend codemodel v2 with a project modelBrad King2018-12-121-0/+86
| * | | | | fileapi: add cmakeFiles v1Brad King2018-12-125-3/+195
| * | | | | fileapi: add cache v2Brad King2018-12-125-0/+184
| * | | | | fileapi: add codemodel v2Brad King2018-12-125-2/+1192
| * | | | | fileapi: Report cmake generator in reply index fileBrad King2018-12-125-0/+30
| * | | | | fileapi: Add helper to create and reference a json reply fileBrad King2018-12-122-0/+17
| * | | | | fileapi: Add protocol v1 support for stateful per-client queriesBrad King2018-12-122-6/+370
| * | | | | fileapi: Add protocol v1 support for client-specific query filesBrad King2018-12-122-2/+29
| * | | | | fileapi: Add protocol v1 infrastructure with support for shared query filesBrad King2018-12-125-0/+423
| * | | | | cmTimestamp: Expose CreateTimestampFromTimeT publiclyBrad King2018-12-111-3/+3
| * | | | | cmStateSnapshot: Add method to get current directory snapshotBrad King2018-12-112-0/+7
* | | | | | CMake Nightly Date StampKitware Robot2018-12-131-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'object-library-link'Brad King2018-12-121-1/+2
|\ \ \ \ \
| * | | | | target_link_libraries: Propagate dependencies of object librariesKyle Edwards2018-12-101-1/+2
* | | | | | Merge topic 'fix-configure-line-number'Brad King2018-12-121-4/+18
|\ \ \ \ \ \
| * | | | | | cmMakefile: Fix @CMAKE_CURRENT_LIST_LINE@ for ExpandVariablesInStringNewArtur Ryt2018-12-121-2/+9
| * | | | | | cmMakefile: Fix ConfigureString not passing filename and lineArtur Ryt2018-12-121-2/+9
* | | | | | | Merge topic 'default-test-timeout'Brad King2018-12-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Help: clarify documentation of ctest --timeoutRegina Pfeifer2018-12-091-1/+1
* | | | | | | | Merge topic 'output-converter-simplify'Brad King2018-12-1211-134/+117
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | cmOutputConverter: Moved ContainedInDirectory to cmStateDirectoryBruno Manganelli2018-12-088-46/+27
| * | | | | | | cmOutputConverter: Moved ForceToRelativePath to cmSystemBruno Manganelli2018-12-079-88/+90
* | | | | | | | CMake Nightly Date StampKitware Robot2018-12-121-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2018-12-111-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'autogen-cleanups'Brad King2018-12-101-160/+72
|\ \ \ \ \ \
| * | | | | | cmQtAutoGenInitializer: Reduce code duplicationTobias Hunger2018-12-071-160/+72
* | | | | | | Merge topic 'ninja-win-long-commands'Brad King2018-12-101-2/+15
|\ \ \ \ \ \ \
| * | | | | | | cmLocalNinjaGenerator: Prevent echoing of lines in ninja generated batch filesMark O'Neill2018-12-061-0/+1
| * | | | | | | cmLocalNinjaGenerator: Report line of failure in ninja generated batch fileMark O'Neill2018-12-061-2/+14
| * | | | | | | cmLocalNinjaGenerator: Propagate failures from batch file back to ninjaMark O'Neill2018-12-061-1/+1
| | |_|_|_|_|/ | |/| | | | |