Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
0ec34bfbc1f213080b3791ecf3865d70ff38b3ae
/
src
9f84114
Merge pull request #1520 from pherl/hashmapvs2008
by Jisi Liu
· 9 years ago
dbdf6d9
Bridge vs2008 hashmaps.
by Jisi Liu
· 9 years ago
e8737d8
Fix the command line interface unittest again
by Jisi Liu
· 9 years ago
76a96d4
Merge pull request #1499 from beardedN5rd/master
by Feng Xiao
· 9 years ago
2eb774e
after comment of Feng Xiao changed the entry to g++
by beardedn5rd
· 9 years ago
b12f630
updated README
by beardedn5rd
· 9 years ago
9b3357d
Updated README.md
by Mahmut Ali ÖZKURAN
· 9 years ago
17b6fc3
Merge pull request #1409 from eeight/fix_enum_corruption
by Feng Xiao
· 9 years ago
12fdeb9
Merge branch 'master' of github.com:google/protobuf
by Jisi Liu
· 9 years ago
cf14183
Down integrate from Google internal.
by Jisi Liu
· 9 years ago
18b6a32
Proper checking of enum with non zero default
by Thomas Van Lenten
· 9 years ago
f4f9aec
Fix bug with silent message corruption in LITE_RUNTIME.
by Petr Prokhorenkov
· 9 years ago
0ad2048
Merge pull request #1416 from cwhipkey/master
by Feng Xiao
· 9 years ago
f00300d
Merge pull request #1414 from xyzzyz/googletest
by Feng Xiao
· 9 years ago
f265fb8
Merge pull request #1401 from jskeet/enum-casing
by Jon Skeet
· 9 years ago
d90d615
Attempt to fix AppVeyor build by exporting GetEnumValueName
by Jon Skeet
· 9 years ago
75626ed
Add C# codegen changes to enum value names (mostly C++)
by Jon Skeet
· 9 years ago
1b0ff34
Add missing includes in field mask test
by Jisi Liu
· 9 years ago
baf52bd
Change protobuf CPP proto generator to support the 'lite' option in proto3.
by Chad Whipkey
· 9 years ago
1b912fc
Remove googletest.h header from stringprintf.cc
by Adam Michalik
· 9 years ago
814685c
Merge pull request #1397 from google/internal-merge
by Joshua Haberman
· 9 years ago
2a197b3
Use 0 as the default value for all enums, rather than finding the actual enum value name
by Jon Skeet
· 9 years ago
0a902ee
Fix to csharp_options - initialize internal_access to false.
by Jon Skeet
· 9 years ago
2cd79bf
Removed duplicated operator delete from merge conflict.
by Josh Haberman
· 9 years ago
4465daa
Merge branch 'master' into internal-merge
by Josh Haberman
· 9 years ago
667f4a6
Merge pull request #1393 from gvaish/master
by Jon Skeet
· 9 years ago
09292d5
Merge pull request #1392 from anandolee/master
by Jie Luo
· 9 years ago
a6e3931
Added support for internal_access for C#
by Gaurav Vaish
· 9 years ago
c612074
sync the Manually integrate changes in google3/third_party
by Jie Luo
· 9 years ago
2a18bb5
Add more documentation for csharp_options.h
by Jon Skeet
· 9 years ago
bfd1c84
Line-wrapping changes only for C# generator code
by Jon Skeet
· 9 years ago
89719f0
Merge pull request #1349 from gvaish/master
by Jon Skeet
· 9 years ago
74d8b0b
Added access_level for types
by Gaurav Vaish
· 9 years ago
268ce28
Added deprecated option handling for objective-c generator
by Oleg Vereshko
· 9 years ago
cba75ad
Merge branch 'master' of github.com:google/protobuf
by Jisi Liu
· 9 years ago
89343d8
Do not use C++11 unicode escape in unittest.
by Jisi Liu
· 9 years ago
93811ca
Do not let windows.h define min/max macros
by Jisi Liu
· 9 years ago
203bb5e
Fix re-definition issue of winsock.h and winsock2.h
by Jisi Liu
· 9 years ago
bc1f2e7
Fix WIN32 build for map_test.
by Jisi Liu
· 9 years ago
cbfd9d4
Remove export macros for classes nested in a template class.
by Jisi Liu
· 9 years ago
5805c2d
Fix javanano package
by Jisi Liu
· 9 years ago
94aa50f
Fix breakage of referring to table_ in static func
by Jisi Liu
· 9 years ago
9e7fa06
Temporarily disable begin is fast test.
by Jisi Liu
· 9 years ago
955841e
Replace #include <iostream> with #include <ostream>
by Adam Michalik
· 9 years ago
0de06f5
Merge branch 'master' of github.com:google/protobuf
by Jisi Liu
· 9 years ago
3b3c8ab
Integrate google internal changes.
by Jisi Liu
· 9 years ago
e164f10
Use the T() instead of NULL for the default value.
by Jisi Liu
· 9 years ago
64dfb5f
Update coded_stream.h
by topillar
· 9 years ago
79a23c4
Shrink ObjC overhead (generated size and some runtime sizes)
by Thomas Van Lenten
· 9 years ago
44fdead
Merge pull request #1291 from sergiocampama/devel
by Thomas Van Lenten
· 9 years ago
58f0764
Fixing compilation error when building with emscripten.
by Ben Vanik
· 9 years ago
48ebb29
Merge pull request #1299 from tatraian/master
by Feng Xiao
· 9 years ago
e2fb1d9
Comment has been added to fix (issue #1266)
by Antal Tátrai
· 9 years ago
1bf4b38
Fix up handing of fields with leading names that should be all caps.
by Thomas Van Lenten
· 9 years ago
36650a0
HeaderDoc support in the library and generated sources
by Thomas Van Lenten
· 9 years ago
3cc35ad
Fix compiling clang/libc++ builds. (Issue: #1266)
by Antal Tátrai
· 9 years ago
513875d
Generate well-known types in Ruby extension and prune unneeded proto2 dependencies.
by Josh Haberman
· 9 years ago
b5a35b4
Adds more information to Objective C error when the expected objc_class_prefix option is missing.
by Sergio Campama
· 9 years ago
7810589
Merge pull request #1260 from legrosbuffle/master
by Paul Yang
· 9 years ago
a862b6b
Fix CommonJS relative require generation, and test it
by murgatroid99
· 9 years ago
513a8a6
Merge pull request #804 from bsilver8192/master
by Feng Xiao
· 9 years ago
32daf51
Merge pull request #1215 from haberman/commonjs
by Joshua Haberman
· 9 years ago
b3d802d
Make cpp generated enum constants constexpr when Options::proto_h is specified.
by Clement Courbet
· 9 years ago
2480acb
Support ObjC Generic Collections
by Thomas Van Lenten
· 9 years ago
35298f9
Fixed definition of extensions, and added CommonJS tests to Travis.
by Josh Haberman
· 9 years ago
77af5d0
Fixed nested message scopes for CommonJS.
by Josh Haberman
· 9 years ago
e9f31ee
CommonJS tests are now passing.
by Josh Haberman
· 9 years ago
55cc3aa
WIP.
by Josh Haberman
· 9 years ago
d41db75
Merge pull request #260 from ejsd1989/issue-#242
by Joshua Haberman
· 9 years ago
3ee2e20
Merge pull request #1144 from dongjoon-hyun/remove_redundant_the
by Joshua Haberman
· 9 years ago
d2c7fe6
Merge pull request #1194 from Photonios/master
by Joshua Haberman
· 9 years ago
655a9d6
Merge pull request #1217 from jhump/jh/make-warning-useful
by Joshua Haberman
· 9 years ago
a924e0b
Merge pull request #1185 from kkm000/icl-fix
by Joshua Haberman
· 9 years ago
d740bc9
make 'no syntax' warning useful by showing which file
by Joshua Humphries
· 9 years ago
7762f16
Rename Preconditions to ProtoPreconditions
by Jon Skeet
· 9 years ago
a3ea9d1
Rename GeneratedCodeInfo to GeneratedClrTypeInfo
by Jon Skeet
· 9 years ago
7a9040f
Remove redundant `the` in comments.
by Dongjoon Hyun
· 9 years ago
5221dcb
Integrate from google internal.
by Jisi Liu
· 9 years ago
37d6cf9
Fixed unused parameters and extra ';'
by Swen Kooij
· 9 years ago
714b6b7
Fix Intel compiler warnings in include files on Windows
by kkm
· 9 years ago
d0e0114
Refactor README.md.
by Feng Xiao
· 9 years ago
96c2dd5
Avoid upcasting uninitialized pointers
by Brian Silverman
· 9 years ago
fe066bd
Merge pull request #789 from motahan/solaris64_fix
by Feng Xiao
· 9 years ago
3937ded
Fix compiler warning from repeated_field.h
by John Burke
· 9 years ago
bbe6e43
Merge pull request #896 from jhump/jh/fix-ioexception-vs-invalidprotobuf-exception
by Feng Xiao
· 9 years ago
6065434
fully qualify invocations of static methods on GeneratedMessage
by Joshua Humphries
· 9 years ago
f3c7558
throw IOException instead of InvalidProtocolBufferException when appropriate
by Joshua Humphries
· 9 years ago
b1ea15f
Make sure that
by Jon Skeet
· 9 years ago
9e4f354
Prohibit null values in map fields
by Jon Skeet
· 9 years ago
8f2b622
Fix appveyor build.
by Feng Xiao
· 9 years ago
7619505
Patch internal change 111557819.
by Feng Xiao
· 9 years ago
17347e3
Fix for Visual Studio 2008.
by Feng Xiao
· 9 years ago
c5147e3
Fix a misplaced macro.
by Feng Xiao
· 9 years ago
7a9d582
Fix a compiler warning.
by Feng Xiao
· 9 years ago
b7610f1
Add missing files to EXTRA_DIST.
by Feng Xiao
· 9 years ago
d217808
Merge branch master into v3.0.0-beta-2
by Feng Xiao
· 9 years ago
b27f289
Merge pull request #1062 from rinatz/master
by Feng Xiao
· 9 years ago
674e92d
Initialize singleton instance by GoogleOnceInit()
by Kenichiro IDA
· 9 years ago
a0cecfd
Make conformance tests build for C++ and Java.
by Feng Xiao
· 9 years ago
894d18f
Alter FileDescriptorTables::kEmpty to GetEmptyInstance()
by Kenichiro IDA
· 9 years ago
Next »