summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/RegularExpression.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-06-011-15/+20
| | | | | * upstream-KWSys: KWSys 2018-06-01 (8ef62b28)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-01-241-62/+64
| | | | | * upstream-KWSys: KWSys 2018-01-23 (0579db1c)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-12-051-92/+97
| | | | | * upstream-KWSys: KWSys 2017-12-05 (9376537e)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-08-111-5/+0
| | | | | * upstream-KWSys: KWSys 2017-08-11 (e1006189)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-091-848/+818
| | | | | * upstream-KWSys: KWSys 2016-11-09 (18c65411)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-03-291-1/+1
| | | | | * upstream-KWSys: KWSys 2016-03-29 (b51abb30)
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-05-131-7/+0
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-07-011-57/+57
|
* 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.
* STYLE:Empty commit just add information about rev 1.15: the reason is that ↵Francois Bertel2009-03-181-1/+0
| | | | long is 64-bit on gcc on Linux because it uses the LP64 data model whereas long is 32-bit on VS 64-bit because it uses the LLP64 model (ref: http://en.wikipedia.org/wiki/64-bit#64-bit_data_models )
* COMP:Fix warning on VS 64bit. Don't why gcc 4.3.2 didn't catch this one on a ↵Francois Bertel2009-03-181-1/+1
| | | | 64bit machine with -Wconversion on.
* COMP:Fixed warnings.Francois Bertel2009-03-171-9/+9
|
* COMP: remove warning and check for assignment to itself in operator=Bill Hoffman2008-07-101-0/+4
|
* ENH: fix memory leakBill Hoffman2008-07-091-0/+1
|
* ENH: Add assignment operator to KWSys RegularExpression.Brad King2008-05-161-0/+32
|
* STYLE: Make sure to use the proper cast.Mathieu Malaterre2006-03-101-29/+29
|
* COMP: Fixed conversion warnings.Brad King2005-06-091-5/+5
|
* COMP: Adding work-around for CMake dependency scanning limitation. Any ↵Brad King2005-04-131-0/+6
| | | | configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies.
* COMP: Added missing include of string.h.Brad King2005-03-111-0/+1
|
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵Brad King2003-12-231-1/+1
| | | | This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.
* ENH: Updated copyright.Brad King2003-12-151-7/+4
|
* ERR: Removed extra variable assignments.Brad King2003-11-041-1/+1
|
* ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys ↵Brad King2003-07-101-1/+3
| | | | headers through their configured namespace.
* ENH: Added DLL support.Brad King2003-06-301-2/+2
|
* ENH: Added kwsys library for platform-independent system tools.Brad King2003-04-081-0/+1211