aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-19jansson 2.5v2.5Petri Lehtinen6-8/+67
2013-09-19doc: Fix index type for json_array_foreach()Petri Lehtinen1-1/+1
2013-09-19Merge branch '2.4'Petri Lehtinen0-0/+0
2013-09-19Mention success first in json_load_callback_t docs2.4Petri Lehtinen1-4/+4
2013-09-19Clarified json_load_callback_t return value docsPhillip Howell1-2/+3
2013-09-19Merge branch '2.4'Petri Lehtinen0-0/+0
2013-09-19Mention success first in json_load_callback_t docsPetri Lehtinen1-3/+4
2013-09-16Mention success first in json_load_callback_t docsPetri Lehtinen1-4/+4
2013-09-16Clarified json_load_callback_t return value docsPhillip Howell1-2/+3
2013-08-27Merge pull request #134 from lano1106/masterPetri Lehtinen1-1/+1
2013-08-27Replace strcpy with memcpyOlivier Langlois1-1/+1
2013-08-14pack: Add format specifiers s#, + and +#Petri Lehtinen6-81/+267
2013-08-06doc: Add an example for circumventing problems with Windows heapsPetri Lehtinen1-1/+6
2013-07-27Fix memory leaks and warnings in github_commits.cPetri Lehtinen1-10/+22
2013-07-23Update copyrights for 2013Petri Lehtinen41-41/+41
2013-07-21Fix integer overflow in jsonp_strdup()Petri Lehtinen1-1/+6
2013-07-08Make the argument of json_deep_copy() constPetri Lehtinen3-13/+21
2013-07-01Merge pull request #128 from JoakimSoderberg/lex_unget_unsave_fixPetri Lehtinen1-1/+10
2013-06-26BUGFIX: Compilation error with -DNDEBUG defined.Joakim Soderberg1-1/+10
2013-06-25Merge pull request #127 from cryptobiote/masterPetri Lehtinen1-4/+19
2013-06-25Update CMakeLists.txtcryptobiote1-5/+5
2013-06-20Adding option for MSVC for those who are linking statically.cryptobiote1-1/+16
2013-06-13Merge pull request #125 from jjwchoy/masterPetri Lehtinen1-0/+2
2013-06-13Prevent unused-variable warningJason Choy1-0/+2
2013-06-12Tweak the JSON_DECODE_INT_AS_REAL test introduced in #123Petri Lehtinen1-6/+10
2013-06-12Fix indentation in docsPetri Lehtinen1-1/+1
2013-06-11Merge pull request #123 from jjwchoy/decode-ignore-intPetri Lehtinen5-5/+51
2013-06-11Using jsonp_strtod instead of casting to double to catch double overflowJason Choy3-5/+23
2013-06-11Changed :versionadded for JSON_DECODE_INT_AS_REAL docsJason Choy1-1/+1
2013-06-11Renamed flag to JSON_DECODE_INT_AS_REAL and added documentationJason Choy5-7/+18
2013-06-09Merge pull request #120 from paulharris/mine_pre_2.5Petri Lehtinen2-2/+8
2013-06-09Added a simple test for the JSON_DECODE_NO_INT optionJason Choy1-0/+12
2013-06-09Implemented a decode option to only decode numbers to reals and never integersJason Choy2-1/+6
2013-06-07Merge pull request #121 from jjwchoy/masterPetri Lehtinen1-2/+2
2013-06-07Added missing rv check - caught by clangJason Choy1-2/+2
2013-06-02Adjust CMakeLists.txt and .def: add _d postfix onto jansson_d.lib/dllPaul Harris2-2/+8
2013-05-21Don't shadow the stdlib function index() with arg namesPetri Lehtinen1-4/+4
2013-05-12Merge pull request #118 from dtgriscom/masterPetri Lehtinen4-2/+56
2013-05-12Fixed "comparison between signed and unsigned" warningDaniel Griscom2-2/+2
2013-05-12Removed (non-functioning) printfs from test codeDaniel Griscom1-6/+0
2013-05-12Added test cases and documentation for json_array_foreach()Daniel Griscom3-2/+57
2013-05-12Add json_array_foreach() #define, parallelling json_object_foreach()Daniel Griscom1-0/+5
2013-05-06Merge pull request #115 from JoakimSoderberg/cmake_pkgconfigPetri Lehtinen2-8/+32
2013-05-06Create and install the pkg-config file jansson.pc for CMake.Joakim Soderberg1-3/+23
2013-05-06Fix the cmake Sphinx find script.Joakim Soderberg1-5/+9
2013-04-29jansson:doc: modified incref docAndrei Epure1-1/+1
2013-04-29test:suites:api: modified error messageAndrei Epure1-1/+1
2013-04-29Merge pull request #112 from JoakimSoderberg/fpic_cmake_supportPetri Lehtinen3-55/+469
2013-04-25Fixed some minor issues.Joakim Soderberg2-46/+6
2013-04-24Added more detailed CMake documentation.Joakim Soderberg3-55/+505