Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'out-of-dir-link-list' | Brad King | 2020-01-17 | 6 | -126/+180 |
|\ | |||||
| * | target_link_libraries: Fix out-of-dir linking of a list of targets | Brad King | 2020-01-16 | 6 | -71/+108 |
| * | cmTargetLinkLibrariesCommand: Move HandleLibrary to helper struct | Brad King | 2020-01-16 | 1 | -65/+82 |
* | | Merge topic 'cmake-ctest-arguments' | Brad King | 2020-01-17 | 1 | -0/+7 |
|\ \ | |||||
| * | | Add CMAKE_CTEST_ARGUMENTS variable to pass command-line arguments to ctest | Robert Goulet | 2020-01-15 | 1 | -0/+7 |
* | | | Merge topic 'rename-cross-config-variable' | Brad King | 2020-01-17 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Ninja Multi-Config: Rename variable to be more consistent | Kyle Edwards | 2020-01-16 | 1 | -1/+1 |
* | | | | Merge topic 'feature/cmSourceFile-avoid-unnecessary-copy' | Brad King | 2020-01-17 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | cmSourceFile: avoid unnnecessary copies | Tim Blechmann | 2020-01-16 | 1 | -2/+2 |
* | | | | | Merge topic 'cpack-custom-dmg-names' | Craig Scott | 2020-01-17 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | CPack/DragNDrop: Support CPACK_DMG_<component>_FILE_NAME | Andrew Fuller | 2020-01-16 | 1 | -0/+5 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-01-17 | 1 | -1/+1 |
* | | | | | | Merge topic 'nag-submodule' | Brad King | 2020-01-16 | 1 | -2/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fortran: Add support for NAG Fortran submodules | Neil Carlson | 2020-01-15 | 1 | -2/+6 |
* | | | | | | | Merge topic 'pch_job_pool' | Brad King | 2020-01-16 | 2 | -0/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Ninja: Add a separate job pool for PCH creation | Dan Johnston | 2020-01-16 | 2 | -0/+8 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge topic 'file_download_filename' | Brad King | 2020-01-16 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | file(DOWNLOAD): Don't fail if given just a filename to write to | Johnny Jazeix | 2020-01-15 | 1 | -1/+2 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-01-16 | 1 | -1/+1 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Merge topic 'unity-lang-filename' | Brad King | 2020-01-15 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Unity Build: include language in generated source file name | Cristian Adam | 2020-01-14 | 1 | -1/+1 |
| * | | | | | | Merge topic 'vs-Fortran-link-flags' into release-3.16 | Brad King | 2020-01-14 | 1 | -0/+8 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge topic 'fix-cpack-deb-description-file' into release-3.16 | Brad King | 2020-01-13 | 1 | -2/+7 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge topic 'objc-visibility-inlines' into release-3.16 | Brad King | 2020-01-13 | 1 | -4/+5 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge topic 'ctest-timeout-on-pipe' | Brad King | 2020-01-15 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | CTest: Fix timeout when grandchild keeps pipes open | Brad King | 2020-01-14 | 1 | -3/+0 |
* | | | | | | | | | | | Merge topic 'avoid-getcwd' | Brad King | 2020-01-15 | 5 | -5/+10 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | cmake: avoid getcwd in `CollapseFullPath` | Tim Blechmann | 2020-01-14 | 5 | -5/+10 |
* | | | | | | | | | | | | Merge topic 'modernize-memory-management' | Brad King | 2020-01-15 | 17 | -209/+177 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | cmAlgorithms.h: remove obsolete helpers | Marc Chevrier | 2020-01-14 | 1 | -41/+0 |
| * | | | | | | | | | | | | cmMakefile: modernize memory management | Marc Chevrier | 2020-01-14 | 16 | -168/+177 |
* | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-01-15 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge topic 'ninja_multi_config_support_cuda' | Kyle Edwards | 2020-01-14 | 2 | -8/+41 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | CUDA: Mult-Config Ninja generator now supports CUDA | Robert Maynard | 2020-01-13 | 2 | -8/+41 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge topic 'cross-ninja-improve-error-handling' | Brad King | 2020-01-14 | 1 | -3/+9 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Ninja Multi-Config: Improve error handling when not doing cross-config build | Kyle Edwards | 2020-01-13 | 1 | -3/+9 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge topic 'vs-Fortran-link-flags' | Brad King | 2020-01-14 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | VS: Add Fortran link flag table entries for /OPT:* | Pavel Liavonau | 2020-01-13 | 1 | -0/+8 |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge topic 'xcode-default-warnings' | Brad King | 2020-01-14 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Xcode: Drop hard-coded default warning flags like -Wmost | Brad King | 2020-01-13 | 1 | -3/+0 |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-01-14 | 1 | -1/+1 |
| |_|/ / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Merge topic 'target_compile_options-BEFORE-keyword' | Brad King | 2020-01-13 | 2 | -2/+12 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | target_compile_options: ensure BEFORE keyword is handled in all scopes | Marc Chevrier | 2020-01-11 | 2 | -2/+12 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge topic 'ninja-cross-build-disable' | Brad King | 2020-01-13 | 3 | -4/+25 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Ninja Multi-Config: Make cross-config building opt-in | Kyle Edwards | 2020-01-10 | 3 | -4/+25 |
* | | | | | | | | | | Merge topic 'std-string' | Brad King | 2020-01-13 | 3 | -40/+41 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | cmCacheManager: more members use std::string | Vitaly Stakhovsky | 2020-01-06 | 3 | -40/+41 |
* | | | | | | | | | | | Merge topic 'refactoring-STL-erase_if' | Brad King | 2020-01-13 | 7 | -21/+18 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Refactoring: suppress cmEraseIf in favor of cm::erase_if | Marc Chevrier | 2020-01-09 | 7 | -21/+18 |
* | | | | | | | | | | | | Merge topic 'out-of-dir-link-keyword' | Brad King | 2020-01-13 | 2 | -1/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ |