| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | jsoncpp: Provide 'isfinite' implementation on older AIX and HP-UX | Ådne Hovda | 2015-03-31 | 1 | -0/+14 |
| | | | | | | 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. | ||||
| * | jsoncpp: Provide 'isfinite' implementation on Solaris | Brad King | 2015-01-15 | 1 | -0/+6 |
| | | | | | Solaris provides a 'finite' function in <ieeefp.h>. | ||||
| * | jsoncpp: Provide 'isfinite' implementation on ancient glibc | Brad King | 2015-01-15 | 1 | -0/+7 |
| | | | | | | The glibc 2.1 headers provide isfinite only in C99 mode. Add its definition ourselves. | ||||
| * | Merge branch 'jsoncpp-upstream' into import-jsoncpp | Brad King | 2015-01-13 | 1 | -0/+690 |
| Use a subtree merge to place the upstream content in the Utilities/cmjsoncpp directory. | |||||
