Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-06-01 | 1 | -15/+20 |
| | | | | | * upstream-KWSys: KWSys 2018-06-01 (8ef62b28) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-01-24 | 1 | -62/+64 |
| | | | | | * upstream-KWSys: KWSys 2018-01-23 (0579db1c) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-12-05 | 1 | -92/+97 |
| | | | | | * upstream-KWSys: KWSys 2017-12-05 (9376537e) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-08-11 | 1 | -5/+0 |
| | | | | | * upstream-KWSys: KWSys 2017-08-11 (e1006189) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-11-09 | 1 | -848/+818 |
| | | | | | * upstream-KWSys: KWSys 2016-11-09 (18c65411) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-03-29 | 1 | -1/+1 |
| | | | | | * upstream-KWSys: KWSys 2016-03-29 (b51abb30) | ||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-05-13 | 1 | -7/+0 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-07-01 | 1 | -57/+57 |
| | |||||
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -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 Bertel | 2009-03-18 | 1 | -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 Bertel | 2009-03-18 | 1 | -1/+1 |
| | | | | 64bit machine with -Wconversion on. | ||||
* | COMP:Fixed warnings. | Francois Bertel | 2009-03-17 | 1 | -9/+9 |
| | |||||
* | COMP: remove warning and check for assignment to itself in operator= | Bill Hoffman | 2008-07-10 | 1 | -0/+4 |
| | |||||
* | ENH: fix memory leak | Bill Hoffman | 2008-07-09 | 1 | -0/+1 |
| | |||||
* | ENH: Add assignment operator to KWSys RegularExpression. | Brad King | 2008-05-16 | 1 | -0/+32 |
| | |||||
* | STYLE: Make sure to use the proper cast. | Mathieu Malaterre | 2006-03-10 | 1 | -29/+29 |
| | |||||
* | COMP: Fixed conversion warnings. | Brad King | 2005-06-09 | 1 | -5/+5 |
| | |||||
* | COMP: Adding work-around for CMake dependency scanning limitation. Any ↵ | Brad King | 2005-04-13 | 1 | -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 King | 2005-03-11 | 1 | -0/+1 |
| | |||||
* | ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵ | Brad King | 2003-12-23 | 1 | -1/+1 |
| | | | | This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. | ||||
* | ENH: Updated copyright. | Brad King | 2003-12-15 | 1 | -7/+4 |
| | |||||
* | ERR: Removed extra variable assignments. | Brad King | 2003-11-04 | 1 | -1/+1 |
| | |||||
* | ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys ↵ | Brad King | 2003-07-10 | 1 | -1/+3 |
| | | | | headers through their configured namespace. | ||||
* | ENH: Added DLL support. | Brad King | 2003-06-30 | 1 | -2/+2 |
| | |||||
* | ENH: Added kwsys library for platform-independent system tools. | Brad King | 2003-04-08 | 1 | -0/+1211 |