Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Second try getting rid of Microsoft deprecation warnings. This time ↵ | David Cole | 2007-08-15 | 1 | -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 Cole | 2007-08-15 | 1 | -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 King | 2006-08-25 | 1 | -1/+1 |
| | |||||
* | ENH: Separate the notion of a request for LFS and its availability. Allow ↵ | Brad King | 2006-08-25 | 1 | -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 King | 2006-08-25 | 1 | -1/+1 |
| | | | | name KWSYS_LFS_WORKS. | ||||
* | ENH: Support large file systems in kwsys | Andy Cedilnik | 2006-08-22 | 1 | -0/+14 |
| | |||||
* | ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of ↵ | Brad King | 2005-07-26 | 1 | -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 King | 2005-06-09 | 1 | -2/+29 |
| | |||||
* | COMP: Disable useless warnings. | Brad King | 2005-06-09 | 1 | -0/+8 |
| | |||||
* | ENH: Updated copyright. | Brad King | 2003-12-15 | 1 | -7/+4 |
| | |||||
* | BUG: Fixed dllimport. | Brad King | 2003-12-14 | 1 | -1/+1 |
| | |||||
* | ENH: Added DLL support. | Brad King | 2003-06-30 | 1 | -0/+30 |