| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: add get_test_property to bootstrap so bootstrap builds test the same as ... | Bill Hoffman | 2008-07-07 | 1 | -10/+0 |
|
|
* | BUG: Replace non-bootstrap command with macro | Brad King | 2008-07-03 | 1 | -0/+9 |
|
|
* | ENH: Remove condition on use of CMake 2.4 commands | Brad King | 2008-07-03 | 1 | -39/+30 |
|
|
* | COMP: Don't set properties on a non-existing test | Brad King | 2008-07-03 | 1 | -1/+1 |
|
|
* | ENH: add initial ctest -j feature | Bill Hoffman | 2008-07-03 | 1 | -0/+9 |
|
|
* | BUG: Avoid running the new CPackComponents test on Windows unless the NSIS in... | David Cole | 2008-06-19 | 1 | -2/+22 |
|
|
* | ENH: Add patch for feature request #6847 - CPack components for NSIS and Pack... | David Cole | 2008-06-17 | 1 | -1/+44 |
|
|
* | ENH: try turning this on again | Bill Hoffman | 2008-06-17 | 1 | -1/+1 |
|
|
* | ENH: turn this off until it passes on all systems | Bill Hoffman | 2008-06-17 | 1 | -1/+1 |
|
|
* | ENH: add test which executes all FindXXX.cmake modules | Alexander Neundorf | 2008-06-16 | 1 | -0/+1 |
|
|
* | BUG: Allow timeouts larger than 1500 for tests that may take longer than 25 m... | David Cole | 2008-04-19 | 1 | -4/+18 |
|
|
* | ENH: Combine all dependency* tests into one Dependency test. Add more diffic... | Brad King | 2008-02-06 | 1 | -54/+3 |
|
|
* | ENH: disable test for vs 70 as devenv randomly segfaults when building the su... | Ken Martin | 2008-02-01 | 1 | -2/+2 |
|
|
* | BUG: Fix commit 1.41 of Tests/CMakeLists.txt to place fake target before --ve... | Brad King | 2008-02-01 | 1 | -1/+1 |
|
|
* | ENH: fix for bug 3218 dependant projects are written out automatically if the... | Bill Hoffman | 2008-01-30 | 1 | -2/+34 |
|
|
* | ENH: Added ExportImport test to test new export/import features. | Brad King | 2008-01-28 | 1 | -0/+1 |
|
|
* | ENH: add testing for return and break commands | Ken Martin | 2008-01-23 | 1 | -0/+1 |
|
|
* | ENH: Added RuntimePath test to make sure rpath gets correct order. | Brad King | 2008-01-22 | 1 | -0/+3 |
|
|
* | BUG: Do not get in infinite loop when checking make tool version in cmake bui... | Brad King | 2008-01-21 | 1 | -1/+1 |
|
|
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat... | Brad King | 2008-01-14 | 1 | -0/+1 |
|
|
* | ENH: add functions and raise scope | Ken Martin | 2007-12-03 | 1 | -0/+1 |
|
|
* | BUG: try to fix configure error on dashboard | Bill Hoffman | 2007-11-25 | 1 | -6/+6 |
|
|
* | ENH: add support for the Syllable OS (http://www.syllable.org) | Alexander Neundorf | 2007-11-24 | 1 | -33/+54 |
|
|
* | ENH: Add new Tutorial steps. Diff between Step5 and Step6 shows how to add a ... | David Cole | 2007-11-08 | 1 | -2/+2 |
|
|
* | ENH: add doc test for strict builds | Ken Martin | 2007-11-06 | 1 | -1/+5 |
|
|
* | ENH: remove findqt3 from cmake's cmakelist files | Bill Hoffman | 2007-11-02 | 1 | -19/+8 |
|
|
* | ENH: Finish up the Framework creation code restructuring. Frameworks build an... | David Cole | 2007-10-10 | 1 | -2/+13 |
|
|
* | COMP: Rename the executables for the SimpleInstall tests so that the executab... | David Cole | 2007-10-01 | 1 | -2/+2 |
|
|
* | ENH: increase timeout | Bill Hoffman | 2007-09-25 | 1 | -1/+1 |
|
|
* | ENH: VV make too much data for the dashboard | Bill Hoffman | 2007-09-20 | 1 | -1/+1 |
|
|
* | ENH: Restore shorter timeout for SimpleInstall-Stage2. | Brad King | 2007-09-20 | 1 | -6/+0 |
|
|
* | ENH: fix failing test when valgrind is on | Bill Hoffman | 2007-09-19 | 1 | -1/+1 |
|
|
* | ENH: Re-enable packaging part of SimpleInstall-Stage2 test on Apple. Give it... | Brad King | 2007-09-19 | 1 | -0/+6 |
|
|
* | ENH: increase timeout for long test | Bill Hoffman | 2007-09-18 | 1 | -1/+1 |
|
|
* | ENH: add test that builds a nightly windows cmake binary | Bill Hoffman | 2007-09-10 | 1 | -0/+15 |
|
|
* | ENH: add the source_group() demo to the tests | Alexander Neundorf | 2007-08-27 | 1 | -0/+1 |
|
|
* | ENH: Add InstallNameFixupPath to support installing built frameworks on the M... | David Cole | 2007-08-24 | 1 | -1/+1 |
|
|
* | STYLE: mark these variables as advanced, they are only used for testing | Alexander Neundorf | 2007-08-09 | 1 | -0/+2 |
|
|
* | COMP: lets see if this sets the timeout back to 5400 | Alexander Neundorf | 2007-08-09 | 1 | -2/+2 |
|
|
* | COMP: change the order of the tests, so maybe the timeout works | Alexander Neundorf | 2007-08-08 | 1 | -6/+5 |
|
|
* | ENH: also specify the C++ compiler for mingw | Alexander Neundorf | 2007-08-08 | 1 | -4/+6 |
|
|
* | BUG: the test for chicken should be named Chicken, not plplot | Alexander Neundorf | 2007-08-07 | 1 | -1/+1 |
|
|
* | ENH: add plplot and Chicken Scheme build tests | Alexander Neundorf | 2007-08-06 | 1 | -0/+10 |
|
|
* | ENH: add a simple assembler test | Alexander Neundorf | 2007-07-05 | 1 | -0/+1 |
|
|
* | COMP: fix tests where the building cmake doesn't have GET_TEST_PROPERTY | Alexander Neundorf | 2007-06-27 | 1 | -2/+2 |
|
|
* | ENH: add a SimpleCOnly test, this is needed e.g. for testing sdcc since this | Alexander Neundorf | 2007-06-26 | 1 | -4/+22 |
|
|
* | ENH: | Alexander Neundorf | 2007-06-26 | 1 | -0/+19 |
|
|
* | COMP: big timeout for building kdelibs | Alexander Neundorf | 2007-06-15 | 1 | -0/+1 |
|
|
* | ENH: add test for buildingn kdelibs alpha1 (http://websvn.kde.org/tags/KDE/3.... | Alexander Neundorf | 2007-06-14 | 1 | -0/+5 |
|
|
* | ENH: remove test | Bill Hoffman | 2007-06-11 | 1 | -9/+11 |
|
|