summaryrefslogtreecommitdiff
path: root/json_inttypes.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-23Fix the _MSC_VER check so it compiles on non-windows compilers. Issue#91Eric Haszlakiewicz1-1/+1
2013-06-04fixe int32_t definition for VC11Anatol Belski1-1/+1
2012-04-23Fix missing inttypes.h definitions for Visual Studio 2010 and earliers. Relat...Mateusz Loskot1-1/+3
2012-02-15Include json_inttypes.h in json_object.h since we use types like int32_t in t...Eric Haszlakiewicz1-1/+3
2012-02-01Some updates to make the code compatible with VC 9 (2008)John Arbash Meinel1-0/+3
2010-10-06 * Add int64 support. Two new functions json_object_net_int64 andMichael Clark1-0/+21