Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suppress output of trycompile | Andy Cedilnik | 2002-10-07 | 1 | -4/+4 |
| | |||||
* | Fix update so that it actually updates the source directory, | Andy Cedilnik | 2002-10-07 | 1 | -1/+9 |
| | |||||
* | Fix for run command on windows. If you specify command in quotes but not ↵ | Andy Cedilnik | 2002-10-07 | 1 | -2/+6 |
| | | | | full path, it should still work | ||||
* | Add missing namespace | Andy Cedilnik | 2002-10-07 | 1 | -1/+1 |
| | |||||
* | Revert back. Does not seems to work on Windows | Andy Cedilnik | 2002-10-07 | 1 | -4/+0 |
| | |||||
* | Add some minimal Dart capability to ctest. For example now you can actually ↵ | Andy Cedilnik | 2002-10-07 | 2 | -52/+455 |
| | | | | use ctest to build projects, do cvs update on all platforms. This is especially cool for Visual Studio where you do not want to load the whole development environment just to build your project. | ||||
* | Check if directory was actually created | Andy Cedilnik | 2002-10-06 | 1 | -0/+4 |
| | |||||
* | ENH: nmake now uses incremental linking as Msdev does. Faster build (linking ↵ | Sebastien Barre | 2002-10-06 | 1 | -2/+2 |
| | | | | a static vtk.exe or paraview.exe could take more than 10 minutes) | ||||
* | If you specify header file as source, it should still use C compiler and not ↵ | Andy Cedilnik | 2002-10-06 | 5 | -2/+10 |
| | | | | CXX. Also fix COnly test so that it make sure that this still works... | ||||
* | Fix borland build. Borland Run command should be static, since it is called ↵ | Andy Cedilnik | 2002-10-05 | 2 | -4/+5 |
| | | | | with no object... | ||||
* | Try to improve source group interface | Andy Cedilnik | 2002-10-04 | 5 | -592/+654 |
| | |||||
* | Remove tabs | Andy Cedilnik | 2002-10-04 | 1 | -31/+31 |
| | |||||
* | FIX: re-enable the OK button in RunCmake() when everything is done. | Sebastien Barre | 2002-10-04 | 1 | -1/+2 |
| | |||||
* | Fix reading of advanced values from CMakeCache | Andy Cedilnik | 2002-10-04 | 1 | -4/+6 |
| | |||||
* | updates | Ken Martin | 2002-10-04 | 3 | -0/+42 |
| | |||||
* | ENH: my opinion is that it should be ADVANCED. Few people build the doc. | Sebastien Barre | 2002-10-04 | 1 | -0/+1 |
| | |||||
* | Add missing argument | Andy Cedilnik | 2002-10-04 | 1 | -1/+1 |
| | |||||
* | Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so ↵ | Andy Cedilnik | 2002-10-04 | 4 | -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 etc | Ken Martin | 2002-10-04 | 1 | -0/+7 |
| | |||||
* | some fixes | Ken Martin | 2002-10-03 | 2 | -2/+1 |
| | |||||
* | under development | Ken Martin | 2002-10-03 | 4 | -0/+553 |
| | |||||
* | Revert to fix win 9x | Ken Martin | 2002-10-02 | 1 | -216/+202 |
| | |||||
* | ENH: Added explicit declarations of some C functions that are hard to get ↵ | Brad King | 2002-10-02 | 2 | -22/+15 |
| | | | | from standard headers in como (www.comeaucomputing.com) strict mode. | ||||
* | BUG: Must return false after an error of incorrect arguments. | Brad King | 2002-10-02 | 1 | -0/+1 |
| | |||||
* | BUG: STRLESS and STRGREATER need to treat non-existent definitions as strings. | Brad King | 2002-10-02 | 2 | -21/+25 |
| | |||||
* | Cleanup and try to unify with the other code | Andy Cedilnik | 2002-10-02 | 1 | -202/+216 |
| | |||||
* | Cleanup | Andy Cedilnik | 2002-10-02 | 1 | -2/+4 |
| | |||||
* | ENH: Adding install of .in and .c modules. | Luis Ibanez | 2002-10-02 | 1 | -0/+3 |
| | |||||
* | Remove unnecessary new line | Ken Martin | 2002-10-02 | 1 | -1/+1 |
| | |||||
* | Fix bug in borland run command | Ken Martin | 2002-10-02 | 1 | -9/+6 |
| | |||||
* | Produce only one output | Ken Martin | 2002-10-02 | 1 | -1/+1 |
| | |||||
* | ENH: Added support to pass the gccxml program location to cable if ↵ | Brad King | 2002-10-01 | 1 | -0/+6 |
| | | | | ITK_GCCXML_EXECUTABLE is set on m_Makefile. | ||||
* | Add test for big endian | Andy Cedilnik | 2002-10-01 | 2 | -0/+26 |
| | |||||
* | Fix grouping of arguments on Windows 98 | Ken Martin | 2002-10-01 | 1 | -2/+2 |
| | |||||
* | Fix a bug in generator. This one is good: This bug is only present on ↵ | Ken Martin | 2002-10-01 | 1 | -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 quotes | Ken Martin | 2002-10-01 | 1 | -3/+15 |
| | |||||
* | Remove bogus exec_program | Ken Martin | 2002-10-01 | 3 | -3/+0 |
| | |||||
* | ENH: removed "USE_FLTK_VERSION_1.1" in favor of "FLTK_VERSION_1.1" to avoid | Luis Ibanez | 2002-10-01 | 1 | -2/+0 |
| | | | | confusions. | ||||
* | Remove dependency to dynamic loader during bootstrap | Andy Cedilnik | 2002-10-01 | 2 | -2/+2 |
| | |||||
* | ENH: Version 1.1 is considered to be the default. | Luis Ibanez | 2002-10-01 | 1 | -5/+5 |
| | |||||
* | ERR: Fixed bad sentence in error message. | Brad King | 2002-10-01 | 1 | -3/+3 |
| | |||||
* | Fix bug in chdir; Who did this anyway... | Andy Cedilnik | 2002-09-30 | 1 | -1/+1 |
| | |||||
* | BUG: fix load command stuff for cygwin and cleanup at exit | Bill Hoffman | 2002-09-30 | 4 | -5/+22 |
| | |||||
* | Add some more comments | Ken Martin | 2002-09-30 | 1 | -0/+5 |
| | |||||
* | Cleanups and hopefully now it works on all windows platforms | Ken Martin | 2002-09-30 | 1 | -62/+13 |
| | |||||
* | Set comspec substitute the right way | Ken Martin | 2002-09-30 | 1 | -2/+1 |
| | |||||
* | Set comspec substitute | Ken Martin | 2002-09-30 | 1 | -0/+5 |
| | |||||
* | Add spaces | Ken Martin | 2002-09-30 | 1 | -2/+3 |
| | |||||
* | Configuratiion for finding LaTeX related executables. | Luis Ibanez | 2002-09-30 | 1 | -0/+26 |
| | |||||
* | Another attempt on Windows 98 | Andy Cedilnik | 2002-09-30 | 4 | -3/+42 |
| |