summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'SolarisStudio-compile-features'Brad King2015-01-199-11/+125
|\
| * Help: Add notes for topic 'SolarisStudio-compile-features'Brad King2015-01-191-0/+5
| * Features: Record for SolarisStudio 12.4.Stephen Kelly2015-01-175-3/+96
| * Features: Adjust cxx_variadic_templates unit test for SolarisStudio.Stephen Kelly2015-01-171-6/+15
| * Features: Use variable in cxx_inheriting_constructors test.Stephen Kelly2015-01-171-1/+1
| * Features: Ensure that the cxx_auto_type test is correct.Stephen Kelly2015-01-171-1/+8
* | Merge topic 'WriteCompilerDetectionHeader-multi-file-lang'Brad King2015-01-192-15/+35
|\ \
| * | Help: Add notes for topic 'WriteCompilerDetectionHeader-multi-file-lang'Stephen Kelly2015-01-171-0/+6
| |/
| * WCDH: Generate per-language files in multi-file mode.Stephen Kelly2015-01-171-12/+16
| * WCDH: Allow compilers to specify features for one language but not the other.Stephen Kelly2015-01-171-2/+8
| * WCDH: Find a language-specific DetermineCompiler.cmake if present.Stephen Kelly2015-01-171-1/+5
* | Merge topic 'test-ctest_submit-fail-with-RunCMake'Brad King2015-01-1913-0/+81
|\ \
| * | Tests: Add RunCMake.CTestSubmit cases covering ctest_submit failuresBrad King2015-01-1913-0/+81
* | | Merge branch 'release'Brad King2015-01-190-0/+0
|\ \ \
| * \ \ Merge branch 'emacs-mode-fix-word-at-point' into releaseBrad King2015-01-191-3/+7
| |\ \ \
| * \ \ \ Merge branch 'FindQt-fixes' into releaseBrad King2015-01-161-3/+10
| |\ \ \ \
| * \ \ \ \ Merge branch 'fix-cmake-org-links' into releaseBrad King2015-01-163-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'release-3.0' into releaseBrad King2015-01-161-0/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'eclipse-fix-cxx-natures' into release-3.0Brad King2015-01-161-0/+1
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge branch 'fix-qcc-compiler-id' into releaseBrad King2015-01-153-3/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'fix-COMPILE_FEATURES-genex' into releaseBrad King2015-01-153-9/+17
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'consistent-empty-method'Brad King2015-01-1981-310/+310
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Replace foo.length() pattern with !foo.empty().Stephen Kelly2015-01-185-8/+8
| * | | | | | | | | | | Replace 'foo.length() >= 1' pattern with !foo.empty()Stephen Kelly2015-01-182-2/+2
| * | | | | | | | | | | Replace 'foo.length() > 0' pattern with !foo.empty().Stephen Kelly2015-01-185-8/+8
| * | | | | | | | | | | Replace 'foo.length() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
| * | | | | | | | | | | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-1842-114/+114
| * | | | | | | | | | | Replace !foo.size() pattern with foo.empty().Stephen Kelly2015-01-187-13/+13
| * | | | | | | | | | | cmListCommand: Use empty() and expand whitespace.Stephen Kelly2015-01-181-1/+1
| * | | | | | | | | | | Replace 'foo.size() != 0' pattern with !foo.empty().Stephen Kelly2015-01-186-8/+8
| * | | | | | | | | | | Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-1835-72/+72
| * | | | | | | | | | | Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-1832-83/+83
* | | | | | | | | | | | Merge topic 'use-member-insert'Brad King2015-01-196-36/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cmakemain: Initialize vector content with iterators directly.Stephen Kelly2015-01-181-5/+1
| * | | | | | | | | | | | cmakemain: Use member insert in command line handling code.Stephen Kelly2015-01-181-4/+2
| * | | | | | | | | | | | cmListCommand: Replace loop with member algorithm.Stephen Kelly2015-01-181-7/+3
| * | | | | | | | | | | | Convert raw loops to set member insert.Stephen Kelly2015-01-182-10/+3
| * | | | | | | | | | | | Convert raw loops to vector member insert.Stephen Kelly2015-01-182-10/+4
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge topic 'delete-algorithm'Brad King2015-01-194-25/+21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Use the cmDeleteAll algorithm for types derived from std::map.Stephen Kelly2015-01-173-21/+4
| * | | | | | | | | | | | cmDeleteAll: Generalize deletion specialization for map types.Stephen Kelly2015-01-171-4/+17
* | | | | | | | | | | | | Merge topic 'remove-AppleClang-51-release-notes'Brad King2015-01-191-5/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove AppleClang-5.1-features.rst release notes.Stephen Kelly2015-01-171-5/+0
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge topic 'FindQt-fixes'Brad King2015-01-191-3/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | FindQt: explicitely mention that it cannot Qt5 or laterRolf Eike Beer2015-01-161-0/+3
| * | | | | | | | | | | | FindQt: fix variable name in error messageRolf Eike Beer2015-01-161-2/+2
| * | | | | | | | | | | | FindQt: fix setting DESIRED_QT_VERSION if "find_package(Qt VVV)" was calledRolf Eike Beer2015-01-161-1/+5
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'fix-cmake-org-links'Brad King2015-01-193-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Help: Update cmake.org links to avoid redirectsWilliam Lynch2015-01-163-4/+4
* | | | | | | | | | | | Merge topic 'emacs-mode-fix-word-at-point'Brad King2015-01-191-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |