summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Nightly Date StampKWSys Robot2009-07-231-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-221-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-211-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-201-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-191-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-181-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-171-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-161-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-151-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-141-1/+1
|
* BUG: Parse escapes in single-quoted unix argumentsBrad King2009-07-131-1/+1
| | | | | This fixes KWSys's unix-style command-line parsing to interpret backslash escapes inside single-quoted strings.
* ENH: Provide unix-sytle command line parsingBrad King2009-07-133-256/+303
| | | | | | | Add System_Parse_CommandForUnix to the KWSys System interface as a utility to parse a unix-style command line. Move the existing implementation out of ProcessUNIX. Add a flags argument reserved for future use in providing additional behavior.
* STYLE: Nightly Date StampKWSys Robot2009-07-131-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-121-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-111-1/+1
|
* STYLE: Nightly Date StampBrad King2009-07-101-1/+1
|
* COMP: More KWSys SharedForward pointer const-nessBrad King2009-07-091-1/+1
| | | | | | This adds another cast to avoid pointer conversion warnings. Unfortunately C does not recognize implicit conversions that add cv-qualifiers as well as C++ does.
* STYLE: Nightly Date StampBrad King2009-07-091-1/+1
|
* COMP: Eliminate "conversion may change sign of result" warnings by using ↵David Cole2009-07-081-1/+1
| | | | size_t where appropriate. (Missed one warning with last commit: add a cast to md5_word_t.)
* COMP: Eliminate "conversion may change sign of result" warnings by using ↵David Cole2009-07-081-6/+8
| | | | size_t where appropriate.
* COMP: Fix KWSys SharedForward sign conversionBrad King2009-07-081-3/+4
| | | | | This uses size_t where necessary to avoid size_t/int conversion warnings.
* COMP: Fix KWSys SharedForward pointer const-nessBrad King2009-07-081-9/+10
| | | | | This adds const-ness and casts where necessary to avoid pointer conversion warnings.
* STYLE: Nightly Date StampBrad King2009-07-081-1/+1
|
* STYLE: Nightly Date StampBrad King2009-07-071-1/+1
|
* STYLE: Nightly Date StampBrad King2009-07-061-1/+1
|
* STYLE: Nightly Date StampBrad King2009-07-051-1/+1
|
* STYLE: Nightly Date StampBrad King2009-07-041-1/+1
|
* STYLE: Nightly Date StampBrad King2009-07-031-1/+1
|
* STYLE: Nightly Date StampBrad King2009-07-021-1/+1
|
* STYLE: Nightly Date StampBrad King2009-07-011-2/+2
|
* STYLE: Nightly Date StampBrad King2009-06-301-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-291-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-281-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-271-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-261-1/+1
|
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-5/+5
|
* STYLE: Nightly Date StampBrad King2009-06-251-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-241-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-231-1/+1
|
* COMP: Quiet aggressive Borland warnings in KWSysBrad King2009-06-221-0/+7
| | | | | This disables Borland warning 8027 while compiling KWSys source files. It provides no useful information.
* COMP: Remove useless variable assignmentBrad King2009-06-221-1/+0
| | | | | This removes an assignment whose result is never used, thus quieting a warning from Borland.
* STYLE: Nightly Date StampBrad King2009-06-221-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-211-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-201-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-191-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-181-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-171-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-161-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-151-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-141-1/+1
|