Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 18 | -26/+30 |
* | Merge topic 'get_filename_component_last_ext' | Brad King | 2019-01-28 | 4 | -1/+15 |
|\ | |||||
| * | Help: Add notes for topic 'get_filename_component_last_ext' | Brad King | 2019-01-28 | 1 | -0/+6 |
| * | Tests: Add tests for LAST_EXT and NAME_WLE | Tushar Maheshwari | 2019-01-24 | 1 | -1/+3 |
| * | Help: Add documentation for new get_filename_component components | Tushar Maheshwari | 2019-01-24 | 1 | -0/+2 |
| * | cmGetFilenameComponentCommand: Add more components | Tushar Maheshwari | 2019-01-24 | 1 | -0/+4 |
* | | Merge topic 'implicit-incs-upd' | Brad King | 2019-01-28 | 47 | -19/+1183 |
|\ \ | |||||
| * | | ParseImplicitIncludeInfo: add Fortran implicit include handling | Chuck Cranor | 2019-01-25 | 17 | -12/+449 |
| * | | ParseImplicitIncludeInfo: handle/add SunPro, XL, and -nostdinc test cases | Chuck Cranor | 2019-01-25 | 33 | -13/+740 |
* | | | Merge topic 'vs2019' | Brad King | 2019-01-28 | 6 | -10/+2562 |
|\ \ \ | |||||
| * | | | VS: Update for Visual Studio 2019 Preview 2 | Brad King | 2019-01-24 | 4 | -10/+27 |
| * | | | VS: Fix `/MANIFESTUAC:` link flag mapping for v142 | Brad King | 2019-01-24 | 1 | -21/+4 |
| * | | | VS: Fix support for '/guard:cf' linker flag for v142 | Brad King | 2019-01-24 | 1 | -7/+0 |
| * | | | VS: Map the link `/debug` flag for v142 | Brad King | 2019-01-24 | 1 | -10/+18 |
| * | | | VS: Fix `/MANIFESTUAC:NO` link flag mapping for v142 | Brad King | 2019-01-24 | 1 | -5/+1 |
| * | | | VS: Populate `/permissive` flag table entry for v142 | Brad King | 2019-01-24 | 1 | -1/+8 |
| * | | | VS: Populate `/JMC-` flag table entry for v142 | Brad King | 2019-01-24 | 1 | -0/+7 |
| * | | | VS: Populate `-Qspectre-` flag table entry for v142 | Brad King | 2019-01-24 | 1 | -6/+6 |
| * | | | VS: Populate `/Y-` flag table entry for v142 | Brad King | 2019-01-24 | 1 | -1/+1 |
| * | | | VS: Add `-Zc:inline[-]` flag table entry for v142 | Brad King | 2019-01-24 | 1 | -0/+7 |
| * | | | VS: Fix `/analyze:log` flag mapping for v142 | Brad King | 2019-01-24 | 1 | -14/+4 |
| * | | | VS: Add v142 flag tables for cl and link tools | Brad King | 2019-01-24 | 2 | -0/+2544 |
| | |/ | |/| | |||||
* | | | Merge topic 'png-optimize' | Brad King | 2019-01-28 | 32 | -10/+11 |
|\ \ \ | |||||
| * | | | Reduce size of PNG images | Lucy Phipps | 2019-01-25 | 31 | -10/+10 |
| * | | | CPack: Replace corrupted background png with original | Lucy Phipps | 2019-01-25 | 2 | -0/+1 |
* | | | | Merge branch 'release-3.13' | Brad King | 2019-01-28 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'intel-compile-features' into release-3.13 | Brad King | 2019-01-25 | 1 | -1/+1 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'intel-compile-features' | Brad King | 2019-01-28 | 1 | -1/+1 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Intel: Record support for relaxed constexpr by version 18.0.5 | Brad King | 2019-01-25 | 1 | -1/+1 |
* | | | | | | Merge topic 'FindPythonInterp-version-fix' | Brad King | 2019-01-28 | 1 | -7/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindPythonInterp: Do not assume any version if test script fails | Marc Chevrier | 2019-01-22 | 1 | -7/+7 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-28 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-27 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-26 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge topic 'max-recursion-depth' | Brad King | 2019-01-25 | 103 | -5/+776 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmMakefile: Impose maximum recursion limit | Kyle Edwards | 2019-01-23 | 103 | -5/+776 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge topic 'exclude_from_all' | Brad King | 2019-01-25 | 14 | -29/+92 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Pass EXCLUDE_FROM_ALL from directory to targets | Zack Galbreath | 2019-01-21 | 14 | -29/+92 |
* | | | | | | | Merge topic 'swift' | Brad King | 2019-01-25 | 1 | -1/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Ninja: support `SWIFT_MODULE_NAME` property | Saleem Abdulrasool | 2019-01-24 | 1 | -1/+6 |
* | | | | | | | | Merge topic 'FindICU-win64' | Brad King | 2019-01-25 | 1 | -3/+9 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | FindICU: Find 64-bit Windows builds under CMP0074 NEW behavior | Johannes Reiff | 2019-01-24 | 1 | -3/+9 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'clang-warnings' | Brad King | 2019-01-25 | 2 | -4/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Silence -Wcomma warning | Brad King | 2019-01-23 | 1 | -2/+3 |
| * | | | | | | | | Avoid -Wstring-plus-int warning | Brad King | 2019-01-23 | 1 | -2/+2 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2019-01-25 | 4 | -5/+114 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2019-01-24 | 4 | -5/+114 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | KWSys 2019-01-24 (b9dd1636) | KWSys Upstream | 2019-01-24 | 4 | -5/+114 |
* | | | | | | | | | | Merge topic 'cmake-files-directory' | Brad King | 2019-01-25 | 28 | -85/+62 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 28 | -85/+62 |