Ken Martin
|
7b5a8762c6
|
modified how source files store properties
|
2002-08-16 11:20:18 -04:00 |
Ken Martin
|
e1b6ba9f95
|
fixed some compiler warnings and leaks
|
2002-08-08 08:51:40 -04:00 |
Ken Martin
|
86709a4ccf
|
fixed some compiler warnings and leaks
|
2002-08-07 11:01:06 -04:00 |
Ken Martin
|
3704cc268e
|
fixed some compiler warnings and leaks
|
2002-08-07 10:30:38 -04:00 |
Ken Martin
|
1538956b7f
|
fixed support for C test programs
|
2002-07-31 11:07:09 -04:00 |
Sebastien Barre
|
843616ec7e
|
FIX: <stdlib.h> is enough to get malloc()/free()
|
2002-07-31 09:29:58 -04:00 |
Ken Martin
|
0f6e022dca
|
updated to handle extensions
|
2002-07-30 16:19:14 -04:00 |
Sebastien Barre
|
c05e3613ce
|
FIX: la commande créait du code C++. Du code C devrait faire l'affaire.
|
2002-07-30 10:33:02 -04:00 |
Sebastien Barre
|
f87057813d
|
FIX: la commande créait du code C++. Du code C devrait faire l'affaire.
|
2002-07-30 10:23:39 -04:00 |
Ken Martin
|
44a7cd55ff
|
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
2002-06-27 15:57:09 -04:00 |
Ken Martin
|
38145ad5a4
|
modified create test source to create a vector
|
2002-06-19 12:52:16 -04:00 |
Bill Hoffman
|
e4dce08591
|
ENH: add the ability to process command line arguments in the test driver before the test driver gets them
|
2002-04-04 16:53:37 -05:00 |
Sebastien Barre
|
dbe20d8d3b
|
FIX: should compare to 0, not NULL
|
2002-03-29 16:25:39 -05:00 |
Bill Hoffman
|
7d76de4403
|
make sure ; expansion is done in all commands
|
2002-03-29 14:20:32 -05:00 |
Bill Hoffman
|
8b3b49a010
|
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
2002-03-29 10:06:30 -05:00 |
Sebastien Barre
|
627ab62ce0
|
FIX: tolower is in <ctype.h> !, frenchy
|
2002-03-29 08:42:48 -05:00 |
Sebastien Barre
|
e081345595
|
ENH: perform case insensitive comparison on test names
|
2002-03-28 11:43:53 -05:00 |
Sebastien Barre
|
b63d6ee7dd
|
FIX: cmSourceFile::SetName was not called correctly for the test source files
|
2002-03-27 16:19:44 -05:00 |
Sebastien Barre
|
b0eb1031b7
|
ENH: small formatting enh
|
2002-03-27 15:52:52 -05:00 |
Sebastien Barre
|
0fd3ae7ba5
|
ENH: keep the name of the test as close to the source file (only the function name is cleaned up)
|
2002-03-26 18:06:36 -05:00 |
Sebastien Barre
|
95519ef1b7
|
ENH: add -R (similar to ctest but use substr instead of regexp). indent.
|
2002-03-26 17:53:07 -05:00 |
Sebastien Barre
|
a5b833119d
|
ENH: now supports tests inside sub-dirs
|
2002-03-26 16:42:43 -05:00 |
Bill Hoffman
|
f4bf694bae
|
ENH: if no arguments are given and there is only one test, then run it
|
2002-03-26 12:37:25 -05:00 |
Bill Hoffman
|
2f639d37b5
|
ENH: add new command to create a test driver
|
2002-03-20 16:19:00 -05:00 |