Commit History

Author SHA1 Message Date
  David Cole 76d05cd5fa BUG: strlen logic was backwards resulting in function body never actually executing... when called with valid strings, it was always doing nothing and returning false... now it works as expected. 19 years ago
  Brad King ab61137eb1 COMP: Fix and/or disable warnings for Borland 5.6 build. 19 years ago
  Brad King 0b196d1aef BUG: Do not block signals during sleep. Leave that up to the application. 19 years ago
  Brad King c482ef3bbc BUG: Mask signals during SystemTools::Delay to avoid interrupted sleep. 19 years ago
  Ken Martin b379666b39 BUG: some bug fixes, better docs, and more coverage 19 years ago
  Bill Hoffman 3b74388050 ENH: allow for source tree to be in root directory 19 years ago
  Andy Cedilnik d2a3ccd505 ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles 19 years ago
  Andy Cedilnik 4f728e93e1 COMP: Remove warnings 19 years ago
  Andy Cedilnik 2e1882389b COMP: Remove warnings 19 years ago
  Bill Hoffman 1d8043cb4f ENH: search for program without extensions 19 years ago
  Brad King 523d9ebeed ENH: Added always/if-different option to CopyADirectory. Added CopyAFile with the same interface. 19 years ago
  Bill Hoffman 4c93b9a158 ENH: put the fix back in with abort 19 years ago
  Bill Hoffman dc304cfdec ENH: remove code that does not compile, on windows cwd must exist 19 years ago
  Mark Richardson 2b5d8e84c9 COMP: Fixing the the build for windows. 19 years ago
  Bill Hoffman 6c6eebac20 ENH: handle running from a directory that has been deleted 19 years ago
  Brad King dbd70091f1 BUG: IsSubDirectory should use ComparePath to do platform-independent path comparison. 19 years ago
  Bill Hoffman 72f0c21f94 ENH: fix borland bug 19 years ago
  Bill Hoffman b2b2e68c37 ENH: performance improvments 19 years ago
  Sebastien Barre d5237b30fc ENH: try to bypass Microsoft assert() on isspace, isalpha, etc. 19 years ago
  Brad King b8a589bb1d ENH: Improved implementation of FilesDiffer to avoid allocating enough memory for the entire file twice. Instead using a block-at-a-time comparison. 19 years ago
  Bill Hoffman cae4e6b37a ENH: add patch for finding applications on OSX 19 years ago
  Bill Hoffman 5a2668b326 ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 19 years ago
  Sebastien Barre d82c979787 ENH: the arguments to this function were not checked in a robust way 19 years ago
  Mathieu Malaterre e9fcafafe5 ENH: Use const char where it should have been. At same time fix Bug#2958 20 years ago
  Bill Hoffman 83daad3ec2 ENH: remove warning 20 years ago
  Bill Hoffman 08bb4d52ba ENH: try to clean up the search for programs 20 years ago
  Bill Hoffman d2f7b0c64f ENH: undo last change because it broke the dashboard 20 years ago
  Bill Hoffman 7387cb5850 ENH: fix find program to look for .com and .exe correctly and not return files with no extension on windows 20 years ago
  Mathieu Malaterre 509e383aac STYLE: Remove trailing whitespaces 20 years ago
  Mathieu Malaterre 5623ef913f ENH: Add trailing whitespace 20 years ago