summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsysPrivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-091-13/+6
| | | | | * upstream-KWSys: KWSys 2016-11-09 (18c65411)
* 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.
* COMP: Avoid String.c inclusion by Compaq templatesBrad King2009-06-101-3/+1
| | | | | | | | The Compaq compiler (on VMS) includes 'String.c' in source files that use the stl string while looking for template definitions. This was the true cause of double-inclusion of the 'kwsysPrivate.h' header. We work around the problem by conditionally compiling the entire source file on a condition only true when really building the source.
* STYLE: Simplify and document VMS workaroundsBrad King2009-05-141-4/+2
| | | | | | The kwsysPrivate header double-inclusion check hits a false positive on VMS for an undetermined reason. This simplifies the workaround and documents it.
* STYLE: Remove trailing whitespaceBrad King2009-05-141-1/+1
|
* ENH: check in almost building VMS stuff with VMSBuild directory since the ↵Bill Hoffman2009-04-231-2/+6
| | | | bootstrap script will not work on VMS
* ENH: Updated copyright.Brad King2003-12-151-7/+4
|
* ENH: Added KWSYS_NAMESPACE_STRING macro.Brad King2003-12-141-0/+8
|
* ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys ↵Brad King2003-07-101-0/+38
headers through their configured namespace.