Deanna Garcia
4a82094b61
Reversing codespell changes
4 years ago
Deanna Garcia
043935b672
Fixing codespell allow list
4 years ago
Deanna Garcia
a0887367e1
Adding OptIn to the allow list for spell check
4 years ago
Deanna Garcia
74a32c02a1
fixing kokoro tests
4 years ago
Deanna Garcia
9aaaf70154
updating makefile
4 years ago
Deanna Garcia
b0acba39c9
cleaning up
4 years ago
Deanna Garcia
30355ff78a
Fixing build
4 years ago
Deanna Garcia
726241fca1
Changing structure to have kotlin submodules
4 years ago
Deanna Garcia
438d777e05
Adding file names to cmake files
4 years ago
Deanna Garcia
2c9aca5382
Adding another file to the makefile
4 years ago
Deanna Garcia
0454655fb0
updating typo in makefile
4 years ago
Deanna Garcia
6f5c6eb7ce
Merge branch 'kotlinProtos' of https://github.com/deannagarcia/protobuf into kotlinProtos
4 years ago
Deanna Garcia
e263c7e9d6
Updating the makefile with new files
4 years ago
deannagarcia
87faccd18e
Merge branch 'master' into kotlinProtos
4 years ago
Deanna Garcia
1949746e9c
Commit with --kotlin_out working
4 years ago
Yannic
4b770cabd7
[C++] Refactor StatusOr and StringPiece ( #8406 )
...
* [C++] Refactor StatusOr and StringPiece
This change makes `StatusOr` and `StringPiece` more like
`absl::StatusOr` and `{absl,std}::string_view`.
Note that there is more work required before the Abseil types can be
used as drop-in replacement.
Progress on #3688
* Fix more errors
* Fix test
* Remove some asserts
* Delete outdate example
4 years ago
Joshua Haberman
5941bd1198
Merge pull request #8422 from haberman/sync-stage
...
Integrate from Piper for C++, Java, and Python
4 years ago
Joshua Haberman
9daba367f4
Updated changelog.
4 years ago
Joshua Haberman
77334e39a7
Merge tag 'refs/tags/sync-piper' into sync-stage
4 years ago
Joshua Haberman
96307d28f6
Sync from Piper @364389596
...
PROTOBUF_SYNC_PIPER
4 years ago
Deanna Garcia
751d05caf7
Fixing core ExtendableMessageExtension
4 years ago
Deanna Garcia
eef241890a
Adding most recent work
4 years ago
Adam Cozzette
617e255617
Merge pull request #8409 from srago/protoc-fix
...
add error returns missing from protoc to prevent it from exiting with…
4 years ago
Adam Cozzette
f57940391c
Merge pull request #8408 from PatriosTheGreat/master
...
Fix -Wsuggest-destructor-override for generated C++ proto classes.
4 years ago
Levon Ter-Grigoryan
53b0cce27b
Fix -Wsuggest-destructor-override for generated C++ proto classes.
4 years ago
Steve Rago
57e09ad848
add error returns missing from protoc to prevent it from exiting with a successful return value when writing the zip file fails
4 years ago
Adam Cozzette
4c5465e5fe
Merge pull request #8402 from acozzette/merge-3-15-x
...
Merge 3.15.x into master branch
4 years ago
Adam Cozzette
f9c7b5a284
Merge pull request #8407 from reznikmm/patch-1
...
Add protobuf for Ada
4 years ago
Maxim Reznik
b4cddb71d6
Add protobuf for Ada
4 years ago
Adam Cozzette
3a127ae4fb
Merge pull request #7744 from Yannic/bazel_bench
...
[bazel] Add BUILD files for benchmark protos
4 years ago
Adam Cozzette
146d579738
Merge pull request #8405 from Yannic/status-del-error
...
Make util::Status more similar to absl::Status
4 years ago
Adam Cozzette
4f8fef0a86
Merge pull request #8319 from elharo/patch-4
...
deps: update JUnit and Truth
4 years ago
Adam Cozzette
ee35b2da4b
Merge pull request #8374 from igor-sirotin/feature/cmake-protoc-options
...
[CMake] Abilty to pass options to protoc executable from cmake
4 years ago
Adam Cozzette
28dbe3b09b
Merge pull request #8285 from s1341/master
...
Fix missing -llog when compiling for android
4 years ago
Deanna Garcia
73e0e7af12
Removing target folder
4 years ago
Yannic Bonenberger
3a7bd9c236
Make util::Status more similar to absl::Status
...
Progress on #3688
4 years ago
Yannic Bonenberger
ef70abad8a
Restrict visibility and add target for C++ benchmark
4 years ago
Yannic Bonenberger
c5abd97e36
[bazel] Add BUILD files for benchmark protos
...
This change adds BUILD files to //benchmarks that allow
users to consume the .proto files in that directory
to run benchmarks (e.g. for custom generators).
4 years ago
Adam Cozzette
9db84d08fb
Merge branch '3.15.x' into merge-3-15-x
4 years ago
Adam Cozzette
f154323fa6
Merge pull request #8287 from dlj-NaN/mergeable-autotools
...
Add autotools to release notes languages.
4 years ago
Adam Cozzette
9ad97629be
Merge pull request #8354 from Yannic/refactor_status
...
[C++] Refactor util::Status
4 years ago
Adam Cozzette
50dd5b903c
Merge pull request #8396 from Yannic/del-flag
...
[bazel] Remove deprecated way to depend on googletest
4 years ago
Joshua Haberman
80fe990b6a
Merge pull request #6073 from tenderlove/compaction-friendly
...
Register mark objects so Protobuf is compaction friendly
4 years ago
Adam Cozzette
6aa539bf01
Update protobuf version
4 years ago
Adam Cozzette
971a5935ed
Updated CHANGES.txt and PHP changelog for 3.15.6
4 years ago
Aaron Patterson
addd0615bf
Register mark objects so Protobuf is compaction friendly
...
This commit removes an unused reference and registers globals with the
GC so that they will never die. Ruby is getting a compacting GC, and it
means that these references can move. Registering them with
`rb_gc_register_mark_object` will ensure the constants don't move and
will not be collected.
4 years ago
chenzhihui
43aca57613
Allocate extension 1108 to Kratos API Errors
4 years ago
salamani
a4694f9b66
correcting arch name for s390x
4 years ago
Yannic Bonenberger
a3aecacc24
[bazel] Remove deprecated way to depend on googletest
4 years ago
Yannic Bonenberger
aa5cb98712
Fix conformance_cpp
4 years ago