summaryrefslogtreecommitdiff
path: root/json_inttypes.h
Commit message (Expand)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
* Fix missing inttypes.h definitions for Visual Studio 2010 and earliers. Relat...Mateusz Loskot2012-04-231-1/+3
* Include json_inttypes.h in json_object.h since we use types like int32_t in t...Eric Haszlakiewicz2012-02-151-1/+3
* Some updates to make the code compatible with VC 9 (2008)John Arbash Meinel2012-02-011-0/+3
* * Add int64 support. Two new functions json_object_net_int64 andMichael Clark2010-10-061-0/+21