Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functions | Kyle Edwards | 2019-07-19 | 2 | -137/+181 |
* | Merge topic 'skip_regular_expression' | Kyle Edwards | 2019-07-19 | 4 | -5/+38 |
|\ | |||||
| * | CTest: Add SKIP_REGULAR_EXPRESSION test property | Gabor Bencze | 2019-07-18 | 4 | -5/+38 |
* | | Merge topic 'command-final-action' | Brad King | 2019-07-19 | 15 | -316/+262 |
|\ \ | |||||
| * | | cmCommand: remove FinalPass from interface | Daniel Pfeifer | 2019-07-18 | 3 | -34/+0 |
| * | | cmVariableWatchCommand: Port away from FinalPass | Daniel Pfeifer | 2019-07-18 | 2 | -22/+33 |
| * | | cmLoadCommandCommand: Port away from FinalPass | Daniel Pfeifer | 2019-07-18 | 1 | -19/+5 |
| * | | cmInstallProgramsCommand: Port away from FinalPass | Daniel Pfeifer | 2019-07-18 | 2 | -40/+29 |
| * | | cmInstallFilesCommand: Port away from FinalPass | Daniel Pfeifer | 2019-07-18 | 2 | -52/+38 |
| * | | cmFLTKWrapUICommand: Port away from FinalPass | Daniel Pfeifer | 2019-07-18 | 2 | -47/+28 |
| * | | cmExportLibraryDependenciesCommand: Port away from FinalPass | Daniel Pfeifer | 2019-07-18 | 2 | -41/+24 |
| * | | cmMakefile: decouple FinalAction from cmCommand | Daniel Pfeifer | 2019-07-18 | 2 | -6/+32 |
| * | | cmLoadCommandCommand: Code cleanup | Regina Pfeifer | 2019-07-18 | 1 | -73/+91 |
* | | | Merge topic 'ctest-done-hash' | Brad King | 2019-07-19 | 1 | -9/+9 |
|\ \ \ | |||||
| * | | | CTest: Generate Done.xml before calculating its hash | Betsy McPhail | 2019-07-19 | 1 | -9/+9 |
* | | | | Merge topic 'QCC-ninja-support' | Brad King | 2019-07-19 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | cmGlobalNinjaGenerator: Use gnu compatible paths with QCC | Samuel Ostlund | 2019-07-16 | 1 | -1/+3 |
* | | | | | Merge topic 'modernize_std_unique_ptr' | Brad King | 2019-07-19 | 10 | -81/+100 |
|\ \ \ \ \ | |||||
| * | | | | | cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptr | Sebastian Holtermann | 2019-07-17 | 8 | -53/+71 |
| * | | | | | cmELF: Modernize to use std::unique_ptr instead of new/delete | Sebastian Holtermann | 2019-07-17 | 2 | -28/+29 |
* | | | | | | Merge topic 'vs-asmlist-dir' | Brad King | 2019-07-19 | 2 | -4/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | VS: Place intermediate files in the "ASM List Location" next to objects | Brad King | 2019-07-18 | 2 | -4/+2 |
| | |_|/ / / | |/| | | | | |||||
| * | | | | | CMake 3.15.0v3.15.0 | Brad King | 2019-07-17 | 1 | -1/+1 |
| * | | | | | Merge branch 'find_package-fix-NO_MODULE' into release-3.15 | Brad King | 2019-07-16 | 1 | -2/+3 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'object-library-sbcs' into release-3.15 | Brad King | 2019-07-12 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'fortran-submodule-cray' into release-3.15 | Brad King | 2019-07-11 | 1 | -1/+7 |
| |\ \ \ \ \ \ \ | |||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-19 | 1 | -1/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-18 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'aix-exe-implib' | Brad King | 2019-07-17 | 4 | -5/+19 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | AIX: Create import library for executables with exports | Brad King | 2019-07-16 | 4 | -5/+19 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'project-version-0' | Brad King | 2019-07-17 | 2 | -60/+82 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | project: Keep leading `0` in PROJECT_VERSION components | Alex Turbov | 2019-07-16 | 2 | -29/+60 |
| * | | | | | | | Refactor: Use raw string literals instead of escaping | Alex Turbov | 2019-07-15 | 1 | -1/+1 |
| * | | | | | | | Refactor: Use initializer lists instead of `push_back` series | Alex Turbov | 2019-07-15 | 1 | -13/+11 |
| * | | | | | | | Refactor: Add some `const` to vars | Alex Turbov | 2019-07-15 | 1 | -3/+3 |
| * | | | | | | | Refactor: Replace a "magic" number w/ a named constant | Alex Turbov | 2019-07-15 | 1 | -4/+5 |
| * | | | | | | | Refactor: Eliminate one-time-used variables | Alex Turbov | 2019-07-15 | 1 | -12/+6 |
| * | | | | | | | Refactor: Eliminate `sep` from the loop | Alex Turbov | 2019-07-15 | 1 | -3/+1 |
* | | | | | | | | Merge topic 'find_package-fix-NO_MODULE' | Brad King | 2019-07-17 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | find_package: Fix NO_MODULE under CMAKE_FIND_PACKAGE_PREFER_CONFIG | Cristian Adam | 2019-07-16 | 1 | -2/+3 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-17 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge topic 'aix-explicit-exports' | Brad King | 2019-07-16 | 4 | -4/+29 |
|\ \ \ \ \ | |||||
| * | | | | | AIX: Explicitly compute executable exports for both XL and GNU | Brad King | 2019-07-15 | 4 | -4/+29 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-16 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge topic 'cleanup-gen-lookups' | Brad King | 2019-07-15 | 12 | -64/+67 |
|\ \ \ \ \ | |||||
| * | | | | | Makefile: De-duplicate executable link rule lookup | Brad King | 2019-07-12 | 1 | -3/+2 |
| * | | | | | De-duplicate checks for whether a platform uses Windows DLLs | Brad King | 2019-07-12 | 5 | -15/+15 |
| * | | | | | Refactor checks for whether a target has an import library | Brad King | 2019-07-12 | 8 | -46/+50 |
* | | | | | | Merge topic 'modernize-cmCommand-memory-management' | Brad King | 2019-07-15 | 175 | -460/+1128 |
|\ \ \ \ \ \ | |||||
| * | | | | | | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 135 | -398/+1014 |