summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/String.hxx.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2020-05-271-8/+0
| | | | | | # By KWSys Upstream * upstream-KWSys: KWSys 2020-05-27 (a3263389)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-091-31/+31
| | | | | * upstream-KWSys: KWSys 2016-11-09 (18c65411)
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-09-021-5/+5
|
* COMP: remove exporting String as VS10 attempts to export its parents ↵Dave Partyka2010-01-261-1/+1
| | | | (basic_string) which causes all kinds of multiply defined symbols at link time.
* 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: Remove references to std:: inside KWSys, even in comments. This will ↵Brad King2008-01-311-2/+2
| | | | allow a commit check to be added.
* COMP: Fixes for Watcom.Brad King2007-04-191-0/+8
|
* ENH: Added kwsys::String class to shorten debugging symbols and error ↵Brad King2006-02-071-0/+59
messages involving std::string.