Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-06-01 | 1 | -1/+1 |
| | | | | | * upstream-KWSys: KWSys 2018-06-01 (8ef62b28) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-05-16 | 1 | -10/+0 |
| | | | | | * upstream-KWSys: KWSys 2017-05-16 (fe1f22ce) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-11-09 | 1 | -131/+87 |
| | | | | | * upstream-KWSys: KWSys 2016-11-09 (18c65411) | ||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-12-23 | 1 | -12/+12 |
| | |||||
* | 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. | ||||
* | ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of ↵ | Brad King | 2005-07-26 | 1 | -1/+0 |
| | | | | building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros. | ||||
* | BUG: Do not increment optr by 2 after storing only one character. Also ↵ | Brad King | 2005-06-30 | 1 | -5/+16 |
| | | | | fixed possibility of storing uninitialized characters from the last triplet. | ||||
* | 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. | ||||
* | BUG: encoding 2 bytes into 4 bytes was accessing a 3rd byte from the source | Jim Miller | 2005-01-12 | 1 | -1/+1 |
| | |||||
* | ENH: Updated copyright. | Brad King | 2003-12-15 | 1 | -10/+7 |
| | |||||
* | ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys ↵ | Brad King | 2003-07-10 | 1 | -1/+2 |
| | | | | headers through their configured namespace. | ||||
* | ERR: Added casts to remove type conversion warnings. Pointer differences ↵ | Brad King | 2003-07-01 | 1 | -6/+11 |
| | | | | can be 64-bit, but unsigned long is 32-bit on many platforms. We know we are not traversing more data than can be handled by an unsigned long, though, because the length argument is an unsigned long. | ||||
* | ERR: Remove warnings on Windows | Andy Cedilnik | 2003-06-30 | 1 | -5/+5 |
| | |||||
* | BUG: Should define KWSYS_IN_BASE64_C, not KWSYS_IN_PROCESS_C. | Brad King | 2003-06-30 | 1 | -1/+1 |
| | |||||
* | ENH: Initial import of Base64 | Andy Cedilnik | 2003-06-30 | 1 | -0/+262 |