Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KWSys: Remove unused environ declaration from SystemTools | Brad King | 2012-05-23 | 1 | -4/+0 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-05-23 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-05-22 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-05-21 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-05-20 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-05-19 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-05-18 | 1 | -1/+1 |
* | Merge topic 'ninja-error-failbit' | David Cole | 2012-05-17 | 1 | -0/+5 |
|\ | |||||
| * | Ninja: mark rules/build file streams failed if error occurred (#13067, #13105) | Peter Collingbourne | 2012-05-16 | 1 | -0/+5 |
* | | Merge topic 'ninja-issue-13069' | David Cole | 2012-05-17 | 2 | -9/+7 |
|\ \ | |||||
| * | | Ninja: apply CMAKE_<LANG>_FLAGS_<TYPE> to executable targets (#13069) | Peter Collingbourne | 2012-05-16 | 2 | -9/+7 |
| |/ | |||||
* | | Merge topic 'cmake-trace-elseif' | David Cole | 2012-05-17 | 3 | -12/+36 |
|\ \ | |||||
| * | | Print any evaluated 'elseif'/'else' commands in trace mode (#13220) | Brian Helba | 2012-05-16 | 3 | -12/+36 |
* | | | Merge topic 'FindwxWidgets-OpenBSD' | David Cole | 2012-05-17 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | FindwxWidgets: Do not use -isystem on OpenBSD (#13219) | Anthony J. Bentley | 2012-05-14 | 1 | -2/+2 |
* | | | | Merge topic 'xcode-storyboard-files' | David Cole | 2012-05-17 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | Xcode: Recognize storyboard source files (#13214) | Jan Schaffmeister | 2012-05-14 | 1 | -0/+4 |
| |/ / / | |||||
* | | | | Merge topic 'FeatureSummaryNicerFormatting' | David Cole | 2012-05-17 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | FeatureSummary.cmake: nicer formatting | Alex Neundorf | 2012-05-13 | 1 | -2/+2 |
* | | | | | Merge topic 'mumps_coverage' | David Cole | 2012-05-17 | 19 | -4/+2807 |
|\ \ \ \ \ | |||||
| * | | | | | CDash now supports lots of files in coverage. So, show all files. | Bill Hoffman | 2012-05-11 | 4 | -18/+5 |
| * | | | | | Do not try to run bullseye coverage if COVFILE env is empty. | Bill Hoffman | 2012-05-08 | 1 | -1/+1 |
| * | | | | | Update test data to match new coverage format. | Bill Hoffman | 2012-05-07 | 1 | -1441/+1441 |
| * | | | | | Change GT.M Coverage Parser global | Joseph Snyder | 2012-05-07 | 1 | -1/+1 |
| * | | | | | Disable bullseye coverage for mumps coverage test. | Bill Hoffman | 2012-05-04 | 1 | -2/+4 |
| * | | | | | Remove uncovered files from cache coverage data. | Bill Hoffman | 2012-05-02 | 2 | -0/+38 |
| * | | | | | Add ability to specify more than one package directory or coverage directory. | Bill Hoffman | 2012-05-02 | 1 | -16/+24 |
| * | | | | | Use <TARGET_FILE> expression to run ctest so it works with Xcode and VS IDE. | Bill Hoffman | 2012-05-02 | 3 | -26/+10 |
| * | | | | | Use a script to run the test because WORKING_DIRECTORY is not in 2.8.2. | Bill Hoffman | 2012-05-02 | 2 | -8/+24 |
| * | | | | | Fix some warnings and a bug where it went past the length of a vector. | Bill Hoffman | 2012-05-01 | 1 | -3/+10 |
| * | | | | | Add support for Cache coverage. | Bill Hoffman | 2012-05-01 | 12 | -30/+616 |
| * | | | | | Add virutal destructor to silence warning. | Bill Hoffman | 2012-05-01 | 2 | -0/+5 |
| * | | | | | Add test for mumps coverage. Also refactor code to prepare for cache coverage. | Bill Hoffman | 2012-05-01 | 12 | -228/+1928 |
| * | | | | | Fix line length. | Bill Hoffman | 2012-04-26 | 1 | -1/+2 |
| * | | | | | Fix warning about char* instead of const char*. | Bill Hoffman | 2012-04-26 | 1 | -1/+1 |
| * | | | | | Add support to ctest for GTM mumps coverage. | Bill Hoffman | 2012-04-25 | 6 | -3/+472 |
* | | | | | | Merge topic 'vs11-arm-generator' | David Cole | 2012-05-17 | 6 | -0/+79 |
|\ \ \ \ \ \ | |||||
| * | | | | | | VS11: Fix ARM architecture hint typo (#13077) | Brad King | 2012-05-10 | 1 | -1/+1 |
| * | | | | | | VS11: Add ARM architecture generator (#13077) | Minmin Gong | 2012-05-09 | 6 | -0/+79 |
* | | | | | | | Merge topic 'ninja_convenience_targets' | David Cole | 2012-05-17 | 2 | -0/+44 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Ninja: Add a convenient 'help' target. | Nicolas Despres | 2012-05-09 | 2 | -0/+22 |
| * | | | | | | | Ninja: Add a convenient 'clean' target. | Nicolas Despres | 2012-05-09 | 2 | -0/+22 |
* | | | | | | | | Merge topic 'CPack-preserveTimestampInSourcePackage' | David Cole | 2012-05-17 | 1 | -2/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CPack - preserve timestamp for CPACK_INSTALLED_DIRECTORIES. fixes: #0013193 | Eric NOULARD | 2012-05-09 | 1 | -2/+5 |
| |/ / / / / / / | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-05-17 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-05-16 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-05-15 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-05-14 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-05-13 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-05-12 | 1 | -1/+1 |