189 Révisions (9f31a04909d6103f12a29cd1d518ddd804049433)

Auteur SHA1 Message Date
Riyyi 9f31a04909 Util: Optimize Lexer::getNumberOrLiteral() to one string append il y a 3 ans
Riyyi 3e69abdfa0 Util: Implement copy-and-swap idiom and the Rule of Five in Value il y a 3 ans
Riyyi 7c1f95e850 Util: Prevent unnecessary copy assignment calls il y a 3 ans
Riyyi 0841e49b46 Util: Add user-defined string literal for Json::Value il y a 3 ans
Riyyi 3ea87a1d28 Util: Print Json error messages to stderr il y a 3 ans
Riyyi 4ea1242247 Manager: Switch to own JSON parser, remove nlohmann/json il y a 3 ans
Riyyi d6cd90ae4a Util: Rename Json::Value m_value union variables il y a 3 ans
Riyyi b76223693b Util: Add Parser and Serializer to Value friends il y a 3 ans
Riyyi ad137576a8 Util: Make character breaks in Lexer more clear syntactically il y a 3 ans
Riyyi 5835c63bda Util: Rename Array m_values -> m_elements il y a 3 ans
Riyyi 39329caf22 Util: Fix empty Object {} parsing il y a 3 ans
Riyyi a33f35faab Util: Rearrange Parser functions il y a 3 ans
Riyyi aa5b5117ad Util: Change seekForward() to go 1 step after the match il y a 3 ans
Riyyi 51e788a5ad Util: Change Token element access to use at() il y a 3 ans
Riyyi c7e4eb2575 Util: Add EOF detection in Parser getArray() getObject() il y a 3 ans
Riyyi 55ed70353a Util: Fix trailing comma in Object error message il y a 3 ans
Riyyi abb075939f Util: Properly detect empty Tokens and multiple root elements il y a 3 ans
Riyyi a3ab6aecfa Util: Fix comma placement in error message il y a 3 ans
Riyyi 097be4c012 Util: Fix Serializer trailing commas in Object dumping il y a 3 ans
Riyyi ea7049306e Util: Fix empty Array parsing il y a 3 ans
Riyyi fc3dc936fa Util: Fix line count detection for non-trailing newline in Job il y a 3 ans
Riyyi f2ea84be0f Util: Fix to break at the end of the file in Lexer il y a 3 ans
Riyyi 003db7332d Util: Add fromJson() functions for Object Value types il y a 3 ans
Riyyi 8797f695e0 Util: Fix type check il y a 3 ans
Riyyi 74dd24a516 Util: Add flexible constructor toJson() to Json::Value il y a 3 ans
Riyyi 5c95288874 Util: Move staticConst<T> to separate header il y a 3 ans
Riyyi 0c972f420c Util: Add get<T>() functionality with customization points to Value il y a 3 ans
Riyyi c5bbd7befd Util: Add exists() to Json::Value il y a 3 ans
Riyyi a209452a68 Util: Add Json::Value at() functions il y a 3 ans
Riyyi 4487c800df Util: Change Array constructor il y a 3 ans
Riyyi d9cfd3f7c1 Util: Forward declare Json::Value in Array and Object class il y a 3 ans
Riyyi 0465d5802a Util: Add size() getter to Json::Value il y a 3 ans
Riyyi 66774364fd Util: Forward declare Value in the Parser class il y a 3 ans
Riyyi 3078f62162 Util: Remove unneeded std::prev() use il y a 3 ans
Riyyi 8e92317f9e Util: Fix parsing solidus '/' il y a 3 ans
Riyyi c3d6af85ba Util: Rename Stringify -> Serializer il y a 3 ans
Riyyi 5d844554f5 Util: Fix Parser number error detection il y a 3 ans
Riyyi a3d1cd1d74 Util: Change Lexer line/column to 0-based il y a 3 ans
Riyyi ed5efdb0d6 Util: Remove unused function il y a 3 ans
Riyyi 4457a711cd Util: Remove debugging printf() statements il y a 3 ans
Riyyi 925fdd474a Util: Optimize m_index variable usage il y a 3 ans
Riyyi d65f56bf03 Util: Break Lexer strings on quote and new lines il y a 3 ans
Riyyi 4501061060 Util: Add string validation to Parser il y a 3 ans
Riyyi 0aef4ee2c0 Util: Only break Lexer string tokenization on unescaped " il y a 3 ans
Riyyi c1c9429a9d Util: Improve Lexer string tokenization il y a 3 ans
Riyyi 356cdaf051 Util: Add increment() and decrement() to Lexer il y a 3 ans
Riyyi b41bba72c9 Util: Rename Object key -> name il y a 3 ans
Riyyi a818c4489c Util: Add missing getter to Object il y a 3 ans
Riyyi 8800ff4f7a Util: Move literal validation logic to Parser il y a 3 ans
Riyyi 6161d577c6 Util: Change Object map unused value to uint8_t il y a 3 ans