Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.5.1+5 | |
| 2 | |
| 3 * Revert previous change. | |
|
kevmoo
2016/06/09 21:11:58
Add a bit more detail? Caused breaks. Need to revi
| |
| 4 | |
| 1 ## 0.5.1+4 | 5 ## 0.5.1+4 |
| 2 | 6 |
| 3 * Use a more refined implementation of `Map` in `PbMapMixin` | 7 * Use a more refined implementation of `Map` in `PbMapMixin` |
| 4 | 8 |
| 5 ## 0.5.1+3 | 9 ## 0.5.1+3 |
| 6 | 10 |
| 7 * Performance: eliminate some dynamic calls. | 11 * Performance: eliminate some dynamic calls. |
| 8 | 12 |
| 9 ## 0.5.1+2 | 13 ## 0.5.1+2 |
| 10 | 14 |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 91 non-zero offsets were handled incorrectly. | 95 non-zero offsets were handled incorrectly. |
| 92 | 96 |
| 93 ## 0.3.5 | 97 ## 0.3.5 |
| 94 | 98 |
| 95 * Allow constants as field initial values as well as creation thunks to reduce | 99 * Allow constants as field initial values as well as creation thunks to reduce |
| 96 generated code size. | 100 generated code size. |
| 97 | 101 |
| 98 * Improve the performance of reading a protobuf buffer. | 102 * Improve the performance of reading a protobuf buffer. |
| 99 | 103 |
| 100 * Fixed truncation error in least significant bits with large Int64 constants. | 104 * Fixed truncation error in least significant bits with large Int64 constants. |
| OLD | NEW |