simdjson/include/simdjson
Thomas Navennec 352dd5e7fa Change parse_json return type from bool to int (#82)
* Added simdjerr namespace

* Updated jsonparser files

* updated stage1 and stage2

* removed stage2 inline function

* Added forgotten return statements

* Updated tools and benchmarks

* Corrected parenthesis

* Removed extra =

* Accidentally undid reinterpret_cast

* Better comments, undid a header name fuckup

* Added an errorMsg method, updated readme

* Removed useless header from stage2

* Updated single-header file

* added simdjerr.cpp contents to simdjson.cpp

* Made single header version work

* Updated singleheader test, fixed simdjson.cpp

* Renamed simdjerr namespace and files to simdjson

* Updating the amalgamation.
2019-03-02 17:18:45 -05:00
..
common_defs.h First release (0.0.1) 2019-02-26 10:14:49 -05:00
jsoncharutils.h Merge pull request #61 from NewProggie/fix_minor_problems 2019-02-26 20:50:03 +11:00
jsonformatutils.h Fix old-style C-Casts 2019-02-23 17:31:38 +01:00
jsonioutil.h Apply minor readability fixes 2019-02-23 17:28:20 +01:00
jsonminifier.h Fix old-style C-Casts 2019-02-23 17:31:38 +01:00
jsonparser.h Change parse_json return type from bool to int (#82) 2019-03-02 17:18:45 -05:00
numberparsing.h Apply code review suggestions 2019-02-26 09:36:28 +01:00
parsedjson.h Apply code review suggestions 2019-02-26 09:36:28 +01:00
portability.h Apply code review suggestions 2019-02-26 09:36:28 +01:00
simdjson.h Change parse_json return type from bool to int (#82) 2019-03-02 17:18:45 -05:00
simdjson_version.h First release (0.0.1) 2019-02-26 10:14:49 -05:00
simdprune_tables.h Apply minor readability fixes 2019-02-23 17:28:20 +01:00
simdutf8check.h Apply minor readability fixes 2019-02-23 17:28:20 +01:00
stage1_find_marks.h Change parse_json return type from bool to int (#82) 2019-03-02 17:18:45 -05:00
stage2_build_tape.h Change parse_json return type from bool to int (#82) 2019-03-02 17:18:45 -05:00
stringparsing.h Merge pull request #61 from NewProggie/fix_minor_problems 2019-02-26 20:50:03 +11:00