Tres Seaver
0fab06062f
Fix 'error: a class-key must be used when declaring a friend' compile error.
10 years ago
Tres Seaver
0eb74768d0
Merge remote-tracking branch 'upstream/master'
10 years ago
Feng Xiao
e4f063f263
Merge pull request #86 from tseaver/compat_w_git_lt_1.8
...
Make .gitignore more robust
10 years ago
Feng Xiao
53c1029362
Merge pull request #84 from tseaver/fix_80-avoid_INT32_MAX_MIN
...
Don't rely on non-standard 'INT32_MAX' / 'INT32_MIN'.
10 years ago
Tres Seaver
113eb61e6b
Avoid '**/' patterns for compat w/ git < 1.8.
...
Ignore generated test scaffolding files.
Exclude Python build artifacts.
10 years ago
Tres Seaver
8b2aafe7d3
Use 'kint32min'/'kint32max' constants, rather than defining locally.
...
Incorporates feedback from @xfxyjwf :
https://github.com/google/protobuf/pull/84#discussion_r20474781 .
10 years ago
Tres Seaver
38a3dd502d
Exclude Python build artifacts.
10 years ago
Tres Seaver
83671c0514
Don't rely on non-standard 'INT32_MAX' / 'INT32_MIN'.
...
Define safe constants to use when padding enums.
Fixes #80 .
10 years ago
Tres Seaver
706690bddb
Ignore generated test scaffolding files.
10 years ago
Tres Seaver
e8e3a5bf96
Compat w/ git < 1.8.
10 years ago
Feng Xiao
3eb55df6a4
Report a warning if the proto file doesn't have a syntax statement.
10 years ago
Feng Xiao
f157a5651c
Down-integrate from internal code base (C++ maps support).
10 years ago
Feng Xiao
9ae3b0b07c
Update LICENSE to list files that aren't copyrighted by Google Inc.
...
This is following what V8 does:
https://code.google.com/p/v8/source/browse/trunk/LICENSE
10 years ago
Feng Xiao
faf581d208
Merge pull request #69 from apaprocki/aix-atomicops
...
Add AIX/POWER atomicops and fix compilation with IBM xlC C++ compiler.
10 years ago
Andrew Paprocki
af88ccb5fc
Modify tests to compile on AIX with xlC compiler.
...
- `int64` typedef collision with `sys/inttypes.h`
- `xlC` complains about `int` and pointer comparisons without casts
10 years ago
Andrew Paprocki
1ddf6937ee
Added contributor and updated README to add AIX.
10 years ago
Andrew Paprocki
ebb41981c8
Add atomicops for AIX/POWER + IBM xlC compiler.
10 years ago
Dan Albert
6dc3924536
Merge "Add platform versions of the protobuf libraries."
10 years ago
Dan Albert
68e7e78257
Add platform versions of the protobuf libraries.
...
NDK libraries should not be linked in to platform code, so create a
separate version for the platform that is linked against libc++
instead of the NDK STLs.
Bug: 15193147
Change-Id: I3935e5dd3bd99676772a4b9681e275ef3601b855
10 years ago
Feng Xiao
643d09ac7d
Merge branch 'typofixes-vlajos-20141108' of https://github.com/vlajos/protobuf into typo
...
Conflicts:
src/google/protobuf/compiler/java/java_file.cc
10 years ago
Feng Xiao
6ef984af4b
Down-integrate from internal code base.
10 years ago
Veres Lajos
c76807211a
typo fixes - https://github.com/vlajos/misspell_fixer
10 years ago
Feng Xiao
baca1a8a1a
Adds more checks before deleting temporary files.
10 years ago
Feng Xiao
ad7f41bd57
Merge pull request #50 from dlitz/compat-py3k
...
setup.py fixes for Python 3
10 years ago
Behrooz Khorashadi
e214da2663
am dbb9c303: Merge "Added an API method in FieldData to allow access to the UnknownField data"
...
* commit 'dbb9c3033097e571e15c16d6e2e814be7e9d60bc':
Added an API method in FieldData to allow access to the UnknownField data
10 years ago
Behrooz Khorashadi
0b6a8f70fd
Merge "Added an API method in FieldData to allow access to the UnknownField data"
10 years ago
Feng Xiao
a270576f53
Merge pull request #71 from abyss7/master
...
Silence -Wsign-compare warning on Mac
10 years ago
Behrooz Khorashadi
5d6fc1921d
Added an API method in FieldData to allow access to the UnknownField data
...
Change-Id: I2cd5cfc80dce2a297fcd2511074b2a9d23d39837
10 years ago
Feng Xiao
3e0ec8de2b
Merge pull request #70 from AustinSchuh/master
...
Fixed Unused Parameter warning in headers.
10 years ago
Feng Xiao
11e6e9a3b0
Merge pull request #72 from Steelskin/master
...
Change references to `vector` to use `std::vector`
10 years ago
acidtonic
2ba455f20c
Corrected code example in coded_stream.h
...
There is an example at the top of the page which contains code that appears to show a user how to create and serialize a message to a file. However the flags to open the file lack the O_CREAT flag which allows creating the file if it doesn't exist. I was troubleshooting a situation where this snippet was used and compiled, but never created a file.
10 years ago
Fabrice de Gans-Riberi
98db4958f0
Change references to `vector` to use `std::vector`
...
Upstreaming patch used by Chromium in
https://codereview.chromium.org/693773003/
10 years ago
abyss7
717f807499
Silence -Wsign-compare warning on Mac
10 years ago
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