summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵Brad King2003-12-2321-611/+708
| | | | This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.
* ENH: add relative paths to visual studio 6 and 7 project filesBill Hoffman2003-12-223-38/+49
|
* ENH: move relative path to parent generator classBill Hoffman2003-12-224-116/+122
|
* ENH: make new relative rpath work with spacesBill Hoffman2003-12-221-2/+2
|
* ENH: use fullpaths based on the actual current directoryBill Hoffman2003-12-221-1/+4
|
* ENH: use a full path for rpathBill Hoffman2003-12-221-1/+1
|
* ENH: add support for relative paths in makefilesBill Hoffman2003-12-225-64/+234
|
* ENH: Even better. Only replace when path longer than 20 characters. Also ↵Andy Cedilnik2003-12-181-22/+25
| | | | replace parent directory. That way it will replace for related projects.
* ENH: Attempt to cleanup the build outputAndy Cedilnik2003-12-181-1/+39
|
* bug fixKen Martin2003-12-181-2/+6
|
* ERR: Remove debugAndy Cedilnik2003-12-181-1/+0
|
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-187-12/+12
|
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-184-8/+9
|
* ERR: Remove debugAndy Cedilnik2003-12-171-1/+1
|
* ENH: Add more error regular expressionsAndy Cedilnik2003-12-171-0/+1
|
* better ctest driver and return codesKen Martin2003-12-171-39/+71
|
* ERR: std -> kwsys_std.Brad King2003-12-171-1/+1
|
* ENH: Purify support should work now.Andy Cedilnik2003-12-161-11/+18
|
* ENH: Added SetPipeShared method to allow stdout and stderr pipes to be ↵Brad King2003-12-163-15/+171
| | | | shared with the parent process.
* ENH: Add suppression file support for valgrindAndy Cedilnik2003-12-161-1/+21
|
* ENH: Added GetEnv method.Brad King2003-12-162-0/+22
|
* ENH: Updated copyright.Brad King2003-12-161-5/+2
|
* ERR: SystemTools now depends on Directory.Brad King2003-12-161-5/+4
|
* ENH: Several cleanups and attempt to do purify supportAndy Cedilnik2003-12-162-48/+121
|
* is there any chance thiswill work on all platforms hmmm added removeAdirectoryKen Martin2003-12-162-3/+48
|
* ENH: Cleanup outputAndy Cedilnik2003-12-161-1/+2
|
* ERR: Fix coverage on gcc 2.95Andy Cedilnik2003-12-151-2/+3
|
* ERR: Ok, think before commit... This fixes two build problems. The missing ↵Andy Cedilnik2003-12-151-5/+7
| | | | brace and the std::string signature is different on gcc 2.95 and gcc 3.3.
* ERR: Inner loop used the same counter as outer. Broke coverage codeAndy Cedilnik2003-12-151-8/+8
|
* ERR: STD fixesAndy Cedilnik2003-12-152-4/+4
|
* ENH: Add initial memory check support which works for ValgrindAndy Cedilnik2003-12-158-153/+503
|
* ENH: Updated copyright.Brad King2003-12-1525-166/+173
|
* fix compiler warningKen Martin2003-12-151-1/+0
|
* ENH: fix for gcc 3.1Bill Hoffman2003-12-151-8/+17
|
* STYLE: Fixed typo on comment.Brad King2003-12-141-1/+1
|
* ENH: Using CreateFile with FILE_FLAG_DELETE_ON_CLOSE to automatically delete ↵Brad King2003-12-141-3/+21
| | | | the Win9x forwarding executable even if the parent process crashes.
* ENH: Added KWSYS_NAMESPACE_STRING macro.Brad King2003-12-141-0/+8
|
* BUG: Fixed dllimport.Brad King2003-12-141-1/+1
|
* ERR: Added include of sys/stat.h for open functions mode bits.Brad King2003-12-131-0/+1
|
* ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, ↵Brad King2003-12-133-30/+383
| | | | and stderr to be redirected from/to files.
* ENH: Code is now robust to New method returning NULL.Brad King2003-12-132-19/+84
|
* ENH: Using separate CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX.Brad King2003-12-121-3/+4
|
* now can do extra updatesKen Martin2003-12-121-8/+26
|
* BUG:427 trycompile target must be exeBill Hoffman2003-12-111-1/+7
|
* BUG: need a dummy first argument to cmakeBill Hoffman2003-12-111-2/+3
|
* fix to the signature and argument parsingKen Martin2003-12-112-17/+24
|
* ENH: Argument for script mode is -P (process) and take out the automatic ↵Andy Cedilnik2003-12-112-18/+3
| | | | script mode
* BUG: roll back change for variable used in pathBill Hoffman2003-12-102-60/+47
|
* BUG: File comparison on windows must test the volume serial number as well ↵Brad King2003-12-091-1/+2
| | | | as the file index.
* ERR: Removed YY_BREAK statements after return statements because they are ↵Brad King2003-12-092-8/+2
| | | | unreachable.