Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix gcc/clang warning and unnecessary implicit type conversion to different ↵ | Toni Uhlig | 2020-03-13 |
| | | | | | | | | | size/signedness (#187) * fixed gcc/clang warnings regarding implicit numeric to enum type conversion * fixed unnecessary implicit type casts regarding size and signedness Co-authored-by: Toni Uhlig <Toni.Uhlig@rohde-schwarz.com> | ||
* | 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 | ||
* | initialized ok variable in tests, parse should still return 1 if expected ↵ | Serge A. Zaitsev | 2015-10-31 |
| | | | | result is a failure | ||
* | moved tests into a subfolder, added table-driven tests | Serge A. Zaitsev | 2015-10-17 |