aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* dont enumerate runtimes in project.json fileGravatar Jan Tattermusch2016-09-15
|
* upgrade Moq to version that supports netstandard1.3Gravatar Jan Tattermusch2016-09-15
|
* cleanup of project.json filesGravatar Jan Tattermusch2016-09-15
|
* update Protobuf to 3.0.0 in project.json projectsGravatar Jan Tattermusch2016-09-15
|
* update Google.Apis.Auth to 1.16.0 for project.json projectsGravatar Jan Tattermusch2016-09-15
|
* php: error out if metadata key is not legalGravatar Stanley Cheung2016-08-29
|
* php: bump versionGravatar Stanley Cheung2016-08-22
|
* Move Podspecs to v1Gravatar Jorge Canizales2016-08-18
|
* Update required protobuf version to v3.0.0Gravatar Yuchen Zeng2016-08-15
|
* use CommandLineParser with CoreCLR supportGravatar Jan Tattermusch2016-08-13
|
* Merge pull request #7660 from jtattermusch/google_apis_auth_coreclrGravatar Jan Tattermusch2016-08-13
|\ | | | | Updgrade Google.Apis.Auth dependency to 0.15
* \ Merge pull request #7696 from murgatroid99/makefile_remove_proto_warningGravatar Nicolas Noble2016-08-12
|\ \ | | | | | | Remove warning about protobuf 3.0.0+ from the Makefile
* | | Updating build package C# scripts.Gravatar Nicolas "Pixel" Noble2016-08-12
| | |
* | | Merge pull request #7682 from apolcyn/add_runtime_nodes_back_in_gaGravatar Nicolas Noble2016-08-11
|\ \ \ | | | | | | | | add all runtime nodes back into testing packages
* \ \ \ Merge pull request #7578 from murgatroid99/ruby_dependency_update_proto_3Gravatar Nicolas Noble2016-08-11
|\ \ \ \ | | | | | | | | | | Update ruby google-protobuf dependency to 3.0
* \ \ \ \ Merge pull request #7577 from murgatroid99/node_dependency_updateGravatar Nicolas Noble2016-08-11
|\ \ \ \ \ | | | | | | | | | | | | Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
| | | | | * upgrade Google.Apis.Auth dependency to 0.15.0Gravatar Jan Tattermusch2016-08-11
| | | | | |
| | | | * | Remove use of verify-install target in MakefileGravatar murgatroid992016-08-10
| | | | | |
| | | | * | Remove warning about protobuf 3.0.0+ from the MakefileGravatar murgatroid992016-08-10
| | | | |/
* | | | / php: update package.xmlGravatar Stanley Cheung2016-08-09
| |_|_|/ |/| | |
| | | * add all runtime nodes back into testing packagesGravatar Alexander Polcyn2016-08-09
| |_|/ |/| |
* | | update templates to not include runtime sections in project.jsonGravatar Alexander Polcyn2016-08-02
| | |
* | | update nuget after installing in dockerGravatar Alexander Polcyn2016-08-02
| | |
| * | Merge remote-tracking branch 'upstream/v1.0.x' into node_dependency_updateGravatar murgatroid992016-08-02
| |\ \ | |/ / |/| |
* | | Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtmGravatar Jan Tattermusch2016-08-02
|\ \ \ | | | | | | | | Update .NET core dependencies to RTM
| * | | use netcoreapp1.0 for executable projectsGravatar Jan Tattermusch2016-07-30
| | | |
| * | | update project.json templates to RTM .NET core nugetsGravatar Jan Tattermusch2016-07-30
| | | |
| | | * Update ruby google-protobuf dependency to 3.0Gravatar murgatroid992016-07-29
| | |/ | |/|
| | * Update node protobuf dependency to 3.0.0 where applicable. Also update ↵Gravatar murgatroid992016-07-29
| |/ | | | | | | example dependency to grpc 1.0.0
* / update to use new nuget client in testsGravatar Alexander Polcyn2016-07-28
|/
* php: cleanup for GAGravatar Stanley Cheung2016-07-28
|
* fix copyrightGravatar Stanley Cheung2016-07-26
|
* php: add php7 to jenkins basic and interop testsGravatar Stanley Cheung2016-07-26
|
* php: remove protobuf-php clone hackGravatar Stanley Cheung2016-07-26
|
* remove outdated php dockerfile dependencyGravatar Stanley Cheung2016-07-26
|
* node: fix health check package.json templateGravatar Stanley Cheung2016-07-22
|
* php: update composer.jsonGravatar Stanley Cheung2016-07-21
|
* php: update package.xml to 1.0.0RC2Gravatar Stanley Cheung2016-07-21
|
* Merge pull request #7374 from kpayson64/python_health_check_renameGravatar kpayson642016-07-19
|\ | | | | Polish grpcio_health_checking package
* \ Merge pull request #7413 from jcanizales/p0-advance-versions-to-1Gravatar makdharma2016-07-18
|\ \ | | | | | | Advance versions from 0.14 -> 1.0.0-pre1
| * | Commit as 1.0.0-pre1 so we can release already.Gravatar Jorge Canizales2016-07-18
| | |
| | * Polish grpcio_health_checking packageGravatar Ken Payson2016-07-18
| |/ |/| | | | | | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
| * We’re done with the underscore tags for good!Gravatar Jorge Canizales2016-07-18
| | | | | | Yay compatibility and predictability!
| * Write 100 times: “gRPC-Core.podspec is a template”Gravatar Jorge Canizales2016-07-18
| |
* | Overhaul how the native extension is found, loaded and usedGravatar Jon Skeet2016-07-15
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The goal of this is to fix #7230. The changes here are: - The layout in the nuget package; the files are now in `/runtimes/{os}/native/{library}` - The filename of each library, which now includes the architecture, e.g `grpc_csharp_ext.x64.dll` - The targets file used to copy those files in msbuild-based projects; note that we now don't build up a folder structure. - The way the functions are found Before this change, on Linux and OSX we used to find library symbols manually, and use DllImport on Windows. With this change, the name of the library file changes based on architecture, so `DllImport` doesn't work. Instead, we have to use `GetProcAddress` to fetch the function. This is further convoluted by the convention on Windows-x86 to prefix the function name with `_` and suffix it based on the stack size of the arguments. We can't easily tell the argument size here, so we just try 0, 4, 8...128. (128 bytes should be enough for anyone.) This is inefficient, but it's a one-time hit with a known number of functions, and doesn't seem to have any significant impact. The benefit of this in code is we don't need the DllImports any more, and we don't need to conditionally use `FindSymbol` - we just use it for everything, so things are rather more uniform and tidy. The further benefit of this is that the library name is no longer tied to a particular filename format - so if someone wanted to have a directory with the libraries for every version in, with the version in the filename, we'd handle that just fine. (At least once Testing: - Windows: - Console app under msbuild, dotnet cli and DNX - ASP.NET Classic under msbuild - ASP.NET Core (still running under net451) - Ubuntu 16.04 - Console app under dotnet cli, run with dotnet run and mono - OSX: - Console app under dotnet cli, run with dotnet run and mono Under dotnet cli, a dependency on `Microsoft.NETCore.Platforms` is required in order to force the libraries to be copied. This change does *not* further enable .NET Core. It attempts to keep the existing experimental .NET Core project files in line with the msbuild files, but I expect further work to be required for .NET Core, which has a different build/publication model.
* Merge pull request #7384 from soltanmm/import-stallionGravatar kpayson642016-07-14
|\ | | | | Move Python.h include out of loader code
* | php: fix interop tests breakageGravatar Stanley Cheung2016-07-13
| |
| * Remove Python 'loader' hackGravatar Masood Malekghassemi2016-07-13
|/
* php: prepare for GA releaseGravatar Stanley Cheung2016-07-13
|
* Merge branch 'release-0_15' into v1.0.xGravatar Nicolas "Pixel" Noble2016-07-13
|\ | | | | | | | | | | Conflicts: .gitmodules gRPC.podspec