summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmMacroCommand: Store the FilePath when creating the prototype.Stephen Kelly2015-06-211-4/+1
* CMake Nightly Date StampKitware Robot2015-06-211-1/+1
* CMake Nightly Date StampKitware Robot2015-06-201-1/+1
* Merge branch 'release'Brad King2015-06-190-0/+0
|\
| * Merge branch 'doc-CMAKE_GENERATOR_PLATFORM-typo' into releaseBrad King2015-06-181-1/+1
| |\
* | \ Merge topic 'GNUInstallDirs-special-prefixes'Brad King2015-06-1914-3/+237
|\ \ \
| * | | Help: Add notes for topic 'GNUInstallDirs-special-prefixes'Brad King2015-06-181-0/+9
| * | | GNUInstallDirs: Add special cases for certain prefixesAlex Turbov2015-06-184-33/+100
| * | | GNUInstallDirs: Add test casesBrad King2015-06-1812-0/+158
* | | | Merge topic 'ConcurrentFortran-compiler-id'Brad King2015-06-198-6/+46
|\ \ \ \
| * | | | Help: Add notes for topic 'ConcurrentFortran-compiler-id'Brad King2015-06-181-0/+5
| * | | | Add support for Concurrent Fortran 77 CompilerBrad King2015-06-184-1/+11
| * | | | CMakeDetermineCompilerId: Try matching compiler output to detect idBrad King2015-06-181-0/+19
| * | | | CMakeDetermineCompilerId: Refactor id build/check loop logicBrad King2015-06-181-5/+6
| * | | | CMakeDetermineCompilerId: Optionally try some flags before no flagsBrad King2015-06-184-1/+6
* | | | | Merge topic 'doc-CMAKE_GENERATOR_PLATFORM-typo'Brad King2015-06-191-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Help: Fix typo in CMAKE_GENERATOR_PLATFORM docs (#15621)Brad King2015-06-181-1/+1
* | | | | Merge topic 'Embarcadero-ninja-link-pool'Brad King2015-06-191-0/+6
|\ \ \ \ \
| * | | | | Embarcadero: Run at most one linker invocation at a time (#15620)James Johnston2015-06-181-0/+6
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2015-06-191-1/+1
|/ / / /
* | | | Merge topic 'linux-GNU-Fortran-no-rdynamic'Brad King2015-06-181-0/+1
|\ \ \ \
| * | | | GNU: Drop -rdynamic flag from FortranBrad King2015-06-161-0/+1
* | | | | Merge topic 'update-kwsys'Brad King2015-06-181-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-06-161-1/+1
| |\ \ \ \ \
| | * | | | | KWSys 2015-06-15 (d217407c)KWSys Robot2015-06-161-1/+1
* | | | | | | Merge topic 'quote-doxygen-tools'Brad King2015-06-181-13/+13
|\ \ \ \ \ \ \
| * | | | | | | Utilities/Doxygen: Support tools installed in paths with spacesMichael Stürmer2015-06-161-13/+13
* | | | | | | | Merge topic 'GNUInstallDirs-doc-format'Brad King2015-06-181-27/+32
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | GNUInstallDirs: Improve documentation formattingBrad King2015-06-161-27/+32
* | | | | | | | CMake Nightly Date StampKitware Robot2015-06-181-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2015-06-171-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge topic 'update-prebuilt-openssl'Brad King2015-06-162-6/+6
|\ \ \ \ \ \ \
| * | | | | | | Utilities/Release: Update to openssl-1.0.2cBrad King2015-06-152-6/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'fix-windows-preprocessor-checks'Brad King2015-06-163-7/+7
|\ \ \ \ \ \ \
| * | | | | | | Fix preprocessor checks WIN32 => _WIN32Brad King2015-06-153-7/+7
| |/ / / / / /
* | | | | | | Merge topic 'cmake--build-dir'Brad King2015-06-168-1/+29
|\ \ \ \ \ \ \
| * | | | | | | cmake: Fix --build <relative-dir> for VS generators (#15609)Brad King2015-06-116-1/+25
| * | | | | | | Tests: Extend RunCMake.CommandLine to cover --build with no argBrad King2015-06-113-0/+4
* | | | | | | | Merge topic 'cpack-rpm-and-deb-runcmake-tests'Brad King2015-06-1621-28/+392
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Tests: Move RunCMake.CPackRPM case into RunCMake.CPack_RPM testDomen Vrankar2015-06-157-28/+6
| * | | | | | | Tests: Add RunCMake tests for CPack{Deb,RPM}Domen Vrankar2015-06-1516-0/+386
* | | | | | | | CMake Nightly Date StampKitware Robot2015-06-161-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge topic 'FindCUDA-fix-ccache'Brad King2015-06-151-9/+23
|\ \ \ \ \ \ \
| * | | | | | | FindCUDA: Resolve a host compiler symlink only if it is Apple cc -> clangBill Hoffman2015-06-151-9/+23
* | | | | | | | Merge topic 'compiler-launcher'Brad King2015-06-1521-0/+119
|\ \ \ \ \ \ \ \
| * | | | | | | | Add options to launch the compiler through tools like ccache or distccBill Hoffman2015-06-1521-0/+119
* | | | | | | | | Merge topic 'ctest_update-RETURN_VALUE'Brad King2015-06-156-16/+112
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ctest_update: Fix RETURN_VALUE on VCS tool failure (#15610)Brad King2015-06-116-2/+99
| * | | | | | | | | Tests: Teach CTest.Update* tests to check ctest_update return codeBrad King2015-06-111-2/+10
| * | | | | | | | | Tests: Simplify CTest.UpdateGIT QUIET mode testBrad King2015-06-112-13/+4