summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'emacs-mode-fix-word-at-point'Brad King2015-01-201-0/+1
|\
| * cmake-mode.el: Re-add explicit call to require thingatptPeter Vasil2015-01-191-0/+1
* | Merge topic 'xcode-target-sort'Brad King2015-01-202-14/+54
|\ \
| * | Xcode: Sort targets deterministically and with ALL_BUILD first (#15346)Ben Boeckel2015-01-191-1/+25
| * | Xcode: Fix early termination on per-config source file errorBrad King2015-01-192-13/+29
* | | Merge topic 'doc-virtual-override-specifiers-links'Brad King2015-01-201-2/+7
|\ \ \
| * | | Help: Link relevant documents for virtual override features (#15311)Stephen Kelly2015-01-191-2/+7
| |/ /
* | | CMake Nightly Date StampKitware Robot2015-01-201-1/+1
* | | Merge topic 'GNU-4.4-compile-features'Brad King2015-01-199-38/+38
|\ \ \
| * | | Features: Record for GNU 4.4.Stephen Kelly2015-01-185-15/+13
| * | | Features: Wrap failure-test in UNIX condition.Stephen Kelly2015-01-181-6/+8
| * | | Features: Blacklist cxx_constexpr test for GNU 4.5.Stephen Kelly2015-01-181-0/+8
| * | | Features: Use a more-common feature in cycle-test.Stephen Kelly2015-01-181-2/+2
| * | | Features: Update comment in test to match the code.Stephen Kelly2015-01-181-1/+1
| * | | Features: Test presence of cxx_auto_type with genex.Stephen Kelly2015-01-172-13/+6
| * | | Features: Remove outdated comment.Stephen Kelly2015-01-171-1/+0
* | | | 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