summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-23Added "add" accessors for repeated fields.Joshua Haberman
2018-12-23Merge branch 'master' into arrayapiJoshua Haberman
2018-12-22Merge pull request #146 from haberman/amalgamateJoshua Haberman
Fixed amalgamation to not list header files explicitly.
2018-12-22Make Bazel print output for failed tests.Joshua Haberman
2018-12-22Fixed amalgamation to not list header files explicitly.Joshua Haberman
2018-12-19Merge pull request #142 from TeBoring/json-any-encodingJoshua Haberman
Add support for encoding Any in json
2018-12-19Fix commentsBo Yang
2018-12-13Fix generated file testBo Yang
2018-12-13Fixed generated code for C++.Joshua Haberman
2018-12-13Added hazzers.Joshua Haberman
2018-12-13Changed generated array accessors to be more convenient.Joshua Haberman
2018-12-12Merge pull request #144 from haberman/rmupbcJoshua Haberman
Deleted old Lua-based C API compiler.
2018-12-12Deleted old Lua-based C API compiler.Josh Haberman
This compiler has been ported to C++, so the Lua compiler is no longer needed.
2018-12-12Merge pull request #143 from haberman/rmtravisJoshua Haberman
Removed Travis config and Makefile, in favor of Kokoro and Bazel/CMake.
2018-12-12Use the latest Bazel version.Josh Haberman
2018-12-12Removed Travis config and Makefile, in favor of Kokoro and Bazel/CMake.Josh Haberman
2018-12-12Mark unused parameterBo Yang
2018-12-12Remove unused codeBo Yang
2018-12-12Add support for encoding Any in jsonBo Yang
2018-12-08Merge pull request #140 from haberman/cmake-mac-fixesJoshua Haberman
Bazel and CMake fixes for macOS
2018-12-08Fix for sed that also works on Linux.Joshua Haberman
2018-12-08Merge branch 'master' into cmake-mac-fixesJoshua Haberman
2018-12-04Implement json decoding for Any message. (#130)Paul Yang
* Implement json decoding for Any message. type url may not appear as the first value in json. As a result, other data cannot be resolved before resolving type url. To solve that, this change caches the start and end position of unparsed values and resolve them in end_any_object when type url has been resolved. * Handle Any in switch * Update json parser size * Fix comments * Sync upstream * Add dependency on upb_pb for upb_json * Debug failed test * Fix cmake * Update test generated files * Remove debug tests
2018-12-01Fixes for macOS build. Also run tests in CMake test.Joshua Haberman
2018-12-01Fix Bazel Kokoro build (#136)Paul Yang
2018-11-29Merge pull request #137 from vishalpowar/add_visibilityJoshua Haberman
Add visibility
2018-11-29Add visibility for use in other projects.Vishal Powar
2018-11-26Merge branch 'master' of github.com:google/upbVishal Powar
2018-11-26Merge pull request #135 from vishalpowar/cast_correctJoshua Haberman
Explicit cast when creating a new struct
2018-11-26Fix tests for generated codeVishal Powar
2018-11-20Fix tests for generated codeVishal Powar
2018-11-20Explicit cast when creating a new structVishal Powar
2018-11-15Merge pull request #134 from haberman/upbc-cppJoshua Haberman
Added upb compiler written in C++ as a normal protoc plugin.
2018-11-14Updates to build system for upb C++ compiler.Josh Haberman
2018-11-12Added upb compiler written in C++ as a normal protoc plugin.Josh Haberman
2018-11-05Merge pull request #132 from haberman/bazelJoshua Haberman
Added Bazel build, and auto-generate CMake build from it.
2018-11-05Added script to generate CMake build. Bazel tests it.Josh Haberman
2018-11-03Added Kokoro config files.Josh Haberman
2018-11-03Added missing files from Bazel build.Josh Haberman
2018-11-03Conformance tests work under Bazel.Josh Haberman
2018-11-03Bazel builds everything except conformance_upb.Josh Haberman
2018-11-02WIP.Josh Haberman
2018-11-01Added missing "upbc" file.Josh Haberman
2018-11-01Some fixes to the CMake build.Josh Haberman
2018-10-05Fix json ignore unknown (#128)Paul Yang
* Fix json ignore unknown Previously, there were several problems with ignoring unknown in json. 1) After finding a field is unknown, the parser's state is not changed. Thus, there is no way to distinguish whether the parser is dealing with an unknown field or it's just a top level message. 2) Several method didn't respect unknown field, e.g., start_object, end_bool, start_array. * Update json parser size * Update json parser size
2018-09-21Fix mac use local timezone for strptime by default. (#127)Paul Yang
* Fix mac use local timezone for strptime by default. * Fix comments * Check len == UPB_TIMESTAMP_BASE_SIZE * Fix comment
2018-09-18Fix json encoding for wrappers, ListValue, Struct and Value. (#126)Paul Yang
* Fix json encoding for wrappers, ListValue, Struct and Value. * Add well_known_type field in upb_msgdef to specify type of well known messages. * Remove comma at end of enum definition. * Group number wrappers * Fix comments * Refactoring to use is_wellknown_{msg/field}
2018-09-09Merge pull request #125 from haberman/portdefJoshua Haberman
Fixed port_def/undef so that the amalgamation is self-contained.
2018-09-09Fixed port_def/undef so that the amalgamation is self-contained.Josh Haberman
2018-09-07Merge pull request #124 from haberman/unknownJoshua Haberman
Added support for unknown fields to upb_msg.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback