- d5639f4 Update protoc_plugin/README.md links and references (#1087) by Panmari · 2 months ago master
- 9e30258 Check key and value validity in PbMap (#1076) by Ömer Sinan Ağacan · 3 months ago protobuf-v6.0.0 protoc_plugin-v25.0.0
- cafeac4 Hide PbList and PbMap constructors (#1072) by Ömer Sinan Ağacan · 3 months ago
- 7fcd48b Sync some of the internal changes (#1084) by Ömer Sinan Ağacan · 4 months ago
- 3ed04a9 Add well-known type support (#1081) by Ömer Sinan Ağacan · 4 months ago
- a1dceed protoc_plugin refactors (#1082) by Ömer Sinan Ağacan · 4 months ago
- 46c3697 Update test protos copied from C++ protobuf (#1079) by Ömer Sinan Ağacan · 4 months ago
- b98d4e2 Implement proto text format generator (#1080) by Ömer Sinan Ağacan · 4 months ago
- 1ebb09c Release protobuf-5.1.0 (#1078) by Ömer Sinan Ağacan · 4 months ago protobuf-v5.1.0
- 24f9cf0 Fix message comparison throwing type error when comparing maps in some cases (#1077) by Ömer Sinan Ağacan · 4 months ago
- 4dfedaf Don't iterate iterable arguments twice in PbList (#1070) by Ömer Sinan Ağacan · 4 months ago protoc_plugin-v24.0.0
- bed508e Don't generate `createRepeated` members (#1074) by Ömer Sinan Ağacan · 4 months ago
- 4b488e0 Make annotations.dart and exceptions.dart libraries (#1071) by Ömer Sinan Ağacan · 4 months ago
- 7db0784 Avoid redundant nullability checks when updating repeated fields (#1069) by Ömer Sinan Ağacan · 4 months ago
- a77f9a6 More field validation tests (#1068) by Ömer Sinan Ağacan · 4 months ago
- 27730db Move PbMap to its own library (#1066) by Ömer Sinan Ağacan · 4 months ago
- 9b4c46f More clearExtension tests: (#1064) by Ömer Sinan Ağacan · 4 months ago
- 5a44489 Move PbList to its own library (#1063) by Ömer Sinan Ağacan · 4 months ago
- 78cf743 Fix a few extension field bugs (#1062) by Ömer Sinan Ağacan · 5 months ago
- 14bbd0b Sync a few small CLs: (#1060) by Ömer Sinan Ağacan · 5 months ago
- fb89979 Update CHANGELOGs for release (#1059) by Ömer Sinan Ağacan · 5 months ago protobuf-v5.0.0 protoc_plugin-v23.0.0
- ccf56f3 Fix unknown JSON handling (#1058) by Ömer Sinan Ağacan · 5 months ago
- b9b59e1 Fix clearing oneof fields (#1057) by Ömer Sinan Ağacan · 5 months ago
- f167191 Remove redundant `break` statements in switch cases (#1056) by Ömer Sinan Ağacan · 5 months ago
- 07eed6e Generalize argument type of `PbList.from` from `List<T>` to `Iterable<T>` (#1054) by Ömer Sinan Ağacan · 5 months ago
- 0447bd2 Run plugin with asserts when building test protos (#1055) by Ömer Sinan Ağacan · 5 months ago
- 660bbc8 Edition support (#1052) by Ömer Sinan Ağacan · 5 months ago
- 82fc34f Improve golden file checking (#1053) by Ömer Sinan Ağacan · 5 months ago
- 456e2ee Generate unittest_features proto (#1051) by Ömer Sinan Ağacan · 6 months ago
- c215029 Update pre-generated protos (#1050) by Ömer Sinan Ağacan · 6 months ago
- 971bcae Use a map to cache the `valueOf` functions for enums (#1047) by Ömer Sinan Ağacan · 6 months ago
- 8750ed7 Sync internal Kythe support improvements (#1048) by Ömer Sinan Ağacan · 6 months ago
- 0a13935 Bump actions/checkout from 4.2.2 to 5.0.0 (#1046) by dependabot[bot] · 6 months ago
- 765ba8a Fix non-proto3 JSON format double decoding (#1043) by Ömer Sinan Ağacan · 6 months ago
- 703bf7c Compile dart2wasm benchmarks with --no-strip-wasm (#1044) by Ömer Sinan Ağacan · 6 months ago
- 9939965 Fix JS interop annotations (#1042) by Ömer Sinan Ağacan · 6 months ago
- da354a2 Update benchmark builder to use -O2 with dart2wasm, add output dir to gitignore (#1041) by Ömer Sinan Ağacan · 6 months ago
- 41eba19 Add sinks to benchmarks to prevent smart tools eliminating benchmarked code (#1040) by Ömer Sinan Ağacan · 6 months ago
- 3ccc8ab Bump actions/checkout from 3.5.3 to 4.2.2 (#1036) by dependabot[bot] · 7 months ago
- 6bce9d7 Fix unknown enum handling (#853) by Ömer Sinan Ağacan · 7 months ago
- 19e5a25 Implement deepCopy as copying, instead of merge (#742) by Ömer Sinan Ağacan · 7 months ago
- 6e9c9f4 Improve clone and deepCopy tests (#1039) by Ömer Sinan Ağacan · 7 months ago
- 086dfab Make proto3_json.dart aware of well known types (#1037) by Ömer Sinan Ağacan · 7 months ago
- 277b45a Release protobuf 4.2.0 (#1038) by Ömer Sinan Ağacan · 7 months ago protobuf-v4.2.0
- 0b73b0d workspace, formatting, and proto version updates (#1033) by Devon Carew · 7 months ago
- a664760 various CI workflow updates (#1035) by Devon Carew · 7 months ago
- 44ecd74 Sync JSON web decoders (#1028) by Ömer Sinan Ağacan · 7 months ago
- f7f65d4 CI: Also run plugin tests on Chrome, with dart2js and dart2wasm (#1031) by Ömer Sinan Ağacan · 7 months ago
- 048fdc5 CI: Run all of the checks on every change (#1032) by Ömer Sinan Ağacan · 7 months ago
- 33b782f Remove monorepo (#1030) by Moritz · 7 months ago
- 4c842a7 Make PbFieldType members public (#1027) by Ömer Sinan Ağacan · 7 months ago
- 7f7d776 Split protobuf package into libraries (#1026) by Ömer Sinan Ağacan · 7 months ago
- 4916e6f CI: Test PRs and commits to all branches, instead of just master (#1029) by Ömer Sinan Ağacan · 8 months ago
- a9822d8 prep for publishing protobuf 4.1.1, protoc_plugin 22.5.0 (#1025) by Devon Carew · 8 months ago protobuf-v4.1.1 protoc_plugin-v22.5.0
- 38f1549 update the generator to emit formatted files (#1020) by Devon Carew · 8 months ago
- 04bd6ac Update SDK version to 3.7, reformat with 3.7 formatter (#1024) by Ömer Sinan Ağacan · 8 months ago
- bce362d prep to publish 22.4.0 (#1023) by Devon Carew · 8 months ago protoc_plugin-v22.4.0
- 269e004 improve the readability of generated gRPC client files (#1021) by Devon Carew · 8 months ago
- 48ba649 update the header for generated files (#1022) by Devon Carew · 8 months ago
- 0bfff0c update to the latest analysis lints (#1017) by Devon Carew · 9 months ago
- 32d53da Refactor the test goldens so they have standard file name extensions (#1014) by Devon Carew · 9 months ago
- c69077d revert the change to not generate empty enum files (#1016) by Devon Carew · 9 months ago
- 08e7410 ignore unused_imports for json files (#1013) by Devon Carew · 9 months ago
- efdabd7 update how we calculate import prefixes (#1012) by Devon Carew · 9 months ago
- 60dfaed rev package:protoc_plugin to 22.3.0 (#1011) by Devon Carew · 9 months ago protoc_plugin-v22.3.0
- 86dfa6b move generated test code from out/ to test/gen/ (#1009) by Devon Carew · 9 months ago
- d940c8d Update the generated code to improve readability and to better follow common Dart patterns. (#1003) by Devon Carew · 10 months ago
- ce05559 no longer generate empty enum or server files (#1006) by Devon Carew · 10 months ago
- 976ebb8 add a script to update the vendored protos (#1004) by Devon Carew · 10 months ago
- c8954ea Refactor the vendored protos (#1000) by Devon Carew · 10 months ago
- deda288 address a merge issue with the protoc_plugin changelog (#1002) by Devon Carew · 10 months ago protobuf-v4.1.0 protoc_plugin-v22.2.0
- 5ed4611 shorten the deprecation messages for clone() and copyWith() (#999) by Devon Carew · 10 months ago
- 4960b92 Switch to pub workspace (#1001) by Ömer Sinan Ağacan · 10 months ago
- b7753f6 rev package:protobuf version (#994) by Devon Carew · 10 months ago
- b5d20ff Update protobuf changelog with #981 (#995) by Ömer Sinan Ağacan · 10 months ago
- 9bd149b read from and generate grpc service metadata (#991) by Devon Carew · 10 months ago
- 065d881 generate dartdocs for grpc services (#993) by Devon Carew · 10 months ago
- e2bd416 remove the api_benchmark/ package (#992) by Devon Carew · 10 months ago
- a6c8e56 Improve enum decoding -- alternative (#981) by Ömer Sinan Ağacan · 10 months ago
- 376c9ce Update README.md (#990) by Devon Carew · 10 months ago
- d5906e7 rev to 22.1.0 in prep for publishing (#989) by Devon Carew · 10 months ago protoc_plugin-v22.1.0
- 072f99d use super params in generated grpc service classes (#988) by Devon Carew · 10 months ago
- 7d2e615 Add fromDart() and toDart() methods to convert between $core.Duration and proto Duration (#986) by Agam Agarwal · 10 months ago
- e4fca16 Add sparse enum decoding benchmarks (#984) by Ömer Sinan Ağacan · 10 months ago
- 006d3aa Update protoc_plugin pre-generated protos (#982) by Ömer Sinan Ağacan · 10 months ago
- 4abee01 Sort input proto files before processing (#983) by Ömer Sinan Ağacan · 10 months ago
- 60e23f1 Fix factory argument types for map fields (#976) by Ömer Sinan Ağacan · 10 months ago
- de6bcc2 Fix packed enum decoding benchmark (#979) by Ömer Sinan Ağacan · 10 months ago
- 9daf5ca Improve packed field decoding (#959) by Ömer Sinan Ağacan · 10 months ago
- 1aaa332 Bump actions/cache from 4.2.2 to 4.2.3 (#972) by dependabot[bot] · 11 months ago
- cf4f3a8 Patch release for protoc_plugin: bump constraint to use protobuf 4.0.0 (#971) by Slava Egorov · 11 months ago protoc_plugin-v22.0.1
- 3bffe4b Prepare to publish protobuf 4.0.0 and protoc_plugin 22.0.0 (#969) by Slava Egorov · 11 months ago protobuf-v4.0.0 protoc_plugin-v22.0.0
- 0bab78d rename -dev pubspec versions to -wip (#968) by Devon Carew · 12 months ago
- 7838e44 Prefix grpc method 'call' and 'request' arguments with '$' to avoid shadowing user methods with the same name (#964) by Ömer Sinan Ağacan · 12 months ago
- 125fe9c Bump dart-lang/setup-dart from 1.7.0 to 1.7.1 (#965) by dependabot[bot] · 1 year ago
- fb77c7c Bump actions/cache from 4.2.0 to 4.2.2 (#966) by dependabot[bot] · 1 year ago
- 610943a update the publish workflow; add a post_summaries one (#961) by Devon Carew · 1 year, 1 month ago
- 35a1bd6 update the repo analysis config (#962) by Devon Carew · 1 year, 1 month ago
- d3f9ad1 updates to the gitignore files (#960) by Devon Carew · 1 year, 1 month ago
- 950b6a7 Remove redundant checkNotNull calls from pre-null-safe days (#958) by Ömer Sinan Ağacan · 1 year, 1 month ago