Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: use convert to output path for depend files | Bill Hoffman | 2002-04-17 | 1 | -1/+1 |
| | |||||
* | Syntax seemed to be confusing according to the Bill | Sebastien Barre | 2002-04-16 | 1 | -10/+8 |
| | |||||
* | FIX: warning | Sebastien Barre | 2002-04-16 | 1 | -1/+1 |
| | |||||
* | use stream not sprintf | Bill Hoffman | 2002-04-15 | 1 | -10/+12 |
| | |||||
* | ENH: FilesDiffer checks for 0 byte files | Sebastien Barre | 2002-04-15 | 1 | -12/+5 |
| | |||||
* | ENH: more paranoid checkings | Sebastien Barre | 2002-04-14 | 1 | -23/+64 |
| | |||||
* | ENH: make GUI slighlty larger to accomodate long paths | Sebastien Barre | 2002-04-12 | 1 | -16/+16 |
| | |||||
* | FIX: iostream binary flag should be used for cygwin too | Sebastien Barre | 2002-04-12 | 1 | -9/+9 |
| | |||||
* | FIX: fix UMR | Sebastien Barre | 2002-04-12 | 1 | -7/+31 |
| | |||||
* | ENH: also displays command output | Sebastien Barre | 2002-04-11 | 1 | -1/+3 |
| | |||||
* | can be used to time commands (time() & clock()) | Sebastien Barre | 2002-04-11 | 1 | -4/+38 |
| | |||||
* | ENH: speed improvements | Bill Hoffman | 2002-04-11 | 8 | -69/+28 |
| | |||||
* | Allow modules to build properly again. (broken when Cxx testing was added) | Yves Starreveld | 2002-04-11 | 1 | -2/+2 |
| | |||||
* | ENH: clean up utility rule generation | Bill Hoffman | 2002-04-11 | 2 | -1/+30 |
| | |||||
* | ENH: use target as source if source is empty | Sebastien Barre | 2002-04-11 | 2 | -9/+13 |
| | |||||
* | FIX: echo pb, make Nmake gen use Unix gen, factorize stuff in Unix gen | Sebastien Barre | 2002-04-11 | 2 | -114/+53 |
| | |||||
* | Fix problem with custom commands on unix | Andy Cedilnik | 2002-04-10 | 1 | -10/+21 |
| | |||||
* | ERR: UseIt() missing return type. | Brad King | 2002-04-10 | 1 | -1/+1 |
| | |||||
* | fix warning | Bill Hoffman | 2002-04-10 | 1 | -0/+4 |
| | |||||
* | ENH: check for compile flags and add back c flag to unix generator | 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 | ||||
* | ENH: use separate vars for creating c++ and c shared libraries and add a ↵ | Bill Hoffman | 2002-04-08 | 2 | -15/+45 |
| | | | | test for c libraries | ||||
* | 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 ↵ | Bill Hoffman | 2002-04-05 | 3 | -20/+29 |
| | | | | bootstrap this cmake | ||||
* | ENH: add the ability to process command line arguments in the test driver ↵ | Bill Hoffman | 2002-04-04 | 2 | -9/+60 |
| | | | | before the test driver gets them | ||||
* | 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 ↵ | Bill Hoffman | 2002-04-03 | 6 | -47/+100 |
| | | | | separatly now | ||||
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 23 | -96/+201 |
| | | | | only project can be built with cmake, even without a cxx compiler | ||||
* | 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 ↵ | 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 | ||||
* | 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 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 ↵ | 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. | ||||
* | ENH: ExpandListArguments(): empty elements in semi-colon-separated ↵ | Sebastien Barre | 2002-03-26 | 2 | -3/+8 |
| | | | | string-list can now be ignored. | ||||
* | ENH: now supports tests inside sub-dirs | Sebastien Barre | 2002-03-26 | 1 | -8/+42 |
| |