Anis Ladram
1e9d43fe71
Add explicit abort() at the end of AlignFail
...
GCC cannot infer that `LogMessage::Finish()` (called indirectly by
`GOOGLE_LOG(FAIL)` in `AlignFail`) exits program when `level_ ==
LOGLEVEL_FATAL`. Compilation will create a warning in projects importing
the library for debug builds. The attribute cannot be individually
assigned to `LogMessage::Finish()` because it does return conditionally
of the log level. Tried with GCC 9.3.0 and GCC 12.1.0.
This change adds an explicit abort() for compiler to clearly understand
this does not return, and enables `[[noreturn]]` for MSVC as well.
2 years ago
theodorerose
4f593b7482
Sync from Piper @460195408
...
PROTOBUF_SYNC_PIPER
2 years ago
Matt Fowles Kulukundis
855ef0ca9d
Merge pull request #10232 from Eddie-cz/master
...
"Fixed" Visual Studio constinit errors
2 years ago
theodorerose
02df2a7dad
Sync from Piper @459854290
...
PROTOBUF_SYNC_PIPER
2 years ago
deannagarcia
6b1772f5f9
Merge pull request #10212 from Wyverald/patch-1
...
Update rules_kotlin version
2 years ago
petr.dannhofer
c1278f8358
"Fixed" Visual Studio constinit errors both for clang-cl and msvc compilers under c+17 and c+20 standards
2 years ago
deannagarcia
b10f2ae3f0
Merge pull request #10222 from deannagarcia/composer
...
Upgrade to Composer 2
2 years ago
Theodore Rose
aa22c5e0de
Merge pull request #10196 from esorot/sync-stage
...
Integrate from Piper for C++, Java, and Python
2 years ago
Deanna Garcia
e7bbb267da
Change composer download
2 years ago
Matt Fowles Kulukundis
01c3e7e019
Merge pull request #10220 from protocolbuffers/fowles-patch-1
...
Slightly prettier way to express int min
2 years ago
theodorerose
9c530240a3
revert autotool changes
2 years ago
Matt Fowles Kulukundis
c7908f46c2
Slightly prettier way to express int min
2 years ago
Elliotte Rusty Harold
c9a2e3e0c9
Merge pull request #10126 from q-nathangrand/fix-timestamp-fromDate
...
Fix Timestamps.fromDate to correctly handle java.sql.Timestamps before unix epoch
2 years ago
theodorerose
f4b42629d2
update CHANGES.txt
2 years ago
theodorerose
fba1377b69
update CHANGES.txt
2 years ago
deannagarcia
b3f8bb2f54
Merge pull request #10202 from deannagarcia/fixPoms
...
Fix maven pom files
2 years ago
theodorerose
754c567325
revert autotool changes
2 years ago
theodorerose
dc2b047e14
Merge branch 'main' into sync-stage
2 years ago
Matt Fowles Kulukundis
741475eaf9
Merge pull request #10214 from protocolbuffers/revert-10180-removeAutotoolsProtocBuild
...
Revert "Remove autotools protoc scripts"
2 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)
2 years ago
deannagarcia
63f716e43c
Revert "Remove autotools protoc scripts"
2 years ago
Xùdōng Yáng
eea13410bb
Update rules_kotlin version
2 years ago
tony
efa2b29058
Use nullptr instead of NULL
2 years ago
Zouhair Mahieddine
2600eee6e7
Fix conformance tests failing due to unexpected const qualifier
2 years ago
theodorerose
53ff307d61
Merge branch 'sync-stage' of https://github.com/esorot/protobuf into sync-stage
2 years ago
theodorerose
270111c472
Merge tag 'refs/tags/sync-piper' into sync-stage
2 years ago
theodorerose
cc696d4bab
Sync from Piper @458570529
...
PROTOBUF_SYNC_PIPER
2 years ago
Deanna Garcia
768ce3d577
Change pom version
2 years ago
Deanna Garcia
0131966e57
Add dependencies flag to pom
2 years ago
Matt Fowles Kulukundis
7a07be5ad5
Merge pull request #10201 from protocolbuffers/fowles-patch-1
...
Avoid INT_MIN in obj-c codegen
2 years ago
Deanna Garcia
24106fbe3a
Kdocify comments from source
2 years ago
Matt Kulukundis
1de4f31e90
fix to not use absl
2 years ago
Matt Fowles Kulukundis
3d3bd8d2fe
Avoid INT_MIN in obj-c codegen
2 years ago
deannagarcia
656d0ea62b
Merge pull request #10180 from deannagarcia/removeAutotoolsProtocBuild
...
Remove autotools protoc scripts
2 years ago
tony
a34d060773
Fix for grpc.tools #17995 & protobuf #7474
...
Use CreateProcessW so that non-ascii paths are handled correctly
2 years ago
theodorerose
799a041d14
ran generate_descriptor_proto.sh
2 years ago
deannagarcia
84a3f89ac2
Merge pull request #10187 from deannagarcia/protocPomFile
...
Add protoc pom file to java directory
2 years ago
theodorerose
db6ac0da02
fix codespell
2 years ago
theodorerose
8b4a62b4b3
merged from upstream
2 years ago
theodorerose
733f59d52e
Merge tag 'refs/tags/sync-piper' into sync-stage
2 years ago
theodorerose
ee7ba6d8f1
Sync from Piper @458326765
...
PROTOBUF_SYNC_PIPER
2 years ago
theodorerose
cd276e0cbd
merged from upstream
2 years ago
Theodore Rose
87d285c785
Merge branch 'protocolbuffers:main' into sync-stage
2 years ago
theodorerose
d296b2be9d
update build rules
2 years ago
theodorerose
152f97d8c1
merged from upstream
2 years ago
theodorerose
e98edc5991
Sync from Piper @456510836
...
PROTOBUF_SYNC_PIPER
2 years ago
theodorerose
617ee9dc66
update build rules
2 years ago
Mike Kruskal
651a60cfdc
Disabling broken mac php tests ( #10197 )
2 years ago
Theodore Rose
160408c659
Merge pull request #10190 from deannagarcia/phpunitVersion
...
Change phpunit version to fix error
2 years ago
theodorerose
58174f2f76
Merge tag 'refs/tags/sync-piper' into sync-stage
2 years ago