提交歷史

作者 SHA1 備註 提交日期
  Brad King 91c2b84a92 ENH: Added ConvertToOutputSlashes method to convert slashes with the same policy as ConvertToOutputPath but without escaping. 18 年之前
  Brad King d37577d9e0 STYLE: Removing unused methods ConvertToShellPath and EscapeForUnixShell. 18 年之前
  Bill Hoffman 5647e6e254 ENH: fix parens in the path with spaces in the path 18 年之前
  Brad King d37abb6b5d ENH: Added EscapeWindowsShellArgument and ParseWindowsCommandLine methods to cmSystemTools. 19 年之前
  Ken Martin daa37f1163 STYLE: fix line length 19 年之前
  Ken Martin d81ebf0c23 ENH: added support for -SP scripts in new processes 19 年之前
  Andy Cedilnik b20cb78049 ENH: Handle missing unsetenv and add check for environ 19 年之前
  Andy Cedilnik d5631f370b ENH: Add a method to remove environment variables 19 年之前
  Andy Cedilnik fe1fda6431 ENH: Use vector of plain strings and add cmake -E command for getting environment 19 年之前
  Andy Cedilnik f44fedd3e9 ENH: Add access for all environment variables 19 年之前
  Bill Hoffman 6b47b28867 ENH: fix line length style stuff 19 年之前
  Brad King f2cf7e9197 ENH: Enable capture of output from VCExpress.exe and devenv.exe. 20 年之前
  Brad King db0681d2f6 ENH: Adding option to return empty arguments when expanding a list. 20 年之前
  Andy Cedilnik e5a8e115bc ENH: Move relative path to kwsys 20 年之前
  Andy Cedilnik 8477aa59e5 ENH: Merge from cpack branch 20 年之前
  Andy Cedilnik abe4fd77fc ENH: Make the syntax more line tar 20 年之前
  Andy Cedilnik d1180fc4e1 ENH: Add untaring support 20 年之前
  Andy Cedilnik fdc844ecdb ENH: Add method to create tar 20 年之前
  Bill Hoffman 452925649a ENH: add better support for framework linking 20 年之前
  Brad King e2ec4a1845 ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modification times with the highest resolution possible on the file system. 21 年之前
  Bill Hoffman 626be7884a FIX: go back to not trying to handle spaces in the path for run single command and comment it so that people know to call the right thing 21 年之前
  Brad King b4176dcab9 ENH: Added FileTimeCompare method to compare file modification times. Currently the resolution is limited to one second. 21 年之前
  Bill Hoffman ef8385744b BUG: allow split string to know if it is separating a path 21 年之前
  Bill Hoffman 78e8f12b86 BUG: fix and comment relative path funciton 21 年之前
  Andy Cedilnik 3fc7dc5e70 ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug #1133 - cmake -E copy file dir sets the wrong permissions on the destination directory 21 年之前
  Bill Hoffman 3e2e0d5d63 BUG: fixes for mingw and CMakesetup with spaces in the source directory 21 年之前
  Bill Hoffman 9655299f08 ENH: initial fortran support 21 年之前
  Brad King 40a5bad916 ENH: Made RunSingleCommand take a double as its timeout length. 21 年之前
  Bill Hoffman 2705b1bf73 BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false when it does not run, also do not convert the directory to an output path for EXEC_PROGRAM as this is done by the process execution, and doing it twice may cause trouble on some shells. 21 年之前
  Berk Geveci ec3a119480 BUG: When error occurs, try compiles should still work 21 年之前