Matt Fowles Kulukundis
741475eaf9
Merge pull request #10214 from protocolbuffers/revert-10180-removeAutotoolsProtocBuild
...
Revert "Remove autotools protoc scripts"
3 years ago
Matt Fowles Kulukundis
464959a1d7
Merge pull request #10200 from tonydnewell/bugfix/protobuf-7474
...
Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile)
3 years ago
deannagarcia
63f716e43c
Revert "Remove autotools protoc scripts"
3 years ago
tony
efa2b29058
Use nullptr instead of NULL
3 years ago
Matt Fowles Kulukundis
7a07be5ad5
Merge pull request #10201 from protocolbuffers/fowles-patch-1
...
Avoid INT_MIN in obj-c codegen
3 years ago
Matt Kulukundis
1de4f31e90
fix to not use absl
3 years ago
Matt Fowles Kulukundis
3d3bd8d2fe
Avoid INT_MIN in obj-c codegen
3 years ago
deannagarcia
656d0ea62b
Merge pull request #10180 from deannagarcia/removeAutotoolsProtocBuild
...
Remove autotools protoc scripts
3 years ago
tony
a34d060773
Fix for grpc.tools #17995 & protobuf #7474
...
Use CreateProcessW so that non-ascii paths are handled correctly
3 years ago
deannagarcia
84a3f89ac2
Merge pull request #10187 from deannagarcia/protocPomFile
...
Add protoc pom file to java directory
3 years ago
Mike Kruskal
651a60cfdc
Disabling broken mac php tests ( #10197 )
3 years ago
Theodore Rose
160408c659
Merge pull request #10190 from deannagarcia/phpunitVersion
...
Change phpunit version to fix error
3 years ago
Theodore Rose
c12460a168
Merge pull request #10195 from esorot/csharp-build-failure
...
fix C# minimum lang version to 10.0
3 years ago
theodorerose
fd202c02a6
fix C# minimum lang version to 10.0
3 years ago
Deanna Garcia
8535efb3aa
Change version to make a range
3 years ago
Deanna Garcia
79e9614edf
Change phpunit version to fix error
3 years ago
Deanna Garcia
16f8632f2e
Add file to makefile
3 years ago
Deanna Garcia
75d12d44a8
Add new file to bazel build files
3 years ago
Deanna Garcia
970f7582fc
Add protoc pom file to java directory
3 years ago
Elliotte Rusty Harold
7489aef20f
Merge pull request #9855 from elharo/elharo-patch-6
...
Rewrite for clarity
3 years ago
Theodore Rose
ca17dad213
Merge pull request #10183 from protocolbuffers/main-tempbranch
...
merge 21.x into main
3 years ago
theodorerose
e530462f58
revert version.json
3 years ago
theodorerose
52e071ecb3
merge 21.x into main
3 years ago
Theodore Rose
f9ebb9ee36
Merge pull request #9998 from tomerv/main
...
Raise KeyError in Python ServiceDescriptor.FindMethodByName (#9592 )
3 years ago
deannagarcia
0bea48cad1
Merge pull request #10182 from deannagarcia/fixPythonLink
...
Fix python link to install packages
3 years ago
Deanna Garcia
434c491e4b
Update readme about pom
3 years ago
Deanna Garcia
aa3d5467b2
Fix python link
3 years ago
Deanna Garcia
f205207fa6
Revert commit meant for other PR
3 years ago
Deanna Garcia
fa72e6c047
Fix python link to manually install packages
3 years ago
Deanna Garcia
74cfa9a057
Delete dockerfile
3 years ago
Deanna Garcia
6fd332f532
Remove autotools scripts and update README
3 years ago
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.
3 years ago
Erik Mavrinac
9f58ee3f04
Update to C# 10 and upgrade code style ( #10105 )
3 years ago
Dennis Shao
352444ecd5
Merge pull request #10167 from shaod2/master
...
Fix to generate Python gendocs.
3 years ago
Dennis Shao
1275ce88f9
Add missing rst files
3 years ago
Dennis Shao
c62c2340ca
Update rst files for Python generated docs
3 years ago
Dennis Shao
e09804591d
Merge branch 'protocolbuffers:main' into master
3 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.
3 years ago
Dennis Shao
1640336fcf
Create .repo-metadata.json
3 years ago
Dennis Shao
3f0f59b00e
Merge pull request #10160 from shaod2/master
...
Update options.md
3 years ago
Dennis Shao
a9d9c00bff
Update options.md
...
https://github.com/protocolbuffers/protobuf/issues/10153
3 years ago
deannagarcia
0933faa9ba
Merge pull request #10140 from protocolbuffers/updateDocuploaderVersion
...
Update versions for publish python script
3 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.
3 years ago
Jorg Brown
feb726159f
Remove `* Take StringPiece instead of const string& in absl stubs.` from CHANGES.txt since we're not taking it.
3 years ago
Jorg Brown
7bb756c1cc
Re-instate commit c0fc2e881b
3 years ago
Jorg Brown
24d0a3bed1
Revert all changes to strutil.{h,cc} from this PR
3 years ago
Jorg Brown
a075d2fb14
Remove extraneous ';'
3 years ago
Jorg Brown
81491e034f
Can't use char * for quoted literals. I knew that.
3 years ago
Jorg Brown
e9668e41be
Find out who is calling StringReplace, or if the call is from strutil
...
itself.
3 years ago
Jorg Brown
dc7f4debbc
More debugging information please
3 years ago