Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'minor-cleanups' | Brad King | 2014-05-12 | 7 | -15/+47 |
|\ | |||||
| * | Makefile: Undef FEATURE_STRING iteration define after use. | Stephen Kelly | 2014-05-10 | 1 | -0/+1 |
| * | Tests: Make CompileFeatures feature list lang-specific. | Stephen Kelly | 2014-05-10 | 2 | -4/+4 |
| * | CMakeConfigurableFile: Remove excess newline. | Stephen Kelly | 2014-05-10 | 1 | -1/+0 |
| * | Features: Fix GNU 4.8.1 version test. | Stephen Kelly | 2014-05-10 | 1 | -1/+1 |
| * | Test: Parameterize the language in the CompileFeature test. | Stephen Kelly | 2014-05-09 | 1 | -19/+23 |
| * | Tests: Make CompileFeature tests use highest standard known. | Stephen Kelly | 2014-05-09 | 3 | -3/+31 |
* | | Merge topic 'ninja-intel-linux' | Brad King | 2014-05-12 | 1 | -2/+4 |
|\ \ | |||||
| * | | Ninja: Fix deptype for Intel compiler on Linux | Brad King | 2014-05-09 | 1 | -2/+4 |
* | | | Merge topic 'target-property-policy-context' | Brad King | 2014-05-12 | 10 | -24/+64 |
|\ \ \ | |||||
| * \ \ | Merge branch 'backport-target-property-policy-context' into target-property-p... | Brad King | 2014-05-09 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * | | | cmTarget: Evaluate CMP0026 in calling context | Brad King | 2014-05-09 | 7 | -10/+36 |
| | * | | | cmTarget: Drop unused GetProperty signature | Brad King | 2014-05-09 | 2 | -11/+3 |
| | |/ / | |||||
| * | | | cmTarget: Evaluate CMP0026 and CMP0051 in calling context | Brad King | 2014-05-09 | 10 | -13/+62 |
| * | | | cmTarget: Drop unused GetProperty signature | Brad King | 2014-05-09 | 2 | -12/+3 |
* | | | | Merge topic 'osx-package-DragNDrop' | Brad King | 2014-05-12 | 7 | -19/+3 |
|\ \ \ \ | |||||
| * | | | | OS X: Package with DragNDrop instead of PackageMaker | Brad King | 2014-05-08 | 7 | -19/+3 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-05-12 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-05-11 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-05-10 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-05-09 | 1 | -1/+1 |
|/ / | |||||
* | | Merge topic 'dev/faster-evis' | Brad King | 2014-05-08 | 120 | -42/+1246 |
|\ \ | |||||
| * | | Help: Add release notes for policy CMP0053 | Brad King | 2014-05-08 | 1 | -0/+6 |
| * | | Help: Add documentation on escaping changes with CMP0053 | Ben Boeckel | 2014-05-08 | 1 | -6/+13 |
| * | | EVIS: Add tests for syntax corner cases and CMP0053 | Ben Boeckel | 2014-05-08 | 108 | -14/+692 |
| * | | EVIS: Reimplement using custom parsing code | Ben Boeckel | 2014-05-08 | 2 | -17/+469 |
| * | | EVIS: Add policy CMP0053 | Ben Boeckel | 2014-05-08 | 5 | -0/+55 |
| * | | Windows: Avoid () in environment variable references | Ben Boeckel | 2014-05-08 | 2 | -3/+5 |
| * | | Help: Add more reference targets to cmake-language.7 | Brad King | 2014-05-08 | 1 | -0/+4 |
| * | | Utilities/Release: Use ${VAR} instead of @VAR@ syntax | Brad King | 2014-05-08 | 1 | -2/+2 |
|/ / | |||||
* | | Merge branch 'release' | Brad King | 2014-05-08 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Merge branch 'vs-fix-MANIFESTUAC' into release | Brad King | 2014-05-07 | 3 | -12/+3 |
| |\ | |||||
| * \ | Merge branch 'desktop-icon' into release | Brad King | 2014-05-07 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'ctest-bad-generator' into release | Brad King | 2014-05-07 | 5 | -0/+51 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'ncurses-tinfo' into release | Brad King | 2014-05-06 | 1 | -3/+15 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'GNU-4.7-features' | Brad King | 2014-05-08 | 3 | -11/+21 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Features: Record for GNU 4.7. | Stephen Kelly | 2014-05-07 | 3 | -11/+21 |
* | | | | | | | Merge topic 'vs-fix-MANIFESTUAC' | Brad King | 2014-05-08 | 3 | -12/+3 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | VS: Fix /MANIFESTUAC:NO linker option mapping | Eric Berge | 2014-05-07 | 3 | -12/+3 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'ctest-bad-generator' | Brad King | 2014-05-08 | 5 | -0/+51 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | ctest_build: Do not crash on bad generator name | Brad King | 2014-05-07 | 5 | -0/+51 |
| |/ / / / | |||||
* | | | | | Merge topic 'minor-cleanups' | Brad King | 2014-05-08 | 7 | -8/+8 |
|\ \ \ \ \ | |||||
| * | | | | | Fix whitespace in docs. | Stephen Kelly | 2014-05-07 | 1 | -1/+1 |
| * | | | | | Features: Fix test for GNU 4.8.1. | Stephen Kelly | 2014-05-07 | 1 | -1/+1 |
| * | | | | | Features: Include the language of the compiler in error messages. | Stephen Kelly | 2014-05-07 | 5 | -6/+6 |
* | | | | | | Merge topic 'hp-cpp98-tests' | Brad King | 2014-05-08 | 6 | -1/+67 |
|\ \ \ \ \ \ | |||||
| * | | | | | | HP aCC: record compiler flag for Ansi C++98 support for version 3.80 onwards | Rolf Eike Beer | 2014-04-25 | 6 | -1/+67 |
* | | | | | | | Merge topic 'decay-language-version' | Brad King | 2014-05-08 | 37 | -18/+216 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmTarget: Add CXX_STANDARD_REQUIRED to control decay. | Stephen Kelly | 2014-05-07 | 34 | -1/+152 |
| * | | | | | | | Features: Decay language flag if requested is not available. | Stephen Kelly | 2014-05-07 | 3 | -9/+57 |
| | |/ / / / / | |/| | | | | |