summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* break: Add policy CMP0055 to check calls strictlyGregor Jasny2014-11-2527-1/+170
* Track nested loop levels in CMake language with a stack of countersGregor Jasny2014-11-254-0/+72
* Merge topic 'custom-command-byproducts'Brad King2014-11-251-0/+7
|\
| * Help: Add notes for topic 'custom-command-byproducts'Brad King2014-11-251-0/+7
* | Merge topic 'doc-drop-borland-workaround'Brad King2014-11-251-22/+0
|\ \
| * | Remove disallowed feature which Borland did not accept.Stephen Kelly2014-11-251-22/+0
* | | Merge topic 'remove-ancient-msvc-workarounds'Brad King2014-11-257-57/+5
|\ \ \ | |/ /
| * | Help: Update developer manual with some C++ features now permitted.Stephen Kelly2014-11-201-7/+1
| * | cmGeneratorTarget: Remove MSVC7 workaroundStephen Kelly2014-11-201-20/+0
| * | VisualStudio: Remove MSVC6 compatibility macro.Stephen Kelly2014-11-201-6/+0
| * | cmSystemTools: Remove MSVC6 compatibility define.Stephen Kelly2014-11-201-3/+1
| * | cmStandardIncludes: Remove MSVC6 condition for cmArrayBegin macro.Stephen Kelly2014-11-201-2/+1
| * | cmFindCommon: Remove MSVC6 workaround for nested struct private access.Stephen Kelly2014-11-201-7/+0
| * | cmTarget: Remove std::min and std::max MSVC6 compatibility code.Stephen Kelly2014-11-201-12/+2
* | | Merge branch 'release'Brad King2014-11-250-0/+0
|\ \ \
| * \ \ Merge branch 'fix-WCDH-docs' into releaseBrad King2014-11-251-1/+1
| |\ \ \
| * \ \ \ Merge branch 'fix-GNU-CXX-dialect-versions' into releaseBrad King2014-11-251-4/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'default-lang-dialect' into releaseBrad King2014-11-257-47/+113
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'fix-openmp-fortran' into releaseBrad King2014-11-201-5/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'backport-fix-CMP0054-MSVC' into releaseBrad King2014-11-205-12/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'FindJava-no-osx-stub' into releaseBrad King2014-11-191-1/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'vs-check-phone-store-tools' into releaseBrad King2014-11-177-35/+242
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'doc-sphinx-cmake-fixup' into releaseBrad King2014-11-171-0/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'doc-target_include_directories-fixup' into releaseBrad King2014-11-171-2/+2
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge topic 'GetPrerequisites-expansion'Brad King2014-11-251-30/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | GetPrerequisites: join if() clausesRolf Eike Beer2014-11-251-18/+4
| * | | | | | | | | | | | | GetPrerequisites: remove needless variable dereferencingRolf Eike Beer2014-11-251-15/+15
* | | | | | | | | | | | | | Merge topic 'improve-INTERFACE-property-docs'Brad King2014-11-2516-75/+188
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Help: Warn that paths should not be used in INTERFACE_ build properties.Stephen Kelly2014-11-2510-0/+109
| * | | | | | | | | | | | | | Help: Fix typo in genex in documentation.Stephen Kelly2014-11-221-1/+1
| * | | | | | | | | | | | | | Help: Use a property-specific command instead of the generic one.Stephen Kelly2014-11-221-2/+2
| * | | | | | | | | | | | | | Help: Make remaining build property docs consistent.Stephen Kelly2014-11-222-7/+16
| * | | | | | | | | | | | | | Help: Link to target_link_libraries from target properies.Stephen Kelly2014-11-222-2/+4
| * | | | | | | | | | | | | | Help: Format the LINK_INTERFACE_LIBRARIES target properies.Stephen Kelly2014-11-222-12/+15
| * | | | | | | | | | | | | | Help: Unify the help text of INTERFACE_ build properties.Stephen Kelly2014-11-225-51/+41
* | | | | | | | | | | | | | | Merge topic 'remove-c_str'Brad King2014-11-2526-59/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Remove some unneeded c_str calls.Stephen Kelly2014-11-2326-59/+59
* | | | | | | | | | | | | | | | Merge topic 'fix-WCDH-docs'Brad King2014-11-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | WCDH: Don't imply that MSVC is supported by the module.Stephen Kelly2014-11-231-1/+1
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge topic 'fortran-linker-flags'Brad King2014-11-253-5/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix incremental linking setting for Fortran + VSZack Galbreath2014-11-213-5/+61
* | | | | | | | | | | | | | | | Merge topic 'fix-GNU-CXX-dialect-versions'Brad King2014-11-251-4/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Features: Record C++11 dialect switch only for GNU 4.7 and later.Stephen Kelly2014-11-191-4/+3
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge topic 'default-lang-dialect-for-master'Brad King2014-11-257-47/+113
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'default-lang-dialect' into step2Stephen Kelly2014-11-207-47/+113
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix the test for running the CxxDialog unit test.Stephen Kelly2014-11-201-2/+2
| | * | | | | | | | | | | | | Features: Fix the default C dialect for Clang and GNU.Stephen Kelly2014-11-206-15/+79
| | * | | | | | | | | | | | | Features: Fix references to CXX compiler version in Clang-C.cmake.Stephen Kelly2014-11-181-2/+2
| | * | | | | | | | | | | | | Features: Test the CXX compiler only if it has features.Stephen Kelly2014-11-181-28/+30
| | |/ / / / / / / / / / / /
* | | | | | | | | | | | | | Merge topic 'cmTarget-null_ptr-everywhere'Brad King2014-11-251-19/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \