Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add ability to have manifest files and incremental linking with make ↵ | Bill Hoffman | 2008-01-01 | 1 | -21/+31 |
| | | | | and nmake | ||||
* | ENH: Enabled color printing of "Scanning dependencies of target ..." message. | Brad King | 2007-12-19 | 1 | -0/+36 |
| | |||||
* | ENH: Centralized and globalized computation of CMake program locations. ↵ | Brad King | 2007-12-13 | 1 | -0/+23 |
| | | | | This eliminates startup paths that failed to produce this information. | ||||
* | STYLE: Fixed line-too-long. | Brad King | 2007-10-08 | 1 | -1/+3 |
| | |||||
* | COMP: Added inadvertantly removed include. | Brad King | 2007-10-08 | 1 | -0/+1 |
| | |||||
* | COMP: Simplified include file logic. The windows.h header should be ↵ | Brad King | 2007-10-07 | 1 | -20/+11 |
| | | | | included for all compilers on windows. | ||||
* | COMP: fix to compile on VS 8 | Ken Martin | 2007-10-05 | 1 | -1/+1 |
| | |||||
* | BUG: Fix call to SetFileTime to set it on the proper file. | Brad King | 2007-10-05 | 1 | -1/+1 |
| | |||||
* | ENH: During file installation treat the source file as a dependency of the ↵ | Brad King | 2007-10-05 | 1 | -0/+64 |
| | | | | 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. | ||||
* | COMP: remove warnings | Bill Hoffman | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | BUG: fix problem with stdout and stderr not showing up in ms dos shells | Bill Hoffman | 2007-09-25 | 1 | -1/+11 |
| | |||||
* | ENH: add new machines | Bill Hoffman | 2007-09-24 | 1 | -2/+3 |
| | |||||
* | ENH: fix warning | Bill Hoffman | 2007-09-17 | 1 | -2/+2 |
| | |||||
* | ENH: opps | Bill Hoffman | 2007-09-11 | 1 | -0/+2 |
| | |||||
* | ENH: fix 2 ctest issues, do not use the build type of ctest to look for ↵ | Bill Hoffman | 2007-09-11 | 1 | -0/+17 |
| | | | | config types, do not inherit pipes in child procs for ctest so it can kill them | ||||
* | COMP: patch from Mathieu: fix warning about unused variables in bootstrap | Alexander Neundorf | 2007-08-14 | 1 | -1/+3 |
| | | | | | | mode Alex | ||||
* | ENH: use gnu tar for cygwin | Bill Hoffman | 2007-07-31 | 1 | -2/+9 |
| | |||||
* | BUG: fix bootstrapping, md5sum disabled in bootstrapping mode | Alexander Neundorf | 2007-07-16 | 1 | -2/+6 |
| | | | | Alex | ||||
* | ENH: apply patch from Mathieu, add argument -E md5sum to compute md5sums of | Alexander Neundorf | 2007-07-16 | 1 | -0/+47 |
| | | | | | | files, compatible to md5sum output Alex | ||||
* | BUG: Fix ExpandListArgument when the string ends in a backslash. | Brad King | 2007-05-17 | 1 | -0/+5 |
| | |||||
* | ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink. | Brad King | 2007-03-12 | 1 | -14/+0 |
| | |||||
* | ENH: Added ConvertToOutputSlashes method to convert slashes with the same ↵ | Brad King | 2007-03-08 | 1 | -0/+17 |
| | | | | policy as ConvertToOutputPath but without escaping. | ||||
* | STYLE: Removing unused methods ConvertToShellPath and EscapeForUnixShell. | Brad King | 2007-03-08 | 1 | -58/+0 |
| | |||||
* | ENH: fix parens in the path with spaces in the path | Bill Hoffman | 2007-02-22 | 1 | -0/+58 |
| | |||||
* | ENH: Added EscapeWindowsShellArgument and ParseWindowsCommandLine methods to ↵ | Brad King | 2007-02-01 | 1 | -0/+90 |
| | | | | cmSystemTools. | ||||
* | ENH: Changes from Ryan C. Gordon to fix old process execution on BeOS. | Brad King | 2006-12-14 | 1 | -0/+38 |
| | |||||
* | COMP: fix line length style error | Bill Hoffman | 2006-12-05 | 1 | -1/+2 |
| | |||||
* | ENH: merge in changes for beos support | Bill Hoffman | 2006-12-04 | 1 | -1/+6 |
| | |||||
* | ENH: Add options to build with system utility libraries. Organize inclusion ↵ | Brad King | 2006-10-19 | 1 | -5/+5 |
| | | | | of third party libraries into a single header per library. This addresses bug#3653. | ||||
* | COMP: Handle both ansi and non-ansi C | Andy Cedilnik | 2006-07-26 | 1 | -1/+1 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -3/+4 |
| | |||||
* | ENH: added support for -SP scripts in new processes | Ken Martin | 2006-04-04 | 1 | -1/+103 |
| | |||||
* | ENH: Simplify the test | Andy Cedilnik | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | ENH: Handle missing unsetenv and add check for environ | Andy Cedilnik | 2006-03-17 | 1 | -2/+18 |
| | |||||
* | ENH: make cmake compile | Bill Hoffman | 2006-03-17 | 1 | -7/+1 |
| | |||||
* | COMP: Fix windows | Andy Cedilnik | 2006-03-17 | 1 | -6/+1 |
| | |||||
* | COMP: Handle windows with hack for now | Andy Cedilnik | 2006-03-17 | 1 | -0/+11 |
| | |||||
* | ENH: Add a method to remove environment variables | Andy Cedilnik | 2006-03-17 | 1 | -0/+5 |
| | |||||
* | ENH: Use vector of plain strings and add cmake -E command for getting ↵ | Andy Cedilnik | 2006-03-17 | 1 | -2/+2 |
| | | | | environment | ||||
* | ENH: Add access for all environment variables | Andy Cedilnik | 2006-03-17 | 1 | -0/+13 |
| | |||||
* | ENH: Cleanup DynamicLoader so that the symbols have more consistent names, ↵ | Andy Cedilnik | 2006-03-16 | 1 | -0/+11 |
| | | | | start using dynamic loader from kwsys in CMake | ||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -24/+49 |
| | |||||
* | BUG: Even more VS8 issues | Andy Cedilnik | 2006-03-01 | 1 | -0/+4 |
| | |||||
* | ENH: Enable capture of output from VCExpress.exe and devenv.exe. | Brad King | 2006-02-15 | 1 | -0/+14 |
| | |||||
* | ENH: Adding option to return empty arguments when expanding a list. | Brad King | 2006-02-10 | 1 | -4/+5 |
| | |||||
* | ENH: Move relative path to kwsys | Andy Cedilnik | 2006-02-07 | 1 | -90/+2 |
| | |||||
* | COMP: Remove warnings on HP-UX | Andy Cedilnik | 2006-01-03 | 1 | -4/+4 |
| | |||||
* | ENH: Merge from cpack branch | Andy Cedilnik | 2006-01-02 | 1 | -0/+45 |
| | |||||
* | COMP: Fix warning on sun | Andy Cedilnik | 2005-12-30 | 1 | -20/+23 |
| | |||||
* | COMP: Remove sun warning | Andy Cedilnik | 2005-12-30 | 1 | -5/+5 |
| |