Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-12-10 | 1 | -1/+1 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'link-options-propagation' | Brad King | 2019-12-09 | 3 | -18/+33 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Link properties: must be transitive over private dependency on static library | Marc Chevrier | 2019-12-09 | 3 | -18/+33 | |
* | | | | | | | | | Merge topic 'foreach-ZIP_LISTS' | Brad King | 2019-12-09 | 1 | -32/+243 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | foreach: Allow multiple iteration variables for `ZIP_LIST` mode | Alex Turbov | 2019-12-07 | 1 | -20/+87 | |
| * | | | | | | | | | foreach: Introduce `IN ZIP_LISTS` mode | Alex Turbov | 2019-12-01 | 1 | -27/+171 | |
* | | | | | | | | | | Merge topic 'cross-compile-windows-export-all' | Brad King | 2019-12-09 | 4 | -33/+42 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add support for WINDOWS_EXPORT_ALL_SYMBOLS when cross-compiling to Windows | Isuru Fernando | 2019-12-06 | 4 | -33/+42 | |
* | | | | | | | | | | | Merge topic 'modernize-memory-management' | Brad King | 2019-12-09 | 7 | -64/+67 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cmGeneratorExpressionEvaluator: Modernize memory management | Marc Chevrier | 2019-12-05 | 7 | -64/+67 | |
* | | | | | | | | | | | | Merge topic 'unity-object-libraries' | Brad King | 2019-12-09 | 3 | -8/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'backport-unity-object-libraries' into unity-object-libraries | Brad King | 2019-12-08 | 3 | -8/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Unity: Proper handling of object libraries | Cristian Adam | 2019-12-07 | 2 | -0/+11 | |
| | * | | | | | | | | | | | Unity: Generic source file handling for all generators | Cristian Adam | 2019-12-07 | 2 | -7/+2 | |
| | * | | | | | | | | | | | Unity/PCH: Skip more target types when adding automatic sources | Cristian Adam | 2019-12-07 | 1 | -1/+3 | |
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'pch-reuse-importlib' | Brad King | 2019-12-09 | 1 | -1/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | / | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | PCH: Use the target's PREFIX for building the pdb file name | Cristian Adam | 2019-12-08 | 1 | -1/+17 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-12-09 | 1 | -1/+1 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-12-08 | 1 | -1/+1 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-12-07 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-12-06 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-12-05 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'delay-custom-command-creation' | Brad King | 2019-12-04 | 24 | -430/+793 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmMakefile: Delay custom command creation | Daniel Eiband | 2019-11-24 | 13 | -326/+667 | |
| * | | | | | | | cmLocalGenerator: Refactor to use cmMakeSingleCommandLine | Daniel Eiband | 2019-11-24 | 1 | -7/+3 | |
| * | | | | | | | cmCustomCommand: Explicitly pass backtrace on construction | Daniel Eiband | 2019-11-24 | 8 | -29/+25 | |
| * | | | | | | | cmMakefile: Explicitly pass backtrace to GetCustomCommandTarget | Daniel Eiband | 2019-11-24 | 2 | -21/+22 | |
| * | | | | | | | cmPluginAPI: Correct typo in documentation of FinalPass | Daniel Eiband | 2019-11-24 | 1 | -2/+2 | |
| * | | | | | | | cmMakefile: Delay CheckTargetProperties and FinalPass to generate time | Daniel Eiband | 2019-11-24 | 9 | -54/+83 | |
* | | | | | | | | Merge topic 'cmext-memory' | Brad King | 2019-12-04 | 3 | -2/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Memory management: cast functions for managed pointers | Marc Chevrier | 2019-11-27 | 3 | -2/+12 | |
* | | | | | | | | | Merge topic 'feature-test-fix' | Brad King | 2019-12-04 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | C++ feature checks: Ignore linker warnings | Marcus Calhoun-Lopez | 2019-11-25 | 1 | -0/+2 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-12-04 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-12-03 | 1 | -1/+1 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-12-02 | 1 | -1/+1 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-12-01 | 1 | -1/+1 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-30 | 1 | -1/+1 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-29 | 1 | -1/+1 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-28 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-27 | 1 | -1/+1 | |
* | | | | | | | | Merge topic 'ctest-resource-fixes' | Brad King | 2019-11-26 | 1 | -0/+26 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | CTest: Add version field to resource spec file | Kyle Edwards | 2019-11-25 | 1 | -0/+26 | |
* | | | | | | | | Merge topic 'unity-no-duplicate-path' | Brad King | 2019-11-26 | 1 | -13/+16 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Unity: No repeated path for internal generated unity files | Cristian Adam | 2019-11-25 | 1 | -13/+16 | |
| |/ / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-26 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-25 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-24 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-23 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-22 | 1 | -1/+1 |