- 12 Jun, 2015 1 commit
-
-
Jon Skeet authored
Remove ICodedInputStream and ICodedOutputStream, and rewrite CodedInputStream and CodedOutputStream to be specific to the binary format. If we want to support text-based formats, that can be a whole different serialization mechanism.
-
- 11 Jun, 2015 3 commits
-
-
Jon Skeet authored
This makes repeated fields really awkward at the moment - but when we reimplement RepeatedField<T> to be backed by an array, we can cast the array directly...
-
Jon Skeet authored
Aside from anything else, this will be used for all tags for fields 1-15.
-
Jon Skeet authored
Cache a reference to Encoding.UTF8 - the property access is (rather surprisingly) significant. Additionally, when we detect that the string is all ASCII (due to the computed length in bytes being the length in characters), we can perform the encoding very efficiently ourselves.
-
- 09 Jun, 2015 2 commits
- 05 Jun, 2015 1 commit
-
-
Jon Skeet authored
-
- 04 Jun, 2015 6 commits
- 03 Jun, 2015 4 commits
- 02 Jun, 2015 11 commits
-
-
Paul Yang authored
Add remaining not-already-imported well known types files to podspec
-
Feng Xiao authored
Fix unittest in i386
-
Feng Xiao authored
Document why the podspec is on the root of the repo
-
Michael Lumish authored
A few corrections to the proposed podspec
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
murgatroid99 authored
-
- 01 Jun, 2015 2 commits
-
-
Jan Tattermusch authored
Change the C# enum generator inherit from primitive generator
-
murgatroid99 authored
-
- 31 May, 2015 3 commits
-
-
Feng Xiao authored
-
Feng Xiao authored
RepeatedField::begin()/end() will return NULL when the content is empty. Passing these NULL values to std::copy() will result in runtime complains from some compilers (e.g., vs2010).
-
Feng Xiao authored
destroy() should always call the destructor because the caller may rely on the destructor to do clean-ups.
-
- 30 May, 2015 2 commits
- 29 May, 2015 3 commits
- 28 May, 2015 2 commits