aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-11
|\
* \ Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-03
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt Makefile build.yaml package.json src/core/lib/surface/version.c src/csharp/Grpc.Auth/project.json src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Core/project.json src/csharp/Grpc.HealthCheck/project.json src/csharp/build_packages.bat src/node/health_check/package.json src/node/tools/package.json src/python/grpcio/grpc_version.py src/python/grpcio_health_checking/grpc_version.py src/python/grpcio_tests/grpc_version.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal
| | * 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 pull request #7554 from muxi/fix-cronet-interop-testGravatar Muxi Yan2016-08-02
|\ \ | | | | | | Fix Objective-C test pods for Cronet tests
| | * Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtmGravatar Jan Tattermusch2016-08-02
| | |\ | | | | | | | | Update .NET core dependencies to RTM
* | | \ Merge pull request #7553 from podsvirov/topic-cmake-templateGravatar Nicolas Noble2016-07-29
|\ \ \ \ | | | | | | | | | | CMake Project Improvements
* \ \ \ \ Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-07-29
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/pb/test/client.rb src/ruby/pb/test/server.rb tools/dockerfile/test/php7_jessie_x64/Dockerfile
| | | | * use netcoreapp1.0 for executable projectsGravatar Jan Tattermusch2016-07-30
| | | | |
| | | | * update project.json templates to RTM .NET core nugetsGravatar Jan Tattermusch2016-07-30
| | | | |
| | | * | Minor revisionsGravatar Muxi Yan2016-07-29
| | | | |
| * | | | update to use new nuget client in testsGravatar Alexander Polcyn2016-07-28
| | |_|/ | |/| |
| * | | php: cleanup for GAGravatar Stanley Cheung2016-07-28
| | | |
* | | | php: cleanup for GAGravatar Stanley Cheung2016-07-28
| | | |
| | | * Fix Objective-C test pods for Cronet testsGravatar Muxi Yan2016-07-27
| | | |
| | * | CMake: Fix configuration file format bugGravatar Konstantin Podsvirov2016-07-28
| | | |
| | * | CMake: Installation and Export ConfigurationGravatar Konstantin Podsvirov2016-07-28
| | | |
| | * | CMake: Choice third party providerGravatar Konstantin Podsvirov2016-07-28
| |/ / |/| | | | | | | | Now we can use submodules or external packages
* | | Add cmake option to compile using protobuf-liteGravatar Tamas Berghammer2016-07-27
| |/ |/| | | | | | | | | After this change specifying -DGRPC_USE_PROTO_LITE=On at the cmake command line will cause gRPC to use the protobuf-lite runtime what can result in a major size improvement.
| * 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
| |
* | Merge pull request #7512 from stanley-cheung/php-cleanup-dockerfileGravatar kpayson642016-07-25
|\ \ | | | | | | PHP: add PHP7 to various Jenkins tests and update dockerfile
* \ \ Merge pull request #7518 from nicolasnoble/plugins-should-compileGravatar Nicolas Noble2016-07-25
|\ \ \ | | | | | | | | We should always try to compile the protoc plugins when building tests.
| | * | fix copyrightGravatar Stanley Cheung2016-07-25
| | | |
| * | | We should always try to compile the protoc plugins when building tests.Gravatar Nicolas "Pixel" Noble2016-07-25
| | | |
| | * | php: add php7 to jenkins basic and interop testsGravatar Stanley Cheung2016-07-23
| | | |
| | * | php: remove protobuf-php clone hackGravatar Stanley Cheung2016-07-22
| | | |
| | * | remove outdated php dockerfile dependencyGravatar Stanley Cheung2016-07-22
| |/ /
| | * node: fix health check package.json templateGravatar Stanley Cheung2016-07-22
| | |
* | | Merge v1.0.x into masterGravatar murgatroid992016-07-22
|\ \ \ | |/ / |/| / | |/
* | php: update composer.jsonGravatar Stanley Cheung2016-07-21
| |
* | php: update package.xml to 1.0.0RC2Gravatar Stanley Cheung2016-07-21
| |
| * php: update composer.jsonGravatar Stanley Cheung2016-07-21
| |
| * php: update package.xml to 1.0.0RC2Gravatar Stanley Cheung2016-07-21
| |
* | Merge pull request #7476 from vjpai/enable_crossGravatar Nicolas Noble2016-07-21
|\ \ | | | | | | Makefile modifications and instructions to enable cross-compilation
| * | Makefile modifications and instructions to enable cross-compilationGravatar Vijay Pai2016-07-19
| | |
| | * 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
* | | | Merged master branchGravatar Muxi Yan2016-07-14
|\| | |
* | | | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-14
| | | |
| * | | php: fix interop tests breakageGravatar Stanley Cheung2016-07-13
| | | |
| | * | php: fix interop tests breakageGravatar Stanley Cheung2016-07-13
| | | |