Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Features: Extend the tests for the COMPILE_FEATURES genex. | Stephen Kelly | 2015-01-15 | 2 | -0/+81 |
* | Merge branch 'release' | Brad King | 2015-01-15 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'cpack-PackageMaker-OSX-10.10' into release | Brad King | 2015-01-15 | 2 | -10/+26 |
| |\ | |||||
| * \ | Merge branch 'fix-LOCATION-with-TARGET_OBJECTS' into release | Brad King | 2015-01-14 | 5 | -0/+21 |
| |\ \ | |||||
| * \ \ | Merge branch 'FindRuby-zero-version' into release | Brad King | 2015-01-14 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'FindRuby-fix-version' into release | Brad King | 2015-01-14 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'FindBoost-update-versions' into release | Brad King | 2015-01-14 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'FindGit-local-Github' | Brad King | 2015-01-15 | 2 | -0/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: Add notes for topic 'FindGit-local-Github' | Brad King | 2015-01-14 | 1 | -0/+5 |
| * | | | | | | | FindGit: Search in 'GitHub for Windows' user directory | Frank Park | 2015-01-13 | 1 | -0/+4 |
* | | | | | | | | Merge topic 'Apple-compiler-selection' | Brad King | 2015-01-15 | 2 | -8/+31 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Help: Add notes for topic 'Apple-compiler-selection' | Brad King | 2015-01-14 | 1 | -0/+8 |
| * | | | | | | | | OS X: Resolve compiler in /usr/bin to that reported by Xcode xcrun | Stephen Kelly | 2015-01-14 | 1 | -8/+16 |
| * | | | | | | | | CMakeDetermineCompiler: Factor out xcrun invocation into a macro | Stephen Kelly | 2015-01-14 | 1 | -4/+11 |
* | | | | | | | | | Merge topic 'safer-msmpi-checks' | Brad King | 2015-01-15 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | FindMPI: handle trailing slash from $MSMPI_BIN | Ben Boeckel | 2015-01-14 | 1 | -1/+3 |
* | | | | | | | | | | Merge topic 'Xcode-clang-compile-features' | Brad King | 2015-01-15 | 6 | -17/+69 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Help: Add notes for topic 'Xcode-clang-compile-features' | Brad King | 2015-01-14 | 1 | -0/+5 |
| * | | | | | | | | | | Features: Record for historical Xcode clang versions. | Stephen Kelly | 2015-01-11 | 5 | -15/+59 |
| * | | | | | | | | | | Features: Record dialect flags for AppleClang 4.0+. | Stephen Kelly | 2015-01-11 | 2 | -2/+5 |
* | | | | | | | | | | | Merge topic 'zlib-suppress-warnings' | Brad King | 2015-01-15 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | zlib: Disable warnings to avoid changing 3rd party code | Brad King | 2015-01-14 | 1 | -0/+8 |
* | | | | | | | | | | | | Merge topic 'delete-algorithm' | Brad King | 2015-01-15 | 20 | -208/+68 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | cmVariableWatch: Use the cmDeleteAll algorithm with for_each. | Stephen Kelly | 2015-01-13 | 1 | -13/+8 |
| * | | | | | | | | | | | | cmGeneratorExpressionEvaluator: Replace own algorithm with cmDeleteAll. | Stephen Kelly | 2015-01-13 | 1 | -24/+3 |
| * | | | | | | | | | | | | Use the cmDeleteAll algorithm instead of trivial raw loops. | Stephen Kelly | 2015-01-13 | 17 | -171/+30 |
| * | | | | | | | | | | | | Add a generic algorithm for deleting items in a container. | Stephen Kelly | 2015-01-13 | 1 | -0/+27 |
* | | | | | | | | | | | | | Merge topic 'fix-COMPILE_FEATURES-genex' | Brad King | 2015-01-15 | 3 | -9/+17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Features: Fix the COMPILE_FEATURES genex for unavailable features. | Stephen Kelly | 2015-01-12 | 1 | -0/+7 |
| * | | | | | | | | | | | | | cmMakefile: Rename a method to what it really does. | Stephen Kelly | 2015-01-12 | 3 | -9/+10 |
* | | | | | | | | | | | | | | Merge topic 'fix-LOCATION-with-TARGET_OBJECTS' | Brad King | 2015-01-15 | 5 | -0/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | cmTarget: Compute link language of TARGET_OBJECTS with CMP0026 OLD (#15338) | Stephen Kelly | 2015-01-13 | 5 | -0/+21 |
* | | | | | | | | | | | | | | Merge topic 'cpack-PackageMaker-OSX-10.10' | Brad King | 2015-01-15 | 2 | -10/+26 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | CPack: Fix PackageMaker internal versioning for OS X 10.10 | Calin Cascaval | 2015-01-12 | 2 | -10/+26 |
* | | | | | | | | | | | | | | Merge topic 'FindBoost-update-versions' | Brad King | 2015-01-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | FindBoost: Add latest Boost version 1.57.0 and next milestone 1.58.0 | Sergey Nikulov | 2015-01-13 | 1 | -1/+1 |
| |/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | Merge topic 'FindRuby-fix-version' | Brad King | 2015-01-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | FindRuby: Fix output check in _RUBY_CONFIG_VAR | Evangelos Foutras | 2015-01-11 | 1 | -1/+1 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge topic 'FindRuby-zero-version' | Brad King | 2015-01-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |