1288 Commits (b717575ceff5e759a28f3ed3d60a65eee041a30c)
 

Author SHA1 Message Date
Joshua Haberman b717575cef
Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) 5 years ago
Joshua Haberman 2e335ab9d2
Merge pull request #288 from haberman/ubsan 5 years ago
Joshua Haberman 408d34797d Disable UBSan, Clang is not available in upb's Kokoro image atm. 5 years ago
Joshua Haberman 6b808a4072 Fixed all UBSan issues and added UBSan CI checks. 5 years ago
Joshua Haberman 7f5b8d73b0
Merge pull request #287 from haberman/php-amalgamation 5 years ago
Joshua Haberman 634d37515c Bugfix for oneofs and added line/col info to JSON. 5 years ago
Joshua Haberman 543a0ce8f2
Fixes for PHP. (#286) 5 years ago
Charlie Savage 93e2a40881
MSVC 2019 Fixes (#285) 5 years ago
Joshua Haberman a1c2caeb25
More arena tests. (#279) 5 years ago
Joshua Haberman 16facab490
Created an amalgamation without handlers, and fixed some bugs. (#283) 5 years ago
Joshua Haberman 22182e6e54
Simplified epoch day algorithm. (#282) 5 years ago
Paul Yang 55f5bcd62c
Add upb_symtab_lookupfile2 (#281) 5 years ago
Paul Yang c26e8db53d
Ignore Unknown Enum Value (#280) 5 years ago
Joshua Haberman 6c4acba610
Implemented upb_arena_fuse() (#278) 5 years ago
Joshua Haberman 2b1e7dc1cc
Arena refactor: moves cleanup list into regular blocks (#277) 5 years ago
Joshua Haberman a0ae30bd16
Remove bytes allocated measurement functions. (#276) 5 years ago
Joshua Haberman 025cc2ec3d
New arena benchmarks that actually hit the heap. (#275) 5 years ago
Joshua Haberman cef720e9b0
Parser bugfix and updated generated file. (#273) 5 years ago
Joshua Haberman 262bcbcada
Updated generated files. (#274) 5 years ago
Joshua Haberman 0842f88211
Support for proto3 optional. (#270) 5 years ago
Yannic d638d74d1b
Add load statements for @rules_proto (#271) 5 years ago
Joshua Haberman 2559e78aa3
Separated C++ wrappers into separate files in a backward-compatible way. (#265) 5 years ago
Joshua Haberman 9bd23dab42
Changed upb status to suit GCC10's warning about strncpy(). (#268) 5 years ago
Joshua Haberman 38a1045975
Added a has_foo() generated method for proto3 submessage fields. (#266) 5 years ago
Joshua Haberman ef25ea5281
Added Kokoro verification of the ASAN build. (#220) 5 years ago
Joshua Haberman 378cbbc3cc
Updated to new protobuf version, and added support for packed=false. (#264) 5 years ago
Joshua Haberman 08b6d2d6fd
Rewrite of the decoder (#263) 5 years ago
Joshua Haberman 4e2505edaa
Merge pull request #259 from haberman/rmsubmodule 5 years ago
Joshua Haberman 91fd76cc9c
Merge pull request #258 from haberman/bazel_version 5 years ago
Joshua Haberman d0d5339620 Removed .gitmodules, we don't use submodules any more. 5 years ago
Joshua Haberman 6c5d5afc43 Remove compatibility code for old Bazel versions. 5 years ago
Joshua Haberman c1357afb2e
Merge pull request #230 from moroten/maybe-deps 5 years ago
Joshua Haberman a3d693544b
Merge pull request #257 from haberman/warnings2 5 years ago
Joshua Haberman 63e673383b Fixed narrowing warnings in text_encode.c. 5 years ago
Joshua Haberman 39bc93a527
Merge pull request #252 from haberman/jsondecode 5 years ago
Joshua Haberman 0fdd65f223 Merge branch 'master' into jsondecode 5 years ago
Joshua Haberman 82af3d661c
Merge pull request #255 from protocolbuffers/const-array 5 years ago
Nicolas Noble 90b3a20af0
Making sure _upb_fieldtype_to_sizelg2 is readonly 5 years ago
Joshua Haberman 97bcd5276c
Merge pull request #253 from haberman/warnings 5 years ago
Joshua Haberman aacdcf8b91 The compile is now clean of -Wshorten-64-to-32 warnings. 5 years ago
Joshua Haberman 5667a7a806 Removed stray assert, causing C90 build errors. 5 years ago
Joshua Haberman 23a5af3513 [json] fixed all remaining conformance bugs. 5 years ago
Joshua Haberman 6ec4df82c1 Updated other parts of upb for new JSON name API. 5 years ago
Joshua Haberman a292261aeb Added JSON decoder to conformance tests, and fixed tons of bugs. 5 years ago
Joshua Haberman d49c1db6c2 New JSON decoder, string->msg using reflection. 5 years ago
Joshua Haberman e70853d71f
Merge pull request #251 from haberman/emptyfix 5 years ago
Joshua Haberman b409f8cd85 Fixed code generator for upbdefs when a file has no messages. 5 years ago
Joshua Haberman 58010a3f73 Another fix for google import. 5 years ago
Joshua Haberman 4b8c04e521 Ran buildifier and fixed a few things for google3 import. 5 years ago
Joshua Haberman 95fb9b2e38
Merge pull request #250 from haberman/jsonencode 5 years ago