Andy Cedilnik
|
9a0ca088a1
ENH: More verbose
|
22 years ago |
Brad King
|
d9b8768e3b
BUG: Fixed spacing error in message.
|
22 years ago |
Andy Cedilnik
|
369a4188e6
ENH: Use the new RunCommand
|
22 years ago |
Andy Cedilnik
|
cd94e07884
ENH: Also fail when make failsSource/cmaketest.cxx
|
22 years ago |
Brad King
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 years ago |
Andy Cedilnik
|
a2d7a92c88
BUG: Fix some dependencies for location of executables
|
22 years ago |
Andy Cedilnik
|
d486a789d6
ENH: New location of cmake
|
22 years ago |
Andy Cedilnik
|
b2e2c29d97
We should really just call make and not make all
|
22 years ago |
Ken Martin
|
04d604ec89
Lowercase has a bad signiture, so I have to live with it
|
23 years ago |
Bill Hoffman
|
c6d2312619
ENH: add testing for modules and one two config modes for cmaketest
|
23 years ago |
Brad King
|
d6f98c2a82
ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart.
|
23 years ago |
Andy Cedilnik
|
ad3478cd1d
Add to usage
|
23 years ago |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 years ago |
Ken Martin
|
cceb68f2a0
Remove memory leak caused by cmDynamicLoader not being deleted properly
|
23 years ago |
Andy Cedilnik
|
576a490daa
Cleanup
|
23 years ago |
Ken Martin
|
4dec2a174a
remove unused variables
|
23 years ago |
Andy Cedilnik
|
e88e3d3cb5
Remove unnecessary include
|
23 years ago |
Ken Martin
|
25ff4552b3
new arch
|
23 years ago |
Ken Martin
|
7ebbc4399c
no more singletons
|
23 years ago |
Ken Martin
|
d7f1a49006
memory issue
|
23 years ago |
Bill Hoffman
|
3f36d23421
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
|
23 years ago |
Brad King
|
7fc1bd1281
ERR: UseIt() missing return type.
|
23 years ago |
Bill Hoffman
|
384937a420
fix warning
|
23 years ago |
Bill Hoffman
|
290c509e11
ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake
|
24 years ago |
Bill Hoffman
|
d42055b283
ENH: fix more space problems, you can add args to the ExecProgram command separatly now
|
24 years ago |
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.
|
24 years ago |
Bill Hoffman
|
60d604ae4e
ENH: show output when running tests
|
24 years ago |
Bill Hoffman
|
2f639d37b5
ENH: add new command to create a test driver
|
24 years ago |
Bill Hoffman
|
567edf0e9a
ENH: overhaul of RunCommand on windows, if only win32 had popen...
|
24 years ago |
Bill Hoffman
|
809b32fe59
ENH: remove several compiler warnings
|
24 years ago |