aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Update comments for csharp, zero-copy and objc.Jisi Liu2016-05-111-3/+55
| | * | | Fix typo.Jisi Liu2016-05-111-1/+1
| | * | | Initial draft for changelog.Jisi Liu2016-05-101-0/+52
| | | |/ | | |/|
| * | | Merge pull request #1512 from pherl/beta-3Jisi Liu2016-05-1112-14/+14
| |\ \ \
| | * | | Fix csharp versionJisi Liu2016-05-111-1/+1
| | * | | Update version numbers for other languagesJisi Liu2016-05-108-10/+10
| | * | | Update version numbers for beta3Jisi Liu2016-05-103-3/+3
| | |/ /
| * | | Merge pull request #1514 from pherl/fix_heap_checkJisi Liu2016-05-101-3/+4
| |\ \ \
| | * | | Fix the command line interface unittest againJisi Liu2016-05-101-3/+4
| | |/ /
| * | | Merge pull request #1513 from pherl/fix-build-protocJisi Liu2016-05-101-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Fix protoc build artifact script.Jisi Liu2016-05-101-1/+1
| |/ /
* | | Merge pull request #1529 from gkraynov/test-redundant-varintJoshua Haberman2016-05-131-0/+52
|\ \ \
| * | | Test redundant varint fields decoding in JS.Grigoriy Kraynov2016-05-121-0/+52
* | | | Merge pull request #1528 from pherl/masterJisi Liu2016-05-131-4/+1
|\ \ \ \
| * | | | Remove the instructions for pbconfig.hJisi Liu2016-05-121-4/+1
|/ / / /
* | | | Merge pull request #1521 from zhangkun83/masterJisi Liu2016-05-122-5/+23
|\ \ \ \
| * | | | Fix the server id in exampleKun Zhang2016-05-121-1/+1
| * | | | Fine-tune build scripts and better documentation.Kun Zhang2016-05-112-4/+22
* | | | | Merge pull request #1522 from xfxyjwf/compatibility_noticeJisi Liu2016-05-121-30/+55
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add compatibility notice for Java.Feng Xiao2016-05-111-30/+55
| | |/ / | |/| |
* | | | Merge pull request #1518 from jskeet/move_testJon Skeet2016-05-123-7/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | Move test for standalone BoolValue to JsonParserTestJon Skeet2016-05-113-7/+19
* | | | Merge pull request #1483 from wal-rus/fix-boost-incompatibilityFeng Xiao2016-05-111-3/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove confounding and unused #define - breaks boost/predef/other/endian.hWalter Gray2016-05-061-3/+1
* | | | Merge pull request #1517 from jhickson/boolvalueJon Skeet2016-05-112-1/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixed parsing of BoolValue.Jos Hickson2016-05-112-1/+9
| * | | Merge remote-tracking branch 'refs/remotes/google/master'Jos Hickson2016-05-11566-16468/+52048
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1510 from thomasvl/nonnullv3.0.0-beta-3-pre-1Thomas Van Lenten2016-05-102-65/+90
|\ \ \ \
| * | | | Declare an init and avoid passing NULL to initWithValue:count:Thomas Van Lenten2016-05-102-65/+90
* | | | | Merge pull request #1498 from thomasvl/build_cleanupJoshua Haberman2016-05-093-3/+110
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add the missing maintiner-clean entry for benchmarksThomas Van Lenten2016-05-061-0/+3
| * | | | Properly express all outputs for the conformance buildThomas Van Lenten2016-05-061-3/+105
| * | | | Add two missing ignores for conformance directory.Thomas Van Lenten2016-05-061-0/+2
* | | | | Merge pull request #1502 from pherl/masterJisi Liu2016-05-066-1492/+0
|\ \ \ \ \
| * | | | | Remove accidentally restored deleted files.Jisi Liu2016-05-066-1492/+0
* | | | | | Merge pull request #1494 from pherl/masterJisi Liu2016-05-065-6/+6
|\| | | | |
| * | | | | Fix using std::shared_ptrJisi Liu2016-05-055-5/+5
| * | | | | Fix the std::string error introduced in integration.Jisi Liu2016-05-051-1/+1
* | | | | | Merge pull request #1499 from beardedN5rd/masterFeng Xiao2016-05-061-1/+4
|\ \ \ \ \ \
| * | | | | | after comment of Feng Xiao changed the entry to g++beardedn5rd2016-05-061-2/+2
| * | | | | | updated READMEbeardedn5rd2016-05-061-1/+4
* | | | | | | Merge pull request #1496 from ozkuran/masterFeng Xiao2016-05-061-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Updated README.mdMahmut Ali Ă–ZKURAN2016-05-061-1/+1
|/ / / / / /
* | | | | | Merge pull request #1471 from jskeet/any-hostJon Skeet2016-05-066-23/+88
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Allow custom type URL prefixes in Any.PackJon Skeet2016-04-296-23/+88
* | | | | | Merge pull request #1409 from eeight/fix_enum_corruptionFeng Xiao2016-05-043-2/+50
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix bug with silent message corruption in LITE_RUNTIME.Petr Prokhorenkov2016-04-213-2/+50
* | | | | | Merge pull request #1482 from nicolasnoble/rake-tweaks-2Joshua Haberman2016-05-031-0/+1
|\ \ \ \ \ \
| * | | | | | Properly generating well known proto files for the macos build.Nicolas "Pixel" Noble2016-05-041-0/+1
|/ / / / / /
* | | | | | Merge pull request #1464 from google/benchmarksJoshua Haberman2016-05-039-10/+370
|\ \ \ \ \ \