Commit History

Author SHA1 Message Date
  Andy Cedilnik e5a8e115bc ENH: Move relative path to kwsys 20 years ago
  Ken Martin 1ff49b9789 ENH: by Bill make sure path is unix style 20 years ago
  Bill Hoffman 9891260a6d ENH: add support for watcom wmake and wcl386 20 years ago
  Bill Hoffman 452925649a ENH: add better support for framework linking 20 years ago
  Andy Cedilnik affced3f81 BUG: Return if the file is in any directory not just in first one 20 years ago
  Andy Cedilnik ccf5a130ef COMP: for a in range(100): write_on_board(No std in kwsys...) 20 years ago
  Andy Cedilnik 33c891f8d8 ENH: Add another signature to FindProgram that matches more to the one from CMake 20 years ago
  Brad King 946c9a2cc6 ENH: Improved file modification time comparison on Windows to use GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle to get file times. This results in a 30% reduction in time to do a build system check. 20 years ago
  Andy Cedilnik b93359f41d ENH: Add an accessor for the maximum file length 20 years ago
  Brad King 93efb1cf5b BUG: Automatic pwd/cwd path translation must check that the generated logical-to-physical mapping is correct by using realpath. 20 years ago
  Sebastien Barre 6e4b6ca0d3 ENH: add method to attempt to check if a file is text or binary 20 years ago
  Andy Cedilnik 3e020b3dcc COMP: Remove warning on windows 20 years ago
  Andy Cedilnik eee2d2b035 BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlinks as files when removing directory 20 years ago
  Andy Cedilnik 219bcf25ba BUG: When removing directory, use lstat instead of stat to make sure that symlinks are treated as files and not as directories 20 years ago
  Sebastien Barre 7f2c1e434c ENH: add method to escape some chars in a string 20 years ago
  Brad King c1f64baa4a COMP: Need windows.h even on cygwin to get CreateFile API. 20 years ago
  Bill Lorensen bd74de53f3 COMP: warning. 20 years ago
  Sebastien Barre a662af88de ENH: add convenience function to convert Windows command line args into Unix argc/argv. Pulled and cleaned from PV/VV/VJ init code 20 years ago
  Brad King 69cf728623 COMP: Added work-around to avoid warnings about unreferenced inline functions from SGI termios. 20 years ago
  Andy Cedilnik fe110e2ae0 ENH: Add split that splits on arbitrary separator 20 years ago
  Brad King bac564356b COMP: Added pragma directives for SGI compilers to avoid useless warnings. 20 years ago
  Andy Cedilnik d381fbfa38 BUG: Looks like std::string changes the result of c_str() call. This fixes potential problems 20 years ago
  Brad King 8136f69813 COMP: Fixed assignment-in-conditional warning. 20 years ago
  Sebastien Barre ecc142ee33 ENH: move convenience method to get OS name and version from KWApp to KWSys. 20 years ago
  Brad King 66095be685 BUG: Added missing variable initialization that was accidentally removed on the previsous commit. 20 years ago
  Brad King d3a69766df COMP: Removed extra variable initializations to avoid Borland warnings. 20 years ago
  Brad King caf54b2093 COMP: Adding work-around for CMake dependency scanning limitation. Any configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies. 20 years ago
  Brad King bf70e83397 BUG: Fix GetFilenameName to not use uninitialized search position in win32 version. 20 years ago
  Andy Cedilnik bddcf4ec97 ENH: Speedup improvements 20 years ago
  Bill Hoffman 3778d89cb9 BUG: fix insert for 64 bit 20 years ago