1591 Commits (963e501aa6142abed9572b1f964f7e757d707a1e)
 

Author SHA1 Message Date
Joshua Haberman 963e501aa6
Merge pull request #342 from haberman/fuzz 4 years ago
Joshua Haberman 8d670d8aea Renamed decode_varint32() to decode_tag(). 4 years ago
Joshua Haberman 9abf8e043f Clamp 32-bit varints to 5 bytes to fix a fuzz failure. 4 years ago
Joshua Haberman 50a543de7f
Merge pull request #341 from haberman/code-size 4 years ago
Joshua Haberman 9c87f1168f Added size benchmark for CODE_SIZE. 4 years ago
Joshua Haberman 6f82028236
Merge pull request #340 from haberman/darwin-setjmp 4 years ago
Joshua Haberman 358fa14d0e Fixed headers and updated benchmark script. 4 years ago
Joshua Haberman bc200451ce Use a macro instead of an inline function for setjmp/longjmp. 4 years ago
Joshua Haberman ca279f8afa Merge branch 'master' into darwin-setjmp 4 years ago
Joshua Haberman fbc0639b07 Use _setjmp on mac to avoid saving/restoring the signal mask. 4 years ago
Joshua Haberman 10f0a38450
Merge pull request #337 from haberman/size-benchmarks 4 years ago
Joshua Haberman 4be07a2dce Increase build timeout until we can parallelize the build. 4 years ago
Joshua Haberman 378a27b640 Force "size" to run locally. 4 years ago
Joshua Haberman da48e01f05 More google3 fixes. 4 years ago
Joshua Haberman d2446fd2db Moved cc_api_version attribute to proto_library(). 4 years ago
Joshua Haberman 4a84390c89 Added cc_proto_library() tweaks for google3. 4 years ago
Joshua Haberman 4dd4212a34 Merge branch 'master' into size-benchmarks 4 years ago
Joshua Haberman ffecfef161 Merge branch 'master' into size-benchmarks 4 years ago
Joshua Haberman 86f671d5fd Fix for Darwin (output is different, but it won't error out). 4 years ago
Joshua Haberman 165e01ec6f Fix for old Python versions. 4 years ago
Joshua Haberman 40fdff5e43
Merge pull request #339 from haberman/benchmark-alias 4 years ago
Joshua Haberman 5f8bb5de1d Updated generated code. 4 years ago
Joshua Haberman 65d166a6ba Added API for copy vs. alias and added benchmarks to test both. 4 years ago
Joshua Haberman 27b9c999a7
Merge pull request #338 from haberman/arena-initial 4 years ago
Joshua Haberman 9df96874e9 Start arena block doubling at initial block size. 4 years ago
Joshua Haberman 881ddac7fe Also use .format() for gen_synthetic_protos.py. 4 years ago
Joshua Haberman 8b7dabe1a2 Use format() instead of string interpolation, for old Python versions. 4 years ago
Joshua Haberman 8e08282c3b Removed unused small.proto. 4 years ago
Joshua Haberman 0f79d47215 Added missing lite binaries to size_data.txt. 4 years ago
Joshua Haberman 555fbbc0bc Size benchmarks are working pretty well. 4 years ago
Joshua Haberman 85cbc41a89 Merge branch 'master' into size-benchmarks 4 years ago
Joshua Haberman e5bdfba92c Removed accidentally-added .orig file. 4 years ago
Joshua Haberman 07851fac58
Merge pull request #336 from haberman/fuzz 4 years ago
Joshua Haberman 982b634bc5 Fixed a few minor bugs found by fuzzing. 4 years ago
Joshua Haberman c9d2e58480
Merge pull request #310 from haberman/fast-table 4 years ago
Joshua Haberman a01f3e23a4 Fixes for google3 build, and exclude even more tests from macOS to avoid timeout. 4 years ago
Joshua Haberman a83d55ee4b Exclude Clang tests from MacOS to avoid Kokoro timeouts. 4 years ago
Joshua Haberman 73fcfe9ed0 Tried to slim down the tests a bit more. 4 years ago
Joshua Haberman baab25b7aa Removed excess/redundant tests from Kokoro script. 4 years ago
Joshua Haberman 1eb7bd39e7 Some formatting fixes. 4 years ago
Joshua Haberman 9d87055ce4 Updated Kokoro build script. 4 years ago
Joshua Haberman 4bd34da105 WIP. 4 years ago
Joshua Haberman a7993615bf Merge branch 'master' into fast-table 4 years ago
Joshua Haberman 3a3efe69a2 Added incompatible_use_toolchain_transition = True per https://github.com/bazelbuild/bazel/issues/11584 4 years ago
Joshua Haberman 7b4e376f79 Switch unordered_set -> absl::flat_hash_set. 4 years ago
Joshua Haberman fe62fc83e1 Removed obsolete includes in benchmark. 4 years ago
Joshua Haberman 5ed089dc42
Merge pull request #335 from haberman/wyhash-rule 4 years ago
Joshua Haberman e9b79542ad Added a BUILD file for wyhash. 4 years ago
Joshua Haberman 7b8ae7ec4e Merge branch 'master' into size-benchmarks 4 years ago
Joshua Haberman a5b5445da6
Merge pull request #334 from haberman/rm-port-c 4 years ago