summaryrefslogtreecommitdiff
path: root/BUILD
AgeCommit message (Collapse)Author
2018-12-13Added hazzers.Joshua Haberman
2018-12-13Merge branch 'master' into defcleanupJoshua Haberman
2018-12-13Ported some tests.Joshua 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-10WIP, core library compiles now.Joshua Haberman
2018-12-08Merge branch 'master' into defcleanupJoshua Haberman
2018-12-08Merge branch 'master' into cmake-mac-fixesJoshua Haberman
2018-12-08Merge branch 'cmake-mac-fixes' into defcleanupJoshua 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-29Add visibility for use in other projects.Vishal 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-03Bazel builds everything except conformance_upb.Josh Haberman
2018-11-02WIP.Josh Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback