aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-15Check for isnan() and isinf() by linkingisnan-isinf-checksPetri Lehtinen5-4/+47
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
2013-04-18Use -fPIC when possible.Joakim Soderberg1-0/+4
2013-04-15Document CMake build process, deprecate the VS2010 projectPetri Lehtinen1-0/+20
2013-04-15Tweak Android build documentationPetri Lehtinen1-2/+5
2013-04-15Merge branch 'master' of git://github.com/svic/janssonPetri Lehtinen4-0/+122
2013-04-15Merge branch '2.4'Petri Lehtinen1-1/+4
2013-04-15Fix the signature again, and also rest of the errorsPetri Lehtinen1-1/+4
2013-04-15Merge branch '2.4'Petri Lehtinen1-1/+1
2013-04-15Fix the signature of a test functionPetri Lehtinen1-1/+1
2013-04-15Merge branch '2.4'Petri Lehtinen2-0/+24
2013-04-15json_dump*(): Don't crash if json is NULL and JSON_ENCODE_ANY is setPetri Lehtinen2-0/+24
2013-04-11Add android doc.Garner Lee1-0/+5