Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | Merge topic 'extend-COMPILE_FEATURES-test' | Brad King | 2015-01-16 | 2 | -0/+81 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | / / / / / / / / | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Features: Extend the tests for the COMPILE_FEATURES genex. | Stephen Kelly | 2015-01-15 | 2 | -0/+81 | |
* | | | | | | | | | | Merge topic 'windows-utf-8' | Brad King | 2015-01-16 | 3 | -4/+28 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Encoding: Switch to use UTF-8 internally by default on Windows. | Clinton Stimpson | 2015-01-16 | 3 | -4/+28 | |
* | | | | | | | | | | | Merge topic 'fix-qcc-compiler-id' | Brad King | 2015-01-16 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | QNX: Fix detection of QCC compiler id (#15349) | Brad King | 2015-01-14 | 3 | -3/+3 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'tests-RunCMake-report-command' | Brad King | 2015-01-16 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Tests: Teach RunCMake to report command-line on failure | Brad King | 2015-01-15 | 1 | -0/+4 | |
* | | | | | | | | | | | Merge topic 'libarchive-constify-internal-get_date' | Brad King | 2015-01-16 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | libarchive: Constify internal __archive_get_date implementation | Brad King | 2015-01-15 | 1 | -4/+4 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge topic 'import-jsoncpp' | Brad King | 2015-01-16 | 23 | -0/+6388 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | jsoncpp: Add README-CMake.txt | Brad King | 2015-01-15 | 1 | -0/+66 | |
| * | | | | | | | | | | | jsoncpp: Provide 'isfinite' implementation on Solaris | Brad King | 2015-01-15 | 1 | -0/+6 | |
| * | | | | | | | | | | | jsoncpp: Provide 'isfinite' implementation on ancient glibc | Brad King | 2015-01-15 | 1 | -0/+7 | |
| * | | | | | | | | | | | jsoncpp: Add missing assert before strcmp in json_value.cpp | Brad King | 2015-01-15 | 1 | -2/+6 | |
| * | | | | | | | | | | | jsoncpp: Add missing <iosfwd> include in json/writer.h | Brad King | 2015-01-15 | 1 | -0/+1 | |
| * | | | | | | | | | | | jsoncpp: Include C headers since we use APIs without std:: | Brad King | 2015-01-15 | 2 | -5/+5 | |
| * | | | | | | | | | | | jsoncpp: Disable warnings to avoid changing 3rd party code | Brad King | 2015-01-15 | 2 | -0/+12 | |
| * | | | | | | | | | | | jsoncpp: Build the library within CMake | Brad King | 2015-01-15 | 5 | -1/+43 | |
| * | | | | | | | | | | | jsoncpp: Include "config.h" before system headers | Brad King | 2015-01-15 | 1 | -2/+2 | |
| * | | | | | | | | | | | Merge branch 'jsoncpp-upstream' into import-jsoncpp | Brad King | 2015-01-13 | 18 | -0/+6249 | |
| |\ \ \ \ \ \ \ \ \ \ \ |