c_src: update Makefile to compile on MacOSX
[nit.git] / lib / json /
2014-05-08 Alexis LaferrièreMerge branch 'master' into json-reborn
2014-05-08 Alexis Laferrièrelib/json: intro the main module json.nit
2014-05-08 Alexis Laferrièrelib/json: improve doc of the static module
2014-05-08 Alexis Laferrièrelib/json: privatly import lexer and parser
2014-05-08 Alexis Laferrièrelib: intro the friendlier to use json::dynamic
2014-04-25 Alexis Laferrièrelib: rename simple_json_reader as json::static
2014-04-25 Alexis Laferrièrelib: retire the old 'json' module based on libjson0
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-04 Alexis Laferrièrelib: clean up .args
2014-03-24 Lucas Bajoletstdlib/strings: Detached the Text block from Collection.
2014-02-24 Alexis Laferrièrelib/json: make SequenceRead jsonable instead of Sequence
2014-02-24 Alexis Laferrièrelib/json: fix missing FFI imports
2014-02-24 Alexis Laferrièrelib/json: use pkgconfig in json module
2014-02-17 Alexis Laferrièrelib: update json module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the json module to latest FFI spec
2013-08-29 Lucas BajoletStdlib: Removed all references to String constructors...
2013-05-28 Alexis Laferrièrelib/json: fix const char* errors
2013-05-27 Alexis Laferrièrelib/json: also check for null in Sequence
2013-05-27 Alexis Laferrièrelibs/json: duplicate null check for retro-compatibility
2013-05-16 Alexis Laferrièrelib/json: separate the pretty print from libjson0 v0.10
2013-04-04 Alexis Laferrièrelib: intro of json serialization module