summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Collapse)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2009-09-191-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-181-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-171-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-161-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-151-1/+1
|
* Fix for Bug #9190, -U did not work on case insensitive file systems because ↵Bill Hoffman2009-09-142-4/+9
| | | | of call to glob convert to regex that expected to work with files.
* KWSys Nightly Date StampKWSys Robot2009-09-141-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-131-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-121-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-111-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-101-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-091-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-081-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-071-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-061-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-051-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-041-1/+1
|
* COMP: Silence useless Borland inlining warningBrad King2009-09-031-0/+6
| | | | | | | KWSys tries not to force anything on source files that include its headers, but Borland warning 8027 leaves us no choice when we want to have inline function definitions. This commit disables the warning for the RegularExpression header and any file that includes it.
* KWSys Nightly Date StampKWSys Robot2009-09-031-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-021-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-09-011-2/+2
|
* Define kwsys_ios_binary macro for std::ios::binaryBrad King2009-08-314-0/+37
| | | | | | | | The 'binary' openmode does not exist on all compilers. We define macro <kwsys>_ios_binary, where <kwsys> is the KWSys namespace, to refer to std::ios::binary if it exists and 0 otherwise. Sample usage: kwsys_ios::ifstream fin(fn, kwsys_ios::ios::in | kwsys_ios_binary);
* KWSys Nightly Date StampKWSys Robot2009-08-311-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-301-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-291-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-281-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-271-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-261-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-08-251-1/+1
|
* 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
|