| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: use separate vars for creating c++ and c shared libraries and add a test... | Bill Hoffman | 2002-04-08 | 2 | -15/+45 |
|
|
* | expand ; args | Bill Hoffman | 2002-04-05 | 1 | -3/+5 |
|
|
* | ENH: make sure the test tests the right cmake, and not the cmake used to boot... | Bill Hoffman | 2002-04-05 | 3 | -20/+29 |
|
|
* | ENH: add the ability to process command line arguments in the test driver bef... | Bill Hoffman | 2002-04-04 | 2 | -9/+60 |
|
|
* | ENH: separate the ar program for cxx and c | Bill Hoffman | 2002-04-04 | 1 | -1/+11 |
|
|
* | ENH: fix more space problems, you can add args to the ExecProgram command sep... | Bill Hoffman | 2002-04-03 | 6 | -47/+100 |
|
|
* | ENH: add enable language support for PROJECT command, this means that a C onl... | Bill Hoffman | 2002-04-02 | 23 | -96/+201 |
|
|
* | 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 |
|
|
* | FIX: get rid of warnings | Sebastien Barre | 2002-03-30 | 2 | -2/+1 |
|
|
* | 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 |
|
|
* | output list bug | Bill Hoffman | 2002-03-29 | 1 | -1/+1 |
|
|
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 48 | -212/+163 |
|
|
* | fix const problem | Bill Hoffman | 2002-03-29 | 1 | -1/+1 |
|
|
* | ENH: add ability to use ; separated lists in SET and expand them for addexecu... | Bill Hoffman | 2002-03-29 | 4 | -8/+30 |
|
|
* | 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 C... | Sebastien Barre | 2002-03-29 | 2 | -3/+21 |
|
|
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ... | Bill Hoffman | 2002-03-29 | 31 | -180/+593 |
|
|
* | 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 testdriver test with source file in subdir | Sebastien Barre | 2002-03-27 | 1 | -1/+3 |
|
|
* | ENH: keep the name of the test as close to the source file (only the function... | Sebastien Barre | 2002-03-26 | 1 | -13/+15 |
|
|
* | 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 |
|
|
* | ENH: ExpandListArguments(): empty elements in semi-colon-separated string-lis... | Sebastien Barre | 2002-03-26 | 2 | -3/+8 |
|
|
* | ENH: now supports tests inside sub-dirs | Sebastien Barre | 2002-03-26 | 1 | -8/+42 |
|
|
* | ENH: add error checking for mmesa | Bill Hoffman | 2002-03-26 | 1 | -0/+11 |
|
|
* | ENH: use ccommand for del on windows | Bill Hoffman | 2002-03-26 | 3 | -7/+14 |
|
|
* | ENH: show output when running tests | Bill Hoffman | 2002-03-26 | 1 | -1/+1 |
|
|
* | ENH: if no arguments are given and there is only one test, then run it | Bill Hoffman | 2002-03-26 | 1 | -1/+7 |
|
|
* | removed quotes from cmake and ccommand executable to be consistant | Ken Martin | 2002-03-25 | 1 | -7/+3 |
|
|
* | ENH: support semi-colon format (list of args as string) | Sebastien Barre | 2002-03-25 | 1 | -1/+4 |
|
|
* | ENH: cmCopyFile ; the path to the destination file will be created ; second a... | Sebastien Barre | 2002-03-25 | 2 | -5/+30 |
|
|
* | ENH: add new command to create a test driver | Bill Hoffman | 2002-03-20 | 5 | -3/+254 |
|
|
* | ENH: remove fltk dialog as it is no longer supported | Bill Hoffman | 2002-03-20 | 12 | -2137/+0 |
|
|
* | Return error on copy | Andy Cedilnik | 2002-03-19 | 1 | -1/+1 |
|
|
* | Remove warning about sign and unsigned | Andy Cedilnik | 2002-03-18 | 1 | -1/+1 |
|
|
* | Add ccommand for executing commands on the system, so by using ADD_CUSTOM_COM... | Andy Cedilnik | 2002-03-15 | 5 | -0/+207 |
|
|
* | BUG: The source file may be specified with an extension. | Amitha Perera | 2002-03-15 | 1 | -1/+1 |
|
|
* | less noisy about changing directories | Ken Martin | 2002-03-15 | 1 | -1/+8 |
|
|
* | ENH: add .in as a header file type, as it can not be compiled | Bill Hoffman | 2002-03-14 | 1 | -0/+1 |
|
|
* | BUG: .h not two .cxx files | Bill Hoffman | 2002-03-14 | 1 | -1/+1 |
|
|
* | BUG: fix RunCommand again... back to system, but with GetShortPath | Bill Hoffman | 2002-03-14 | 1 | -135/+49 |
|
|
* | BUG: fix for paths with spaces | Bill Hoffman | 2002-03-14 | 1 | -5/+4 |
|
|
* | BUG: fix for files with dashes in them | Bill Hoffman | 2002-03-14 | 2 | -0/+11 |
|
|
* | ENH: overhaul of RunCommand on windows, if only win32 had popen... | Bill Hoffman | 2002-03-14 | 6 | -19/+207 |
|
|
* | Remove warnings | Bill Hoffman | 2002-03-13 | 3 | -6/+6 |
|
|