- 31 Jul, 2016 1 commit
-
-
Jon Skeet authored
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.)
-
- 29 Jul, 2016 16 commits
-
-
Joshua Haberman authored
Fix Issue #1869: faulty js API documentation
-
Joshua Haberman authored
Fix valueWriterFn_ variable name
-
Jisi Liu authored
Merge GA branch for makedist fix.
-
Jisi Liu authored
Add python/setup.cfg into dist files
-
Jisi Liu authored
-
Jisi Liu authored
Merge 3.0.0-GA into master
-
Jisi Liu authored
Run Java compatibility tests on Travis.
-
Feng Xiao authored
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
-
Jisi Liu authored
add setup.cfg for building wheels
-
Jisi Liu authored
-
Feng Xiao authored
Be consistent with the use of CHECK()/ GOOGLE_CHECK().
-
Jisi Liu authored
Fix the build-zip.sh to add .exe for win packages.
-
Jisi Liu authored
-
sheffatguidance authored
-
Andy Hochhaus authored
-
Clement Courbet authored
-
- 28 Jul, 2016 4 commits
- 27 Jul, 2016 7 commits
-
-
Jisi Liu authored
Change log for 3.0 GA release.
-
Josh Haberman authored
-
Jisi Liu authored
-
Jisi Liu authored
Bring C#'s ToPascalCase method in line with C++.
-
Jisi Liu authored
Remove legacy_enum_values flag for GA.
-
Jon Skeet authored
(This still doesn't fix the conformance tests, but at least we're now consistent with the C++ code.)
-
Jon Skeet authored
-
- 26 Jul, 2016 12 commits
-
-
Jisi Liu authored
Make protoc-artifacts able to build plugins.
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Feng Xiao authored
Fixes traivs cpp build.
-
Feng Xiao authored
Remove the use of INT64_C/UINT64_C and add static_cast when neccessary.
-
Joshua Haberman authored
GA fixes
-
Josh Haberman authored
-
Jisi Liu authored
Bump version number for GA
-
Josh Haberman authored
We need to pick up some of the last-minute Ruby fixes.
-