summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge topic 'systools-stdstring2'Brad King2019-02-137-74/+78
|\ \ \ \ \ \ \ \
| * | | | | | | | cmSystemTools: More methods accept `std::string` paramsVitaly Stakhovsky2019-02-117-74/+78
| |/ / / / / / /
* | | | | | | | Merge topic 'cmcurses-fix-solaris-lambda-warning'Brad King2019-02-131-5/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | cmCursesMainForm: Fix lambda return type deducing warningArtur Ryt2019-02-121-5/+6
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'genex-GENEX_EVAL-fix-recursion'Brad King2019-02-132-10/+4
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | genex: Fix erroneous handling of recursion for $<GENEX_EVAL:>Marc Chevrier2019-02-132-10/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-02-131-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'clangcl-fixes'Brad King2019-02-123-2/+17
|\ \ \ \ \ \
| * | | | | | Work around clang-cl breakage on make_unique/std::forwardZsolt Parragi2019-02-112-2/+4
| * | | | | | Avoid compiling CMake itself as C++17 with Clang's MSVC ABIZsolt Parragi2019-02-111-0/+13
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'progress-stdstring'Brad King2019-02-1222-50/+58
|\ \ \ \ \ \
| * | | | | | cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-1122-50/+58
| |/ / / / /
* | | | | | Merge topic 'modernize-cmCursesMainForm'Brad King2019-02-121-62/+48
|\ \ \ \ \ \
| * | | | | | cmCursesMainForm: Modernize with STL and ranged-for loopsArtur Ryt2019-02-101-62/+48
* | | | | | | Merge topic 'cmCTestRunTest-compress'Brad King2019-02-122-78/+11
|\ \ \ \ \ \ \
| * | | | | | | cmCTestRunTest: Remove duplicated compression logicRegina Pfeifer2019-02-102-78/+11
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2019-02-121-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'ctest-exit-code-int64'Brad King2019-02-114-7/+12
|\ \ \ \ \ \
| * | | | | | CTest: Represent process exit codes as 64-bit signed integerZsolt Parragi2019-02-084-7/+12
* | | | | | | Merge topic 'modernize-for-loops'Brad King2019-02-1147-419/+332
|\ \ \ \ \ \ \
| * | | | | | | Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-0746-416/+317
| * | | | | | | cmAlgorithms: Make cmRange advance/retreat safe for rvaluesArtur Ryt2019-02-071-3/+15
* | | | | | | | Merge topic 'ghs-updates'Brad King2019-02-111-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | GHS: Document usage of GHS_NO_SOURCE_GROUP_FILEFred Baksik2019-02-081-1/+1
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'xcode-stdlib-flags' into release-3.14Brad King2019-02-071-0/+16
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'vs-csharp-nowarn-numbers' into release-3.14Brad King2019-02-074-1/+18
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'fix-exclude-dir-with-iface'Brad King2019-02-111-1/+3
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Fix EXCLUDE_FROM_ALL on directory with an interface libraryBrad King2019-02-081-1/+3
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-02-111-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-02-101-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2019-02-091-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'cmake_parse_arguments-keywords_missing_values'Kyle Edwards2019-02-081-41/+95
|\ \ \ \ \ \
| * | | | | | cmake_parse_arguments: add KEYWORDS_MISSING_VALUESTorsten Robitzki2019-02-071-7/+47
| * | | | | | cmake_parse_arguments: Factor out part of implementation for re-useTorsten Robitzki2019-02-061-39/+53
* | | | | | | Merge topic 'message-stdstring'Brad King2019-02-0812-34/+35
|\ \ \ \ \ \ \
| * | | | | | | cmSystemTools: MessageCallback and Message() accept std::string argumentVitaly Stakhovsky2019-02-0712-34/+35
| |/ / / / / /
* | | | | | | Merge topic 'getreqdef'Brad King2019-02-0816-55/+57
|\ \ \ \ \ \ \
| * | | | | | | cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-0716-55/+57
* | | | | | | | Merge topic 'runsinglecommand'Brad King2019-02-0815-39/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-0615-39/+37
| | |/ / / / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-02-081-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge topic 'prefer-front-back-over-begin-rbegin'Brad King2019-02-0722-65/+64
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-0622-65/+64
| |/ / / / /
* | | | | | Merge topic 'xcode-stdlib-flags'Brad King2019-02-071-0/+16
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Xcode: Derive stdlib from CXX flagsGregor Jasny2019-02-071-0/+16
| | |/ / / | |/| | |
* | | | | Merge topic 'vs-csharp-nowarn-numbers'Brad King2019-02-074-1/+18
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | VS: Fix nowarn compiler option to accept warning numbers.Wil Stark2019-02-074-1/+18
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2019-02-071-1/+1
| |/ / |/| |
* | | Begin post-3.14 developmentBrad King2019-02-061-2/+2
| |/ |/|
* | CMake 3.14.0-rc1 version updateBrad King2019-02-061-3/+3
|/