summaryrefslogtreecommitdiffstats
path: root/Source/cmaketest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Also fail when make failsSource/cmaketest.cxxAndy Cedilnik2003-07-301-6/+27
|
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-1/+1
| | | | cmRegularExpression.
* BUG: Fix some dependencies for location of executablesAndy Cedilnik2003-05-051-2/+1
|
* ENH: New location of cmakeAndy Cedilnik2003-05-021-1/+1
|
* We should really just call make and not make allAndy Cedilnik2003-04-071-1/+0
|
* Lowercase has a bad signiture, so I have to live with itKen Martin2003-02-141-2/+1
|
* ENH: add testing for modules and one two config modes for cmaketestBill Hoffman2003-01-151-9/+23
|
* ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs ↵Brad King2002-12-111-0/+1
| | | | when CMake is invoked by Dart.
* Add to usageAndy Cedilnik2002-12-091-1/+4
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* Remove memory leak caused by cmDynamicLoader not being deleted properlyKen Martin2002-10-091-1/+13
|
* CleanupAndy Cedilnik2002-09-231-2/+1
|
* remove unused variablesKen Martin2002-09-151-1/+0
|
* Remove unnecessary includeAndy Cedilnik2002-09-121-1/+0
|
* new archKen Martin2002-09-061-2/+2
|
* no more singletonsKen Martin2002-08-281-18/+0
|
* memory issueKen Martin2002-08-231-0/+1
|
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵Bill Hoffman2002-08-231-0/+3
| | | | destruction is not a problem.
* ERR: UseIt() missing return type.Brad King2002-04-101-1/+1
|
* fix warningBill Hoffman2002-04-101-0/+4
|
* ENH: make sure the test tests the right cmake, and not the cmake used to ↵Bill Hoffman2002-04-051-18/+27
| | | | bootstrap this cmake
* ENH: fix more space problems, you can add args to the ExecProgram command ↵Bill Hoffman2002-04-031-14/+2
| | | | separatly now
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-6/+15
| | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
* ENH: show output when running testsBill Hoffman2002-03-261-1/+1
|
* ENH: add new command to create a test driverBill Hoffman2002-03-201-3/+20
|
* ENH: overhaul of RunCommand on windows, if only win32 had popen...Bill Hoffman2002-03-141-1/+1
|
* ENH: remove several compiler warningsBill Hoffman2002-03-131-2/+2
|
* ENH: add cmaketest to install targets (so that it can be used in other ↵Sebastien Barre2002-03-061-1/+11
| | | | projects) and pass the rest of its command-line args to cmake
* ENH: big change in the path handling, one function CreateOutputPath is used ↵Bill Hoffman2002-02-221-8/+2
| | | | to escape spaces and convert to the native path type
* add ifdef for windows functionBill Hoffman2002-02-211-0/+2
|
* close to dot net workingBill Hoffman2002-02-201-0/+19
|
* ENH: run CMake a second time. The first time it is run, some cache values ↵Sebastien Barre2002-01-231-2/+24
| | | | are computed. The second time it is run, some commands check if the value is already in the cache and return that value instead of re-computing it. Therefore this ENH: a) make sure that this specific code is tested, b) increase coverage.
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* ENH: check the return value of the test program to be runBill Hoffman2002-01-211-2/+8
|
* FIX: need a 'make clean' before 'make all' otherwise the post-build ↵Sebastien Barre2002-01-171-0/+15
| | | | custom-command are not run (since a lib might be up to date already for ex.).
* add example to testsBill Hoffman2001-12-191-2/+11
|
* ENH: convert to windows pathsBill Hoffman2001-12-071-0/+4
|
* ENH: use windows paths to run commands and escape spacesBill Hoffman2001-12-071-0/+4
|
* *** empty log message ***Bill Hoffman2001-11-281-1/+1
|
* NMake with spaces in directoriesBill Hoffman2001-11-211-2/+6
|
* BUG: fix memory leakBerk Geveci2001-11-201-1/+1
|
* BUG: fix build for cygwinBill Hoffman2001-11-151-0/+2
|
* Closer to nmake buildBill Hoffman2001-11-141-17/+29
|
* add dependency for configure files and use short path in WIN32 cmake testBill Hoffman2001-10-261-1/+17
|
* ENH: fixes for borland compiler testingBill Hoffman2001-10-031-1/+10
|
* BUG: add missing includeBill Hoffman2001-10-011-0/+1
|
* ENH: change checkboxes back to pull down menus, remove leakBill Hoffman2001-10-011-0/+1
|
* bug in testing codeKen Martin2001-09-111-1/+5
|
* ENH: run cmake from cmaketestBill Hoffman2001-08-291-12/+21
|
* BUG: run make all on unix not make exenameBill Hoffman2001-08-231-1/+3
|