Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe} | Mateusz Zych | 2018-10-29 | 9 | -22/+55 |
* | CUDA: Enable RC language on Windows | Brad King | 2018-10-29 | 1 | -0/+2 |
* | MSVC: Factor out enable_language(RC) call into helper macro | Brad King | 2018-10-29 | 1 | -1/+4 |
* | CUDA: Find CMAKE_LINKER on Windows | Brad King | 2018-10-29 | 2 | -0/+3 |
* | cmLocalNinjaGenerator: Simplify CreateRulePlaceholderExpander | Mateusz Zych | 2018-10-26 | 1 | -2/+2 |
* | CMake Nightly Date Stamp | Kitware Robot | 2018-10-06 | 1 | -1/+1 |
* | Merge branch 'release-3.13' | Brad King | 2018-10-05 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'doc-find_package-update' into release-3.13 | Brad King | 2018-10-05 | 1 | -35/+48 |
| |\ | |||||
* | \ | Merge topic 'doc-find_package-update' | Brad King | 2018-10-05 | 1 | -35/+48 |
|\ \ \ | | |/ | |/| | |||||
| * | | Help: Clarify find_package Module and Config mode relation | Joachim Wuttke (l) | 2018-10-04 | 1 | -17/+17 |
| * | | Help: Remove redundant recommendation | Brad King | 2018-10-04 | 1 | -12/+4 |
| * | | Help: Add internal section link to find_package command docs | Joachim Wuttke (l) | 2018-10-04 | 1 | -6/+8 |
| * | | Help: Add section headers to find_package command | Joachim Wuttke (l) | 2018-10-04 | 1 | -0/+15 |
| * | | Help: Move find_package NO_POLICY_SCOPE to more appropriate location | Joachim Wuttke (l) | 2018-10-04 | 1 | -3/+3 |
| * | | Help: Add table of contents to find_package command docs | Joachim Wuttke (l) | 2018-10-04 | 1 | -0/+4 |
| * | | Help: Rephrase summary in find_package command docs | Joachim Wuttke (l) | 2018-10-04 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-10-05 | 1 | -1/+1 |
* | | | Merge branch 'release-3.13' | Brad King | 2018-10-04 | 0 | -0/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'doc-osx-vars-as-cache' into release-3.13 | Brad King | 2018-10-04 | 1 | -0/+2 |
| |\ \ | |||||
* | \ \ | Merge topic 'doc-osx-vars-as-cache' | Brad King | 2018-10-04 | 1 | -0/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Help: Document CMAKE_OSX_* variables as cache entries | James Turner | 2018-10-04 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | Merge branch 'release-3.13' | Brad King | 2018-10-04 | 0 | -0/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'pkgc-op-lt-gt' into release-3.13 | Brad King | 2018-10-04 | 4 | -1/+91 |
| |\ \ | |||||
* | \ \ | Merge topic 'pkgc-op-lt-gt' | Brad King | 2018-10-04 | 4 | -1/+91 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | FindPkgConfig: support also > and < operators for version compares | Rolf Eike Beer | 2018-10-04 | 4 | -1/+91 |
| | |/ | |/| | |||||
* | | | Merge branch 'release-3.13' | Brad King | 2018-10-04 | 0 | -0/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'misc-typos' into release-3.13 | Brad King | 2018-10-04 | 9 | -13/+13 |
| |\ \ | |||||
| * \ \ | Merge branch 'doc-cmp0077' into release-3.13 | Brad King | 2018-10-04 | 2 | -6/+44 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'platform-gnu' into release-3.13 | Brad King | 2018-10-04 | 1 | -0/+27 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'misc-typos' | Brad King | 2018-10-04 | 9 | -13/+13 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Fix misc. typos | luz.paz | 2018-10-03 | 9 | -13/+13 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'doc-cmp0077' | Brad King | 2018-10-04 | 2 | -6/+44 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Help: Clarify policy CMP0077 documentation | Brad King | 2018-10-03 | 2 | -6/+44 |
| |/ / / | |||||
* | | | | Merge topic 'platform-gnu' | Brad King | 2018-10-04 | 1 | -0/+27 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Platform/GNU: Add Debian shared library permissions policy | Svante Signell | 2018-10-03 | 1 | -0/+27 |
| |/ / | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-10-04 | 1 | -1/+1 |
* | | | Begin post-3.13 development | Brad King | 2018-10-03 | 3 | -2/+11 |
* | | | Merge branch 'release-3.13' | Brad King | 2018-10-03 | 4 | -13/+4 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | CMake 3.13.0-rc1 version update | Brad King | 2018-10-03 | 2 | -4/+4 |
| * | Help: Drop development topic notes to prepare release | Brad King | 2018-10-03 | 2 | -9/+0 |
|/ | |||||
* | Merge topic 'doc-3.13-relnotes' | Brad King | 2018-10-03 | 42 | -266/+233 |
|\ | |||||
| * | Help: Organize and revise 3.13 release notes | Brad King | 2018-10-01 | 1 | -123/+161 |
| * | Help: Consolidate 3.13 release notes | Brad King | 2018-10-01 | 42 | -266/+195 |
* | | Merge topic 'ctest-num-width' | Brad King | 2018-10-03 | 1 | -2/+6 |
|\ \ | |||||
| * | | cmCTestRunTest: Avoid float/int conversions in number width logic | Brad King | 2018-10-02 | 1 | -2/+6 |
* | | | Merge branch 'release-3.12' | Brad King | 2018-10-03 | 0 | -0/+0 |
|\ \ \ | |||||
| * | | | CMake 3.12.3v3.12.3 | Brad King | 2018-10-03 | 1 | -1/+1 |
* | | | | Merge topic 'java-documentation-update' | Brad King | 2018-10-03 | 2 | -33/+59 |
|\ \ \ \ | |||||
| * | | | | FindJava: Update module documentation | Bartosz Kosiorek | 2018-10-03 | 1 | -10/+15 |
| * | | | | FindJNI: Update module documentation | Bartosz Kosiorek | 2018-10-03 | 1 | -23/+43 |