Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add Python 3.5 3.6 | Jie Luo | 2017-08-22 |
| | |||
* | print() function and lose the semicolons (;) | cclauss | 2017-08-18 |
| | |||
* | Update commit id in Dockerfile to reflect change in #3391 (#3459) | Paul Yang | 2017-08-04 |
| | |||
* | Merge 3.3.x into master | Bo Yang | 2017-07-18 |
|\ | |||
* | | Fix php jenkins test (#3233) | Paul Yang | 2017-06-15 |
| | | | | | | | | Update commit id to upload latest composer. Compile php with bc-math for future json support. | ||
* | | Convert C# projects to MSBuild (csproj) format | Jon Skeet | 2017-05-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has one important packaging change: the netstandard version now depends (implicitly) on netstandard1.6.1 rather than on individual packages. This is the preferred style of dependency, and shouldn't affect any users - see http://stackoverflow.com/questions/42946951 for details. The tests are still NUnit, but NUnit doesn't support "dotnet test" yet; the test project is now an executable using NUnitLite. (When NUnit supports dotnet test, we can adapt to it.) Note that the project will now only work in Visual Studio 2017 (and Visual Studio Code, and from the command line with the .NET Core 1.0.0 SDK); Visual Studio 2015 does *not* support this project file format. | ||
| * | Update jenkins Java deps. | Feng Xiao | 2017-05-12 |
| | | |||
| * | Fix c extension for php7.1. (#3077) | Paul Yang | 2017-05-10 |
| | | |||
* | | Add compatibility test for php. (#3041) | Paul Yang | 2017-05-05 |
|/ | | | | | | * Add compatibility test for php. * Revert API incompatible change. | ||
* | Make PHP c extension work with PHP7 (#2951) | Paul Yang | 2017-04-19 |
| | |||
* | Use "git reset --hard" to actually reset the code. | Feng Xiao | 2017-03-31 |
| | |||
* | Update jenkins Java dependencies. | Feng Xiao | 2017-03-31 |
| | |||
* | Update jenkins Java maven dependencies. | Feng Xiao | 2017-03-30 |
| | |||
* | Update commit number in Docker to update composer dependency (#2869) | Paul Yang | 2017-03-21 |
| | |||
* | Rename encode/decode to serializeToString/mergeFromString (#2795) | Paul Yang | 2017-03-08 |
| | | | | | This better shows the semantic of the API. For already setted fields, mergeFromString do replacement for singular fields and appending for repeated fields. | ||
* | Update commit id in Dockerfile to trigger update. (#2467) | Paul Yang | 2016-12-08 |
| | |||
* | Make php generated code conform to PSR-4. (#2435) | Paul Yang | 2016-12-08 |
| | | | | 1. Generate single file for each message. 2. Lazily initiate metadata. | ||
* | Fix jenkins tests. | Feng Xiao | 2016-11-15 |
| | |||
* | Trigger update of docker for new changes in #2282. (#2288) | Paul Yang | 2016-10-27 |
| | |||
* | Fix pure php implementation for 32-bit machine. (#2282) | Paul Yang | 2016-10-25 |
| | |||
* | Add 32-bit machine test on jenkins. (#2245) | Paul Yang | 2016-10-12 |
| | |||
* | Prepare jenkins for testing php zts build. | Bo Yang | 2016-10-10 |
| | |||
* | Test php5.5_c test on jenkins | Bo Yang | 2016-10-10 |
| | |||
* | Trigger automated tests for php. | Bo Yang | 2016-10-10 |
| | |||
* | Set up environment for php automated tests. | Bo Yang | 2016-10-10 |
| | |||
* | Force a rebuild of Jenkins docker image. | Feng Xiao | 2016-10-10 |
| | | | | | | | Needed to pick up a Java dependency change and re-populate the offline repo. [skip ci] | ||
* | Fix travis, jenkins environment issues. | Bo Yang | 2016-10-10 |
| | |||
* | Added C++ benchmark. (#1525) | Joshua Haberman | 2016-09-23 |
| | |||
* | Add more tests to jenkins. | Feng Xiao | 2016-07-21 |
| | | | | | | | | | | | 1. Added ruby22 and jruby tests to jenkins. 2. Added javascript tests to jenkins. 3. Added golang tests to jenkins. 4. Removed ruby19/ruby20 tests from travis. Support for ruby 2.0 has ended since 2016/02/24. https://www.ruby-lang.org/en/news/2016/02/24/support-plan-of-ruby-2-0-0-and-2-1/ Change-Id: Ie984b06772335352a4be7067ab2485f923875685 | ||
* | Move to dotnet cli for building, and .NET Core (netstandard1.0) as target ↵ | Jon Skeet | 2016-07-14 |
| | | | | | | | platform (#1727) 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 | ||
* | Rearranged and commented files for running under Jenkins. | Josh Haberman | 2016-03-04 |