summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | cmake-mode.el: Fix extracting keyword at point in cmake-helpPeter Vasil2015-01-191-3/+7
* | | | | | Merge topic 'add-FindJsonCpp'Brad King2015-01-198-0/+159
|\ \ \ \ \ \
| * | | | | | FindJsonCpp: Add module to find JsonCpp packageBrad King2015-01-198-0/+159
* | | | | | | Merge topic 'eclipse-fix-cxx-natures'Brad King2015-01-191-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068)André Klitzing2015-01-161-0/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2015-01-191-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2015-01-181-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2015-01-171-1/+1
* | | | | | Merge topic 'GNU-4.6-compile-features'Brad King2015-01-1615-40/+61
|\ \ \ \ \ \
| * | | | | | Help: Add notes for topic 'GNU-4.6-compile-features'Brad King2015-01-161-0/+5
| * | | | | | Features: Record for GNU 4.6.Stephen Kelly2015-01-155-8/+12
| * | | | | | Features: Adjust the RunCMake test to use more-common features.Stephen Kelly2015-01-152-6/+6
| * | | | | | Features: Adjust cxx_variadic_templates unit test for GNU < 4.7.Stephen Kelly2015-01-151-2/+2
| * | | | | | Features: Extend the generalized_initializers test for GNU < 4.7.Stephen Kelly2015-01-151-0/+1
| * | | | | | Features: Test __GXX_EXPERIMENTAL_CXX0X__ macro for GNU < 4.7 compatibility.Stephen Kelly2015-01-151-7/+12
| * | | | | | Features: Don't test __cplusplus value for CXX98 on GNU.Stephen Kelly2015-01-151-1/+1
| * | | | | | Features: Test an old value of __STDC_VERSION__ for GNU < 4.7 compatibility.Stephen Kelly2015-01-151-1/+6
| * | | | | | Features: Record C/CXX dialect flags for GNU 4.6.Stephen Kelly2015-01-152-2/+10
| * | | | | | Features: Remove wrong content from else() condition.Stephen Kelly2015-01-151-1/+1
| * | | | | | Features: Make cxx_noexcept available from GNU 4.6.Stephen Kelly2015-01-151-1/+1
| * | | | | | Features: Update the default_dialect test for old GNU-like compilers.Stephen Kelly2015-01-151-1/+1