summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-31Fixed UBSAN issuesEsun Kim
2019-07-31Merge pull request #199 from veblush/upb_alloc_globalNicolas Noble
Add extern C to upb_alloc_global
2019-07-31Add extern C to upb_alloc_globalEsun Kim
2019-07-31Merge pull request #198 from veblush/shortenNicolas Noble
Fixed -Wshorten-64-to-32
2019-07-31Merge pull request #197 from veblush/likelyNicolas Noble
Make UPB_LIKELY compatible with non-GNUC
2019-07-31Fixed -Wshorten-64-to-32Esun Kim
2019-07-30Use UPB_LIKELY only when GNUCEsun Kim
2019-07-30Merge pull request #196 from veblush/strict-prototypesNicolas Noble
Add "-Wstrict-prototypes" option
2019-07-30Add -Wstrict-prototypes optionEsun Kim
2019-07-30Merge pull request #195 from veblush/vsnprintfNicolas Noble
Fix compiler error on Windows
2019-07-30Support MSVC prior to 2015Esun Kim
2019-07-29Support Visual StudioEsun Kim
2019-07-26Merge pull request #194 from veblush/conversion-warningNicolas Noble
Added explicit type casting to char
2019-07-26Remove conversion warningEsun Kim
2019-07-23Merge pull request #193 from nicolasnoble/windows-flagsNicolas Noble
Disabling gcc flags for Windows build.
2019-07-23Trying to be more flexible with the version of bazel we can use here.Nicolas "Pixel" Noble
2019-07-22Adding (v)snprintf and va_copy for Windows.Nicolas "Pixel" Noble
2019-07-22Fixing the separator string.Nicolas "Pixel" Noble
2019-07-19Revert previous fix - to_list() is too new, or...?Nicolas "Pixel" Noble
2019-07-18Disabling gcc flags for Windows build.Nicolas "Pixel" Noble
2019-07-05Merge pull request #185 from TeBoring/int64-json-fixJoshua Haberman
Change int64 json encoding to be string
2019-06-27Merge pull request #188 from Google-Autofuzz/masterJoshua Haberman
Create README for fuzzing corpus folder
2019-06-26Merge pull request #190 from haberman/styleJoshua Haberman
Some minor style fixes.
2019-06-26Some minor style fixes.Joshua Haberman
2019-06-26change back to the original BUILDGoogle-Autofuzz
2019-06-26modified BUILDGoogle-Autofuzz
2019-06-26fix -fsanitizeGoogle-Autofuzz
2019-06-26Update BUILDGoogle AutoFuzz Team
2019-06-25Merge branch 'master' of https://github.com/Google-Autofuzz/upbGoogle-Autofuzz
2019-06-25modified fuzz configGoogle-Autofuzz
2019-06-25Create READMEGoogle AutoFuzz Team
2019-06-20Merge pull request #187 from haberman/fixesJoshua Haberman
Build fixes from fuzz target.
2019-06-17Build fixes from fuzz target.Joshua Haberman
2019-06-14Change methods name to specify as number/stringBo Yang
2019-06-14Fix integer typesBo Yang
2019-06-13Merge pull request #186 from Google-Autofuzz/masterJoshua Haberman
Add Fuzz target and modified BUILD
2019-06-13Update BUILD with OSS-FUZZGoogle AutoFuzz Team
2019-06-13Add simple fuzz target for upbGoogle AutoFuzz Team
2019-06-13Change int64 json encoding to be stringBo Yang
2019-06-11Merge pull request #183 from haberman/bazelfixJoshua Haberman
Small fix to upb_proto_library().
2019-06-11Small fix to upb_proto_library().Joshua Haberman
2019-06-11Merge pull request #182 from haberman/bazelfixJoshua Haberman
Fixed upb_proto_library() logic for calculating output dir.
2019-06-11Fixed upb_proto_library() logic for calculating output dir.Joshua Haberman
2019-06-05Merge pull request #180 from haberman/rmreflectiveJoshua Haberman
Removed arena and reflective members like array type from upb_msg representation.
2019-06-03Renamed end_group field number and updated documentation.Joshua Haberman
2019-06-03Removed type from upb_array also.Joshua Haberman
2019-06-03All tests pass again.Joshua Haberman
2019-06-03Compiles, doesn't work yet.Joshua Haberman
2019-06-02Merge branch 'master' into rmreflectiveJoshua Haberman
2019-06-02Merge pull request #179 from haberman/benchmarkJoshua Haberman
Added benchmark of parsing.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback