Skip to content

Upgrade upb#21905

Merged
markdroth merged 65 commits intogrpc:masterfrom
markdroth:upb_upgrade
Jun 24, 2020
Merged

Upgrade upb#21905
markdroth merged 65 commits intogrpc:masterfrom
markdroth:upb_upgrade

Conversation

@markdroth
Copy link
Copy Markdown
Member

No description provided.

ce1a399a19 Text format serializer for upb_msg (#242)
888f35cae6 Merge pull request #241 from haberman/conformance-fixes
46b93f8cea A bit more cleanup in the decoder.
ad2eb65a4b Refactored conformance_upb to use reflection, and fixed a decoder bug.
a202c5f84d Merge pull request #234 from haberman/parser
4c974cf72d Fixed generated files.
9a870d957f Removed upb_decframe and made ptr an explicit parameter and return.
a6c54729df Added UPB_ASSUME(), to work around warnings when optimization is enabled:
9e1f89ef2c Merge pull request #224 from haberman/maps
ce0496eb86 Merge branch 'master' into maps
e911aae5f6 Factored upb_map_entry into a shared place.
4c1a97ae9c Merge branch 'master' into maps
59fe620fa0 Merge branch 'maps' of github.com:haberman/upb into maps
744f8588da Cleanup to remove END_GROUP from descriptortype -> type tables.
f9efbcd5d6 Added missing append fallback.
c4b64e6a20 Slight simplification: NULL arena will avoid creating a new sub-object.
d541566a7b Moved upb_array_new() to upb/reflection.h where it belongs.
059f226d41 Unit tests for maps generated code.
520ddc1f11 c89 fixes.
806c8c9c6e Removed obsolete testing files.
2a85bef825 Generated code interface for maps is complete, though not yet tested.
7f5fe52dfa Fixes for non-C89 code.
6c2d732082 Fixed upb's map parsing to overwrite existing elements.
090a0c33a4 Fixed VLA error and rewrote the map parsing code to be clearer.
0fbae939d2 Removed stray fprintf().
572ba75d1c Removed comma after final enumerator.
c9135e5276 Fixed the build.
d040aa1302 Merge branch 'master' into maps
e18541a9dd Added some missing files.
92509cc3b2 Rename lua_test.
382f92a87f Maps encode and decode successfully!
4c57b1fefd More progress on Lua extension.
d6c3152c0b Added more Lua tests that are passing.
ae66e571d4 Fixed some bugs and added a few more tests.
bfc86d3577 Fixed many bugs, basic Lua test passes!
b518b06d75 Lua test program is loaded successfully.
6ae4a2694c Merge branch 'maps' of github.com:haberman/upb into maps
cc6db9fb0b Fixed crash bug.
88d996132e Added Lua main.c test driver program.
626ec4bfcf Everything builds, test pass except test_decoder.
5239655b99 WIP.
23825332e1 WIP.
27b95c969a WIP.
9a360ad43d Moved legacy_msg_reflection.{c,h} -> reflection.{c.h}.
dc58b657ee New reflection API doesn't need types as parameters for map/array.
c486da3970 WIP.
b76040cfcc Merge branch 'maps' of github.com:haberman/upb into maps
cc8e894b63 Merge branch 'master' into maps
946880c105 Merge branch 'master' into maps
1461da5056 WIP.
0a07f2714b Merge branch 'master' into maps
18de110b00 Merge branch 'master' into maps
283857f308 WIP.
5dea3f8486 Merge branch 'master' into maps
07ac6f0e8e Merge branch 'master' into maps
0c64c4b594 WIP.

git-subtree-dir: third_party/upb
git-subtree-split: ce1a399a19f11683d58ba4c2569ec3fdd5a67621
@markdroth markdroth added the release notes: no Indicates if PR should not be in release notes label Feb 4, 2020
3d955e684c Added "extern C" blocks to textencode. (#244)
ca512852f3 Fixed parsing for string->double maps. (#243)

git-subtree-dir: third_party/upb
git-subtree-split: 3d955e684c91feff188de1f2509e55aae291762a
4c6dcc3c6b [textformat]: added missing newline when a message opens. (#245)

git-subtree-dir: third_party/upb
git-subtree-split: 4c6dcc3c6bdb7039995768bf5f95ac2c4a6e9102
ca84145476 [decoder] fix for buf=NULL, size=0 case. (#246)

git-subtree-dir: third_party/upb
git-subtree-split: ca84145476ddd722c6d67d7cf985d1d0aefcd893
bb2db35464 Fixing Windows build. (#247)

git-subtree-dir: third_party/upb
git-subtree-split: bb2db35464dec97d180a21c3fc4a890799fb7785
02c89a8b15 Renamed textencode -> text_encode for greater readability. (#249)

git-subtree-dir: third_party/upb
git-subtree-split: 02c89a8b15d0ce2a4a75ef16fc398913827354fd
@markdroth markdroth marked this pull request as ready for review February 11, 2020 17:10
markdroth added 13 commits June 2, 2020 14:34
7f5b8d73b0 Merge pull request #287 from haberman/php-amalgamation
634d37515c Bugfix for oneofs and added line/col info to JSON.

git-subtree-dir: third_party/upb
git-subtree-split: 7f5b8d73b0d1a481b279de3c6a558015ae1adca5
b717575cef Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289)
2e335ab9d2 Merge pull request #288 from haberman/ubsan
408d34797d Disable UBSan, Clang is not available in upb's Kokoro image atm.
6b808a4072 Fixed all UBSan issues and added UBSan CI checks.

git-subtree-dir: third_party/upb
git-subtree-split: b717575ceff5e759a28f3ed3d60a65eee041a30c
markdroth added 3 commits June 4, 2020 15:49
363e39c171 Fix for extra compiler warnings. (#290)

git-subtree-dir: third_party/upb
git-subtree-split: 363e39c171a08b89bd546189d1244a6e191cacf0
92e63da733 Merge pull request #295 from haberman/mac-compile-fix
e179dda212 Added initialization of all members to satisfy compiler warnings.
f7fcc0df37 Fix divide by zero vs2019 compilation error #293 (#294)
7d38c201fa Enabled conformance tests to run under ASAN. This apears to work now. (#292)
0dc2394da5 Changes to support import into google3 (#291)

git-subtree-dir: third_party/upb
git-subtree-split: 92e63da73328d01b417cf26c2de7b0a27a0f83af
@markdroth markdroth force-pushed the upb_upgrade branch 2 times, most recently from ba8dea3 to 11d50d9 Compare June 15, 2020 22:59
@markdroth
Copy link
Copy Markdown
Member Author

Known issues: #22820
The "Bazel C/C++ Dbg MacOS" failure is an infrastructure failure.

I will not squash commits here, since that would destroy the upb subtree update history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

disposition/never stale release notes: no Indicates if PR should not be in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants