1313 Commits (e4c8afd0d413a684a8f5b30cad8b3b0657fe6b19)
 

Author SHA1 Message Date
Joshua Haberman e4c8afd0d4
Merge pull request #303 from haberman/packed-def 4 years ago
Joshua Haberman 8284321780 Fixed upb_fielddef_packed() to have the correct default. 4 years ago
Joshua Haberman ed86d98f53
Merge pull request #302 from haberman/verify-utf8 4 years ago
Joshua Haberman 8e26a33bcb Added a test for UTF-8 parse checking and added missing error reporting. 4 years ago
Joshua Haberman 2c666bc8f6 Use C-style comment instead of C++. 4 years ago
Joshua Haberman a77ea639d5 Verify UTF-8 when parsing proto3 string fields. 4 years ago
Joshua Haberman 7f19072206
Merge pull request #301 from haberman/rm-pop 4 years ago
Joshua Haberman bfdfe5a914 Removed unused push/pop functions. 4 years ago
Joshua Haberman 1479f2d7ca
Merge pull request #299 from haberman/google3-fixes 5 years ago
Joshua Haberman 8f11ec57d2 Applied changes from google3. 5 years ago
Joshua Haberman 7172b981dd
Merge pull request #297 from haberman/bugfixes 5 years ago
Joshua Haberman ffe40c9f94 Only run Valgrind if it is present. 5 years ago
Joshua Haberman 922c126b8b Fixed unit test errors that were causing Valgrind failures. 5 years ago
Joshua Haberman 086a68d191 Fixed memory leak that could occur after upb_arena_fuse(). 5 years ago
Joshua Haberman 35abcc248b Added test that should trigger a memory leak. 5 years ago
Joshua Haberman 7d726c8da6 JSON parser: Bugfix for float/double in quotes. 5 years ago
Joshua Haberman 74c60c757b
Merge pull request #296 from haberman/php-fixes 5 years ago
Joshua Haberman efe11c6c50 Removed excess logging statement. 5 years ago
Joshua Haberman 92e63da733
Merge pull request #295 from haberman/mac-compile-fix 5 years ago
Joshua Haberman e179dda212 Added initialization of all members to satisfy compiler warnings. 5 years ago
Joshua Haberman 81c2aa753e Fixes for the PHP C Extension. 5 years ago
Igor Kostenko f7fcc0df37
Fix divide by zero vs2019 compilation error #293 (#294) 5 years ago
Joshua Haberman 7d38c201fa
Enabled conformance tests to run under ASAN. This apears to work now. (#292) 5 years ago
Joshua Haberman 0dc2394da5
Changes to support import into google3 (#291) 5 years ago
Joshua Haberman 363e39c171
Fix for extra compiler warnings. (#290) 5 years ago
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