summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fortran-submodule-names'Brad King2019-02-147-11/+76
|\
| * Fortran: Fix submodule file names across compilersBrad King2019-02-147-1/+30
| * Fortran: Thread compiler id through to internal Fortran parserBrad King2019-02-145-5/+26
| * Fortran: Factor out .mod and .smod file name constructionBrad King2019-02-142-6/+21
* | Merge topic 'fix-legacy-implicit-includes'Brad King2019-02-142-7/+29
|\ \
| * | Update logic for sysroot in detected implicit include directoriesBrad King2019-02-131-1/+5
| * | cmAlgorithms: Add cmHasPrefix to match existing cmHasSuffixBrad King2019-02-131-0/+8
| * | Fix regression in -I/usr/include exclusion logicBrad King2019-02-131-6/+16
| |/
* | Merge topic 'fix-pointer-truncation'Brad King2019-02-142-2/+2
|\ \
| * | cmListFileLexer: Add missing include to avoid possible pointer truncationZsolt Parragi2019-02-132-2/+2
| |/
* | Merge topic 'update-kwsys'Brad King2019-02-147-17/+29
|\ \
| * | Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-02-127-17/+29
* | | CMake Nightly Date StampKitware Robot2019-02-141-1/+1
* | | Merge topic 'names'Brad King2019-02-1311-270/+187
|\ \ \
| * | | Create and use `cmGeneratorTarget::Names`Saleem Abdulrasool2019-02-1111-270/+187
* | | | 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
|\ \ \ \ \ \ \