Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Squashed 'dependencies/jsmn/' changes from 053d3cd..1aa2e8f | Toni Uhlig | 2021-09-15 |
| | | | | | | | | | 1aa2e8f Update README.md (#203) b85f161 Update README.md (#213) 23f13d2 Merge pull request #108 from olmokramer/patch-1 git-subtree-dir: dependencies/jsmn git-subtree-split: 1aa2e8f80849c983466b165d53542da9b1bd1b32 | ||
* | Fixed a typo (value -> number) (#186) | Alexey Radkov | 2020-02-19 |
| | |||
* | Modernize (#149) | Serge Zaitsev | 2019-04-20 |
| | | | | | | | | | | | | | | | * add .clang-format for automated code formatting * automatic code formatting * move config.mk below all target to allow custom non-default build targets * add license to the top of the file * use correct header file guards syntax * convert to single-header, header-only library * update makefile to use jsmn as a header-only library * update readme * add changed from PR #143 * fix clang warnings * add changes from PR #142 * add consts as per PR #134 | ||
* | btc/typos - JSON_ERROR_... should be JSMN_ERROR_... in README.md | Brian Carcich | 2018-01-25 |
| | |||
* | added travis badge | Serge A. Zaitsev | 2017-05-01 |
| | |||
* | Typo fix. | condemned77 | 2016-03-28 |
| | | | Minor typo fixed. | ||
* | Update README.md | Serge Zaitsev | 2016-01-20 |
| | |||
* | fix jsmntype_t definition in README | Eric Le Lay | 2015-12-07 |
| | |||
* | Fix typo | Bastien Dejean | 2015-11-19 |
| | |||
* | Changed links to github | Serge Zaitsev | 2015-09-24 |
| | |||
* | updated README | Serge A. Zaitsev | 2014-12-19 |
| | |||
* | removed JSMN_SUCCESS value from the readme | Serge A. Zaitsev | 2014-02-21 |
| | |||
* | edited readme about what's inside the repo. closes issue #19 | Serge A. Zaitsev | 2014-02-21 |
| | |||
* | fixed jsmntype_t definition | Serge A. Zaitsev | 2014-01-27 |
| | |||
* | added link to the web page | Serge A. Zaitsev | 2014-01-27 |
| | |||
* | rename README so markdown renders in source control | Peter Finlayson | 2013-12-23 |
The readme file is in markdown, but most source control systems and repos (including bitbucket) expect a markdown readme to be called README.md |