aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Very minor changes to MakefileNicola Spanti (RyDroid)2016-08-08
|
* moved tests into a subfolder, added table-driven testsSerge A. Zaitsev2015-10-17
|
* added js string boundaries checks for string parser, fixes issue #31; added ↵Serge A. Zaitsev2014-11-17
| | | | tests to cover it; fixed makefile to use custom cflags/ldflags
* implemented key/value hierarchy; added 2 examples; fixed some warnings in testsSerge A. Zaitsev2014-11-17
|
* delete jsmn_test.exe when doing make cleanPeter Finlayson2013-12-23
| | | | When building the jsmn test suite on Windows via mingw, the output executable is called "jsmn_test.exe" instead of just "jsmn_test".
* tested partial parser for strings, added primitive string parser test, fixed ↵Serge A. Zaitsev2012-02-01
| | | | token allocation
* changed API: parse now is more flexible, but init jsut resets the parser; ↵Serge A. Zaitsev2012-02-01
| | | | added new test macro to compate strings, fixed Makefile
* switched to C unit-tests instead of bashSerge A. Zaitsev2012-02-01
|
* using system AR program, build options are moved to config.mkSerge A. Zaitsev2012-01-30
|
* All objects renamed using jsmn prefix to keep consistency and not be mixed ↵Serge A. Zaitsev2010-12-27
| | | | with other json libraries. Demo is now called just demo.
* Design: primitive type implemented as a replacement to boolean/number/null. ↵Serge A. Zaitsev2010-11-17
| | | | String tokens point to the unquoted string
* Design: rewritten using parser structureSerge A. Zaitsev2010-11-16
|
* Demo separated from the jsmn code. Makefile changed. Some comments addedSerge A. Zaitsev2010-11-15
|
* Initial commit. Demo program is included in the jsmn.c code. Ugly names and ↵Serge A. Zaitsev2010-11-15
no comments. Please, don't read this changeset