summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/RegularExpression.hxx.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-03-291-2/+2
| | | | | * upstream-KWSys: KWSys 2016-03-29 (b51abb30)
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-09-021-35/+25
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-05-131-2/+41
|
* 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: 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.
* COMP:try to fix error on qnx-V3.3.5-gcc_ntox86.Francois Bertel2009-03-191-1/+1
|
* COMP:Fixed VS 64-bit warning C4267 line 432 of RegularExpression.cxxFrancois Bertel2009-03-191-1/+1
|
* COMP:Fixed warnings.Francois Bertel2009-03-171-5/+11
|
* ENH: Add assignment operator to KWSys RegularExpression.Brad King2008-05-161-0/+5
|
* BUG: if there is no match, don't construct the stl string from a NULLAlexander Neundorf2007-08-221-1/+8
| | | | | | pointer Alex
* COMP: Changed type of regmlen to avoid warnings when other lengths are ↵Brad King2005-05-031-1/+1
| | | | converted to it.
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵Brad King2003-12-231-17/+17
| | | | This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.
* ENH: Updated copyright.Brad King2003-12-151-7/+4
|
* ENH: Added DLL support.Brad King2003-06-301-5/+5
|
* ERR: Fixed documentation to read RegularExpression instead of ↵Brad King2003-06-231-8/+8
| | | | cmRegularExpression.
* ENH: Added full configuration of namespace even for Configure.hxx macro ↵Brad King2003-06-191-0/+10
| | | | definitions.
* ENH: Reduced header dependencies and cleaned up inclusion of standard headers.Brad King2003-05-081-2/+2
|
* ENH: Added kwsys library for platform-independent system tools.Brad King2003-04-081-0/+385