Feng Xiao
56b8f44eed
Merge pull request #1842 from udnaan/master
...
fixed cmake config files install path
8 years ago
Sergio Campamá
32fadc0d49
Migrating documentation of the ObjectiveC runtime code to appledoc. ( #1867 )
...
Work for #1866
Migrates all the public class docs over to appledoc format. While Xcode is fine with blank lines in `///` comments, appledoc (used by cocoadocs) isn't and was leaving a bunch of info off the doc pages.
The generator still needs to be updated to do this also; that will be a follow up CL.
8 years ago
Feng Xiao
1102a8a767
Merge pull request #1923 from bryongloden/patch-1
...
close opened file descriptors properly
8 years ago
Bryon Gloden, CISSP®
a375e1acfd
close opened file descriptors properly
8 years ago
Jisi Liu
e30b7b4461
Merge pull request #1924 from PiotrSikora/export_license
...
Bazel: export LICENSE file.
8 years ago
Feng Xiao
f1f30b53cc
Merge pull request #1926 from hotpxl/master
...
[master] Add dependency cl. Fixes google/protobuf#295 .
8 years ago
Yutian Li
ddf6d1eb75
[master] Add dependency cl. Fixes google/protobuf#295 .
8 years ago
Piotr Sikora
faea19c359
Bazel: export LICENSE file.
...
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
8 years ago
Feng Xiao
c59473d53e
Merge pull request #1044 from mark-whiting/master
...
Adding missing generic gcc 64-bit atomicops.
8 years ago
Thomas Van Lenten
6d134eac6f
Merge pull request #1898 from sergiocampama/watchos
...
Adds watch os deployment target for protobuf
8 years ago
Guillaume Egles
ea081fe220
Fix missing import of jspb.Map ( #1885 )
8 years ago
Feng Xiao
0dca3cc5d6
Merge pull request #1865 from podsvirov/topic-cmake-project
...
CMake: Improvements and Bugfixes
8 years ago
Feng Xiao
dedd8aec0d
Merge pull request #1914 from adamatan/typo-fix
...
Typo: beffer -> buffer
8 years ago
Adam Matan
3886860aa4
Typo: beffer -> buffer
8 years ago
Jisi Liu
cf42b608e0
Merge pull request #1905 from pherl/fixdoc
...
Add and fix C++ runtime docs
8 years ago
Konstantin Podsvirov
eefd1fdd48
CMake: Auto find ZLIB from package config if nedded
8 years ago
Jisi Liu
3916a0aa99
Add and fix C++ runtime docs
8 years ago
Joshua Haberman
8d8115bf52
Merge pull request #1878 from haberman/rubywkt
...
Ruby: added API support for well-known types.
8 years ago
Feng Xiao
e0779d5a64
Merge pull request #1903 from xfxyjwf/compatibility_tests
...
Use 64-bit protoc binaries in compatibility tests.
8 years ago
Josh Haberman
3cec2ea8d6
Ruby: added custom Struct exception type and fixed Makefile.am.
8 years ago
Feng Xiao
30647cae9f
Use 64-bit protoc binaries in compatibility tests.
...
Turns out travis doesn't have the library dependencies to run a 32-bit
binary.
Change-Id: I5fadbcade2eb71c1e9ce21d90fa9459797df0e81
8 years ago
Feng Xiao
ff46627725
Merge pull request #1902 from podsvirov/topic-cmake-extract-includes
...
CMake: remove repeated_field_reflection.h from extract list
8 years ago
Konstantin Podsvirov
7d275ec168
CMake: remove repeated_field_reflection.h from extract list
8 years ago
Jon Skeet
00d5a7f099
Amend the conformance tests to only use Int64/Uint64 non-wrapped values which ( #1164 )
...
can reasonably be expected to be interoperable.
(The fact that not all Int64/Uint64 values *can* be exactly represented in
IEEE-754 and thus interoperably amongst JSON implementations is precisely the
reason for wrapping them when we serialize... it shouldn't be a surprise that
we can't round-trip in unwrapped form for all values.)
8 years ago
Sergio Campama
275db044b2
Adds watch os deployment target for protobuf
8 years ago
Joshua Haberman
6b3d120539
Merge pull request #1887 from sheffatguidance/fix-js-api-documentation
...
Fix Issue #1869 : faulty js API documentation
8 years ago
Joshua Haberman
1112989a1b
Merge pull request #1884 from hochhaus/valueWriterFn
...
Fix valueWriterFn_ variable name
8 years ago
Jisi Liu
915d79efa8
Merge pull request #1895 from google/3.0.0-GA
...
Merge GA branch for makedist fix.
8 years ago
Jisi Liu
3ef07568cd
Merge pull request #1894 from pherl/fixdist
...
Add python/setup.cfg into dist files
8 years ago
Jisi Liu
e139117108
Add python/setup.cfg into dist files
8 years ago
Jisi Liu
169d0ca43c
Merge pull request #1893 from google/3.0.0-GA
...
Merge 3.0.0-GA into master
8 years ago
Jisi Liu
c4790429fc
Merge pull request #1892 from xfxyjwf/compatibility_tests
...
Run Java compatibility tests on Travis.
8 years ago
Feng Xiao
baa4023cd5
Run Java compatibility tests on Travis.
...
The test is testing the binary/source compatibility between 3.0.0-beta-4
and the current version (right now it's 3.0.0).
Change-Id: Ic410b535758b38cee7baa99a15a0433734df44e6
8 years ago
Jisi Liu
f3449e5f57
Merge pull request #1891 from pherl/python
...
add setup.cfg for building wheels
8 years ago
Jisi Liu
811674f479
add setup.cfg for building wheels
8 years ago
Feng Xiao
42e54876be
Merge pull request #1882 from legrosbuffle/fix-check
...
Be consistent with the use of CHECK()/ GOOGLE_CHECK().
8 years ago
Jisi Liu
7e93458bb7
Merge pull request #1888 from pherl/fixbuildzip
...
Fix the build-zip.sh to add .exe for win packages.
8 years ago
Jisi Liu
6a59ac94e1
Fix the build-zip.sh to add .exe for win packages.
8 years ago
sheffatguidance
9a11ab4f4f
Fix Issue #1869 : faulty js API documentation
8 years ago
Andy Hochhaus
a2174089b2
Fix valueWriterFn variable name
8 years ago
Clement Courbet
c466f4b539
Be consistent with the use of CHECK()/ GOOGLE_CHECK().
8 years ago
Josh Haberman
a207a2bd00
Fix for JRuby (assert_true is not present).
8 years ago
Josh Haberman
e3094a8d80
Ruby: added API support for well-known types.
8 years ago
Jisi Liu
de30c56391
Merge pull request #1874 from pherl/buildzip
...
Change the build.zip.sh to support lite
8 years ago
Jisi Liu
e3fac65add
Change the build.zip.sh to support lite
8 years ago
Jisi Liu
2662fd3d0c
Merge pull request #1871 from pherl/fixwin
...
Fix build protoc script for windows
8 years ago
Jisi Liu
1b1a8f4017
Fix build protoc script for windows
8 years ago
Konstantin Podsvirov
33d2b2a04f
CMake: Bugfix for protobuf_MODULE_COMPATIBLE
...
Removed excess endif()
8 years ago
Konstantin Podsvirov
38c5f2f3e6
CMake: Link to ZLIB only if protobuf_WITH_ZLIB enabled
8 years ago
Jisi Liu
e8ae137c96
Merge pull request #1864 from pherl/galogs
...
Change log for 3.0 GA release.
8 years ago