Laszlo Csomor
65da9fd97f
io_win32: support non-ASCII paths
...
Fixes https://github.com/google/protobuf/issues/3951
7 years ago
Laszlo Csomor
953a0253fc
io_win32_unittest: make //:win32_test run again
...
Do not use "googletest.h", apprently that leads to
linking errors on Windows which I couldn't figure
out how to solve, and decided to just go with
plain gTest instead.
See https://github.com/google/protobuf/issues/3951
7 years ago
Bo Yang
457f6a607c
Add release log
7 years ago
Bo Yang
ba60b854b6
Update php c extension version number to 3.5.0.1
7 years ago
Bo Yang
212563d756
Fix memory leak in php7
7 years ago
Bo Yang
3b7a5f4515
Fix several more memory leak
7 years ago
Bo Yang
7d3437152a
Fix memory leak when creating map field via array.
7 years ago
Bo Yang
e0d3aa057b
Fix memory leak when creating repeated field via array.
7 years ago
Paul Yang
de44982a74
Remove duplicate typedef. ( #3975 )
7 years ago
W
0316ae802d
--pre is not necessary
...
--pre was not necessary to install google-protobuf when I tried it today (2017-12-06).
7 years ago
Adam Cozzette
9021f623e1
Merge pull request #3988 from acozzette/down-integrate
...
Integrated internal changes from Google
7 years ago
Yilun Chong
173f3043d3
Merge pull request #3926 from BSBandme/down_sync_benchmark
...
Sync benchmark changes from internal
7 years ago
Adam Cozzette
e372df5c97
Fixed failing JS tests
7 years ago
Feng Xiao
db7c043f6d
Merge pull request #3968 from fahhem/patch-2
...
Add a check_version() for use in WORKSPACEs
7 years ago
Fahrzin Hemmati
35119e39a0
Add a check_protobuf_required_bazel_version() for use in WORKSPACEs
7 years ago
Yilun Chong
1fd6c1761e
Fix bugs to pass tests
7 years ago
Adam Cozzette
7bb8584f9d
Updated conformance failure lists
7 years ago
Bo Yang
b140cb3145
Fix memory leak when creating map field via array.
7 years ago
Thomas Van Lenten
716acc3b97
Remove Xcode directives on some configs.
...
Travis changed their default image:
https://blog.travis-ci.com/2017-11-21-xcode8-3-default-image-announce
So there is no need to set a specific image any more, and the non
apple language tests should be able to use the default images.
7 years ago
Bo Yang
1acacf46cc
Fix memory leak when creating repeated field via array.
7 years ago
Yilun Chong
1c062a65af
Sync internal benchmark changes
7 years ago
Adam Cozzette
5d647e19e7
Updated Makefile.am to add a new file to EXTRA_DIST
7 years ago
Adam Cozzette
0ba8eea655
Merge branch 'master' into down-integrate
7 years ago
Adam Cozzette
92a7e778e7
Integrated internal changes from Google
7 years ago
Adam Cozzette
a711e3d5b4
Merge pull request #3979 from acozzette/3.5.x-merge
...
Merge 3.5.x branch into master
7 years ago
Adam Cozzette
a27da09339
Merge branch '3.5.x' into 3.5.x-merge
7 years ago
Paul Yang
94bb1eed17
Remove duplicate typedef. ( #3975 )
7 years ago
Paul Yang
74e7decbbf
Provide discardUnknonwnFields API in php ( #3976 )
...
* Provide discardUnknownFields API in php implementation
* Provide discardUnknownFields API in php c extension.
7 years ago
Feng Xiao
6de51caed5
Merge pull request #3824 from anuraaga/dev_rag
...
[Java] Add a UTF-8 decoder that uses Unsafe to directly decode a byte buffer.
7 years ago
Feng Xiao
da89eb25ef
Merge pull request #3955 from linux-on-ibm-z/master
...
Adding Release_CompareAndSwap 64-bit variant
7 years ago
Jie Luo
6d6099553b
Update csharp version number ( #3958 )
7 years ago
Joshua Haberman
0289dd8f90
Merge pull request #2519 from rubynerd-forks/ruby-fix-repeated-message-type-field
...
unwrap descriptor class before comparison of RepeatedField types
7 years ago
Jon Skeet
74f64b667c
Fix JsonTokenizer exception message
7 years ago
Anuraag Agrawal
3e944aec9e
Add a UTF-8 decoder that uses Unsafe to directly decode a byte buffer.
7 years ago
Adam Cozzette
3c6fd3f7f9
Merge pull request #3960 from acozzette/libprotoc-export-fix
...
Added back in LIBPROTOC_EXPORT which was removed by mistake
7 years ago
Adam Cozzette
1b1d1ea340
Added back in LIBPROTOC_EXPORT which was removed by mistake
7 years ago
Adam Cozzette
34e30e5c1b
Merge pull request #3962 from jleni/fix_dotnet
...
Upgrading dotnet to 1.0.4
7 years ago
Juan Leni
582d6ac3aa
Upgrading dotnet to 1.0.4
7 years ago
Jisi Liu
f2127b667e
Merge pull request #3416 from xiaoshuang-lu/PROTOBUF-3404
...
[PROTOBUF-3404] add --with-zlib=PATH to configure.ac script
7 years ago
Nayana-ibm
642e1ac635
Adding Release_CompareAndSwap 64-bit variant
7 years ago
Xiaoshuang LU
8ff2284456
[PROTOBUF-3404] add --with-zlib=PATH to configure.ac script
7 years ago
Jisi Liu
cf65a7946f
Update version for 3.5.0.post1
7 years ago
Jisi Liu
f466709e7d
Merge pull request #3941 from google/anandolee-patch-2
...
Add _file_desc_by_toplevel_extension back
7 years ago
Jie Luo
45d99a15f3
Add _file_desc_by_toplevel_extension back
...
Add _file_desc_by_toplevel_extension back for compatibility issue with 3.4.1.
_file_desc_by_toplevel_extension is a temporary solution for FieldDescriptor.file.
FieldDescriptor.file was added in code gen. However, we need to keep it for some time for compatibility reason (with 3.4.1 only). May try to remove it after 2 years.
7 years ago
Feng Xiao
f08e4dd984
Merge pull request #3919 from jart/less-warnings
...
Remove unhelpful build warnings
7 years ago
Feng Xiao
b819abf0b2
Merge pull request #3918 from OEP/fix-sdist
...
Include .cc and .h files in Python source distribution
7 years ago
Justine Tunney
ac5371d13e
Remove unhelpful build warnings
...
-Wno-writable-strings removes 230 "ISO C++11 does not allow conversion from
string literal to 'char *'" warnings from TensorFlow test / build output.
These happen because pyext/ sources pass string literals to Python C API data
structures, e.g. PyGetSetDef, which for some reason were designed to not have
the const qualifier.
7 years ago
Paul Kilgo
9935829a66
Include .cc and .h files in source distribution
7 years ago
Thomas Van Lenten
baed06e694
Small code reorder to maybe make #3893 happy.
...
Use the ivar for the -open, so hopefully it lines up with the -close
in dealloc and isn't seen as an unbalanced "open".
7 years ago
Thomas Van Lenten
6700f41c4b
Travis config cleanups and move ObjC to Xcode 9.1.
...
Stop having travis build the test matrix and make it explicit so extra
settings are only on the test that need the, this helps make the travis
UI a little cleaner (linux hosted stuff doesn't list an Xcode version),
as well as avoid unneeded requirements limiting the travis pool something
can run on.
Small improvements to objectivec/DevTools/full_mac_build.sh to avoid some
repeated scripting and hopefully make things more reliable work with Xcode
9.x.
Don't mark the iOS tests as able to fail, hopefully with the new settings
they are stable and won't give false signals.
Simplify the case for xcode versions and fixup xcode 9.[0-1].
7 years ago