summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/EncodeExecutable.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
| | | | | | | This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range.
* COMP: Need to include header for unlink function.Brad King2007-04-191-4/+16
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-1/+6
|
* ENH: Updated copyright.Brad King2003-12-151-10/+7
|
* ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys ↵Brad King2003-07-101-1/+2
| | | | headers through their configured namespace.
* ERR: Added explicit cast from size_t to int. We know that the data will not ↵Brad King2003-07-011-1/+1
| | | | be out of range.
* ENH: Added DLL support.Brad King2003-06-301-2/+3
|
* ENH: Added Process execution implementation.Brad King2003-06-101-0/+99