summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2019-03-25Remove _XOPEN_SOURCE from amalgamate.pyBo Yang
2019-03-05Merge branch 'master' into defcleanupJoshua Haberman
2019-03-05Add _XOPEN_SOURCE to amalgamate.pyBo Yang
2019-02-17Fixed amalgamation to properly include stdint.h first for UPB_SIZE().Josh Haberman
2019-01-29Merge pull request #145 from haberman/arrayapiJoshua Haberman
Generated code API changes for array and hazzers.
2019-01-28Fixes for google3.Josh Haberman
2019-01-27Ported BUILD file fixes for google3 to arrayapi branch.Josh Haberman
2019-01-24More fixes for google3 import.Josh Haberman
2019-01-23Fixes for Google import.Joshua Haberman
2019-01-23Changes for google3 import.Joshua Haberman
2019-01-23Delete obsolete dump_cinit.lua.Joshua Haberman
2019-01-17Merge branch 'arrayapi' into defcleanupJoshua Haberman
2019-01-16Supprot FieldMask json encoding/decoding. (#147)Paul Yang
2019-01-15Build & fix the JIT.Joshua Haberman
2018-12-19Merge pull request #142 from TeBoring/json-any-encodingJoshua Haberman
Add support for encoding Any in json
2018-12-17Disbled CMake tests for now.Josh Haberman
2018-12-16Got test_decoder working!Joshua Haberman
2018-12-13Merge branch 'master' into defcleanupJoshua Haberman
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-12Add support for encoding Any in jsonBo Yang
2018-12-08Merge branch 'cmake-mac-fixes' into defcleanupJoshua Haberman
2018-12-01Fixes for macOS build. Also run tests in CMake test.Joshua Haberman
2018-11-26Fix tests for generated codeVishal Powar
2018-11-14Updates to build system for upb C++ compiler.Josh Haberman
2018-11-05Added script to generate CMake build. Bazel tests it.Josh Haberman
2018-11-03Conformance tests work under Bazel.Josh Haberman
2018-11-01Added missing "upbc" file.Josh Haberman
2018-10-21Merge branch 'master' into defcleanupJosh Haberman
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-11WIP.Josh Haberman
2018-09-09Fixed port_def/undef so that the amalgamation is self-contained.Josh Haberman
2018-09-06Removed unnecessary struct definition with "int a".Josh Haberman
2018-09-06Removed default instance and oneof array from tables.Josh Haberman
2018-09-06Fixed amalgamation.Joshua Haberman
2018-09-06Added port_def.inc and port_undef.inc.Joshua Haberman
2018-09-06Changed C API to use inline functions and computed offsets.Joshua Haberman
2018-09-03Changed C API to only define structs, a table, and a few minimal inline ↵Joshua Haberman
functions.
2018-09-02More work on CMake build, and updated conformance for proto3.Joshua Haberman
2018-08-22Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.Josh Haberman
Also got rid of the premature "v1" business that was attempting to create a binary compatibility story. Also added an in-progress CMakeLists.txt file.
2018-03-07Added google/protobuf/descriptor.upb.* to core.Josh Haberman
This is in preparation for making upb_def capable of parsing binary descriptors directly. We leave upb/descriptor/descriptor.upbdefs.* in place for now, because upb/descriptor/reader.* still depends on it. Also removed a bit of cruft from the codegen.
2017-07-19Fixed 32-bit build and added generated files.Joshua Haberman
2017-07-18Responded to PR comments.Joshua Haberman
2017-07-17New encode/decode: most (171 / 192) conformance tests pass.Joshua Haberman
2017-07-11Merge branch 'gencode2' into gencode3Joshua Haberman
2017-07-11Responded to PR comments.Joshua Haberman
2017-07-08A good start on upb_encode and upb_decode.Josh Haberman
2017-07-05Be more picky about command-line args in upbc.Josh Haberman
2017-07-04First version of a real C codegen for upb.Joshua Haberman
Also includes an implementation of the conformance tests to display what the API usage will be like. There is still a lot to do, and things that are broken (oneofs, repeated fields, etc), but it's a good start.
2016-05-12Added UPB_ASSERT() that helps avoid unused var warnings.Joshua Haberman
* Added UPB_ASSERT() that helps avoid unused var warnings. * Addressed PR comments. * Fixed assert in the JIT.
2016-04-19Changed schema for JSON test to be defined in a .proto file. (#54)Joshua Haberman
* Changed schema for JSON test to be defined in a .proto file. Before we had lots of code to build these schemas manually, but this was verbose and made it difficult to add to the schema easily. Now we can just write a .proto file and adding fields is easy. To avoid making the tests depend on upbc (and thus Lua) we check in the generated schema. * Made protobuf-compiler a dependency of "make genfiles." * For genfiles download recent protoc that can handle proto3. * Only use new protoc for genfiles.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback