Matt Kulukundis
|
92d71a4667
|
make deps explicit
|
3 years ago |
Matt Kulukundis
|
5d7daf1ce2
|
fix cmake
|
3 years ago |
Matt Kulukundis
|
8b74557e30
|
test for previous definition
|
3 years ago |
Matt Kulukundis
|
c8f823ef0a
|
explicitly include deps for internal headers
|
3 years ago |
Matt Fowles Kulukundis
|
854a56bb6f
|
Merge pull request #515 from fowles/main
force explicit conversions to desired types in generated code
|
3 years ago |
Matt Kulukundis
|
00a88b2426
|
clang-format
|
3 years ago |
Matt Kulukundis
|
17f3a0d236
|
move to internal
|
3 years ago |
Matt Kulukundis
|
d2ff429dc9
|
clang-format
|
3 years ago |
Matt Kulukundis
|
9457aa6452
|
force explicit conversions to desired types in generated code
|
3 years ago |
Matt Fowles Kulukundis
|
f196268799
|
Merge pull request #514 from fowles/main
sort file list
|
3 years ago |
Matt Kulukundis
|
074a469cbe
|
sort file list
|
3 years ago |
Matt Fowles Kulukundis
|
9d6a72c1bc
|
Merge pull request #513 from fowles/main
Small fixes to compile with stricter warnings
|
3 years ago |
Matt Kulukundis
|
dc11657df6
|
Small fixes to compile with stricter warnings
|
3 years ago |
Matt Fowles Kulukundis
|
8741870615
|
Merge pull request #512 from fowles/main
add some missing testonly attributes
|
3 years ago |
Matt Kulukundis
|
61b0905040
|
add some missing testonly attributes
|
3 years ago |
Matt Fowles Kulukundis
|
ba8eec49ce
|
Merge pull request #511 from fowles/main
more licenses
|
3 years ago |
Matt Kulukundis
|
bf04341805
|
more licenses
|
3 years ago |
Matt Kulukundis
|
cce4cffd85
|
more licenses
|
3 years ago |
Matt Fowles Kulukundis
|
96608be18f
|
Merge pull request #510 from fowles/main
add missing license lines to bazel files
|
3 years ago |
Matt Kulukundis
|
9d9e36125c
|
another license
|
3 years ago |
Matt Kulukundis
|
9f8c080832
|
add missing license lines to bazel files
|
3 years ago |
Joshua Haberman
|
34e148c4e9
|
Merge pull request #509 from haberman/update-protobuf
Update to new protobuf version
|
3 years ago |
Joshua Haberman
|
f73ff8a8f3
|
Put load statement back where it was.
|
3 years ago |
Joshua Haberman
|
56c59c10ed
|
Call protobuf_deps() ourselves instead of from upb_deps().
|
3 years ago |
Joshua Haberman
|
e253b6ec03
|
Added a note that users calling upb_deps() must first depend on protobuf.
|
3 years ago |
Joshua Haberman
|
022ccf54d4
|
Updated to the HEAD version of Protobuf.
This brings in a few new Python tests that are failing.
|
3 years ago |
Joshua Haberman
|
a02d92e025
|
Merge pull request #508 from haberman/ubsan
Enabled ubsan tests and fixed ubsan failures.
|
3 years ago |
Joshua Haberman
|
212846cc47
|
Merge pull request #507 from haberman/bazel-tests
Restored Bazel tests.
|
3 years ago |
Joshua Haberman
|
af7bcd38e6
|
Merge pull request #506 from haberman/fuzz-sub
Moved fuzzing to a sub-directory.
|
3 years ago |
Joshua Haberman
|
1d2193ba61
|
ubsan apparently requires libunwind-dev.
|
3 years ago |
Joshua Haberman
|
826eca6742
|
Enabled ubsan tests and fixed ubsan failures.
|
3 years ago |
Joshua Haberman
|
87f8a53dfe
|
Re-added files in a new directory.
|
3 years ago |
Joshua Haberman
|
c22cff01e8
|
Restored Bazel tests.
I accdentally replaced the bazel tests with clang-format tests.
|
3 years ago |
Joshua Haberman
|
502d6ba1d6
|
Moved fuzzing to a sub-directory.
gRPC does not want to depend on rules_fuzzing.
|
3 years ago |
Joshua Haberman
|
950cdab42f
|
Merge pull request #505 from haberman/notests
Moved tests into the main source tree
|
3 years ago |
Joshua Haberman
|
5a18dafdce
|
Removed old README file.
|
3 years ago |
Joshua Haberman
|
0028e74519
|
Added a README.md for the Lua bindings, and a comment for the failure list.
|
3 years ago |
Joshua Haberman
|
11b6df0c46
|
Moved tests into the main source tree.
|
3 years ago |
Joshua Haberman
|
c9c31241bc
|
Merge pull request #504 from haberman/utf8-range-fix
Added an extra __aarch64__ include guard
|
3 years ago |
Joshua Haberman
|
db0796fe49
|
Used the original/native file structure. And fixed an __aarch64__ define.
|
3 years ago |
Joshua Haberman
|
4b15cf3da2
|
Merge pull request #499 from haberman/python-pkg
Added a Bazel rule to build a binary wheel for Python
|
3 years ago |
Joshua Haberman
|
a07ac3fafc
|
Added comment about commented-out code.
|
3 years ago |
Joshua Haberman
|
1938d1f6ac
|
Added specific issue numbers for the TODOs.
|
3 years ago |
Joshua Haberman
|
6375267af4
|
Merge pull request #501 from haberman/def-benchmark
Added a variant of the def-loading benchmark that builds layout dynamically
|
3 years ago |
Joshua Haberman
|
6af01a26a0
|
Ran clang-format.
|
3 years ago |
Joshua Haberman
|
6616ed639b
|
Merge branch 'main' into def-benchmark
|
3 years ago |
Joshua Haberman
|
4c9891bf3e
|
Renamed LoadDefInit_NoLayout() to LoadDefInit_BuildLayout().
This will clarify that the function should go with the
WithLayout benchmarks.
|
3 years ago |
Joshua Haberman
|
69e0fedcc0
|
Merge pull request #500 from haberman/clang-format
Added GitHub Action to test for clang-format
|
3 years ago |
Joshua Haberman
|
205a7ea8b1
|
Added a variant of the def-loading benchmark that builds layout dynamically.
This will help us evaluate the performance impacts (if any) that the
new mini-table building code will have.
|
3 years ago |
Joshua Haberman
|
55f0ac4752
|
Added .clang-format for the project.
|
3 years ago |