提交历史

作者 SHA1 备注 提交日期
  Andy Cedilnik 1ba0a05039 Fix borland build. Borland Run command should be static, since it is called with no object... 23 年之前
  Andy Cedilnik 54ac432b27 Add missing argument 23 年之前
  Andy Cedilnik 0f3661562c Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so that it is all in one place... Add timeout option whihc does not work yet, but it should not produce warning any more 23 年之前
  Andy Cedilnik 4435bb091b Cleanup 23 年之前
  Ken Martin 8cac76825f Fix bug in borland run command 23 年之前
  Andy Cedilnik 9619ee3aa1 Another attempt on Windows 98 23 年之前
  Andy Cedilnik ef2af05140 Attempt to unify the code 23 年之前
  Andy Cedilnik a38b917162 Fix bug in printing 23 年之前
  Andy Cedilnik be6a5696ba Make borland pass all the tests on XP (and 2000?) 23 年之前
  Andy Cedilnik d789b13502 Remove debug 23 年之前
  Andy Cedilnik aad36568ea It is late and it at least seems to work better than before... 23 年之前
  Andy Cedilnik 4fe98d8068 Simplify debugging by resetting error code 23 年之前
  Andy Cedilnik 780a9bbda7 Add two cmake commands -E echo for echoing strings and -E comspec for workaround of bug of windows 9x; add another implementation of run command on windows which should work... 23 年之前
  Andy Cedilnik 6736678ca3 Add detection of file format from extension 23 年之前
  Andy Cedilnik cabe849c03 Add support for mac dylib 23 年之前
  Andy Cedilnik 48fe81acdd Try to remove some warnings 23 年之前
  Andy Cedilnik 4027cfbb2d Supress standard error when running command 23 年之前
  Andy Cedilnik 6769e84472 Improve message handler to include client data. 23 年之前
  Brad King 0815091e26 ENH: Added FileIsFullPath test method. 23 年之前
  Brad King 807b4ac47f ERR: Fix for borland on linux. We cannot directly compare the st_dev and st_ino members of struct stat. Use memcmp instead. 23 年之前
  Andy Cedilnik 23deae1040 Ok, now cd will work on windows 23 年之前
  Brad King c5574e096b ENH: Added GetFilenameWithoutLastExtension. 23 年之前
  Ken Martin 44a7cd55ff removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building 23 年之前
  Brad King 07d35e662d ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. 23 年之前
  Sebastien Barre 03a8c9795c ENH: FindLibrary supports .Net specific lib dirs 23 年之前
  Brad King 28895b0f9f ERR: Fixed compiler warnings. 23 年之前
  Sebastien Barre ab9c677232 ENH: FindLibrary can now use the makefile to add some compiler-specific lib search path (depending on the generator). 23 年之前
  Ken Martin 993aebb748 fixed bug in get short path for quoted paths 23 年之前
  Bill Hoffman 2d9e5edb27 ENH: increase coverage 23 年之前
  Bill Hoffman 2489a3583d ENH: better comment processing 23 年之前