Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: quick stab at a rollup button | Sebastien Barre | 2002-04-09 | 1 | -0/+2 |
| | |||||
* | correct exports for windows | Bill Hoffman | 2002-04-09 | 6 | -6/+9 |
| | |||||
* | c not c++ comment | Bill Hoffman | 2002-04-09 | 3 | -3/+3 |
| | |||||
* | change EST to EDT | Bill Hoffman | 2002-04-09 | 1 | -1/+1 |
| | |||||
* | ERR: ReplaceString didn't work properly if replace was longer than with as | John Biddiscombe | 2002-04-08 | 1 | -1/+2 |
| | | | | | length added to start pos on next search was replaceLength instead of withLength | ||||
* | *** empty log message *** | Bill Hoffman | 2002-04-08 | 3 | -5/+5 |
| | |||||
* | ENH: use separate vars for creating c++ and c shared libraries and add a ↵ | Bill Hoffman | 2002-04-08 | 23 | -54/+301 |
| | | | | test for c libraries | ||||
* | expand ; args | Bill Hoffman | 2002-04-05 | 1 | -3/+5 |
| | |||||
* | improved finding purify on windows to use registry | Ken Martin | 2002-04-05 | 1 | -1/+4 |
| | |||||
* | ENH: make sure the test tests the right cmake, and not the cmake used to ↵ | Bill Hoffman | 2002-04-05 | 3 | -20/+29 |
| | | | | bootstrap this cmake | ||||
* | ENH: add missing file | Bill Hoffman | 2002-04-05 | 1 | -0/+20 |
| | |||||
* | ENH: add the ability to process command line arguments in the test driver ↵ | Bill Hoffman | 2002-04-04 | 3 | -11/+63 |
| | | | | before the test driver gets them | ||||
* | ENH: separate the ar program for cxx and c | Bill Hoffman | 2002-04-04 | 4 | -23/+33 |
| | |||||
* | update install information | Bill Hoffman | 2002-04-04 | 1 | -2/+3 |
| | |||||
* | BUG: add system command back into script | Bill Hoffman | 2002-04-04 | 2 | -4/+49 |
| | |||||
* | ENH: fix more space problems, you can add args to the ExecProgram command ↵ | Bill Hoffman | 2002-04-03 | 9 | -56/+109 |
| | | | | separatly now | ||||
* | More places to find TCL/TK for example on Debian | Andy Cedilnik | 2002-04-03 | 1 | -0/+4 |
| | |||||
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 34 | -4006/+14870 |
| | | | | only project can be built with cmake, even without a cxx compiler | ||||
* | ENH: add test for registry-related functions (win32) | Sebastien Barre | 2002-04-01 | 9 | -3/+144 |
| | |||||
* | ENH: fix for regkey and ; separation | Bill Hoffman | 2002-04-01 | 1 | -14/+45 |
| | |||||
* | ENH: add functions to API (read, write, delete registry key value) | Sebastien Barre | 2002-04-01 | 3 | -24/+232 |
| | |||||
* | More finds for VTK | Andy Cedilnik | 2002-04-01 | 1 | -4/+15 |
| | |||||
* | Add some more locations of VTK | Andy Cedilnik | 2002-03-31 | 1 | -0/+3 |
| | |||||
* | FIX: get rid of warnings | Sebastien Barre | 2002-03-30 | 2 | -2/+1 |
| | |||||
* | ENH: HAS_FLTK variable added. FLTK_WRAP_UI command made INTERNAL. | Luis Ibanez | 2002-03-29 | 1 | -6/+16 |
| | |||||
* | FIX: should compare to 0, not NULL | Sebastien Barre | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | ENH: if -R or -E was used, displays also the name of the tests that passed. | Sebastien Barre | 2002-03-29 | 2 | -8/+21 |
| | |||||
* | FIX: fix dummy lib name for Unix | Sebastien Barre | 2002-03-29 | 3 | -6/+18 |
| | |||||
* | ENH: fix tests | Sebastien Barre | 2002-03-29 | 33 | -237/+333 |
| | |||||
* | output list bug | Bill Hoffman | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2002-03-29 | 3 | -0/+12 |
| | |||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 63 | -269/+289 |
| | |||||
* | ENH: add test for set to create source lists | Bill Hoffman | 2002-03-29 | 5 | -1/+33 |
| | |||||
* | fix const problem | Bill Hoffman | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | ENH: add ability to use ; separated lists in SET and expand them for ↵ | Bill Hoffman | 2002-03-29 | 4 | -8/+30 |
| | | | | addexecutable and addlibrary | ||||
* | fix docs | Bill Hoffman | 2002-03-29 | 1 | -2/+2 |
| | |||||
* | ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a ↵ | Sebastien Barre | 2002-03-29 | 2 | -3/+21 |
| | | | | CMakeList file | ||||
* | more tests | Bill Hoffman | 2002-03-29 | 3 | -6/+93 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 31 | -180/+593 |
| | | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. | ||||
* | FIX: tolower is in <ctype.h> !, frenchy | Sebastien Barre | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | ENH: perform case insensitive comparison on test names | Sebastien Barre | 2002-03-28 | 1 | -7/+28 |
| | |||||
* | FIX: cmSourceFile::SetName was not called correctly for the test source files | Sebastien Barre | 2002-03-27 | 1 | -2/+2 |
| | |||||
* | ENH: small formatting enh | Sebastien Barre | 2002-03-27 | 1 | -3/+3 |
| | |||||
* | ENH: add a more stressing FOREACH test. | Sebastien Barre | 2002-03-27 | 9 | -0/+63 |
| | |||||
* | ENH: add testdriver test with source file in subdir | Sebastien Barre | 2002-03-27 | 3 | -3/+11 |
| | |||||
* | FIX: do not use CMAKE_CFG_INTDIR, just use LINK_DIRECTORIES | Sebastien Barre | 2002-03-27 | 3 | -24/+15 |
| | |||||
* | FIX: do not need CMakeLib | Sebastien Barre | 2002-03-27 | 2 | -21/+0 |
| | |||||
* | ENH: keep the name of the test as close to the source file (only the ↵ | Sebastien Barre | 2002-03-26 | 1 | -13/+15 |
| | | | | function name is cleaned up) | ||||
* | ENH: add -R (similar to ctest but use substr instead of regexp). indent. | Sebastien Barre | 2002-03-26 | 1 | -59/+102 |
| | |||||
* | FIX: foreach function-blockers were using expanded args. Add virtual func to ↵ | Sebastien Barre | 2002-03-26 | 3 | -2/+16 |
| | | | | specify if function blocker needs them expanded or not. |