| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* upstream-KWSys:
KWSys 2019-02-25 (833b2470)
|
|
|
|
|
| |
* upstream-KWSys:
KWSys 2018-06-01 (8ef62b28)
|
|
|
|
|
| |
* upstream-KWSys:
KWSys 2017-11-01 (6ffca34c)
|
|
|
|
|
| |
* upstream-KWSys:
KWSys 2016-11-09 (18c65411)
|
|
|
|
|
| |
* upstream-KWSys:
KWSys 2016-01-11 (bc07fbf7)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
When kwsys is built using GCC visibility support can be used. This is similar
to the way that Windows exports symbols in DLLs, and requires projects that
build kwsys to change the default visibility using some compiler flags. See
http://gcc.gnu.org/wiki/Visibility for more details about GCC visibility.
|
|
|
|
|
|
|
| |
We suppress Intel warning 1572 because the cases where we do equality
tests are valid. Since this project does not do numerical computations
we need not worry about real instances against which this warning
protects.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This disables Borland warning 8027 while compiling KWSys source files.
It provides no useful information.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
.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...
|
| |
|
|
|
|
| |
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).
|
|
|
|
| |
name KWSYS_LFS_WORKS.
|
| |
|
|
|
|
| |
building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros.
|
| |
|
| |
|
| |
|
| |
|
|
|