Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
| * | | | | | | | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 42 | -62/+114 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-15 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-14 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-13 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'cleanup-statics-stream-flush' | Craig Scott | 2019-07-13 | 4 | -115/+103 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Refactor: Use anonymous namespace instead of `static`s in `cpack.cxx` | Alex Turbov | 2019-07-09 | 1 | -4/+6 | |
| * | | | | | | | Refactor: Use anonymous namespace instead of `static`s | Alex Turbov | 2019-07-09 | 1 | -61/+55 | |
| * | | | | | | | Refactor: Remove one-time used macros | Alex Turbov | 2019-07-09 | 1 | -31/+30 | |
| * | | | | | | | Refactor: Optimize some stream output operations | Alex Turbov | 2019-07-09 | 3 | -19/+12 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge topic 'cmake-e-true-false' | Brad King | 2019-07-12 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmake -E: Add true and false commands | Kyle Edwards | 2019-07-11 | 1 | -0/+12 | |
* | | | | | | | | Merge topic 'ctest_make_program__propagated_to_cmake_configure_pass' | Brad King | 2019-07-12 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | ctest: propagate make program to cmake | Robert Maynard | 2019-07-11 | 1 | -0/+5 | |
* | | | | | | | | Merge topic 'object-library-sbcs' | Brad King | 2019-07-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | VS: Fix SBCS support for object libraries | Brad King | 2019-07-12 | 1 | -1/+1 | |
| | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | CMake 3.15.0-rc4v3.15.0-rc4 | Brad King | 2019-07-10 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'cuda-imported-library-device-linking' into release-3.15 | Brad King | 2019-07-10 | 1 | -6/+11 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'ccmake-clear-aliases' into release-3.15 | Brad King | 2019-07-09 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'loglevel-option-case-consistency' into release-3.15 | Craig Scott | 2019-07-09 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'qt-5.13' into release-3.15 | Brad King | 2019-07-01 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'cuda-no-device-link-when-disabled' into release-3.15 | Brad King | 2019-07-01 | 4 | -11/+9 | |
| |\ \ \ \ \ \ \ \ \ \ |