summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-01-041-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-01-031-1/+1
* | | | | | | | | Merge topic 'messenger-no-cmstate-v2'Craig Scott2019-01-023-44/+61
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | cmMessenger: Decouple from cmStateBruno Manganelli2019-01-013-44/+61
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-01-021-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-01-011-1/+1
* | | | | | | | | Merge topic 'add-override'Craig Scott2018-12-3110-31/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add missing overrideVitaly Stakhovsky2018-12-3010-31/+34
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2018-12-311-1/+1
|/ / / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2018-12-301-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2018-12-291-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2018-12-281-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2018-12-271-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2018-12-261-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2018-12-251-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2018-12-241-1/+1
* | | | | | Merge topic 'link-options'Craig Scott2018-12-232-2/+26
|\ \ \ \ \ \
| * | | | | | PIE link options: Update strategy to fix performance regressionMarc Chevrier2018-12-192-2/+26
* | | | | | | Merge topic 'install-code-script-genex'Craig Scott2018-12-233-12/+78
|\ \ \ \ \ \ \
| * | | | | | | install: Teach CODE,SCRIPT modes to evaluate generator expressionsJon Chronopoulos2018-12-223-12/+78
* | | | | | | | CMake Nightly Date StampKitware Robot2018-12-231-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2018-12-221-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2018-12-211-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2018-12-201-1/+1
* | | | | | | | Merge topic 'member-init'Kyle Edwards2018-12-1976-436/+192
|\ \ \ \ \ \ \ \
| * | | | | | | | clang-tidy: Use default member initializationRegina Pfeifer2018-12-1561-346/+149
| * | | | | | | | clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-1525-85/+29
| * | | | | | | | cmUVHandlePtr: Use inherited constructorsRegina Pfeifer2018-12-151-15/+24
* | | | | | | | | CMake Nightly Date StampKitware Robot2018-12-191-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2018-12-181-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2018-12-171-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2018-12-161-1/+1
|/ / / / / / /
* | | | | | | 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
|\ \ \ \ \ \ \ \ \ \