summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Base64.h.in
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* ENH: Skip KWSys name maros in case of identityBrad King2009-04-141-14/+18
| | | | | | | | | | | | | All KWSys C symbol names begin with the KWSYS_NAMESPACE defined at configuration time. For ease of editing we write canonical names with the prefix 'kwsys' and use macros to map them to the configured prefix at preprocessing time. In the case of standalone KWSys, the prefix is 'kwsys', so the macros were previously defined to their own names. We now skip defining the macros in the identity case so that the final symbol names are never themselves macros. This will allow the symbols to be further transformed behind the scenes to help linkers in special cases on some platforms.
* ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of ↵Brad King2005-07-261-5/+7
| | | | building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros.
* ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the ↵Brad King2004-05-101-9/+9
| | | | macro at the correct time.
* ERR: On Borland preprocessor goes into recursion which adds some weid spaces ↵Andy Cedilnik2004-05-071-8/+8
| | | | in the include name. This fixes it
* ENH: Updated copyright.Brad King2003-12-151-7/+4
|
* ERR: Reduced requirements on preprocessor for export macro due to ↵Brad King2003-07-011-1/+1
| | | | limitations of Mac preprocessor. The preprocessor can be fixed by using -no-cpp-precomp, but we don't want to require that option for every source file that includes our headers.
* ENH: Added DLL support.Brad King2003-06-301-12/+20
|
* ENH: Updated comments for doxygen.Brad King2003-06-301-70/+61
|
* ENH: Initial import of Base64Andy Cedilnik2003-06-301-0/+120