Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Combine all dependency* tests into one Dependency test. Add more ↵ | Brad King | 2008-02-06 | 1 | -54/+3 |
| | | | | difficult test cases. | ||||
* | ENH: disable test for vs 70 as devenv randomly segfaults when building the ↵ | Ken Martin | 2008-02-01 | 1 | -2/+2 |
| | | | | sub-project | ||||
* | BUG: Fix commit 1.41 of Tests/CMakeLists.txt to place fake target before ↵ | Brad King | 2008-02-01 | 1 | -1/+1 |
| | | | | --version flag instead of after. | ||||
* | ENH: fix for bug 3218 dependant projects are written out automatically if ↵ | Bill Hoffman | 2008-01-30 | 1 | -2/+34 |
| | | | | they are in the project. Also fix bug 5829, remove hard coded CMAKE_CONFIGURATION_TYPES from vs 7 generator | ||||
* | 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 ↵ | Brad King | 2008-01-21 | 1 | -1/+1 |
| | | | | build tree. | ||||
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. ↵ | Brad King | 2008-01-14 | 1 | -0/+1 |
| | | | | Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators. | ||||
* | 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 |
| | | | | | | | | | | | major issues: -access() doesn't return false for an empty string (#ifdefed in cmake) -dlopen() doesn't return 0 on failure (#ifdefed in cmake and fixed now in Syllable) -the kwsys and Bootstrap tests fail with timeout due to the fact that I'm doing all that in qemu, which is quite slow -RPATH is now supported, so without modifying the test adapting DLL_PATH in Syllable is required for the tests to succeed -the Plugin test fails with an undefined reference to example_exe_function() in example_mod_1, it seems this isn't supported under Syllable Alex | ||||
* | ENH: Add new Tutorial steps. Diff between Step5 and Step6 shows how to add a ↵ | David Cole | 2007-11-08 | 1 | -2/+2 |
| | | | | cpack driven installer to your project. Diff between Step6 and Step7 shows how to add ctest dashboard scripting capability. | ||||
* | 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 ↵ | David Cole | 2007-10-10 | 1 | -2/+13 |
| | | | | and install now. More work needed on the packaging step. See Tests/Framework for example use. | ||||
* | COMP: Rename the executables for the SimpleInstall tests so that the ↵ | David Cole | 2007-10-01 | 1 | -2/+2 |
| | | | | executable files that run during the test do not have the word install in their file names. This allows running the tests on Windows Vista without admin privileges and without adding a manifest containing the asInvoker requestedExecutionLevel element. | ||||
* | 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 ↵ | Brad King | 2007-09-19 | 1 | -0/+6 |
| | | | | it a long timeout to see what is going on. | ||||
* | 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 |
| | | | | Alex | ||||
* | ENH: Add InstallNameFixupPath to support installing built frameworks on the ↵ | David Cole | 2007-08-24 | 1 | -1/+1 |
| | | | | Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572. | ||||
* | STYLE: mark these variables as advanced, they are only used for testing | Alexander Neundorf | 2007-08-09 | 1 | -0/+2 |
| | | | | | | whether the tests should be added or not Alex | ||||
* | COMP: lets see if this sets the timeout back to 5400 | Alexander Neundorf | 2007-08-09 | 1 | -2/+2 |
| | | | | Alex | ||||
* | COMP: change the order of the tests, so maybe the timeout works | Alexander Neundorf | 2007-08-08 | 1 | -6/+5 |
| | | | | Alex | ||||
* | ENH: also specify the C++ compiler for mingw | Alexander Neundorf | 2007-08-08 | 1 | -4/+6 |
| | | | | Alex | ||||
* | BUG: the test for chicken should be named Chicken, not plplot | Alexander Neundorf | 2007-08-07 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: add plplot and Chicken Scheme build tests | Alexander Neundorf | 2007-08-06 | 1 | -0/+10 |
| | | | | Alex | ||||
* | ENH: add a simple assembler test | Alexander Neundorf | 2007-07-05 | 1 | -0/+1 |
| | | | | Alex | ||||
* | COMP: fix tests where the building cmake doesn't have GET_TEST_PROPERTY | Alexander Neundorf | 2007-06-27 | 1 | -2/+2 |
| | | | | Alex | ||||
* | ENH: add a SimpleCOnly test, this is needed e.g. for testing sdcc since this | Alexander Neundorf | 2007-06-26 | 1 | -4/+22 |
| | | | | | | | | doesn't support C++ and also doesn't have a printf() implementation by default -add a test for mingw cross compiler Alex | ||||
* | ENH: | Alexander Neundorf | 2007-06-26 | 1 | -0/+19 |
| | |||||
* | COMP: big timeout for building kdelibs | Alexander Neundorf | 2007-06-15 | 1 | -0/+1 |
| | | | | Alex | ||||
* | ENH: add test for buildingn kdelibs alpha1 ↵ | Alexander Neundorf | 2007-06-14 | 1 | -0/+5 |
| | | | | | | | | | (http://websvn.kde.org/tags/KDE/3.90.1) with cmake requires Qt >= 4.3.0, DBus, kdesupport (http://websvn.kde.org/trunk/kdesupport/) and the EasyDashboard scripts. Alex | ||||
* | ENH: remove test | Bill Hoffman | 2007-06-11 | 1 | -9/+11 |
| | |||||
* | ENH: add ConvLib test back for some time | Bill Hoffman | 2007-06-11 | 1 | -9/+9 |
| | |||||
* | ENH: added new test for SourceFile objects and properties | Ken Martin | 2007-05-31 | 1 | -0/+1 |
| | |||||
* | BUG: always search for ar, ranlib, etc. except under MSVC -> this should fix ↵ | Alexander Neundorf | 2007-05-21 | 1 | -2/+4 |
| | | | | | | | | the mingw fortran test -also generate the fortran test with the kdevelop generator Alex | ||||
* | BUG: Fix name of project to build for LoadCommandOneConfig now that it has ↵ | Brad King | 2007-05-20 | 1 | -1/+1 |
| | | | | been renamed for new name of LoadCommand test. | ||||
* | ENH: some cleanup, condensing some tests, removing arguments that were not ↵ | Ken Martin | 2007-05-18 | 1 | -116/+23 |
| | | | | needed but rather were cut and paste copies etc | ||||
* | ENH: revert back to SUBDIRS so that CMake can be built with 2.2 | Ken Martin | 2007-05-14 | 1 | -1/+1 |
| | |||||
* | ENH: minor fixes | Ken Martin | 2007-05-11 | 1 | -10/+10 |
| | |||||
* | ENH: some more CMakeList cleanups | Ken Martin | 2007-05-11 | 1 | -138/+31 |
| | |||||
* | ENH: more cleanup of some CMakeLists files | Ken Martin | 2007-05-11 | 1 | -0/+949 |