Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | Merge topic 'findvulcan-doc-fix' | Kyle Edwards | 2019-07-19 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix repeated word in FindVulkan.cmake | NeroBurner | 2019-07-18 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-19 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'release-3.15' | Brad King | 2019-07-18 | 0 | -0/+0 |
|\ \ | |||||
| * \ | Merge branch 'backport-swift-improvements' into release-3.15 | Brad King | 2019-07-18 | 5 | -15/+72 |
| |\ \ | |||||
* | \ \ | Merge topic 'swift-improvements' | Brad King | 2019-07-18 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'backport-swift-improvements' into swift-improvements | Brad King | 2019-07-18 | 0 | -0/+0 |
| |\ \ \ \ |/ / / / / | | | _ / | | | / | |||||
| * | | | Swift: support SONAME on ELFish targets | Saleem Abdulrasool | 2019-07-18 | 1 | -2/+5 |
| * | | | Swift: support multithreaded compilation | Saleem Abdulrasool | 2019-07-18 | 3 | -6/+19 |
| * | | | Swift: add rules for static linking | Saleem Abdulrasool | 2019-07-18 | 1 | -0/+6 |
| * | | | Swift: Add library search paths for dependencies | Saleem Abdulrasool | 2019-07-18 | 1 | -7/+27 |
| * | | | Support per-language library link flags | Saleem Abdulrasool | 2019-07-18 | 2 | -4/+19 |
| | |/ | |/| | |||||
* | | | Merge branch 'release-3.15' | Brad King | 2019-07-18 | 0 | -0/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'FindPython-interpreter-crosscompiling' into release-3.15 | Brad King | 2019-07-18 | 1 | -11/+10 |
| |\ \ | | |/ | |/| | |||||
* | | | Merge topic 'FindPython-interpreter-crosscompiling' | Brad King | 2019-07-18 | 1 | -11/+10 |
|\ \ \ | | |/ | |/| | |||||
| * | | FindPython: ensure interpreter is founded when cross-compiling | Marc Chevrier | 2019-07-18 | 1 | -11/+10 |
| |/ | |||||
* | | Merge topic 'aix-no-rtl' | Brad King | 2019-07-18 | 3 | -14/+12 |
|\ \ | |||||
| * | | AIX: Do not enable runtime linking by default anymore | Brad King | 2019-07-17 | 3 | -14/+12 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-18 | 1 | -1/+1 |
* | | | Merge branch 'release-3.15' | Brad King | 2019-07-17 | 0 | -0/+0 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | CMake 3.15.0v3.15.0 | Brad King | 2019-07-17 | 1 | -1/+1 |
* | | Merge topic 'aix-exe-implib' | Brad King | 2019-07-17 | 18 | -16/+68 |
|\ \ | |||||
| * | | AIX: Create import library for executables with exports | Brad King | 2019-07-16 | 18 | -16/+68 |
* | | | Merge topic 'cmake-qch-no-version-in-filename' | Brad King | 2019-07-17 | 4 | -12/+10 |
|\ \ \ | |||||
| * | | | CMake.qch: Don't include the version in the file name | Craig Scott | 2019-07-17 | 4 | -12/+10 |
* | | | | Merge topic 'project-version-0' | Brad King | 2019-07-17 | 15 | -66/+215 |
|\ \ \ \ | |||||
| * | | | | project: Keep leading `0` in PROJECT_VERSION components | Alex Turbov | 2019-07-16 | 13 | -29/+186 |
| * | | | | Tests: Factor out RunCMake.project helper macro into module | Brad King | 2019-07-15 | 2 | -6/+7 |
| * | | | | 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 branch 'release-3.15' | Brad King | 2019-07-17 | 0 | -0/+0 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Merge branch 'find_package-fix-NO_MODULE' into release-3.15 | Brad King | 2019-07-16 | 4 | -2/+38 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'find_package-fix-NO_MODULE' | Brad King | 2019-07-17 | 4 | -2/+38 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | find_package: Fix NO_MODULE under CMAKE_FIND_PACKAGE_PREFER_CONFIG | Cristian Adam | 2019-07-16 | 4 | -2/+38 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-17 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge topic 'aix-explicit-exports' | Brad King | 2019-07-16 | 16 | -39/+106 |
|\ \ \ \ \ | |||||
| * | | | | | Tests: Drop RunCMake workaround for AIX ld warnings about GNU atexit | Brad King | 2019-07-15 | 1 | -2/+0 |
| * | | | | | AIX: Explicitly compute executable exports for both XL and GNU | Brad King | 2019-07-15 | 8 | -9/+45 |
| * | | | | | AIX: Explicitly compute shared object exports for both XL and GNU | Brad King | 2019-07-15 | 3 | -20/+60 |
| * | | | | | AIX: Drop redundant -brtl flags | Brad King | 2019-07-15 | 2 | -4/+0 |
| * | | | | | XL: De-duplicate shared object creation flags | Brad King | 2019-07-15 | 6 | -5/+2 |
* | | | | | | Merge topic 'doc-ENABLE_EXPORTS' | Brad King | 2019-07-16 | 2 | -27/+18 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help: Clarify ENABLE_EXPORTS per-platform link behavior | Brad King | 2019-07-16 | 1 | -9/+14 |
| * | | | | | | Help: Simplify CMAKE_ENABLE_EXPORTS documentation | Brad King | 2019-07-16 | 1 | -18/+4 |
| |/ / / / / |