Jon Skeet
512f42c8c6
Adjust editor config to reflect cast conventions in C# libraries
...
Most of our code includes a space after the cast, e.g. `(int) x`
instead of `(int)x`. This .editorconfig change means that will be
the default formatting when it's performed by the editor.
2 years ago
Protobuf Team Bot
839b18b1ba
Updating version.json and repo version numbers to: 21.2
2 years ago
Theodore Rose
549748dd72
Merge pull request #10168 from esorot/21.x
...
Cherry pick arenastring and PHP API
2 years ago
Erik Mavrinac
9f58ee3f04
Update to C# 10 and upgrade code style ( #10105 )
2 years ago
theodorerose
71adb837e7
cherry-pick c38281dd20
2 years ago
theodorerose
39996cfa12
cherry-pick: arenastring
2 years ago
Dennis Shao
352444ecd5
Merge pull request #10167 from shaod2/master
...
Fix to generate Python gendocs.
2 years ago
Dennis Shao
1275ce88f9
Add missing rst files
2 years ago
Dennis Shao
c62c2340ca
Update rst files for Python generated docs
2 years ago
Dennis Shao
e09804591d
Merge branch 'protocolbuffers:main' into master
2 years ago
Vy Nguyen
60a7f1f2fb
Add __unused to variable to silence unused-variable warning
...
NSCAssert() can be optimised away leaving the `firstField` appear as unused. (See details in the internal CL)
2 years ago
Jonathan Ringer
046bde0017
Allow for CMAKE_INSTALL_CMAKEDIR to be absolute ( #10090 )
...
Package repositories such as NixOS will pass
an absolute paths to CMAKE.
- Also clarify installation of cmake configuration
files between the build and install directories.
2 years ago
theodorerose
da8d0e1f9a
Merge tag 'refs/tags/sync-piper' into sync-stage
2 years ago
theodorerose
ae41e72dd3
Sync from Piper @456510836
...
PROTOBUF_SYNC_PIPER
2 years ago
Dennis Shao
1640336fcf
Create .repo-metadata.json
2 years ago
Dennis Shao
3f0f59b00e
Merge pull request #10160 from shaod2/master
...
Update options.md
2 years ago
Dennis Shao
a9d9c00bff
Update options.md
...
https://github.com/protocolbuffers/protobuf/issues/10153
2 years ago
theodorerose
224959d6b1
Merge tag 'refs/tags/sync-piper' into sync-stage
2 years ago
theodorerose
f2358cf60b
Sync from Piper @456303375
...
PROTOBUF_SYNC_PIPER
2 years ago
deannagarcia
0933faa9ba
Merge pull request #10140 from protocolbuffers/updateDocuploaderVersion
...
Update versions for publish python script
2 years ago
Jorg Brown
cecbb0a70e
Merge pull request #10148 from jorgbrown/sync-stage
...
Integrate from Piper for C++, Java, and Python
* Modernize conformance_cpp.cc.
* Don't request 64-byte alignment unless the toolchain supports it.
2 years ago
Jorg Brown
feb726159f
Remove `* Take StringPiece instead of const string& in absl stubs.` from CHANGES.txt since we're not taking it.
2 years ago
Jorg Brown
7bb756c1cc
Re-instate commit c0fc2e881b
2 years ago
Jorg Brown
24d0a3bed1
Revert all changes to strutil.{h,cc} from this PR
2 years ago
Jorg Brown
a075d2fb14
Remove extraneous ';'
2 years ago
Jorg Brown
81491e034f
Can't use char * for quoted literals. I knew that.
2 years ago
Jorg Brown
e9668e41be
Find out who is calling StringReplace, or if the call is from strutil
...
itself.
2 years ago
Jorg Brown
dc7f4debbc
More debugging information please
2 years ago
Jorg Brown
126841ed7d
Add some extra tracing to figure out a crash during build
2 years ago
Jorg Brown
a94d41960e
Add missing file names to BUILD.bazel files.
2 years ago
Jorg Brown
8deb95bda9
Fix typo and update CHANGES.txt
2 years ago
Jorg Brown
4eeaacd3fd
Merge tag 'refs/tags/sync-piper' into sync-stage
...
# Conflicts:
# src/google/protobuf/compiler/java/message_serialization.cc
2 years ago
Jorg Brown
a3e1de0113
Sync from Piper @455586341
...
PROTOBUF_SYNC_PIPER
2 years ago
Dilan Sachintha Nayanajith
92ac51fd43
Update options.md ( #10137 )
2 years ago
mkruskal-google
6e34912084
Removing deleted files from dist rule ( #10141 )
2 years ago
Dave MacLachlan
e04ca460fb
Fix up missing include files for unordered_set/map
2 years ago
Deanna Garcia
87ac4650a3
Update versions for publish python script
2 years ago
Thomas Van Lenten
772c98984a
Add package_as_prefix_forced_prefix generation option.
...
This is a generation option that provides serves the same purpose as the
existing GPB_OBJC_USE_PACKAGE_AS_PREFIX_PREFIX environment variable; just
providing a different way to set/enable it.
2 years ago
Jon Skeet
cacb096002
Add CodeRush directory to .gitignore for C#
...
This is just a temporary directory for CodeRush, and should never
contain anything worth checking in. (Like the .vs directory.)
2 years ago
Jon Skeet
837db77ecf
Remove C# code specific to .NET 3.5
...
The codebase has changed a lot since it was last able to compile
with .NET 3.5, so we don't need this vestigial code.
2 years ago
Joshua Haberman
c38281dd20
Merge pull request #10102 from fiboknacky/update-fielddescriptor
...
Exposed more functions in FieldDescriptor and OneofDescriptor.
2 years ago
Elliotte Rusty Harold
a612a75b68
Merge pull request #10130 from elharo/sync-stage
...
Integrate from Piper for C++, Java, and Python
2 years ago
NathanGrand
bfa663ab68
Fix Timestamps.fromDate to correctly handle java.sql.Timestamps before unix epoch.
2 years ago
Elliotte Rusty Harold
b53e63bae1
update CHANGE list
2 years ago
Elliotte Rusty Harold
81fc22c8ab
Merge tag 'refs/tags/sync-piper' into sync-stage
2 years ago
Elliotte Rusty Harold
5a9bf6c7de
Sync from Piper @454255492
...
PROTOBUF_SYNC_PIPER
2 years ago
Elliotte Rusty Harold
9f53ec3996
Merge tag 'refs/tags/sync-piper' into sync-stage
2 years ago
Elliotte Rusty Harold
24dad62f40
Sync from Piper @454225000
...
PROTOBUF_SYNC_PIPER
2 years ago
Elliotte Rusty Harold
70e2923365
update CHANGE list
2 years ago
Elliotte Rusty Harold
31ba940bfe
Merge tag 'refs/tags/sync-piper' into sync-stage
2 years ago