Austin Schuh
ec71d5d319
Fixed Unused Parameter warning in compiler headers.
10 years ago
Austin Schuh
918e3ee8b4
Fixed Unused Parameter warning in headers.
10 years ago
Andrew Paprocki
4eaa16f7a9
Fixed IBM xlC compiler error due to missing prefix.
10 years ago
Jeff Davidson
e4e7f3a25d
am 1ed1ec36: Merge "Move protobuf 2.3.0 to prebuilts."
...
* commit '1ed1ec3609812a7818689cde01b6ce92d3f2315a':
Move protobuf 2.3.0 to prebuilts.
10 years ago
Jeff Davidson
59f2ff5856
Merge "Move protobuf 2.3.0 to prebuilts."
10 years ago
Feng Xiao
53d202f587
Add the missing solaris atomics header file.
10 years ago
Jeff Davidson
dac016786a
Move protobuf 2.3.0 to prebuilts.
...
This will facilitate an upgrade to 2.6.0 and future versions without
breaking applications which have a hardcoded dependency on 2.3.0. The
existing make rules have been renamed to omit the version code.
The prebuilts were built from a tree at commit
9be7e7401174d75e87e21fdc5f43549594a714bb.
Change-Id: I90cf7f029217c8dc63a4b38252025c6b725d72a5
10 years ago
Feng Xiao
df5481c6b3
Update version number to 2.6.2-pre.
10 years ago
Feng Xiao
f9e623b167
Merge changes from 2.6.1 release branch.
10 years ago
Feng Xiao
bba83652e1
Update version number to 2.6.1.
10 years ago
John Beard
2853cd4a10
Add .gitignore file
...
Includes files generated by each of:
* autogen.sh
* configure
* make
10 years ago
Dwayne Litzenberger
b460610b69
Omit google-apputils dependency under Python 3
...
Temporary change until a py3k-compatible google-apputils is released.
10 years ago
Dwayne Litzenberger
0fd260eae7
Use 2to3 when building under Python 3.
10 years ago
William Orr
20e0a61ff6
Don't test for sched_yield on Windows
10 years ago
Adal Chiriliuc
374b95146e
Add __version__
...
Added __version__ attr to package so that scripts that check local
packages to see if newer versions are available can work.
Almost all Python packages have a version attr, and the vast majority of
them name it "__version__"
10 years ago
Adal Chiriliuc
6f7aa2f678
Revert "Add __version__"
...
This reverts commit 5337cf564f
.
10 years ago
Adal Chiriliuc
5337cf564f
Add __version__
...
Added __version__ attr to package so that scripts that check local
packages to see if newer versions are available can work.
Almost all Python packages have a version attr, and the vast majority of
them name it "__version__"
10 years ago
Feng Xiao
419c94b6e0
Update CHANGES.txt to include a bug fix.
10 years ago
Feng Xiao
8c12b1af76
Update version number in generated files.
10 years ago
Feng Xiao
57b86729f2
Update CHANGES.txt for 2.6.1rc1.
10 years ago
Feng Xiao
5ac39f34ae
Merge remote-tracking branch 'origin/master' into 2.6.1
10 years ago
Feng Xiao
5452bd6e39
Merge pull request #43 from abuszta/bugfix
...
Release objects allocated by InitializeDefaultRepeatedFields()
10 years ago
Antoni Buszta
e670b67032
DestroyDefaultRepeatedFields is registered using OnShutdown.
10 years ago
Feng Xiao
d9d1da95c6
Update version number to 2.6.1rc1
10 years ago
Feng Xiao
3b8dadf581
Avoid using the macro name again in macro definitions.
10 years ago
Feng Xiao
06e6690bf2
Fix the memory leak of GetEmptyString().
10 years ago
Antoni Buszta
e83ba13a6f
InitializeDefaultRepeatedFields() allocates memory but does not release it.
10 years ago
Feng Xiao
0971bb0d57
Down-integrate from internal branch.
10 years ago
Feng Xiao
c1d16457db
Merge pull request #35 from dsrosario/fix_warning
...
Fix "warning C4018: '<' : signed/unsigned mismatch"
10 years ago
Feng Xiao
56aa52d986
Merge pull request #38 from xfxyjwf/fix17
...
Fix a bug that causes DynamicMessage.setField() to not work for repeated enum fields.
10 years ago
Feng Xiao
84731a111f
Down-integrate from internal branch.
10 years ago
Brian Duff
4d6e9c5f6d
am 9be7e740: Merge "Change reftypes_primitive_enums to reftypes_compat_mode."
...
* commit '9be7e7401174d75e87e21fdc5f43549594a714bb':
Change reftypes_primitive_enums to reftypes_compat_mode.
10 years ago
Feng Xiao
725326f1ee
Update verification methods' names.
10 years ago
Feng Xiao
0dd3fef843
Merge pull request #39 from xfxyjwf/fix24
...
Fix descriptor validation logic for packed enum fields.
10 years ago
Feng Xiao
eb223ed4f7
Merge pull request #3 from dhirschfeld/pyext-fix
...
Explicitly specify pyext/cpp_message.py in py_modules list
10 years ago
Brian Duff
188a2d6f5e
Merge "Change reftypes_primitive_enums to reftypes_compat_mode."
10 years ago
Feng Xiao
f5691a617e
Fix descriptor validation logic for packed enum fields.
10 years ago
Feng Xiao
345d49a51e
Fix a bug that causes DynamicMessage.setField() to not work for repeated
...
enum fields.
10 years ago
xfxyjwf
6147768171
Merge pull request #37 from google/fix_links
...
Replace links to code.google.com/protobuf with developers.google.com/protocol-buffers
10 years ago
Feng Xiao
e428862450
Replace links to code.google.com/protobuf with developers.google.com/protocol-buffers
10 years ago
Brian Duff
7fbf654004
Change reftypes_primitive_enums to reftypes_compat_mode.
...
Make the clear() method stripped in reftypes_compat_mode.
Change-Id: I0ec35537856f59a6ecf231bfd74df995c858e2b2
10 years ago
Brian Duff
50a024fbe1
am 7d1ca13f: Merge "Adds a primitive enum mode for reftypes."
...
* commit '7d1ca13f3781e8ccff0ecfab42250f1058c9152d':
Adds a primitive enum mode for reftypes.
10 years ago
Brian Duff
517591b8ea
Merge "Adds a primitive enum mode for reftypes."
10 years ago
Brian Duff
a892068c2d
Adds a primitive enum mode for reftypes.
...
This is a compatibility shim.
Change-Id: Ia0b417d4621e391ede618d0b3b1c470c9896e0ff
10 years ago
xfxyjwf
a9155b8d3c
Merge pull request #32 from worr/bug/solaris-atomicops
...
Add support for solaris atomicops
10 years ago
Dinis Rosário
bb7d210c2a
Fix "warning C4018: '<' : signed/unsigned mismatch" at wire_format_lite_inl.h
10 years ago
William Orr
195f01719e
Update CONTRIBUTORS.txt
10 years ago
William Orr
a27b329084
Update copyright notice and remove first line
10 years ago
xfxyjwf
a48c08aa9a
Merge pull request #31 from worr/bug/autoconf-sched-yield
...
Add check for sched_yield in librt
10 years ago
William Orr
2d7786cfc3
Add support for solaris atomicops
...
This patch adds support for atomic operations on Solaris, on any platform.
It makes use of the atomic functions made available in Solaris' atomic.h
header.
10 years ago