summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove tabsAndy Cedilnik2002-10-041-31/+31
|
* FIX: re-enable the OK button in RunCmake() when everything is done.Sebastien Barre2002-10-041-1/+2
|
* Fix reading of advanced values from CMakeCacheAndy Cedilnik2002-10-041-4/+6
|
* updatesKen Martin2002-10-043-0/+42
|
* ENH: my opinion is that it should be ADVANCED. Few people build the doc.Sebastien Barre2002-10-041-0/+1
|
* Add missing argumentAndy Cedilnik2002-10-041-1/+1
|
* Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so ↵Andy Cedilnik2002-10-044-292/+345
| | | | that it is all in one place... Add timeout option whihc does not work yet, but it should not produce warning any more
* always set PROJECT_SOURCE_DIR etcKen Martin2002-10-041-0/+7
|
* some fixesKen Martin2002-10-032-2/+1
|
* under developmentKen Martin2002-10-034-0/+553
|
* Revert to fix win 9xKen Martin2002-10-021-216/+202
|
* ENH: Added explicit declarations of some C functions that are hard to get ↵Brad King2002-10-022-22/+15
| | | | from standard headers in como (www.comeaucomputing.com) strict mode.
* BUG: Must return false after an error of incorrect arguments.Brad King2002-10-021-0/+1
|
* BUG: STRLESS and STRGREATER need to treat non-existent definitions as strings.Brad King2002-10-022-21/+25
|
* Cleanup and try to unify with the other codeAndy Cedilnik2002-10-021-202/+216
|
* CleanupAndy Cedilnik2002-10-021-2/+4
|
* ENH: Adding install of .in and .c modules.Luis Ibanez2002-10-021-0/+3
|
* Remove unnecessary new lineKen Martin2002-10-021-1/+1
|
* Fix bug in borland run commandKen Martin2002-10-021-9/+6
|
* Produce only one outputKen Martin2002-10-021-1/+1
|
* ENH: Added support to pass the gccxml program location to cable if ↵Brad King2002-10-011-0/+6
| | | | ITK_GCCXML_EXECUTABLE is set on m_Makefile.
* Add test for big endianAndy Cedilnik2002-10-012-0/+26
|
* Fix grouping of arguments on Windows 98Ken Martin2002-10-011-2/+2
|
* Fix a bug in generator. This one is good: This bug is only present on ↵Ken Martin2002-10-011-1/+1
| | | | Windows 98, but since RunCommand did not work, it never showed on the dashboard... In any case commands in Visual studio 6 should be in windows style slashes
* Put quotes around arguments if they have spaces and no quotesKen Martin2002-10-011-3/+15
|
* Remove bogus exec_programKen Martin2002-10-013-3/+0
|
* ENH: removed "USE_FLTK_VERSION_1.1" in favor of "FLTK_VERSION_1.1" to avoidLuis Ibanez2002-10-011-2/+0
| | | | confusions.
* Remove dependency to dynamic loader during bootstrapAndy Cedilnik2002-10-012-2/+2
|
* ENH: Version 1.1 is considered to be the default.Luis Ibanez2002-10-011-5/+5
|
* ERR: Fixed bad sentence in error message.Brad King2002-10-011-3/+3
|
* Fix bug in chdir; Who did this anyway...Andy Cedilnik2002-09-301-1/+1
|
* BUG: fix load command stuff for cygwin and cleanup at exitBill Hoffman2002-09-304-5/+22
|
* Add some more commentsKen Martin2002-09-301-0/+5
|
* Cleanups and hopefully now it works on all windows platformsKen Martin2002-09-301-62/+13
|
* Set comspec substitute the right wayKen Martin2002-09-301-2/+1
|
* Set comspec substituteKen Martin2002-09-301-0/+5
|
* Add spacesKen Martin2002-09-301-2/+3
|
* Configuratiion for finding LaTeX related executables.Luis Ibanez2002-09-301-0/+26
|
* Another attempt on Windows 98Andy Cedilnik2002-09-304-3/+42
|
* Attempt to unify the codeAndy Cedilnik2002-09-301-1/+1
|
* Fix bug in printingAndy Cedilnik2002-09-301-2/+6
|
* Remove warnings and fix potential bugAndy Cedilnik2002-09-301-35/+37
|
* Make borland pass all the tests on XP (and 2000?)Andy Cedilnik2002-09-302-3/+2
|
* Remove debugAndy Cedilnik2002-09-301-1/+0
|
* It is late and it at least seems to work better than before...Andy Cedilnik2002-09-301-42/+45
|
* Fix for it to compile on "all" windows platforms...Andy Cedilnik2002-09-302-39/+156
|
* Simplify debugging by resetting error codeAndy Cedilnik2002-09-301-0/+1
|
* possible fix for warningsKen Martin2002-09-292-13/+14
|
* compiler warningsKen Martin2002-09-291-2/+2
|
* Add two cmake commands -E echo for echoing strings and -E comspec for ↵Andy Cedilnik2002-09-273-6/+313
| | | | workaround of bug of windows 9x; add another implementation of run command on windows which should work...