| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Some versions of HP-UX do not define 'isfinite' or 'finite' in math.h
for Itanium when preprocessing with C++, so we have to add the
definition ourselves instead to map to the internal version.
|
|
|
|
|
| |
Newer AIX and HP-UX platforms provide 'isfinite' as a <math.h> macro.
Older versions do not, so add the definition if it is not provided.
|
|
|
|
|
|
| |
Even though we disable warnings when building jsoncpp itself, including
its headers from other CMake sources may still cause warnings. Update
the code to remove these -Wdocumentation warnings.
|
|
|
|
| |
Describe how to update jsoncpp from upstream.
|
|
|
|
| |
Solaris provides a 'finite' function in <ieeefp.h>.
|
|
|
|
|
| |
The glibc 2.1 headers provide isfinite only in C99 mode.
Add its definition ourselves.
|
|
|
|
|
|
| |
The strcmp function does not allow NULL pointers, so add an
assert to tell Clang scan-build that the code does not expect
a NULL pointer.
|
|
|
|
| |
The header uses std::ostream, so it must be declared.
|
| |
|
|
|
|
|
| |
Add '-w' or equivalent flag on compilers supporting it.
Tell MSVC to use its lowest warning level inside jsoncpp sources.
|
|
|
|
|
|
|
|
|
| |
Update json/json.h to account for our lack of autolink.h. Update
json/config.h to include KWSys Large File Support configuration so that
consistent stream libraries are used (on AIX with XL).
Add a cm_jsoncpp_reader.h header to include the CMake-provided copy of
the json/reader.h header from CMake sources.
|
| |
|
|
|
|
|
| |
Use a subtree merge to place the upstream content in the
Utilities/cmjsoncpp directory.
|
|
|