355 Commits (bde7f6c023fc0425502191e409f331ce9f3fd154)

Author SHA1 Message Date
Brad King e684c35295 STYLE: Fixed line-too-long. 18 years ago
Brad King 5df777edd7 COMP: Added inadvertantly removed include. 18 years ago
Brad King 71400cad02 COMP: Simplified include file logic. The windows.h header should be included for all compilers on windows. 18 years ago
Ken Martin adffd10cce COMP: fix to compile on VS 8 18 years ago
Brad King 23c6b90080 BUG: Fix call to SetFileTime to set it on the proper file. 18 years ago
Brad King a2b2742543 ENH: During file installation treat the source file as a dependency of the installed file. Install the file only if the destination is older than the source. Set the file times on the installed file to match those of the source file. This should greatly improve the speed of repeated installations because it removes the comparison of file contents. This addresses bug#3349. 18 years ago
Bill Hoffman 887699184a COMP: remove warnings 18 years ago
Bill Hoffman 9c3ffe2474 BUG: fix problem with stdout and stderr not showing up in ms dos shells 18 years ago
Bill Hoffman 150805258a ENH: add new machines 18 years ago
Bill Hoffman c190756e24 ENH: fix warning 18 years ago
Bill Hoffman 66a094a9eb ENH: opps 18 years ago
Bill Hoffman f262298bb0 ENH: fix 2 ctest issues, do not use the build type of ctest to look for config types, do not inherit pipes in child procs for ctest so it can kill them 18 years ago
Alexander Neundorf f13c3eef83 COMP: patch from Mathieu: fix warning about unused variables in bootstrap 18 years ago
Bill Hoffman c693a23a7d ENH: use gnu tar for cygwin 18 years ago
Alexander Neundorf e69958c3cf BUG: fix bootstrapping, md5sum disabled in bootstrapping mode 18 years ago
Alexander Neundorf 5bb94ce166 ENH: apply patch from Mathieu, add argument -E md5sum to compute md5sums of 18 years ago
Brad King 9bfe711ef1 BUG: Fix ExpandListArgument when the string ends in a backslash. 18 years ago
Brad King e01cdf2065 ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink. 19 years ago
Brad King 91c2b84a92 ENH: Added ConvertToOutputSlashes method to convert slashes with the same policy as ConvertToOutputPath but without escaping. 19 years ago
Brad King d37577d9e0 STYLE: Removing unused methods ConvertToShellPath and EscapeForUnixShell. 19 years ago
Bill Hoffman 5647e6e254 ENH: fix parens in the path with spaces in the path 19 years ago
Brad King d37abb6b5d ENH: Added EscapeWindowsShellArgument and ParseWindowsCommandLine methods to cmSystemTools. 19 years ago
Brad King 0fcccb151f ENH: Changes from Ryan C. Gordon to fix old process execution on BeOS. 19 years ago
Bill Hoffman c2308e796f COMP: fix line length style error 19 years ago
Bill Hoffman 3a32cec969 ENH: merge in changes for beos support 19 years ago
Brad King f91b3c1daa ENH: Add options to build with system utility libraries. Organize inclusion of third party libraries into a single header per library. This addresses bug#3653. 19 years ago
Andy Cedilnik a9c0929d39 COMP: Handle both ansi and non-ansi C 19 years ago
Ken Martin daa37f1163 STYLE: fix line length 19 years ago
Ken Martin d81ebf0c23 ENH: added support for -SP scripts in new processes 20 years ago
Andy Cedilnik b507f8f0d1 ENH: Simplify the test 20 years ago
Andy Cedilnik b20cb78049 ENH: Handle missing unsetenv and add check for environ 20 years ago
Bill Hoffman ca8d1bc99b ENH: make cmake compile 20 years ago
Andy Cedilnik 733a0e787e COMP: Fix windows 20 years ago
Andy Cedilnik 0addc75520 COMP: Handle windows with hack for now 20 years ago
Andy Cedilnik d5631f370b ENH: Add a method to remove environment variables 20 years ago
Andy Cedilnik fe1fda6431 ENH: Use vector of plain strings and add cmake -E command for getting environment 20 years ago
Andy Cedilnik f44fedd3e9 ENH: Add access for all environment variables 20 years ago
Andy Cedilnik f483e48d2a ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake 20 years ago
Bill Hoffman 89e5fc63fe STYLE: fix line lengths 20 years ago
Andy Cedilnik ff50bb9f77 BUG: Even more VS8 issues 20 years ago
Brad King f2cf7e9197 ENH: Enable capture of output from VCExpress.exe and devenv.exe. 20 years ago
Brad King db0681d2f6 ENH: Adding option to return empty arguments when expanding a list. 20 years ago
Andy Cedilnik e5a8e115bc ENH: Move relative path to kwsys 20 years ago
Andy Cedilnik 1e6bc6e5ee COMP: Remove warnings on HP-UX 20 years ago
Andy Cedilnik 8477aa59e5 ENH: Merge from cpack branch 20 years ago
Andy Cedilnik 6534e66e61 COMP: Fix warning on sun 20 years ago
Andy Cedilnik 00371678d3 COMP: Remove sun warning 20 years ago
Andy Cedilnik bb618a7db5 ENH: Cleanup the file handler stuf so that now any file descriptor type can be used 20 years ago
Andy Cedilnik 7b02221059 COMP: Remove unused variable 20 years ago
Andy Cedilnik 6d0f0e0acb COMP: Fix support for gzip on non-32 bit platforms 20 years ago