aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* No longer update python versionpython-wheelBo Yang2018-08-031-9/+0
|
* Update version to 3.6.1Bo Yang2018-08-023-5/+5
|
* Drop support for python 3.4Bo Yang2018-06-061-14/+0
| | | | | python 3.4 requires visual studio 2010 to build which doesn't support c++11 atomic.
* Drop support for python2.7Bo Yang2018-06-061-14/+0
| | | | | python2.7 requires building with visual studio 2008 which doesn't support c++ 11.
* Change version to 3.6.0Bo Yang2018-06-063-5/+5
|
* Build 3.5.2.post2Bo Yang2018-03-153-3/+3
|
* Use msvc to compile py2.7 and py3.4 to avoid incompatibility.Bo Yang2018-03-152-38/+27
|
* Change test to import pyext._messageBo Yang2018-03-152-2/+2
|
* Bump version to 3.5.2Bo Yang2018-03-053-6/+6
|
* Test fixed protobuf setup.pyBo Yang2018-03-053-22/+22
|
* Fix openssl errorBo Yang2018-03-031-1/+1
|
* Upload wheels to test pypiBo Yang2018-03-032-7/+23
|
* Change version of wheelBo Yang2018-03-014-1/+18
|
* Add testBo Yang2018-03-011-27/+17
|
* Clean upBo Yang2018-03-012-5/+4
|
* Fix python 3.5/3.6Bo Yang2018-03-012-16/+72
|
* Fix other windows versionBo Yang2018-02-272-29/+16
|
* Install cmakeBo Yang2018-02-272-18/+48
|
* Add mingwBo Yang2018-02-262-6/+35
|
* Specify arch versionBo Yang2018-02-231-0/+23
|
* Build wheelBo Yang2018-02-182-2/+12
|
* Test 7zBo Yang2018-02-181-1/+2
|
* Download protocBo Yang2018-02-181-0/+7
|
* Add appveyor.ymlBo Yang2018-02-171-0/+81
|
* Try lower mac target versionBo Yang2018-02-031-1/+1
|
* Explicitly set MACOSX_DEPLOYMENT_TARGETBo Yang2018-02-021-0/+1
|
* Update osx_image to xcode9.2Charleneluo2018-02-011-0/+5
|
* Fix after install testBo Yang2018-01-261-1/+1
|
* Fix build on linuxBo Yang2018-01-262-4/+32
|
* cd to the directory of pythonBo Yang2018-01-251-1/+1
|
* Test working directoryBo Yang2018-01-241-4/+3
|
* Add config.shBo Yang2018-01-241-0/+17
|
* Initialize .travis.ymlBo Yang2018-01-235-185/+89
|
* Initialize python-wheel branchBo Yang2018-01-231950-765602/+0
|
* Migrate away from deprecated OSAtomic APIs. (#4184)Jonathan Dierksen2018-01-226-16/+20
| | | | * Migrate away from deprecated OSAtomic APIs.
* Add DiscardUnknownFields support for C#Jon Skeet2018-01-155-56/+173
| | | | | | | By default, unknown fields are preserved when parsing. To discard them, use a parser configured to do so: var parser = MyMessage.Parser.WithDiscardUnknownFields(true);
* Merge pull request #4158 from BSBandme/FixBenchmarksYilun Chong2018-01-106-62/+60
|\ | | | | Fix java benchmark to use parser, fix cpp benchmark new arena to use …
| * Update py_benchmark.pyYilun Chong2018-01-101-1/+1
| |
| * Fix java benchmark to use parser, fix cpp benchmark new arena to use Reset, ↵Yilun Chong2018-01-096-61/+59
|/ | | | format some files
* Merge pull request #4148 from datacompboy/patch-2Adam Cozzette2018-01-081-0/+53
|\ | | | | Add more tests to time_test
| * Update time_test.ccAnton Fedorov2018-01-051-0/+53
| | | | | | Better test coverage for datetime validation.
* | Merge pull request #4147 from datacompboy/patch-1Adam Cozzette2018-01-081-2/+2
|\ \ | | | | | | Fix ValidateDateTime: check day instead month
| * | Fix ValidateDateTime: check day instead monthAnton Fedorov2018-01-051-2/+2
| |/ | | | | | | Found with PVS-Studio static analyser, see https://www.viva64.com/en/b/0550/
* | Merge pull request #4132 from BSBandme/JavaCaliperCounterYilun Chong2018-01-052-12/+64
|\ \ | | | | | | Java caliper counter
| * | Add counter to Java benchmarkYilun Chong2018-01-052-12/+64
| | |
* | | Merge pull request #4065 from BSBandme/python_benchmark_realYilun Chong2018-01-055-8/+284
|\ \ \ | |_|/ |/| | Add python benchmark
| * | Add python benchmarkYilun Chong2018-01-055-8/+284
| |/
* | Merge pull request #4131 from pherl/mergeJisi Liu2018-01-0455-218/+853
|\ \ | | | | | | Merge 3.5.x branch into master
| * \ Merge remote-tracking branch 'origin/3.5.x' into masterJisi Liu2018-01-032-7/+4
| |\ \
| | * \ Merge pull request #4124 from pherl/nullptrJisi Liu2018-01-031-1/+1
| | |\ \ | | | | | | | | | | remove nullptr