summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Collapse)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2009-08-241-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-231-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-221-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-211-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-201-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-191-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-181-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-171-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-161-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-151-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-141-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-131-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-121-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-111-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-101-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-091-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-081-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-071-1/+1
|
* COMP: attempt to fix more 'hidden by' warnings.Dave Partyka2009-08-061-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-061-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-051-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-041-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-031-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-021-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-011-2/+2
|
* KWSys Nightly Date StampKWSys Robot2009-07-311-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-301-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-291-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-281-1/+1
|
* BUG: Enable large files only if <cstdio> worksBrad King2009-07-272-0/+13
| | | | | | | | | | | Some AIX/gcc version combinations the <cstdio> header breaks when large file support is enabled. See this GCC issue for details: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20366 We work around the problem by enhancing the configuration check for large file support to include <cstdio> when available. This will cause LFS to be disabled when the above problem occurs.
* STYLE: Nightly Date StampKWSys Robot2009-07-271-1/+1
|
* ENH: try and see if using string.append instead of += will make valgrind not ↵Dave Partyka2009-07-261-4/+4
| | | | complaing that JoinPath is leaking.
* STYLE: Nightly Date StampKWSys Robot2009-07-261-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-251-1/+1
|
* COMP: Fix compilation of VTK on debian/sparc (sparc is a CPU not an OS)Mathieu Malaterre2009-07-241-1/+1
|
* STYLE: Nightly Date StampKWSys Robot2009-07-241-1/+1
|
* 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
|