- 14 Jul, 2016 1 commit
-
-
Jon Skeet authored
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform This also updates the version number to 3.0.0-beta4
-
- 13 Jul, 2016 1 commit
-
-
Jon Skeet authored
* Improve exception throwing implementation in collections * Implement RepeatedField.AddRange. This fixes issue #1730. * Optimize AddRange for sequences implementing ICollection (Also fix a few more C# 6-isms.) * Remove the overload for Add(RepeatedField<T>) We now just perform the optimization within AddRange itself. This is a breaking change in terms of "drop in the DLL", but is source compatible, which should be fine.
-
- 12 Jul, 2016 4 commits
-
-
Feng Xiao authored
Fix a <package>_FIND_VERSION_PRERELEASE being ignored
-
Walter Gray authored
-
Thomas Van Lenten authored
Remove the baseline files from the make dist file list.
-
Thomas Van Lenten authored
https://github.com/google/protobuf/pull/1762 remove the files, but I forgot to update Makefile.am to remove them.
-
- 10 Jul, 2016 2 commits
-
-
Jos Hickson authored
-
Jon Skeet authored
Modify csharp README since there are now two NuGet packages
-
- 09 Jul, 2016 1 commit
-
-
Jon Skeet authored
Remove unnecessary reflection call
-
- 08 Jul, 2016 3 commits
-
-
Jon Skeet authored
This is the only call to TypeExtensions.IsValueType, so we can remove that method, making the whole type conditionally compiled out for .NET 3.5
-
Thomas Van Lenten authored
Drop the performace baselines.
-
Thomas Van Lenten authored
We weren't really using them, and the nested path causes checkout problems on windows.
-
- 07 Jul, 2016 7 commits
-
-
Thomas Van Lenten authored
Don't #import the .m files.
-
Jon Skeet authored
Change placement of DebuggerNonUserCodeAttribute
-
Feng Xiao authored
Make sure also Solaris x86 gets PATH_MAX
-
Jon Skeet authored
This does not affect the generated code. If we decide we want to apply attributes to generated types, we should start by just reverting this change.
-
Dagobert Michelsen authored
-
Jisi Liu authored
Fix problems detected when integrating the code to our internal repo.
-
Thomas Van Lenten authored
As bazel folks are looking at getting auto generation of module maps going and the importing of sources files causes issues there. We were only do it to hack around some of the apple linker behaviors around objc classes and categories, but even that isn't complete and CocoaPods was already doing -ObjC, and developers not using pods could have still needed it to ensure everything was linked anyways; so drop the hack of importing sources.
-
- 06 Jul, 2016 6 commits
-
-
Feng Xiao authored
Fix spelling
-
Feng Xiao authored
-
Feng Xiao authored
-
Adam Cozzette authored
Fixed failing JS tests
-
Adam Cozzette authored
A couple of small tweaks were needed to fix test failures that were inadvertently introduced in the last down integration. I also had to add the map.js file which was missing.
-
Thomas Van Lenten authored
add nullable qualifier to return types that can be nil, to support Swift 2 try-catch syntax
-
- 05 Jul, 2016 1 commit
-
-
Dia Kharrat authored
Add the `nullable` qualifier to return types of Objective-C methods that can return a nil due to errors. This change makes these methods compatible with the Swift 2 try-catch syntax.
-
- 04 Jul, 2016 2 commits
- 03 Jul, 2016 2 commits
-
-
Otto Kekäläinen authored
-
Otto Kekäläinen authored
-
- 01 Jul, 2016 6 commits
-
-
Feng Xiao authored
Add JsonParseOptions to ignore unknown fields
-
Feng Xiao authored
Fix some failing travis tests.
-
Feng Xiao authored
1. Add missing header file to Makefile.am. 2. Re-generate objectivec generated code for well-known types. Change-Id: If28217c701cf8bd739ea0db240e9eee600f23ee7
-
Feng Xiao authored
Add minified Json printing functionality
-
Thomas Van Lenten authored
Xcode project cleanup/setup.
-
chezRong authored
-
- 30 Jun, 2016 3 commits
-
-
Feng Xiao authored
Change-Id: Ibf7d1df850f4b497303f9f617751be98327898ef
-
Adam Cozzette authored
-
Adam Cozzette authored
In Python 2.6 the positional argument specifiers are apparently required to be explicitly specified: http://stackoverflow.com/questions/10054122/valueerror-zero-length-field-name-in-format-python
-
- 29 Jun, 2016 1 commit
-
-
Adam Cozzette authored
This includes all internal changes from around May 20 to now.
-