Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'ctest-xml-minor-cleanup' | Brad King | 2015-05-28 | 4 | -15/+6 |
|\ | |||||
| * | CTest: Generate NamedMeasurement elements directly into xml file | Daniel Pfeifer | 2015-05-26 | 3 | -10/+6 |
| * | CTest: Drop stray content from Configure.xml | Daniel Pfeifer | 2015-05-26 | 1 | -5/+0 |
* | | Merge topic 'ctest-update-gmake-error-match' | Brad King | 2015-05-28 | 1 | -2/+2 |
|\ \ | |||||
| * | | ctest_build: Fix regression in GNU make error message matching | Zack Galbreath | 2015-05-27 | 1 | -2/+2 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-05-28 | 1 | -1/+1 |
* | | | Merge topic 'test-genex-TARGET_FILE-on-INTERFACE' | Brad King | 2015-05-27 | 4 | -0/+34 |
|\ \ \ | |||||
| * | | | Tests: Add case for rejecting $<TARGET_FILE:...> on an INTERFACE library | Brad King | 2015-05-26 | 4 | -0/+34 |
* | | | | Merge topic 'intel-fortran-windows-debug' | Brad King | 2015-05-27 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Intel: Disable Fortran optimizations for Debug config on Windows (#15583) | Brad King | 2015-05-26 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge topic 'hpux-isfinite' | Brad King | 2015-05-27 | 1 | -1/+6 |
|\ \ \ \ | |||||
| * | | | | jsoncpp: Provide 'isfinite' impl on more HP-UX versions (#15576) | Michael Scott | 2015-05-26 | 1 | -1/+6 |
| |/ / / | |||||
* | | | | Merge topic 'inject-state-snapshot' | Brad King | 2015-05-27 | 74 | -274/+390 |
|\ \ \ \ | |||||
| * | | | | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 38 | -64/+111 |
| * | | | | cmState: Host some state from the cmGlobalGenerator. | Stephen Kelly | 2015-05-27 | 13 | -42/+113 |
| * | | | | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 52 | -149/+124 |
| * | | | | cmState: Move snapshot creation to the cmake instance. | Stephen Kelly | 2015-05-24 | 5 | -20/+43 |
* | | | | | Merge topic 'clean-up-GHS' | Brad King | 2015-05-27 | 3 | -44/+9 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | GHS: Remove call to SetCurrentLocalGenerator. | Stephen Kelly | 2015-05-24 | 1 | -3/+1 |
| * | | | | GHS: Don't attempt to generate for IMPORTED or INTERFACE targets. | Stephen Kelly | 2015-05-24 | 1 | -0/+5 |
| * | | | | GHS: Remove unnecessary condition. | Stephen Kelly | 2015-05-24 | 1 | -7/+5 |
| * | | | | GHS: Remove unused CustomCommandUseLocal. | Stephen Kelly | 2015-05-24 | 1 | -3/+0 |
| * | | | | GHS: Remove BuildFileName. | Stephen Kelly | 2015-05-24 | 1 | -5/+0 |
| * | | | | GHS: Remove unnecessary Configure override. | Stephen Kelly | 2015-05-24 | 2 | -28/+0 |
* | | | | | Merge topic 'minor-cleanups' | Brad King | 2015-05-27 | 6 | -38/+14 |
|\ \ \ \ \ | |||||
| * | | | | | cmMakefile: Don't pop the directory listfile off the stack. | Stephen Kelly | 2015-05-25 | 1 | -16/+10 |
| * | | | | | cmMakefile: Simplify convert condition. | Stephen Kelly | 2015-05-25 | 1 | -2/+1 |
| |/ / / / | |||||
| * | | | | cmake: Remove redundant forward declaration. | Stephen Kelly | 2015-05-24 | 1 | -1/+0 |
| * | | | | cmake: Remove redundant condition. | Stephen Kelly | 2015-05-24 | 1 | -5/+0 |
| * | | | | foreach: Remove unused variables. | Stephen Kelly | 2015-05-24 | 1 | -2/+0 |
| * | | | | cmGlobalGenerator: De-virtualize methods with no overrides. | Stephen Kelly | 2015-05-24 | 1 | -3/+3 |
| * | | | | Ninja: Remove some bogus comments. | Stephen Kelly | 2015-05-23 | 1 | -9/+0 |
* | | | | | Merge topic 'ninja-per-target-rules' | Brad King | 2015-05-27 | 1 | -1/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Ninja: Fix regression in .rsp file support | Brad King | 2015-05-26 | 1 | -1/+0 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-05-27 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge topic 'extend-visibility-properties' | Brad King | 2015-05-26 | 31 | -78/+301 |
|\ \ \ \ \ | |||||
| * | | | | | Honor visibility properties for all target types (#15556) | Brad King | 2015-05-26 | 23 | -27/+269 |
| * | | | | | Help: Format visibility property and variable documentation | Brad King | 2015-05-22 | 4 | -18/+13 |
| * | | | | | Tests: Rename Visibility{InlinesHidden =>} | Brad King | 2015-05-22 | 5 | -8/+7 |
| * | | | | | Tests: Refactor RunCMake.VisibilityPreset test setup | Brad King | 2015-05-22 | 3 | -22/+9 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'ExternalData-no-symlinks' | Brad King | 2015-05-26 | 7 | -1/+32 |
|\ \ \ \ \ | |||||
| * | | | | | ExternalData: Add option to disable use of symlinks | Brad King | 2015-05-22 | 7 | -1/+32 |
* | | | | | | Merge topic 'run-include-what-you-use' | Brad King | 2015-05-26 | 6 | -7/+25 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Makefile: Fix <LANG>_INCLUDE_WHAT_YOU_USE with CTEST_USE_LAUNCHERS | Brad King | 2015-05-22 | 6 | -7/+25 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-05-26 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-05-25 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-05-24 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-05-23 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge topic 'clean-up-backtrace-handling' | Brad King | 2015-05-22 | 4 | -51/+86 |
|\ \ \ \ \ | |||||
| * | | | | | cmake: Add IssueMessage overload taking a single cmListFileContext. | Stephen Kelly | 2015-05-21 | 4 | -26/+44 |