Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: switch to new install commands to match book text | Ken Martin | 2007-11-13 | 10 | -20/+25 |
| | |||||
* | BUG: Fixed fake generation of files to behave more like fluid. | Brad King | 2007-11-10 | 2 | -5/+0 |
| | |||||
* | BUG: Need extra regex to parse sw_vers output on Mac OSX 10.2 (and ↵ | David Cole | 2007-11-10 | 2 | -6/+8 |
| | | | | presumably earlier) to avoid running PackageMaker during the SimpleInstall* tests. See comment in CMake/Tests/SimpleInstall/CMakeLists.txt for more info. | ||||
* | ENH: Add new Tutorial steps. Diff between Step5 and Step6 shows how to add a ↵ | David Cole | 2007-11-08 | 20 | -2/+474 |
| | | | | 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: add a etst to verify props are documented | Ken Martin | 2007-11-06 | 2 | -0/+39 |
| | |||||
* | ENH: remove findqt3 from cmake's cmakelist files | Bill Hoffman | 2007-11-02 | 3 | -19/+15 |
| | |||||
* | ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad. | Alexander Neundorf | 2007-10-26 | 2 | -0/+13 |
| | | | | | | | | CMAKE_FIND_PREFIX_PATH is both an environment variable and a cmake variable, which is a list of base directories where FIND_PATH, FIND_FILE, FIND_PROGRAM and FIND_LIBRARY will search in the respective subdirectories Alex | ||||
* | BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of ↵ | David Cole | 2007-10-15 | 6 | -4/+86 |
| | | | | the INSTALL command. | ||||
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -2/+2 |
| | |||||
* | ENH: Finish up the Framework creation code restructuring. Frameworks build ↵ | David Cole | 2007-10-10 | 2 | -16/+37 |
| | | | | and install now. More work needed on the packaging step. See Tests/Framework for example use. | ||||
* | ENH: Added test for 'use' keyword in a comment. Patch from Maik Beckmann. ↵ | Brad King | 2007-10-10 | 5 | -0/+39 |
| | | | | See bug#5809. | ||||
* | COMP: Rename the executables for the SimpleInstall tests so that the ↵ | David Cole | 2007-10-01 | 3 | -14/+14 |
| | | | | 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: Disable package test only on OSX < 10.4. Added comment explaining ↵ | Brad King | 2007-09-20 | 2 | -12/+34 |
| | | | | reason for timeout. | ||||
* | 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 | 3 | -0/+12 |
| | | | | it a long timeout to see what is going on. | ||||
* | COMP: reenable the installation of the PUBLIC_HEADERs | Alexander Neundorf | 2007-09-19 | 2 | -4/+4 |
| | | | | Alex | ||||
* | ENH: increase timeout for long test | Bill Hoffman | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | COMP: disable packaging test on Apple, see if this fixes the timeouts | Alexander Neundorf | 2007-09-17 | 2 | -2/+16 |
| | | | | Alex | ||||
* | ENH: test install of debug libs | Bill Hoffman | 2007-09-17 | 2 | -0/+2 |
| | |||||
* | ENH: Adding test for ADD_CUSTOM_COMMAND's new IMPLICIT_DEPENDS feature. | Brad King | 2007-09-17 | 4 | -0/+68 |
| | |||||
* | ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader ↵ | Brad King | 2007-09-13 | 1 | -32/+16 |
| | | | | test to use it (making the test simpler). | ||||
* | ENH: turn this stuff off to see if it fixes the dashboard on midworld | Bill Hoffman | 2007-09-10 | 2 | -4/+4 |
| | |||||
* | ENH: fix memory leak | Bill Hoffman | 2007-09-10 | 1 | -1/+2 |
| | |||||
* | ENH: add test that builds a nightly windows cmake binary | Bill Hoffman | 2007-09-10 | 1 | -0/+15 |
| | |||||
* | STYLE: adapt the test to the change from FILENAME to FILE | Alexander Neundorf | 2007-08-30 | 2 | -2/+10 |
| | | | | | | -add a call to the EXPORT() command Alex | ||||
* | ENH: added tests for the CMAKE_MATCH_(0..9) variables, which get set by | Alexander Neundorf | 2007-08-29 | 1 | -0/+33 |
| | | | | | | regex matches (STRING(REGEX), IF(MATCHES)) Alex | ||||
* | COMP: enable ANSI C, this should make it work with the HP-UX compiler | Alexander Neundorf | 2007-08-28 | 2 | -5/+12 |
| | | | | Alex | ||||
* | COMP: maybe it compiles this way with the HP-UX compiler | Alexander Neundorf | 2007-08-28 | 1 | -5/+5 |
| | | | | Alex | ||||
* | ENH: add test for installing a header marked as PUBLIC_HEADER of a library | Alexander Neundorf | 2007-08-27 | 2 | -0/+4 |
| | | | | Alex | ||||
* | COMP: add a test for exporting and importing targets | Alexander Neundorf | 2007-08-27 | 2 | -2/+34 |
| | | | | Alex | ||||
* | COMP: the SimpleInstall test also succeeds on the Mac, so maybe Andys | Alexander Neundorf | 2007-08-27 | 2 | -70/+32 |
| | | | | | | comment is not valid anymore Alex | ||||
* | ENH: add the source_group() demo to the tests | Alexander Neundorf | 2007-08-27 | 2 | -0/+10 |
| | | | | Alex | ||||
* | BUG: demo (not really test) for the source_group() command | Alexander Neundorf | 2007-08-24 | 3 | -7/+28 |
| | | | | Alex | ||||
* | ENH: Add InstallNameFixupPath to support installing built frameworks on the ↵ | David Cole | 2007-08-24 | 4 | -8/+11 |
| | | | | Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572. | ||||
* | ENH: add test for source_group | Alexander Neundorf | 2007-08-24 | 6 | -0/+37 |
| | | | | Alex | ||||
* | ENH: fix leak | Bill Hoffman | 2007-08-21 | 3 | -0/+3 |
| | |||||
* | ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the index | Alexander Neundorf | 2007-08-15 | 1 | -4/+6 |
| | | | | | | | | and which is more useful, because then you can also access the item behind the one you were looking, useful for writing macros with optional keywords with parameters Alex | ||||
* | ENH: Improvements to the Xcode generator. Build frameworks using native Copy ↵ | David Cole | 2007-08-14 | 6 | -8/+38 |
| | | | | Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder. | ||||
* | 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 | ||||
* | ENH: remove the watch for the upper case variable name, it breaks the | Alexander Neundorf | 2007-08-08 | 1 | -1/+1 |
| | | | | | | | feature summary, which needs to check for both the upper case and original case _FOUND variables 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: disable this test temporarily | Alexander Neundorf | 2007-08-07 | 1 | -1/+1 |
| | | | | 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 |