Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | json_inttypes.h: Define ssize_t on windows platforms | Khem Raj | 2022-08-13 | 1 | -0/+5 |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | add uint64 data to json-c | dota17 | 2020-02-25 | 1 | -0/+1 |
| | |||||
* | Add a brief overview of each file to the docs. | Eric Haszlakiewicz | 2017-12-06 | 1 | -0/+4 |
| | |||||
* | Define macros from inttypes.h when not available | James Myatt | 2015-03-04 | 1 | -15/+6 |
| | |||||
* | Fix the _MSC_VER check so it compiles on non-windows compilers. Issue#91 | Eric Haszlakiewicz | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | fixe int32_t definition for VC11 | Anatol Belski | 2013-06-04 | 1 | -1/+1 |
| | | | | int32_t is nowhere in msvc, so the version check could be even removed | ||||
* | Fix missing inttypes.h definitions for Visual Studio 2010 and earliers. ↵ | Mateusz Loskot | 2012-04-23 | 1 | -1/+3 |
| | | | | Related to issue #22. | ||||
* | Include json_inttypes.h in json_object.h since we use types like int32_t in ↵ | Eric Haszlakiewicz | 2012-02-15 | 1 | -1/+3 |
| | | | | | | | | the API and some systems need that header to compile. As part of this create a public json_config.h with a custom define to decide whether to include inttypes.h to avoid conflicting with other projects config.h header. | ||||
* | Some updates to make the code compatible with VC 9 (2008) | John Arbash Meinel | 2012-02-01 | 1 | -0/+3 |
| | | | | | VC 9 doesn't support late variable declarations, and doesn't have inttypes so we need some direct definitions of a couple of more types. | ||||
* | * Add int64 support. Two new functions json_object_net_int64 and | Michael Clark | 2010-10-06 | 1 | -0/+21 |
json_object_get_int64. Binary compatibility preserved. Eric Haszlakiewicz, EHASZLA at transunion com Rui Miguel Silva Seabra, rms at 1407 dot org git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@56 327403b1-1117-474d-bef2-5cb71233fd97 |