1806 Commits (ca8eadca416f178093a089719460ab8b46b98b60)
 

Author SHA1 Message Date
Joshua Haberman ca8eadca41 Updated version of google-benchmark so we can use interleaving. 3 years ago
Joshua Haberman be1d96b075
Merge pull request #424 from haberman/decodefunc 3 years ago
Joshua Haberman b3c91c276b Addressed PR comments. 3 years ago
Joshua Haberman d80e682a9c Moved find field function closer to where it is used. 3 years ago
Joshua Haberman 53ce4354cf Minor formatting changes. 3 years ago
Joshua Haberman 37a577c0e7 Further factored the function. 3 years ago
Joshua Haberman 69bb5d1d94 Simplified main parsing function. 3 years ago
Joshua Haberman 2e7da49bbe
Merge pull request #421 from haberman/extensions2 3 years ago
Joshua Haberman 29be74c5d2 Addressed PR comments. 3 years ago
Joshua Haberman b1bbbdd4e7 Addressed PR comments. 3 years ago
Joshua Haberman b23ec9a59c Fixed fasttable parser. 3 years ago
Joshua Haberman ce012b7b55 Added support for extensions. 3 years ago
Joshua Haberman 3f7c69ab7b
Merge pull request #419 from coeuvre/fix-bazelci 3 years ago
Chi Wang cb75d0b3fe Install additional packages to run test on Bazel CI 3 years ago
Joshua Haberman 982f26aad4
Merge pull request #418 from haberman/design-doc 3 years ago
Joshua Haberman 975ea595f8 Fleshed out DESIGN.md a bit more. 3 years ago
Joshua Haberman a52fb79965 First version of a new design doc. 3 years ago
Joshua Haberman d1aef4ffa9
Merge pull request #416 from haberman/enum-symtab 3 years ago
Joshua Haberman 3366d02f04 Addressed PR comments. 3 years ago
Joshua Haberman 255e20f87e Merge branch 'master' into enum-symtab 3 years ago
Joshua Haberman 5c28ab6b2c Implemented upb_enumvaldef, for storing information about enumvals. 3 years ago
Joshua Haberman 62c61ecc2c
Merge pull request #414 from haberman/python-review 3 years ago
Joshua Haberman 41590d24b0 Disabled Valgrind test for CI, we'll be using ASAN instead. 3 years ago
Joshua Haberman bd8ab9c742 Need install Valgrind. 3 years ago
Joshua Haberman 7183780b60 Added a Valgrind test that works for Python! 3 years ago
Joshua Haberman b66344a476 Fixed the GC object to use the appropriate GC functions. 3 years ago
Joshua Haberman f4fc2c3c4a Run in venv part 2. 3 years ago
Joshua Haberman 206e5b9aad Run Python tests under a venv. 3 years ago
Joshua Haberman c8e4cf7341 Output errors from Bazel tests. 3 years ago
Joshua Haberman f80d2d9406 Switch exclusion from '...' to 'all'. 3 years ago
Joshua Haberman 56e47fd783 Merge branch 'python-review' of https://github.com/haberman/upb into python-review 3 years ago
Joshua Haberman cdc9fcd93a Addressed PR comments. 3 years ago
Joshua Haberman b5b2bbaf53 Exclude Python test from asan. 3 years ago
Joshua Haberman 98eab1c0c2 Fix the build on macos. 3 years ago
Joshua Haberman ae160982e3 Fixed the Python system headers rule. 3 years ago
Joshua Haberman da6475305b Added missing license headers. 3 years ago
Joshua Haberman eec1a45e02 Formatted files with clang-format. 3 years ago
Joshua Haberman 5d8c3db94f Added copyright header and docs for python_headers(). 3 years ago
Joshua Haberman a086aafb6c Added a minimal test and fixed some bugs. 3 years ago
Joshua Haberman 53fba823de Added missing upb_symtab_lookupext() function. 3 years ago
Joshua Haberman 94ece04552 Initial commit of Python+upb. 3 years ago
Joshua Haberman 7092e60341
Merge pull request #413 from haberman/rm-kokoro 3 years ago
Joshua Haberman 77ec4b83eb Removed Kokoro configs, they have been superceded by GitHub Actions. 3 years ago
Joshua Haberman b5712f8398
Merge pull request #412 from haberman/bazelignore 3 years ago
Joshua Haberman 7f72ff0c2e Another try at fixing YAML syntax. 3 years ago
Joshua Haberman 4a3b2148a1 Fixed YAML syntax. 3 years ago
Joshua Haberman 71a49717c8 Add macOS and GCC tests. 3 years ago
Joshua Haberman ef0f5a9906 Ditch Docker for now, since pull requests don't have access to secrets. 3 years ago
Joshua Haberman fd4bd5c569 Added missing .bazelignore file. 3 years ago
Joshua Haberman cad4ec2687
Merge pull request #410 from haberman/gha-test 3 years ago