| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |/ / / / / |
|
* | | | | | | Merge branch 'release-3.14' | Brad King | 2019-07-16 | 0 | -0/+0 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | CMake 3.14.6v3.14.6 | Brad King | 2019-07-16 | 1 | -1/+1 |
|
|
* | | | | | | Merge topic 'FindPNG-msvc-static' | Brad King | 2019-07-16 | 1 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | FindPNG: Add static libpng names for MSVC | Steve Robinson | 2019-07-15 | 1 | -2/+2 |
|
|
* | | | | | | | Merge topic 'FindMatlab/pre-2018-fixes' | Brad King | 2019-07-16 | 1 | -81/+81 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | FindMatlab: code comment and ordering of the finders | Raffi Enficiaud | 2019-07-14 | 1 | -73/+69 |
|
|
| * | | | | | | | FindMatlab: fixing extension bat file invocation error | Raffi Enficiaud | 2019-07-14 | 1 | -2/+11 |
|
|
| * | | | | | | | FindMatlab: Fixing compilation issues on Windows | Raffi Enficiaud | 2019-07-14 | 1 | -6/+1 |
|
|
* | | | | | | | | 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 | 177 | -462/+1132 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 136 | -399/+1014 |
|
|
| * | | | | | | | | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 44 | -63/+118 |
| | |/ / / / / /
| |/| | | | | | |
|