Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 |
| | |||||
* | ENH: USE_MANGLED_MESA is more careful now. Try to trick it again. | Sebastien Barre | 2002-03-26 | 1 | -0/+4 |
| | |||||
* | ENH: Use ${CMAKE_CFG_INTDIR} instead of hardcoded RelInfo, Debug, Release, etc. | Sebastien Barre | 2002-03-26 | 5 | -29/+9 |
| | |||||
* | 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 ↵ | Sebastien Barre | 2002-03-25 | 2 | -5/+30 |
| | | | | arg can be a directory. | ||||
* | Add suffixes | Sebastien Barre | 2002-03-25 | 2 | -2/+44 |
| | |||||
* | ENH: add new command to create a test driver | Bill Hoffman | 2002-03-20 | 9 | -3/+282 |
| | |||||
* | ENH: remove fltk dialog as it is no longer supported | Bill Hoffman | 2002-03-20 | 13 | -2138/+1 |
| | |||||
* | 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 ↵ | Andy Cedilnik | 2002-03-15 | 5 | -0/+207 |
| | | | | ADD_CUSTOM_COMMAND, you can make rules to do some system commands during build. Currently supported commands are copy and remove. Others will follow. | ||||
* | 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 |
| | |||||
* | There can be multiple ansi flags now | Berk Geveci | 2002-03-15 | 1 | -2/+2 |
| | |||||
* | HP add Ae flag | Bill Hoffman | 2002-03-15 | 1 | -6/+13 |
| | |||||
* | Added better support for HPux | Berk Geveci | 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 |
| |