| Commit message (Expand) | Author | Age | Files | Lines |
* | MSYS: Add support for running under MSYS runtime environment | Orgad Shaneh | 2021-04-26 | 1 | -1/+1 |
|
|
* | Refactor: Move some common code into separate file | Kyle Edwards | 2021-03-19 | 1 | -0/+1 |
|
|
* | Refactor: Move cmCMakePresetsFile::ReadJSON into a separate file | Kyle Edwards | 2021-03-19 | 1 | -0/+1 |
|
|
* | cmGlobalVisualStudio10Generator: Adopt flag table name methods | Brad King | 2021-03-05 | 1 | -2/+0 |
|
|
* | cmXCOFF: Add helper to parse and edit the XCOFF binary format | Brad King | 2021-02-03 | 1 | -0/+10 |
|
|
* | Rename CMAKE_USE_MACH_PARSER to CMake_USE_MACH_PARSER | Brad King | 2021-02-03 | 1 | -2/+2 |
|
|
* | Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSER | Brad King | 2021-02-03 | 1 | -5/+5 |
|
|
* | cmake: Reduce default recursion depth when compiling with IntelLLVM | Brad King | 2021-01-28 | 1 | -0/+2 |
|
|
* | cmFileAPI: Add "toolchains" object kind. | Ben McMorran | 2021-01-12 | 1 | -0/+2 |
|
|
* | add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTS | Brad King | 2020-12-11 | 1 | -2/+0 |
|
|
* | Merge topic 'makefiles-compiler-deps-optims' | Brad King | 2020-11-30 | 1 | -0/+2 |
|\ |
|
| * | Makefiles Generators: use compiler for dependencies generation | Marc Chevrier | 2020-11-29 | 1 | -0/+2 |
|
|
* | | Merge topic 'enable-extensions-on-qnx' | Brad King | 2020-11-30 | 1 | -3/+6 |
|\ \
| |/
|/| |
|
| * | QNX: Do not disable compiler extensions for CMake itself | Stephen Kelly | 2020-11-25 | 1 | -3/+6 |
|
|
| * | cmake_path: remove new command from 3.19 | Marc Chevrier | 2020-11-03 | 1 | -2/+0 |
|
|
| * | Merge topic 'cmake-E-cat-binary' into release-3.19 | Brad King | 2020-10-15 | 1 | -0/+2 |
| |\ |
|
* | | | cmScanDepFormat: add reader and writer for the format from P1689R2 | Ben Boeckel | 2020-11-17 | 1 | -0/+1 |
|
|
* | | | Merge topic 'remove-server-mode' | Brad King | 2020-10-15 | 1 | -14/+0 |
|\ \ \ |
|
| * | | | server: remove deprecated 'cmake -E server' mode | Brad King | 2020-10-14 | 1 | -14/+0 |
|
|
* | | | | Merge topic 'cmake-E-cat-binary' | Brad King | 2020-10-15 | 1 | -0/+2 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | cmConsoleBuf: Factor out cout/cerr console buffer management | Brad King | 2020-10-14 | 1 | -0/+2 |
|
|
* | | | cmake -E: Add cmake_transform_depfile internal command | Kyle Edwards | 2020-10-13 | 1 | -0/+2 |
| |/
|/| |
|
* | | Presets: Add cmCMakePresetsFile class | Kyle Edwards | 2020-10-05 | 1 | -0/+2 |
|
|
* | | ctest: split launcher XML writer into separate class | Zack Galbreath | 2020-09-28 | 1 | -0/+1 |
|
|
* | | JSON: Add helpers | Kyle Edwards | 2020-09-09 | 1 | -0/+1 |
|
|
* | | cmake_path command: path management | Marc Chevrier | 2020-09-06 | 1 | -0/+2 |
|
|
* | | cmCMakePath: Class for path handling | Marc Chevrier | 2020-09-06 | 1 | -0/+2 |
|
|
* | | cmStandardLevelResolver: Added to handle standard level queries | Robert Maynard | 2020-07-01 | 1 | -0/+2 |
|/ |
|
* | Source: Assume elf.h does not exist on Windows | Brad King | 2020-06-03 | 1 | -1/+3 |
|
|
* | cmake_language: Rename command from cmake_command | Brad King | 2020-05-21 | 1 | -2/+2 |
|
|
* | cmPropertyDefinitionMap: simplify and shorten | Tushar Maheshwari | 2020-05-15 | 1 | -2/+0 |
|
|
* | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> | Marc Chevrier | 2020-04-30 | 1 | -1/+0 |
|
|
* | CMake compilation: do not use compiler extensions | Marc Chevrier | 2020-03-23 | 1 | -0/+5 |
|
|
* | cmake: add command line options to output script profiling data | Wouter Klouwen | 2020-03-07 | 1 | -0/+1 |
|
|
* | cmake_command: Add command to INVOKE other commands by name | Cristian Adam | 2020-02-25 | 1 | -0/+2 |
|
|
* | Add a parser for GCC-style depfiles | Joerg Bornemann | 2020-01-28 | 1 | -0/+7 |
|
|
* | Add support for WINDOWS_EXPORT_ALL_SYMBOLS when cross-compiling to Windows | Isuru Fernando | 2019-12-06 | 1 | -1/+2 |
|
|
* | Merge topic 'ctest-resource-groups' | Kyle Edwards | 2019-11-07 | 1 | -6/+6 |
|\ |
|
| * | Merge branch 'backport-ctest-resource-groups' | Brad King | 2019-11-05 | 1 | -6/+6 |
| |\ |
|
| | * | CTest: Rename hardware -> resources for source code | Craig Scott | 2019-11-05 | 1 | -2/+2 |
|
|
| | * | CTest: Rename "Processes" lexer to "ResourceGroups" | Brad King | 2019-11-05 | 1 | -4/+4 |
|
|
* | | | Merge topic 'llvm-rc-fix' | Brad King | 2019-11-07 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | CMakeVersion.rc: Fix build with llvm-rc | Cristian Adam | 2019-11-06 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'graphviz' | Brad King | 2019-10-17 | 1 | -0/+2 |
|\ \ |
|
| * | | Graphviz: added test suite, fixes, enhancements | Corentin Plouet | 2019-10-08 | 1 | -0/+2 |
| |/ |
|
* | | Add option to configure Ninja link job pool for CMake's own binaries | Brad King | 2019-10-10 | 1 | -0/+5 |
|/ |
|
* | CTest: Add bin-packing algorithm | Kyle Edwards | 2019-10-02 | 1 | -0/+1 |
|
|
* | CTest: Add cmCTestHardwareAllocator class | Kyle Edwards | 2019-10-02 | 1 | -0/+1 |
|
|
* | CTest: Add parser for hardware spec file | Kyle Edwards | 2019-10-02 | 1 | -0/+1 |
|
|
* | CTest: Add lexer for PROCESSES property | Kyle Edwards | 2019-10-02 | 1 | -0/+5 |
|
|