summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Configure.h.in
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Second try getting rid of Microsoft deprecation warnings. This time ↵David Cole2007-08-151-3/+9
| | | | tested from KWStyle with vs8 to make sure the warnings are really gone. Remove the deprecation defs from CMakeLists and guard the defs in the header so we do not redefine them if they are already defined.
* COMP: Suppress Microsoft deprecation warnings when building kwsys .c and ↵David Cole2007-08-151-0/+8
| | | | .cxx files. This way, other projects that include kwsys will not see the warnings in kwsys .c and .cxx files, but they can still see the warnings in their own source files if they want to...
* COMP: Disable _FILE_OFFSET_BITS check until sys/types.h check is enabled.Brad King2006-08-251-1/+1
|
* ENH: Separate the notion of a request for LFS and its availability. Allow ↵Brad King2006-08-251-9/+35
| | | | user code to block definitions of LFS macros. Added framework to give error if sys/types.h is included before this header when LFS is requested (currently disabled).
* ENH: Moved test for large file support into kwsysPlatformCxxTests.cxx with ↵Brad King2006-08-251-1/+1
| | | | name KWSYS_LFS_WORKS.
* ENH: Support large file systems in kwsysAndy Cedilnik2006-08-221-0/+14
|
* ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of ↵Brad King2005-07-261-0/+8
| | | | building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros.
* COMP: Disable more warnings.Brad King2005-06-091-2/+29
|
* COMP: Disable useless warnings.Brad King2005-06-091-0/+8
|
* ENH: Updated copyright.Brad King2003-12-151-7/+4
|
* BUG: Fixed dllimport.Brad King2003-12-141-1/+1
|
* ENH: Added DLL support.Brad King2003-06-301-0/+30