summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: oppsBill Hoffman2007-09-111-0/+2
|
* ENH: fix 2 ctest issues, do not use the build type of ctest to look for ↵Bill Hoffman2007-09-111-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 bootstrapAlexander Neundorf2007-08-141-1/+3
| | | | | | mode Alex
* ENH: use gnu tar for cygwinBill Hoffman2007-07-311-2/+9
|
* BUG: fix bootstrapping, md5sum disabled in bootstrapping modeAlexander Neundorf2007-07-161-2/+6
| | | | Alex
* ENH: apply patch from Mathieu, add argument -E md5sum to compute md5sums ofAlexander Neundorf2007-07-161-0/+47
| | | | | | files, compatible to md5sum output Alex
* BUG: Fix ExpandListArgument when the string ends in a backslash.Brad King2007-05-171-0/+5
|
* ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.Brad King2007-03-121-14/+0
|
* ENH: Added ConvertToOutputSlashes method to convert slashes with the same ↵Brad King2007-03-081-0/+17
| | | | policy as ConvertToOutputPath but without escaping.
* STYLE: Removing unused methods ConvertToShellPath and EscapeForUnixShell.Brad King2007-03-081-58/+0
|
* ENH: fix parens in the path with spaces in the pathBill Hoffman2007-02-221-0/+58
|
* ENH: Added EscapeWindowsShellArgument and ParseWindowsCommandLine methods to ↵Brad King2007-02-011-0/+90
| | | | cmSystemTools.
* ENH: Changes from Ryan C. Gordon to fix old process execution on BeOS.Brad King2006-12-141-0/+38
|
* COMP: fix line length style errorBill Hoffman2006-12-051-1/+2
|
* ENH: merge in changes for beos supportBill Hoffman2006-12-041-1/+6
|
* ENH: Add options to build with system utility libraries. Organize inclusion ↵Brad King2006-10-191-5/+5
| | | | of third party libraries into a single header per library. This addresses bug#3653.
* COMP: Handle both ansi and non-ansi CAndy Cedilnik2006-07-261-1/+1
|
* STYLE: fix line lengthKen Martin2006-05-121-3/+4
|
* ENH: added support for -SP scripts in new processesKen Martin2006-04-041-1/+103
|
* ENH: Simplify the testAndy Cedilnik2006-03-171-1/+1
|
* ENH: Handle missing unsetenv and add check for environAndy Cedilnik2006-03-171-2/+18
|
* ENH: make cmake compileBill Hoffman2006-03-171-7/+1
|
* COMP: Fix windowsAndy Cedilnik2006-03-171-6/+1
|
* COMP: Handle windows with hack for nowAndy Cedilnik2006-03-171-0/+11
|
* ENH: Add a method to remove environment variablesAndy Cedilnik2006-03-171-0/+5
|
* ENH: Use vector of plain strings and add cmake -E command for getting ↵Andy Cedilnik2006-03-171-2/+2
| | | | environment
* ENH: Add access for all environment variablesAndy Cedilnik2006-03-171-0/+13
|
* ENH: Cleanup DynamicLoader so that the symbols have more consistent names, ↵Andy Cedilnik2006-03-161-0/+11
| | | | start using dynamic loader from kwsys in CMake
* STYLE: fix line lengthsBill Hoffman2006-03-101-24/+49
|
* BUG: Even more VS8 issuesAndy Cedilnik2006-03-011-0/+4
|
* ENH: Enable capture of output from VCExpress.exe and devenv.exe.Brad King2006-02-151-0/+14
|
* ENH: Adding option to return empty arguments when expanding a list.Brad King2006-02-101-4/+5
|
* ENH: Move relative path to kwsysAndy Cedilnik2006-02-071-90/+2
|
* COMP: Remove warnings on HP-UXAndy Cedilnik2006-01-031-4/+4
|
* ENH: Merge from cpack branchAndy Cedilnik2006-01-021-0/+45
|
* COMP: Fix warning on sunAndy Cedilnik2005-12-301-20/+23
|
* COMP: Remove sun warningAndy Cedilnik2005-12-301-5/+5
|
* ENH: Cleanup the file handler stuf so that now any file descriptor type can ↵Andy Cedilnik2005-12-301-14/+13
| | | | be used
* COMP: Remove unused variableAndy Cedilnik2005-12-301-2/+1
|
* COMP: Fix support for gzip on non-32 bit platformsAndy Cedilnik2005-12-301-14/+60
|
* COMP: Use mangle namesAndy Cedilnik2005-12-301-7/+7
|
* ENH: Make the syntax more line tarAndy Cedilnik2005-12-291-6/+124
|
* ENH: Add untaring supportAndy Cedilnik2005-12-291-6/+46
|
* COMP: Fix complex test and fix bootstrapAndy Cedilnik2005-12-281-3/+9
|
* COMP: Add missing includeAndy Cedilnik2005-12-281-0/+1
|
* BUG: Return proper valuesAndy Cedilnik2005-12-281-6/+5
|
* ENH: Add method to create tarAndy Cedilnik2005-12-281-0/+56
|
* ENH: add better support for framework linkingBill Hoffman2005-12-261-0/+13
|
* BUG: Do not dereference an end iterator.Brad King2005-11-171-1/+1
|
* BUG: RunSingleCommand should translate NULL characters in the output to ↵Brad King2005-08-171-0/+13
| | | | valid text. This should fix the missing-output problem caused by NULL-characters in VS build output.