| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
* upstream-jsoncpp:
jsoncpp 2020-09-25 (9059f5ca)
|
| |
|
|
|
| |
Revert the part of commit 209daa20b2 (Code style: add missed explicit
'this->', 2021-01-05, v3.20.0-rc1~213^2) that updated third-party code.
|
| |
|
|
|
| |
CMake uses explicit 'this->' style. Using custom clang-tidy check we can
detect and fix places where 'this->' was missed.
|
| |
|
|
| |
In particular, fix the `isfinite` definition.
|
| |
|
|
|
| |
* upstream-jsoncpp:
jsoncpp 2017-08-27 (4cfae897)
|
| |
|
|
|
| |
In C99 mode, Solaris variants may already define isfinite, so check for
the existence first.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
| |
Solaris provides a 'finite' function in <ieeefp.h>.
|
| |
|
|
|
| |
The glibc 2.1 headers provide isfinite only in C99 mode.
Add its definition ourselves.
|
|
|
Use a subtree merge to place the upstream content in the
Utilities/cmjsoncpp directory.
|