summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Rename variables to remove warningsAndy Cedilnik2002-10-178-266/+266
|
* ENH: Another attempt to fix OSF warnings. Also removed TABS.Brad King2002-10-161-731/+730
|
* Remove unused variableAndy Cedilnik2002-10-161-1/+0
|
* better warning messageKen Martin2002-10-151-1/+2
|
* better warning messageKen Martin2002-10-151-27/+32
|
* Remove std::hex as it does not seems to work on SGI, attempt to fix ftime ↵Andy Cedilnik2002-10-151-7/+14
| | | | problem on borland
* Fix namespace, typo, and make ftime work on windowsAndy Cedilnik2002-10-141-3/+5
|
* Even more cleanups, fix time on certain platforms such as windows, cygwin, ↵Andy Cedilnik2002-10-142-30/+111
| | | | and linux. Hopefully we can add entries for other platforms until try_compile works. Also escape certain characters for xml.
* More cleanups, fix prexontext and log numberAndy Cedilnik2002-10-141-34/+24
|
* Add LastBuild.log file, fix some minor problems in output, modify output a ↵Andy Cedilnik2002-10-142-48/+51
| | | | bit...
* compiler warningKen Martin2002-10-111-0/+2
|
* ENH: Added Split method to cmSystemTools to split a string into lines on its ↵Brad King2002-10-112-2/+34
| | | | newlines.
* ERR: istrstream and istringstream need to be pulled into namespace std on ↵Brad King2002-10-111-0/+2
| | | | the SGI.
* Fix network buildAndy Cedilnik2002-10-101-187/+189
|
* ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. ↵Brad King2002-10-109-117/+128
| | | | Removed cmInputStringStream.
* Remove compile error and remove some warningsAndy Cedilnik2002-10-103-7/+8
|
* fixed some compiler warningsKen Martin2002-10-102-8/+8
|
* Remove warningAndy Cedilnik2002-10-101-1/+1
|
* Remove warningAndy Cedilnik2002-10-102-8/+8
|
* Try to use platform independent input string streamAndy Cedilnik2002-10-102-3/+20
|
* Remove memory leak caused by cmDynamicLoader not being deleted properlyKen Martin2002-10-092-4/+15
|
* Try to add enter supportAndy Cedilnik2002-10-092-0/+8
|
* added FORCE optionKen Martin2002-10-092-8/+15
|
* ENH: update the progress when generating is "done".Sebastien Barre2002-10-091-0/+1
|
* changed nameKen Martin2002-10-091-1/+1
|
* added Code Warrior devKen Martin2002-10-091-23/+30
|
* added build for Code WarriorKen Martin2002-10-092-0/+8
|
* some updatesKen Martin2002-10-093-7/+275
|
* Reorganization, cleanup and some improvement in dart emulationAndy Cedilnik2002-10-092-114/+210
|
* Add parsing of warnings and errorsAndy Cedilnik2002-10-092-7/+280
|
* Add configure option and fix potential bug in other targets. Now the run ↵Andy Cedilnik2002-10-092-3/+52
| | | | command is actually run with directory, so eventually we should be able to run this from a subdirectory
* some mods to the plugin APIKen Martin2002-10-083-51/+83
|
* BUG: get all the output including the last characterBill Hoffman2002-10-081-1/+1
|
* minor fix to allow if with no argumentsKen Martin2002-10-071-0/+1
|
* Suppress output of trycompileAndy Cedilnik2002-10-071-4/+4
|
* Fix update so that it actually updates the source directory,Andy Cedilnik2002-10-071-1/+9
|
* Fix for run command on windows. If you specify command in quotes but not ↵Andy Cedilnik2002-10-071-2/+6
| | | | full path, it should still work
* Add missing namespaceAndy Cedilnik2002-10-071-1/+1
|
* Revert back. Does not seems to work on WindowsAndy Cedilnik2002-10-071-4/+0
|
* Add some minimal Dart capability to ctest. For example now you can actually ↵Andy Cedilnik2002-10-072-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 createdAndy Cedilnik2002-10-061-0/+4
|
* If you specify header file as source, it should still use C compiler and not ↵Andy Cedilnik2002-10-061-1/+2
| | | | 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 Cedilnik2002-10-052-4/+5
| | | | with no object...
* Try to improve source group interfaceAndy Cedilnik2002-10-045-592/+654
|
* 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
|
* 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