2325 Commits (fbcd42b9f00afef3ecd1dd56d91a2bb11ad9e350)
 

Author SHA1 Message Date
Joshua Haberman fbcd42b9f0 Added a test that the Python module is importable, and fixed several issues that were required to make the test pass: 3 years ago
Protobuf Team 823ed18316 Move upb_Array and upb_Map into collections target. 3 years ago
Joshua Haberman 5f627b69e5 GitHub Action for building/installing Python wheel. 3 years ago
Copybara-Service 2abcb7dd8a Merge pull request #590 from deannagarcia:moveDeps 3 years ago
Deanna Garcia 24febb01c8 Move python deps to workspace_deps 3 years ago
Joshua Haberman 22c7daf1e3 Update to new upb module name. 3 years ago
Joshua Haberman f75d707ae9 A small test cleanup for Python. 3 years ago
Joshua Haberman a0bc6693b0 Avoid registering a toolchain in upb_deps(), to avoid errors in cases where system_python was not available. 3 years ago
Joshua Haberman 92e06d027c Fix for internal running of tests. 3 years ago
Joshua Haberman 7f9135b766 Updated system_python to tolerate the case where a system python is not available. 3 years ago
Protobuf Team 7e9e95afaf fix typos 3 years ago
Joshua Haberman 3e0890c055 Added support for UnknownFieldSet. 3 years ago
Joshua Haberman 4978040db4 Rewrote the MessageSet parsing code in the upb decoder to properly handle several edge cases. 3 years ago
Joshua Haberman 76c7ca9327 Updated API for accessing extensions. 3 years ago
Protobuf Team e5468b47f8 Add mini table accessors 3 years ago
Joshua Haberman fa8b605f78 Implemented MiniDescriptors for proto2 enums. 3 years ago
Joshua Haberman 1fc983f35f Added Python deps to upb_deps(). 3 years ago
Joshua Haberman 57e272449c Revert "Moved system_python dep into upb_deps()." 3 years ago
Joshua Haberman 17052fce40 Moved system_python dep into upb_deps(). 3 years ago
Protobuf Team ee6b1abb35 Create targets for UPB release 3 years ago
Joshua Haberman 6a2c01a7f2 Internal doc reshuffling. The generated .svg files will return soon, generated by a GitHub Action. 3 years ago
Protobuf Team 9f371b781b Set explicit mnemonic for Starlark action. 3 years ago
Protobuf Team e1e7435e70 Internal change 3 years ago
Joshua Haberman 9cc02bb60d Rewrote the MessageSet parsing code in the upb decoder to properly handle several edge cases. 3 years ago
Protobuf Team bef53686ec Add support for clear field in upbc. 3 years ago
Joshua Haberman 7ff1662f97 Removed pre-generated CMake files from the main branch. 3 years ago
Joshua Haberman 98aa7d7add Fixed GitHub Actions syntax. 3 years ago
Protobuf Team e6e73198e3 Ignore recently added pb unit test method 3 years ago
Joshua Haberman f32e79a975 Added GitHub Action to build generated files and push them to the `generated` branch. 3 years ago
Joshua Haberman a5243ff6d9 Restructure our file syncing so GitHub only files are tracked separately in Piper. 3 years ago
Joshua Haberman 68b8469245
Set theme jekyll-theme-cayman 3 years ago
Joshua Haberman 8835242b8b Moved GitHub docs from `doc` -> `docs`. GitHub pages only supports the latter. 3 years ago
Joshua Haberman b25e7218ef Call reserve() before push_back(). 3 years ago
Protobuf Team e80ac6df59 Fix typos 3 years ago
Copybara-Service 8bc976b951 Merge pull request #554 from haberman:push_back 3 years ago
Joshua Haberman c6dae657fb Reserve elements from vector before calling push_back(). 3 years ago
Protobuf Team b0f55f0879 Reserve vector capacity prior to calling `push_back()` in a loop. 3 years ago
Theodore Rose 027129bf0f
Merge pull request #552 from protocolbuffers/test_435060849 3 years ago
Protobuf Team 78f5af8103 Internal change 3 years ago
Protobuf Team b8edc7153f Internal change 3 years ago
Joshua Haberman b79b8b3f4d
Merge pull request #550 from haberman/minitable-api 3 years ago
Joshua Haberman a9e894dbbc Addressed PR comments. 3 years ago
Joshua Haberman adff8bd239
Merge pull request #551 from haberman/hash_function 3 years ago
Joshua Haberman 99d0b36baa Change parameter to const void*. 3 years ago
Joshua Haberman 570332dfee Ruby needs the "seed" parameter in our hash function. 3 years ago
Joshua Haberman a1a101ab8e clang-format. 3 years ago
Joshua Haberman cb55c4d781 Addressed PR comments. 3 years ago
Joshua Haberman 8d148f023e Clang-format and fixed missing dep. 3 years ago
Joshua Haberman 20e7802fca Clang-format. 3 years ago
Joshua Haberman 3692e6659f Reverted decode_fast.c changes. They are not necessary for this PR. 3 years ago