- 22 Jun, 2009 1 commit
-
-
Brad King authored
This disables Borland warning 8027 while compiling KWSys source files. It provides no useful information.
-
- 14 Apr, 2009 1 commit
-
-
Brad King authored
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.
-
- 15 Aug, 2007 2 commits
-
-
David Cole authored
COMP: Second try getting rid of Microsoft deprecation warnings. This time 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.
-
David Cole authored
COMP: Suppress Microsoft deprecation warnings when building kwsys .c and .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...
-
- 25 Aug, 2006 3 commits
- 22 Aug, 2006 1 commit
-
-
Andy Cedilnik authored
-
- 26 Jul, 2005 1 commit
-
-
Brad King authored
ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros.
-
- 09 Jun, 2005 2 commits
- 15 Dec, 2003 1 commit
-
-
Brad King authored
-
- 14 Dec, 2003 1 commit
-
-
Brad King authored
-
- 30 Jun, 2003 1 commit
-
-
Brad King authored
-
- 10 Jun, 2003 1 commit
-
-
Brad King authored
-
- 12 May, 2003 1 commit
-
-
Brad King authored
ENH: Added wrappers around the std stream headers to make them look like ansi streams on all platforms.
-
- 08 May, 2003 1 commit
-
-
Brad King authored
-