1. 4783e85 Add support for Bazel by Chris Bracken · 8 years ago
  2. aa968ac Update README URLs based on HTTP redirects by ReadmeCritic · 8 years ago
  3. 58a031c Bump version to 0.5.0 by Brian Slesinsky · 9 years ago 0.5.0
  4. 0efcda3 Sort fields by tag number before generating code by Brian Slesinsky · 9 years ago
  5. f4c3a7b In generated getters, pass in the default value in some simple cases. by Brian Slesinsky · 9 years ago
  6. 883a075 fix bug in property benchmarks and improve accuracy by Brian Slesinsky · 9 years ago
  7. 13fb7fd Call fast get, has, and set methods for most generated methods by Brian Slesinsky · 9 years ago
  8. 529a2cf Stop using old constants from GeneratedMessage by Brian Slesinsky · 9 years ago
  9. 27e40c2 Fix getter/setter/hazzer benchmarks by Brian Slesinsky · 9 years ago
  10. 7208248 Check in latest benchmark measurements for laptop by Brian Slesinsky · 9 years ago
  11. 4db9e9b Check in benchmark measurements for head revision by Brian Slesinsky · 9 years ago
  12. 419d72c update checked-in benchmark data by Brian Slesinsky · 9 years ago
  13. f4791ad Write benchmarks for getters, setters, and hazzers by Brian Slesinsky · 9 years ago
  14. 5f18d9b Add string field benchmarks. by Brian Slesinsky · 9 years ago
  15. 3a80b27 Add checkboxes to benchmark UI by Brian Slesinsky · 9 years ago
  16. 3534360 Add int64 benchmarks by Brian Slesinsky · 9 years ago
  17. a4f5551 Add a hook to run the DevTools profiler for each benchmark. by Brian Slesinsky · 9 years ago
  18. cc383dc benchmark bugfixes and minor improvements by Brian Slesinsky · 9 years ago
  19. 3c22786 Implement a better dashboard for running benchmarks by Brian Slesinsky · 9 years ago
  20. e01fd06 Add more environmental data to benchmark reports by Brian Slesinsky · 9 years ago
  21. 25b710c Write a better benchmark framework. by Brian Slesinsky · 9 years ago
  22. 3d486b2 Define a JSON constant for each enum type by Brian Slesinsky · 9 years ago
  23. 5d8698f fix bad code generation for service that uses top-level proto by Brian Slesinsky · 9 years ago
  24. 2aa4324 rename FieldType to PbFieldType and bump version to 0.4.2 by Brian Slesinsky · 9 years ago
  25. 426a501 bump version to 0.4.1 by Brian Slesinsky · 9 years ago 0.4.1
  26. f4a0f18 generate json constants for services by Brian Slesinsky · 9 years ago
  27. 386ca02 fix service stubs to work for types from other packages by Brian Slesinsky · 9 years ago
  28. fc968d3 generate a json constant for each message by Brian Slesinsky · 9 years ago
  29. 9c333cd implement writeJsonConst by Brian Slesinsky · 9 years ago
  30. 6762e1d clean up IndentingWriter and its usages by Brian Slesinsky · 9 years ago
  31. 3ec8ab2 Remove the drone.io build status by Søren Gjesse · 9 years ago
  32. 9563d6b generate and pass in check function for repeated fields by Brian Slesinsky · 9 years ago
  33. 7f022dd move extension tests to their own file by Brian Slesinsky · 9 years ago
  34. 43df23a remove list validation tests by Brian Slesinsky · 9 years ago
  35. 7b77e72 use the new FieldType class in generated code by Brian Slesinsky · 9 years ago
  36. 598f448 cleanup: fix all warnings by Brian Slesinsky · 9 years ago
  37. 2ef456c untangle code generation for fields and extensions by Brian Slesinsky · 9 years ago
  38. 6c90895 cleanup: don't use the context during code generation by Brian Slesinsky · 9 years ago
  39. 13aa429 cleanup: simplify constructors and clarify how types are resolved by Brian Slesinsky · 9 years ago
  40. a5e45d6 cleanup: inline and remove the SP constant by Brian Slesinsky · 9 years ago
  41. c6d4eab add benchmarks for non-repeated int32 fields by Brian Slesinsky · 9 years ago
  42. 1f652b8 Added a benchmark testing JSON deserialization of ints. by Brian Slesinsky · 9 years ago
  43. 94059c5 add .packages to .gitignore and sort it by Brian Slesinsky · 9 years ago
  44. cbe4c05 bump version to 0.4.0 by Brian Slesinsky · 9 years ago 0.4.0
  45. a64964b the default for protobuf message fields should be read-only by Brian Slesinsky · 9 years ago
  46. cbd66dc migrate tests from 'unittest' to 'test' by Brian Slesinsky · 9 years ago
  47. c76e2cf Fix bad formatting of the test/service_test.dart file. by Gustav Wibling · 9 years ago
  48. 3ef9330 Split up the client and service generators with methods that can be overridden. by Gustav Wibling · 9 years ago
  49. bee0817 Fix issues with reserved names by Brian Slesinsky · 9 years ago 0.3.11
  50. f33e6e8 Initial support for generating client and server stubs for Dart. by Gustav Wibling · 9 years ago 0.3.10
  51. 8195898 changes for 0.3.9 by Brian Slesinsky · 9 years ago 0.3.9
  52. e750443 bump version to 0.3.8 by Brian Slesinsky · 9 years ago 0.3.8
  53. 61c26ac map api: support dotted paths like "foo.bar.baz" by Brian Slesinsky · 9 years ago
  54. 6d81960 bump version to 0.3.7 by Brian Slesinsky · 9 years ago
  55. 9e4f0db oops, checked in the descriptor.proto in the wrong place by Brian Slesinsky · 9 years ago
  56. 0c27646 Add an option to extend Map in GeneratedMessage subclasses by Brian Slesinsky · 9 years ago
  57. bf7f818 add notes on install protoc by Kevin Moore · 9 years ago
  58. bf7774a uncomment allow_alias option so that tests pass with the latest protoc by Brian Slesinsky · 9 years ago
  59. b5ed5f3 bump version to 0.3.6 by Brian Slesinsky · 9 years ago v0.3.6
  60. 49cf8de add writeToJsonMap and mergeFromJsonMap to reservedNames by Brian Slesinsky · 9 years ago
  61. ffc9fd9 Merge pull request #28 from dart-lang/add_contrib by Kevin Moore · 9 years ago
  62. e4451dd Fix location of the repo in codereview settings by sigmundch · 9 years ago
  63. fec382b Protobuf changes for smaller dart2js code, Int64 fixes by Stephen Adams · 9 years ago v0.3.5
  64. f852fde Add CONTRIBUTING.md file by Sigmund Cherem · 10 years ago
  65. e94fb50 Parameterize uri resolution and parsing of options, use package:path. by Sigmund Cherem · 10 years ago v0.3.4
  66. c7539dd Update the version number by Søren Gjesse · 10 years ago v0.3.3
  67. d75f477 Include the Dart reserved words in the reserved names handling by Søren Gjesse · 10 years ago
  68. e84e3e8 Handle protocol buffer messages with no package by Søren Gjesse · 10 years ago
  69. 1f35d8b Fix issue with importing packages where the package name included a dot by Søren Gjesse · 10 years ago
  70. 5ee166d Add a test of file generating when using import by Søren Gjesse · 10 years ago
  71. a27a58b Update test to work with mirrors for Dart 1.1 by Søren Gjesse · 10 years ago
  72. 21caecb Change test to use declarations on class mirror by Søren Gjesse · 10 years ago
  73. 24f06a2 Use package names as import prefixes when generating code by Søren Gjesse · 10 years ago
  74. 5e582e2 Use BytesBuilder for turning a byte stream into a list of bytes by Søren Gjesse · 10 years ago
  75. d3cd4b7 Merge branch 'master' of https://github.com/dart-lang/dart-protoc-plugin by Søren Gjesse · 10 years ago
  76. 314b57f Add tests for clearing a field by Søren Gjesse · 10 years ago
  77. 9a91423 Add tests for clearing a field by Søren Gjesse · 10 years ago
  78. 1914db2 Update the protocol buffer compiler plug-in library to the latest Dart SDK by Søren Gjesse · 10 years ago
  79. f154074 Update Dart protoc plugin to latest SDK by Søren Gjesse · 10 years ago
  80. cfbadba Add drone.io build status ti readme file by Søren Gjesse · 10 years ago
  81. 4710be9 Add test for protocol buffer hash code by Søren Gjesse · 10 years ago
  82. bdba84f Default handling of name conflicts when generating classes by Søren Gjesse · 11 years ago
  83. dbdee4a Update internal generated files by Søren Gjesse · 11 years ago
  84. 8f6ddff Update the protocol buffer compiler plugin to use Int64 from the fixnum package by Søren Gjesse · 11 years ago
  85. f628f14 Fix handling of top level enums by Søren Gjesse · 11 years ago
  86. 640e8bc Change how the Dart library name is generated by Søren Gjesse · 11 years ago
  87. ec62ebe Update pubspec to pull the protobuf library from pub.dartlang.org by Søren Gjesse · 11 years ago
  88. 2069f77 Added documentation on building other libraries using generated libraries by Søren Gjesse · 11 years ago
  89. 66d82e3 Update the versions of the packages used by the Dart protoc plugin by Søren Gjesse · 11 years ago
  90. 483a7ef Remove case expressions that was not compile time constants. by Søren Gjesse · 11 years ago
  91. 518d9a8 Add some developer/debugging information by Søren Gjesse · 11 years ago
  92. 6ddc0e0 Merge pull request #6 from selkhateeb/master by sigmundch · 11 years ago
  93. ed03d66 fix typo --dart_out instead of --out_dart by Sam · 11 years ago
  94. ec9ceb0 Update build instructions to start with pub install by Sam · 11 years ago
  95. 08d9830 Fix a few spelling mistakes by Søren Gjesse · 11 years ago
  96. a39b073 Remove dependency on the Path class from dart:io by Søren Gjesse · 11 years ago
  97. 7b71748 Merge pull request #4 from sgjesse/field_name_option by Anton · 11 years ago
  98. 740314d Addressed additional comments by Søren Gjesse · 11 years ago
  99. 6c333e6 Addressed review comments by Søren Gjesse · 11 years ago
  100. 141bfc0 Add an option to override the default field names for generated Dart code by Søren Gjesse · 11 years ago