コミット履歴

作者 SHA1 メッセージ 日付
  Andy Cedilnik 6a4071b5d2 ENH: Add method to retrieve the terminal width 21 年 前
  Bill Hoffman 8f92e8c069 Fix leaked file and registry descriptors 21 年 前
  Ken Martin a5e791ae66 fix warning 21 年 前
  Bill Hoffman 3e2e0d5d63 BUG: fixes for mingw and CMakesetup with spaces in the source directory 21 年 前
  Bill Hoffman 8a70315bb4 BUG: fix for try run failing on some cygwin builds. Allow a driver letter to start a full path on cygwin 21 年 前
  Bill Hoffman 2938652cbd ENH: create a server that does not use vtkPVApplication or tcl wrapping. Move several classes from GUI/Client to Servers/Filters. Remove use of PARAVIEW_NEW_SOURCE_ORGANIZATION define. 21 年 前
  Andy Cedilnik 6d3ba1ed27 BUG: If source and destination is the same file, then do not copy file always 21 年 前
  Bill Hoffman 40fbba22a4 ENH: add CMAKE_FILE_PATH, CMAKE_PROGRAM_PATH, CMAKE_LIBRARY_PATH, and search them first, PATH second, and last the paths listed in the FIND call 21 年 前
  Bill Hoffman 32ccf38c58 BUG: undo last bug fix because it breaks cmake, rebuild_cache on ParaView gets tons of errors about not being able to create the bin directory 21 年 前
  Brad King a2949c204d BUG: Do not create a directory on top of a file. 21 年 前
  Bill Hoffman 2936c54cdd ENH: make sure find library does not find directories 21 年 前
  Bill Hoffman 8d41f97ff6 BUG: fix collapse full path to handle a file in the root directory 21 年 前
  Bill Hoffman 94f6dfb8a6 ENH: remove warnings 21 年 前
  Andy Cedilnik d5763a8c98 BUG: Most of time when asking if file exists, we actually want to read it... Should fix Bug #809 - FIND_INCLUDE should check readability 21 年 前
  Andy Cedilnik 161c31bc2b ERR: Verify that getenv returned something before using it 21 年 前
  Bill Hoffman d59e06595c BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH 21 年 前
  Andy Cedilnik 00095676cc BUG: Prevent crash when the current working directory cannot be established 21 年 前
  Bill Hoffman f7ce654912 ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to them 22 年 前
  Bill Hoffman 6223d60085 Fix install test fail on mingw 22 年 前
  Andy Cedilnik 729e2a427a BUG: Like cygwin, mingw does not produce .lib file for shared libraries, so search for dll when searching for library 22 年 前
  Andy Cedilnik ff6bc56616 ENH: On Cygwin shared libraries have only .dll file no .lib file, so when finding library on cygwin, search also for .dll. Also fix SimpleInstall test on cygwin 22 年 前
  Brad King 49bd89fe31 BUG: CopyFileIfDifferent should return success if the files did not differ or if the copy succeeded. It should return failure only if the files were different and the copy failed. 22 年 前
  Bill Hoffman a9beaa40e8 BUG: try to get access to work on borland 22 年 前
  Bill Hoffman e5bcc9244b ENH: use access over stat for performance 22 年 前
  Andy Cedilnik b4bf41434c ENH: Only look for executable until found 22 年 前
  Brad King f48941f261 BUG: CollapseFullPath was calling SplitProgramPath before changing the working directory to in_base. 22 年 前
  Brad King 242f4f2fc8 ERR: Removed ftime ambiguity created by poor C++ standard headers provided by Borland 5.5. 22 年 前
  Brad King 032d1d8652 ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. 22 年 前
  Brad King 8ca149d34f ENH: Added GetEnv method. 22 年 前
  Ken Martin cd5ec5ee1b is there any chance thiswill work on all platforms hmmm added removeAdirectory 22 年 前