Nicolas Noble
423ea5ca9c
Merge pull request #194 from veblush/conversion-warning
...
Added explicit type casting to char
5 years ago
Esun Kim
2825f867bb
Remove conversion warning
5 years ago
Nicolas Noble
1ee1e36256
Merge pull request #193 from nicolasnoble/windows-flags
...
Disabling gcc flags for Windows build.
5 years ago
Nicolas "Pixel" Noble
a2013f0fc2
Trying to be more flexible with the version of bazel we can use here.
5 years ago
Nicolas "Pixel" Noble
4d8af5e4b9
Adding (v)snprintf and va_copy for Windows.
5 years ago
Nicolas "Pixel" Noble
6e85c2bf03
Fixing the separator string.
5 years ago
Joshua Haberman
0a07f2714b
Merge branch 'master' into maps
5 years ago
Nicolas "Pixel" Noble
9605c7093c
Revert previous fix - to_list() is too new, or...?
5 years ago
Nicolas "Pixel" Noble
ce3ba4dcdc
Disabling gcc flags for Windows build.
5 years ago
Joshua Haberman
a73ae43786
Merge pull request #185 from TeBoring/int64-json-fix
...
Change int64 json encoding to be string
5 years ago
Joshua Haberman
41e42d12b9
Merge pull request #188 from Google-Autofuzz/master
...
Create README for fuzzing corpus folder
5 years ago
Joshua Haberman
21cef48fc3
Merge pull request #190 from haberman/style
...
Some minor style fixes.
5 years ago
Joshua Haberman
ee87a28d2d
Some minor style fixes.
5 years ago
Google-Autofuzz
14f4c9eadc
change back to the original BUILD
5 years ago
Google-Autofuzz
b52178d54b
modified BUILD
6 years ago
Google-Autofuzz
7d0b7c838f
fix -fsanitize
6 years ago
Google AutoFuzz Team
5149dc5ce2
Update BUILD
6 years ago
Google-Autofuzz
3f622103c2
Merge branch 'master' of https://github.com/Google-Autofuzz/upb
6 years ago
Google-Autofuzz
8f19667786
modified fuzz config
6 years ago
Google AutoFuzz Team
47f4983fcc
Create README
6 years ago
Joshua Haberman
18de110b00
Merge branch 'master' into maps
6 years ago
Joshua Haberman
2d18dfbcd2
Merge pull request #187 from haberman/fixes
...
Build fixes from fuzz target.
6 years ago
Joshua Haberman
493e9b2614
Build fixes from fuzz target.
6 years ago
Bo Yang
a6347ec35e
Change methods name to specify as number/string
6 years ago
Bo Yang
8e5f03f719
Fix integer types
6 years ago
Joshua Haberman
6ce5e722f1
Merge pull request #186 from Google-Autofuzz/master
...
Add Fuzz target and modified BUILD
6 years ago
Google AutoFuzz Team
76baf906c9
Update BUILD with OSS-FUZZ
6 years ago
Google AutoFuzz Team
c4a8498103
Add simple fuzz target for upb
6 years ago
Bo Yang
c50e849ac2
Change int64 json encoding to be string
6 years ago
Joshua Haberman
312c6b421a
Merge pull request #183 from haberman/bazelfix
...
Small fix to upb_proto_library().
6 years ago
Joshua Haberman
75d680d7b0
Small fix to upb_proto_library().
6 years ago
Joshua Haberman
ef6ce94bfe
Merge pull request #182 from haberman/bazelfix
...
Fixed upb_proto_library() logic for calculating output dir.
6 years ago
Joshua Haberman
57a63d4c7b
Fixed upb_proto_library() logic for calculating output dir.
6 years ago
Joshua Haberman
283857f308
WIP.
6 years ago
Joshua Haberman
5dea3f8486
Merge branch 'master' into maps
6 years ago
Joshua Haberman
7cd1b9362b
Merge pull request #180 from haberman/rmreflective
...
Removed arena and reflective members like array type from upb_msg representation.
6 years ago
Joshua Haberman
9960d7c772
Renamed end_group field number and updated documentation.
6 years ago
Joshua Haberman
da4e616860
Removed type from upb_array also.
6 years ago
Joshua Haberman
56779f09eb
All tests pass again.
6 years ago
Joshua Haberman
ba0a2fb955
Compiles, doesn't work yet.
6 years ago
Joshua Haberman
e1f84aeb10
Merge branch 'master' into rmreflective
6 years ago
Joshua Haberman
00e739648d
Merge pull request #179 from haberman/benchmark
...
Added benchmark of parsing.
6 years ago
Joshua Haberman
901463e41e
Added benchmark of parsing.
6 years ago
Joshua Haberman
7485261370
WIP.
6 years ago
Joshua Haberman
26245628a9
Merge pull request #178 from haberman/generated-only
...
Hid generated-code-only headers inside a separate library.
6 years ago
Joshua Haberman
583f24fec1
Merge branch 'master' into rmreflective
6 years ago
Joshua Haberman
d5137134e0
Merge pull request #177 from laurentlb/master
...
Update upb_proto_library.bzl for Bazel compatibility
6 years ago
Joshua Haberman
ba29af3a6a
Hid generated-code-only headers inside a separate library.
6 years ago
Joshua Haberman
07ac6f0e8e
Merge branch 'master' into maps
6 years ago
Laurent Le Brun
1a5a609b0e
Update upb_proto_library.bzl for Bazel compatibility
...
With this change, the code now builds with the flags --incompatible_depset_is_not_iterable, --incompatible_new_actions_api, and --incompatible_no_support_tools_in_action_inputs.
These flags will soon be enabled by default in Bazel.
6 years ago