Adam Cozzette
ac9218c5d9
Update protobuf version
4 years ago
Joshua Haberman
e8aa635397
Tweak our JavaScript rewrites a bit to handle jspb.* imports.
4 years ago
Aaron Son
10599e6c8d
js/binary/utils.js: Fix jspb.utils.joinUnsignedDecimalString to work with negative bitsLow and low but non-zero bitsHigh parameter. ( #8170 )
4 years ago
Adam Cozzette
f3192d6128
Update protobuf version
4 years ago
Adam Cozzette
1b851b3fe6
Update protobuf version
4 years ago
Adam Cozzette
a8ab1fade9
Update protobuf version
4 years ago
Adam Cozzette
27100b40fd
Update protobuf version
4 years ago
Masaki Hara
f5bdd7cd56
JS: parse (un)packed fields conditionally ( #7379 )
4 years ago
Joshua Haberman
95e6c5b474
Sync from Piper @327110949
...
PROTOBUF_SYNC_PIPER
4 years ago
Adam Cozzette
fde7cf7358
Update protobuf version
4 years ago
Adam Cozzette
98c2e69f8c
Update protobuf version
4 years ago
Peter Newman
e2cc2de304
Fix lots of spelling errors ( #7751 )
...
* Fix a typo
* Fix lots of spelling errors
* Fix a few more spelling mistakes
* s/parsable/parseable/
* Don't touch the third party files
* Cloneable is the preferred C# term
* Copyable is the preferred C++ term
* Revert "s/parsable/parseable/"
This reverts commit 534ecf7675
.
* Revert unparseable->unparsable corrections
4 years ago
Adam Cozzette
1c587a8059
Updated version to 3.13.0-rc2
4 years ago
Adam Cozzette
8940150706
Updated version to 3.13.0-rc1.
4 years ago
Anton Kast
4d6712e739
Enable experimental presence detection in JS. ( #7592 )
...
Co-authored-by: David L. Jones <dlj@google.com>
5 years ago
Joshua Haberman
9ce8c330e7
Updated version to 3.12.3 and updated CHANGES.txt. ( #7580 )
...
* Updated version to 3.12.3 and updated CHANGES.txt.
* Re-ran generate_descriptor_protos.sh and made it more parallel.
5 years ago
Joshua Haberman
beeb621f50
Update protobuf version ( #7557 )
5 years ago
Joshua Haberman
0a737d8eb0
Sync from Piper @313142438
...
PROTOBUF_SYNC_PIPER
5 years ago
Joshua Haberman
6ad138d85a
Update protobuf version ( #7535 )
5 years ago
Joshua Haberman
9952e36f92
Merge release branch into master. ( #7517 )
...
* Added background information about proto3 presence. (#7501 )
* Fixed bug in map key sorting for Java TextFormat. (#7508 )
Fixes: https://github.com/protocolbuffers/protobuf/issues/7505
* Update protobuf version
* Added a changelog entry about the Java fix. (#7516 )
5 years ago
Joshua Haberman
e90b71cdee
Update protobuf version
5 years ago
Protobuf Team
63da77bc97
Project import generated by Copybara
...
PiperOrigin-RevId: 311748964
5 years ago
listonjesse
2ae7cf0e03
Auxillary -> Auxiliary
5 years ago
Joshua Haberman
f597a24627
Update protobuf version
5 years ago
Joshua Haberman
6b5fb807c0
Sync from Piper @310858019
...
PROTOBUF_SYNC_PIPER
5 years ago
Joshua Haberman
a9f11d7d64
Updated version to 3.12.0-rc1. ( #7449 )
5 years ago
Joshua Haberman
c649397029
Set execute bit on files if and only if they begin with (#!). ( #7347 )
...
* Set execute bit on files if and only if they begin with (#!).
Git only tracks the 'x' (executable) bit on each file. Prior to this
CL, our files were a random mix of executable and non-executable.
This change imposes some order by making files executable if and only
if they have shebang (#!) lines at the beginning.
We don't have any executable binaries checked into the repo, so
we shouldn't need to worry about that case.
* Added fix_permissions.sh script to set +x iff a file begins with (#!).
5 years ago
Joshua Haberman
b99994d994
Sync from Piper @304070343
...
PROTOBUF_SYNC_PIPER
5 years ago
Rafi Kamal
da1c46401b
Project import generated by Copybara
...
PiperOrigin-RevId: 301311140
5 years ago
Rafi Kamal
422053f3bc
Project import generated by Copybara
...
PiperOrigin-RevId: 300708221
5 years ago
Protobuf Team
94b39efdf7
Project import generated by Copybara
...
PiperOrigin-RevId: 300369497
5 years ago
Rafi Kamal
637d7eda30
Project import generated by Copybara
...
PiperOrigin-RevId: 300117791
5 years ago
Rafi Kamal
4fa3c8e883
Project import generated by Copybara
...
PiperOrigin-RevId: 299970447
5 years ago
Rafi Kamal
64f151fa2b
Project import generated by Copybara
...
PiperOrigin-RevId: 298409332
5 years ago
Daniel Kurka
ed19442270
Project import generated by Copybara
...
PiperOrigin-RevId: 297743020
5 years ago
Rafi Kamal
9bbc664671
Project import generated by Copybara
...
PiperOrigin-RevId: 297709554
5 years ago
Protobuf Team
d2727a2ce3
Project import generated by Copybara
...
PiperOrigin-RevId: 297637283
5 years ago
Artem Kustikov
743a4322ba
Fix js message pivot selection ( #6813 )
...
* fix javascript setFieldIgnoringDefault_ logic
* remove package-lock.json
* fix build script to include new UT asset file
Co-authored-by: Daniel Kurka <kurka.daniel@gmail.com>
5 years ago
rafikamal
83b47e4c65
Project import generated by Copybara
...
PiperOrigin-RevId: 294283216
5 years ago
rafikamal
becf5afd34
Project import generated by Copybara
...
PiperOrigin-RevId: 293911829
5 years ago
rafikamal
46b0fd9cec
Project import generated by Copybara
...
PiperOrigin-RevId: 293893031
5 years ago
Rafi Kamal
c74057267d
Update protobuf version ( #7206 )
5 years ago
Protobuf Team
cc938ea39a
Project import generated by Copybara.
...
PiperOrigin-RevId: 293139128
5 years ago
Rafi Kamal
345df38dd3
Update protobuf version ( #7143 )
5 years ago
Brian Wignall
a104dffcb6
Fix typos ( #7050 )
...
Uses https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines to find likely typos, with https://github.com/bwignall/typochecker to help automate the checking.
5 years ago
Rafi Kamal
39492b68d8
Update protobuf version to 3.11.2 ( #7004 )
5 years ago
Rafi Kamal
b78c53f935
Update protobuf version to 3.11.1 ( #6972 )
5 years ago
Rafi Kamal
1d5375c621
Update protobuf version to 3.11.0 ( #6943 )
5 years ago
Rafi Kamal
6220db4ec4
Update protobuf version ( #6927 )
5 years ago
Rafi Kamal
cd7b27be38
Update protobuf version ( #6898 )
5 years ago