Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | Replace foo.length() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 5 | -8/+8 | |
| * | | | | | | | | | | | | | Replace 'foo.length() >= 1' pattern with !foo.empty() | Stephen Kelly | 2015-01-18 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | Replace 'foo.length() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 5 | -8/+8 | |
| * | | | | | | | | | | | | | Replace 'foo.length() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 42 | -114/+114 | |
| * | | | | | | | | | | | | | Replace !foo.size() pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 7 | -13/+13 | |
| * | | | | | | | | | | | | | cmListCommand: Use empty() and expand whitespace. | Stephen Kelly | 2015-01-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Replace 'foo.size() != 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 6 | -8/+8 | |
| * | | | | | | | | | | | | | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 35 | -72/+72 | |
| * | | | | | | | | | | | | | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 32 | -83/+83 | |
* | | | | | | | | | | | | | | Merge topic 'use-member-insert' | Brad King | 2015-01-19 | 6 | -36/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | cmakemain: Initialize vector content with iterators directly. | Stephen Kelly | 2015-01-18 | 1 | -5/+1 | |
| * | | | | | | | | | | | | | | cmakemain: Use member insert in command line handling code. | Stephen Kelly | 2015-01-18 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | cmListCommand: Replace loop with member algorithm. | Stephen Kelly | 2015-01-18 | 1 | -7/+3 | |
| * | | | | | | | | | | | | | | Convert raw loops to set member insert. | Stephen Kelly | 2015-01-18 | 2 | -10/+3 | |
| * | | | | | | | | | | | | | | Convert raw loops to vector member insert. | Stephen Kelly | 2015-01-18 | 2 | -10/+4 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge topic 'delete-algorithm' | Brad King | 2015-01-19 | 4 | -25/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Use the cmDeleteAll algorithm for types derived from std::map. | Stephen Kelly | 2015-01-17 | 3 | -21/+4 | |
| * | | | | | | | | | | | | | | cmDeleteAll: Generalize deletion specialization for map types. | Stephen Kelly | 2015-01-17 | 1 | -4/+17 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge topic 'remove-AppleClang-51-release-notes' | Brad King | 2015-01-19 | 1 | -5/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Remove AppleClang-5.1-features.rst release notes. | Stephen Kelly | 2015-01-17 | 1 | -5/+0 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge topic 'FindQt-fixes' | Brad King | 2015-01-19 | 1 | -3/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | FindQt: explicitely mention that it cannot Qt5 or later | Rolf Eike Beer | 2015-01-16 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | FindQt: fix variable name in error message | Rolf Eike Beer | 2015-01-16 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | FindQt: fix setting DESIRED_QT_VERSION if "find_package(Qt VVV)" was called | Rolf Eike Beer | 2015-01-16 | 1 | -1/+5 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge topic 'fix-cmake-org-links' | Brad King | 2015-01-19 | 3 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Help: Update cmake.org links to avoid redirects | William Lynch | 2015-01-16 | 3 | -4/+4 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'emacs-mode-fix-word-at-point' | Brad King | 2015-01-19 | 1 | -3/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | cmake-mode.el: Fix extracting keyword at point in cmake-help | Peter Vasil | 2015-01-19 | 1 | -3/+7 | |
* | | | | | | | | | | | | Merge topic 'add-FindJsonCpp' | Brad King | 2015-01-19 | 8 | -0/+159 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | FindJsonCpp: Add module to find JsonCpp package | Brad King | 2015-01-19 | 8 | -0/+159 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'eclipse-fix-cxx-natures' | Brad King | 2015-01-19 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068) | André Klitzing | 2015-01-16 | 1 | -0/+1 | |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-01-19 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-01-18 | 1 | -1/+1 | |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-01-17 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'GNU-4.6-compile-features' | Brad King | 2015-01-16 | 15 | -40/+61 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Help: Add notes for topic 'GNU-4.6-compile-features' | Brad King | 2015-01-16 | 1 | -0/+5 | |
| * | | | | | | | | | Features: Record for GNU 4.6. | Stephen Kelly | 2015-01-15 | 5 | -8/+12 | |
| * | | | | | | | | | Features: Adjust the RunCMake test to use more-common features. | Stephen Kelly | 2015-01-15 | 2 | -6/+6 | |
| * | | | | | | | | | Features: Adjust cxx_variadic_templates unit test for GNU < 4.7. | Stephen Kelly | 2015-01-15 | 1 | -2/+2 | |
| * | | | | | | | | | Features: Extend the generalized_initializers test for GNU < 4.7. | Stephen Kelly | 2015-01-15 | 1 | -0/+1 | |
| * | | | | | | | | | Features: Test __GXX_EXPERIMENTAL_CXX0X__ macro for GNU < 4.7 compatibility. | Stephen Kelly | 2015-01-15 | 1 | -7/+12 | |
| * | | | | | | | | | Features: Don't test __cplusplus value for CXX98 on GNU. | Stephen Kelly | 2015-01-15 | 1 | -1/+1 | |
| * | | | | | | | | | Features: Test an old value of __STDC_VERSION__ for GNU < 4.7 compatibility. | Stephen Kelly | 2015-01-15 | 1 | -1/+6 | |
| * | | | | | | | | | Features: Record C/CXX dialect flags for GNU 4.6. | Stephen Kelly | 2015-01-15 | 2 | -2/+10 | |
| * | | | | | | | | | Features: Remove wrong content from else() condition. | Stephen Kelly | 2015-01-15 | 1 | -1/+1 | |
| * | | | | | | | | | Features: Make cxx_noexcept available from GNU 4.6. | Stephen Kelly | 2015-01-15 | 1 | -1/+1 | |
| * | | | | | | | | | Features: Update the default_dialect test for old GNU-like compilers. | Stephen Kelly | 2015-01-15 | 1 | -1/+1 | |
| * | | | | | | | | | Features: Ensure appropriate return value from feature test macros. | Stephen Kelly | 2015-01-15 | 6 | -12/+5 | |