aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-24Fix a typoPetri Lehtinen1-1/+1
2016-06-20Always preserve insertion order of object itemsPetri Lehtinen9-111/+68
2016-06-20Merge pull request #290 from Thynix/documentationPetri Lehtinen1-56/+29
2016-06-17doc: fix code block formattingSteve Dougherty1-12/+12
2016-06-03Merge pull request #289 from akheron/simplify-snprintf-checksPetri Lehtinen3-34/+10
2016-06-03appveyor.yml: Build on all Visual Studio versionssimplify-snprintf-checksPetri Lehtinen1-2/+10
2016-06-01doc: improve concisenessSteve Dougherty1-38/+11
2016-06-01doc: correct argument namesSteve Dougherty1-7/+7
2016-05-30Simplify snprintf and vsnprintf checking for Visual StudioPetri Lehtinen2-32/+0
2016-05-17Fix subnormal number parsing on mingw32Petri Lehtinen1-0/+7
2016-05-03Merge pull request #284 from dev-zzo/issue-282Petri Lehtinen7-0/+35
2016-05-03Fix for issue #282Dmitry Janushkevich7-0/+35
2016-04-28Change readthedocs domainPetri Lehtinen1-2/+3
2016-03-03Merge pull request #275 from Mephistophiles/masterPetri Lehtinen1-2/+2
2016-03-02Fix proto in docMaxim Zhukov1-2/+2
2016-02-25doc: Fix a typoPetri Lehtinen1-1/+1
2016-02-25json_pack(): Document s?, o?, O?Petri Lehtinen1-0/+12
2016-02-25Merge pull request #270 from Alteous/masterPetri Lehtinen2-17/+103
2016-02-23Revised commit.David Harvey-Macaulay0-0/+0
2016-02-23Implemented json_pack() format specifiers 's?', 'o?', and 'O?'.David Harvey-Macaulay2-17/+103
2016-02-22Implemented json_pack() format specifiers 's?', 'o?', and 'O?'.David Harvey-Macaulay2-17/+99
2016-02-11Merge pull request #268 from wingyplus/fix-libdir-pkg-configPetri Lehtinen1-23/+10
2016-02-11Merge pull request #267 from Mephistophiles/masterPetri Lehtinen1-67/+74
2016-02-10Fix libdir is wrong when compile with cmakeThanabodee Charoenpiriyakij1-23/+10
2016-02-03[Optimized functions]Maxim Zhukov1-67/+74
2015-12-23Fix a typoPetri Lehtinen1-1/+1
2015-12-23Update CHANGESPetri Lehtinen1-0/+74
2015-12-23Change doc version to 2.8-devPetri Lehtinen1-1/+1
2015-12-23Fix a commentPetri Lehtinen1-1/+2
2015-12-23Merge pull request #263 from wking/display-first-unrecognized-keyPetri Lehtinen3-8/+57
2015-12-22pack_unpack: List unrecognized keys in strict unpackingW. Trevor King3-8/+57
2015-12-22Add versionadded to json_get_alloc_funcs docPetri Lehtinen1-0/+2
2015-12-22Merge pull request #264 from npmccallum/masterPetri Lehtinen5-1/+21
2015-12-21Add json_get_alloc_funcs() to allow alloc function fetchingNathaniel McCallum5-1/+21
2015-10-20doc: Fix a broken linkPetri Lehtinen1-1/+1
2015-10-14Merge pull request #257 from denis2342/masterPetri Lehtinen1-10/+10
2015-10-12changed code from while to do/whileDenis Ahrens1-10/+10
2015-10-05Merge pull request #255 from gonzzor/snprintf_dump.cPetri Lehtinen1-2/+2
2015-10-05Format %x expects unsigned int, not intJonas Jonsson1-2/+2
2015-10-05Use sizeof(seq) instead of magic number 13Jonas Jonsson1-2/+2
2015-09-08Merge pull request #248 from phoenix0428/patch-1Petri Lehtinen1-1/+1
2015-09-01Merge pull request #252 from OlehKulykov/masterPetri Lehtinen2-3/+27
2015-08-31Buildable with MS Compiler version >= 1900OlehKulykov2-3/+27
2015-08-26Add json_object_foreach_safePetri Lehtinen3-0/+39
2015-08-13Update test_memory_funcs.cKinam Kim1-1/+1
2015-05-19Merge branch '2.7'Petri Lehtinen0-0/+0
2015-05-19doc: Copying doesn't preserve key insertion order2.7Petri Lehtinen1-0/+4
2015-05-19doc: Copying doesn't preserve key insertion orderPetri Lehtinen1-0/+4
2015-05-04Merge pull request #234 from flok99/masterPetri Lehtinen1-3/+7
2015-05-01Optimized dump_indent to reduce the number of fwrite calls.Folkert van Heusden1-3/+7