Today
-
-
issue 126
(corrupted protobuf-java-2.2.0.jar in maven repository) commented on by bs1984
-
-
-
r256
(Ensure that 'once' objects are declared using the macro. Th...) committed by temporal
- Ensure that 'once' objects are declared using the macro. This is either the third or fourth time
I've screwed this up when down-integrating, because our internal code does not require the macro
(it's not portable) and on Linux a pthread_once_t that is zero-initialized just happens to work.
So, I only discover the problem when I test on Mac, then kick myself for making the same mistake yet
again. No more! This time, I have renamed GoogleOnceType to ProtobufOnceType, thus making the type
name differ from our internal code. As a result, if you don't update the decls to use the macros,
they won't compile. Hah! Take that, future self!
Ensure that 'once' objects are declared using the macro. This is either the third or fourth time
I've screwed this up when down-integrating, because our internal code does not require the macro
(it's not portable) and on Linux a pthread_once_t that is zero-initialized just happens to work.
So, I only discover the problem when I test on Mac, then kick myself for making the same mistake yet
again. No more! This time, I have renamed GoogleOnceType to ProtobufOnceType, thus making the type
name differ from our internal code. As a result, if you don't update the decls to use the macros,
they won't compile. Hah! Take that, future self!
-
-
issue 144
(getExtension() throws ClassCastException on absent repeated ...) changed by kenton@google.com
-
Status:
Accepted
Owner:
ken...@google.com
Status:
Accepted
Owner:
ken...@google.com
-
issue 143
(When passing an invalid fstream to .SerializeToOstream() it ...) changed by kenton@google.com
-
Status:
Accepted
Owner:
ken...@google.com
Status:
Accepted
Owner:
ken...@google.com
-
r254
(Commit missing files from r251. Sigh.) committed by ken...@google.com
- Commit missing files from r251. Sigh.
Commit missing files from r251. Sigh.
-
r253
(Set version to 2.3.0-pre.) committed by ken...@google.com
- Set version to 2.3.0-pre.
Set version to 2.3.0-pre.
-
r252
(Point test_plugin at the correct gtest headers.) committed by ken...@google.com
- Point test_plugin at the correct gtest headers.
Point test_plugin at the correct gtest headers.
-
r251
(Massive roll-up of changes. See CHANGES.txt.) committed by ken...@google.com
- Massive roll-up of changes. See CHANGES.txt.
Massive roll-up of changes. See CHANGES.txt.
-
r250
(Some sort of emacs protobuf mode fix.) committed by ken...@google.com
- Some sort of emacs protobuf mode fix.
Some sort of emacs protobuf mode fix.
Yesterday
Last 30 days
-
r249
(Fix UTF-8 validity checks to not do unaligned reads.) committed by ken...@google.com
- Fix UTF-8 validity checks to not do unaligned reads.
Fix UTF-8 validity checks to not do unaligned reads.
-
-
-
-
-
-
issue 142
(compile problem due to strutil.cc (linux)) changed by ken...@google.com
-
Status:
Fixed
Owner:
ken...@google.com
Status:
Fixed
Owner:
ken...@google.com
-
-
-
-
issue 141
(Coded*Stream (at least in Java) behaves unpredictable when s...) commented on by ismaelj
-
-
-
-
-
-
issue 139
(Go implementation of Protocol Buffers.) changed by ken...@google.com
-
Status:
OutOfScope
Owner:
ken...@google.com
Status:
OutOfScope
Owner:
ken...@google.com
-
-
issue 141
(Coded*Stream (at least in Java) behaves unpredictable when s...) Status changed by ken...@google.com
-
Status:
WorkingAsIntended
Status:
WorkingAsIntended
-
-
-
issue 141
(Coded*Stream (at least in Java) behaves unpredictable when s...) reported by feinberg
-
-
-
-
r247
(Fix Issue 136: the memoized serialized size for packed field...) committed by jasonh+p...@google.com
- Fix Issue 136 : the memoized serialized size for packed fields may not
be properly set. writeTo() may be invoked without a call to
getSerializedSize(), so the generated serialization methods would
write a length of 0 for non-empty packed fields. Just call
getSerializedSize() at the beginning of writeTo(): although this
means that we may compute the byte size needlessly when there
are no packed fields, in practice, getSerializedSize() will
already have been called - all of the writeTo() wrappers in
AbstractMessageLite invoke it.
Tested: new unittest case in WireFormatTest.java now passes
Fix Issue 136 : the memoized serialized size for packed fields may not
be properly set. writeTo() may be invoked without a call to
getSerializedSize(), so the generated serialization methods would
write a length of 0 for non-empty packed fields. Just call
getSerializedSize() at the beginning of writeTo(): although this
means that we may compute the byte size needlessly when there
are no packed fields, in practice, getSerializedSize() will
already have been called - all of the writeTo() wrappers in
AbstractMessageLite invoke it.
Tested: new unittest case in WireFormatTest.java now passes
-
-
-
-
-
-
-
-
-
-
issue 136
(serializedSize apparently not set) changed by ken...@google.com
-
Status:
Accepted
Owner:
jas...@google.com
Cc:
ken...@google.com
Status:
Accepted
Owner:
jas...@google.com
Cc:
ken...@google.com
-
-
-
|