| Commit message (Expand) | Author | Age | Files | Lines |
* | CMakeDetermine{C,CXX}Compiler: Avoid if() auto-dereferene in quoted arguments | Matt McCormick | 2015-08-20 | 2 | -6/+8 |
|
|
* | CMake 3.3.1v3.3.1 | Brad King | 2015-08-13 | 1 | -1/+1 |
|
|
* | Merge branch 'compiler-version-Fortran' into release | Brad King | 2015-08-05 | 1 | -0/+1 |
|\ |
|
| * | Fortran: Store detected compiler version persistently (#15684) | Brad King | 2015-08-05 | 1 | -0/+1 |
|
|
* | | Merge branch 'fix-missing-subdir-error' into release | Brad King | 2015-08-04 | 11 | -2/+27 |
|\ \ |
|
| * | | add_subdirectory: Fix error message on missing CMakeLists.txt (#15680) | Brad King | 2015-08-04 | 11 | -2/+27 |
|
|
* | | | Merge branch 'fix-xcode-quoting' into release | Brad King | 2015-07-31 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Xcode: Quote strings containing a tilde (#15672) | Gregor Jasny | 2015-07-31 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'ctest-add_subdirectory-crash' into release | Brad King | 2015-07-27 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | ctest: fix add_subdirectory() crash | Ben Boeckel | 2015-07-27 | 1 | -1/+1 |
|/ / |
|
* | | CMake 3.3.0v3.3.0 | Brad King | 2015-07-23 | 1 | -1/+1 |
|
|
* | | Merge branch 'osx-iframework' into release | Brad King | 2015-07-22 | 2 | -0/+10 |
|\ \ |
|
| * | | OS X: Use -iframework with AppleClang only on version >= 4.2 | Brad King | 2015-07-22 | 2 | -0/+10 |
|
|
* | | | Merge branch 'vs-compiler-feature-2015-update' into release | Brad King | 2015-07-22 | 2 | -11/+5 |
|\ \ \ |
|
| * | | | Features: Update MSVC features for VS 2015 RTM | Brad King | 2015-07-21 | 2 | -11/+5 |
| |/ / |
|
* | | | Revert "CMake 3.3.0" | Brad King | 2015-07-22 | 1 | -1/+1 |
|
|
* | | | CMake 3.3.0 | Brad King | 2015-07-20 | 1 | -1/+1 |
|/ / |
|
* | | CMake 3.3.0-rc4v3.3.0-rc4 | Brad King | 2015-07-13 | 1 | -1/+1 |
|
|
* | | Merge branch 'fix-command-rename' into release | Brad King | 2015-07-13 | 2 | -0/+18 |
|\ \ |
|
| * | | cmState: Restore renamed commands on cleanup. | Stephen Kelly | 2015-07-12 | 2 | -0/+18 |
|
|
* | | | Merge branch 'FindMPI-Intel-5' into release | Brad King | 2015-07-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | FindMPI: Extend Intel-MPI 5+ workaround for recent GCCs | Sean Brennan | 2015-07-10 | 1 | -1/+1 |
|
|
* | | | | Merge branch 'cpack-ifw-framework-version' into release | Brad King | 2015-07-08 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | CPackIFW: Load module to set CPACK_IFW_FRAMEWORK_VERSION | Konstantin Podsvirov | 2015-07-08 | 1 | -2/+4 |
| |/ / / |
|
* | | | | Merge branch 'empty-LINK_LIBRARIES' into release | Brad King | 2015-07-08 | 5 | -6/+26 |
|\ \ \ \ |
|
| * | | | | set_property: Fix crash when setting LINK_LIBRARIES to nothing | Brad King | 2015-07-08 | 5 | -6/+26 |
| |/ / / |
|
* | | | | Merge branch 'CheckCompilerFlag-do-not-use-FLAGS' into release | Brad King | 2015-07-08 | 4 | -12/+19 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Check*CompilerFlag: Revert to previous method used to pass flags (#15641) | Brad King | 2015-07-08 | 4 | -12/+19 |
|
|
* | | | | Merge branch 'fortran-module-preprocessor-defs' into release | Brad King | 2015-07-06 | 4 | -2/+9 |
|\ \ \ \ |
|
| * | | | | Fortran: Fix passing of preprocessor definitions to dependency scanner | Brad King | 2015-07-06 | 4 | -2/+9 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'FindMatlab-doc-section-headers' into release | Brad King | 2015-07-06 | 1 | -8/+8 |
|\ \ \ \ |
|
| * | | | | FindMatlab: Fix documentation section header underline style | Tamas Kenez | 2015-06-29 | 1 | -8/+8 |
| |/ / / |
|
* | | | | CMake 3.3.0-rc3v3.3.0-rc3 | Brad King | 2015-06-26 | 1 | -1/+1 |
|
|
* | | | | Merge branch 'fix-target_link_libraries-wrong-dir' into release | Brad King | 2015-06-25 | 9 | -4/+17 |
|\ \ \ \ |
|
| * | | | | cmTarget: Fix diagnostic of target_link_libraries in wrong directory (#15626) | Brad King | 2015-06-25 | 9 | -4/+17 |
| |/ / / |
|
* | | | | Merge branch 'doc-find-path-variables' into release | Brad King | 2015-06-25 | 14 | -97/+88 |
|\ \ \ \ |
|
| * | | | | Help: Revise CMAKE_*_PATH and CMAKE_SYSTEM_*_PATH variable docs (#15631) | Brad King | 2015-06-25 | 14 | -97/+88 |
| |/ / / |
|
* | | | | Merge branch 'doc-CheckIncludeFile-distinction' into release | Brad King | 2015-06-25 | 3 | -48/+56 |
|\ \ \ \ |
|
| * | | | | Help: Revise CheckIncludeFile* documentation | Brad King | 2015-06-25 | 3 | -48/+56 |
| |/ / / |
|
* | | | | Merge branch 'cmake-gui-osx-install-command-line' into release | Brad King | 2015-06-24 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | cmake-gui: Change --install to use /usr/local/bin by default (#15627) | Brad King | 2015-06-24 | 2 | -2/+2 |
|
|
* | | | | | Merge branch 'fix-function-missing-end' into release | Brad King | 2015-06-22 | 13 | -27/+52 |
|\ \ \ \ \ |
|
| * | | | | | Fix assertion failure on unmatched function or macro | Brad King | 2015-06-22 | 13 | -27/+52 |
|
|
* | | | | | | Merge branch 'doc-cmake-buildsystem-typo' into release | Brad King | 2015-06-22 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Help: Fix a typo in cmake-buildsystem(7) manual | Erik Sjölund | 2015-06-22 | 1 | -1/+1 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'doc-CMAKE_GENERATOR_PLATFORM-typo' into release | Brad King | 2015-06-18 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Help: Fix typo in CMAKE_GENERATOR_PLATFORM docs (#15621) | Brad King | 2015-06-18 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | CMake 3.3.0-rc2v3.3.0-rc2 | Brad King | 2015-06-09 | 1 | -1/+1 |
|
|
* | | | | | | Merge branch 'doc-policy-OLD-deprecated' into release | Brad King | 2015-06-09 | 67 | -5/+139 |
|\ \ \ \ \ \ |
|
| * | | | | | | Help: Document explicitly that policy OLD behavior is deprecated | Brad King | 2015-06-09 | 67 | -5/+139 |
| |/ / / / / |
|