summaryrefslogtreecommitdiff
path: root/json_inttypes.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix the _MSC_VER check so it compiles on non-windows compilers. Issue#91Eric Haszlakiewicz2013-06-231-1/+1
|
* fixe int32_t definition for VC11Anatol Belski2013-06-041-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 Loskot2012-04-231-1/+3
| | | | Related to issue #22.
* Include json_inttypes.h in json_object.h since we use types like int32_t in ↵Eric Haszlakiewicz2012-02-151-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 Meinel2012-02-011-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 andMichael Clark2010-10-061-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