Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'fortran-submodule-names' | Brad King | 2019-02-14 | 7 | -11/+76 |
|\ | |||||
| * | Fortran: Fix submodule file names across compilers | Brad King | 2019-02-14 | 7 | -1/+30 |
| * | Fortran: Thread compiler id through to internal Fortran parser | Brad King | 2019-02-14 | 5 | -5/+26 |
| * | Fortran: Factor out .mod and .smod file name construction | Brad King | 2019-02-14 | 2 | -6/+21 |
* | | Merge topic 'fix-legacy-implicit-includes' | Brad King | 2019-02-14 | 2 | -7/+29 |
|\ \ | |||||
| * | | Update logic for sysroot in detected implicit include directories | Brad King | 2019-02-13 | 1 | -1/+5 |
| * | | cmAlgorithms: Add cmHasPrefix to match existing cmHasSuffix | Brad King | 2019-02-13 | 1 | -0/+8 |
| * | | Fix regression in -I/usr/include exclusion logic | Brad King | 2019-02-13 | 1 | -6/+16 |
| |/ | |||||
* | | Merge topic 'fix-pointer-truncation' | Brad King | 2019-02-14 | 2 | -2/+2 |
|\ \ | |||||
| * | | cmListFileLexer: Add missing include to avoid possible pointer truncation | Zsolt Parragi | 2019-02-13 | 2 | -2/+2 |
| |/ | |||||
* | | Merge topic 'update-kwsys' | Brad King | 2019-02-14 | 7 | -17/+29 |
|\ \ | |||||
| * | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2019-02-12 | 7 | -17/+29 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-02-14 | 1 | -1/+1 |
* | | | Merge topic 'names' | Brad King | 2019-02-13 | 11 | -270/+187 |
|\ \ \ | |||||
| * | | | Create and use `cmGeneratorTarget::Names` | Saleem Abdulrasool | 2019-02-11 | 11 | -270/+187 |
* | | | | Merge topic 'systools-stdstring2' | Brad King | 2019-02-13 | 7 | -74/+78 |
|\ \ \ \ | |||||
| * | | | | cmSystemTools: More methods accept `std::string` params | Vitaly Stakhovsky | 2019-02-11 | 7 | -74/+78 |
| |/ / / | |||||
* | | | | Merge topic 'cmcurses-fix-solaris-lambda-warning' | Brad King | 2019-02-13 | 1 | -5/+6 |
|\ \ \ \ | |||||
| * | | | | cmCursesMainForm: Fix lambda return type deducing warning | Artur Ryt | 2019-02-12 | 1 | -5/+6 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'genex-GENEX_EVAL-fix-recursion' | Brad King | 2019-02-13 | 2 | -10/+4 |
|\ \ \ \ | |||||
| * | | | | genex: Fix erroneous handling of recursion for $<GENEX_EVAL:> | Marc Chevrier | 2019-02-13 | 2 | -10/+4 |
| | |_|/ | |/| | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-02-13 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge topic 'clangcl-fixes' | Brad King | 2019-02-12 | 3 | -2/+17 |
|\ \ \ | |||||
| * | | | Work around clang-cl breakage on make_unique/std::forward | Zsolt Parragi | 2019-02-11 | 2 | -2/+4 |
| * | | | Avoid compiling CMake itself as C++17 with Clang's MSVC ABI | Zsolt Parragi | 2019-02-11 | 1 | -0/+13 |
| | |/ | |/| | |||||
* | | | Merge topic 'progress-stdstring' | Brad King | 2019-02-12 | 22 | -50/+58 |
|\ \ \ | |||||
| * | | | cmake: Progress functions use `std::string` param | Vitaly Stakhovsky | 2019-02-11 | 22 | -50/+58 |
| |/ / | |||||
* | | | Merge topic 'modernize-cmCursesMainForm' | Brad King | 2019-02-12 | 1 | -62/+48 |
|\ \ \ | |||||
| * | | | cmCursesMainForm: Modernize with STL and ranged-for loops | Artur Ryt | 2019-02-10 | 1 | -62/+48 |
* | | | | Merge topic 'cmCTestRunTest-compress' | Brad King | 2019-02-12 | 2 | -78/+11 |
|\ \ \ \ | |||||
| * | | | | cmCTestRunTest: Remove duplicated compression logic | Regina Pfeifer | 2019-02-10 | 2 | -78/+11 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-02-12 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge topic 'ctest-exit-code-int64' | Brad King | 2019-02-11 | 4 | -7/+12 |
|\ \ \ | |||||
| * | | | CTest: Represent process exit codes as 64-bit signed integer | Zsolt Parragi | 2019-02-08 | 4 | -7/+12 |
* | | | | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 47 | -419/+332 |
|\ \ \ \ | |||||
| * | | | | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 46 | -416/+317 |
| * | | | | cmAlgorithms: Make cmRange advance/retreat safe for rvalues | Artur Ryt | 2019-02-07 | 1 | -3/+15 |
* | | | | | Merge topic 'ghs-updates' | Brad King | 2019-02-11 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | GHS: Document usage of GHS_NO_SOURCE_GROUP_FILE | Fred Baksik | 2019-02-08 | 1 | -1/+1 |
| * | | | | | Merge branch 'xcode-stdlib-flags' into release-3.14 | Brad King | 2019-02-07 | 1 | -0/+16 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'vs-csharp-nowarn-numbers' into release-3.14 | Brad King | 2019-02-07 | 4 | -1/+18 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'fix-exclude-dir-with-iface' | Brad King | 2019-02-11 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix EXCLUDE_FROM_ALL on directory with an interface library | Brad King | 2019-02-08 | 1 | -1/+3 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-02-11 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-02-10 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-02-09 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge topic 'cmake_parse_arguments-keywords_missing_values' | Kyle Edwards | 2019-02-08 | 1 | -41/+95 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmake_parse_arguments: add KEYWORDS_MISSING_VALUES | Torsten Robitzki | 2019-02-07 | 1 | -7/+47 |
| * | | | | | | cmake_parse_arguments: Factor out part of implementation for re-use | Torsten Robitzki | 2019-02-06 | 1 | -39/+53 |
* | | | | | | | Merge topic 'message-stdstring' | Brad King | 2019-02-08 | 12 | -34/+35 |
|\ \ \ \ \ \ \ |