aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* Merge pull request #531 from ctiller/buildGravatar Nicolas Noble2015-02-16
|\ | | | | Add support for out of tree builds
* \ Merge pull request #510 from jtattermusch/grpc_testsGravatar Nicolas Noble2015-02-16
|\ \ | | | | | | Adding an NMake makefile for Windows
* \ \ Merge github.com:grpc/grpc into sopbGravatar Craig Tiller2015-02-16
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template
| | | * Merge github.com:grpc/grpc into buildGravatar Craig Tiller2015-02-16
| | | |\ | | |_|/ | |/| |
| | | * FixesGravatar Craig Tiller2015-02-15
| | | |
| | | * Add support for out of tree buildsGravatar Craig Tiller2015-02-15
| | | | | | | | | | | | | | | | Auto-dependency building doesn't do this (yet)
| * | | Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't ↵Gravatar Nicolas "Pixel" Noble2015-02-14
| | |/ | |/| | | | | | | instrumented yet.
* / | Avoid four allocations per streamGravatar Craig Tiller2015-02-13
|/ /
| * added zlib and openssl dependenciesGravatar Jan Tattermusch2015-02-13
| |
* | Add ubsan supportGravatar Craig Tiller2015-02-13
| |
| * polishing of Grpc.makGravatar Jan Tattermusch2015-02-12
| |
| * added some more non-test targets to Grpc.makGravatar Jan Tattermusch2015-02-12
| |
| * improving makefile for WindowsGravatar Jan Tattermusch2015-02-12
| |
| * fixed GrpcTests.mak and removed build_and_run_tests.batGravatar Jan Tattermusch2015-02-12
| |
| * Added NMake file to ease building and running tests.Gravatar Jan Tattermusch2015-02-12
| |
| * add more tests into build_and_run_tests.batGravatar Jan Tattermusch2015-02-12
| |
* | Merge pull request #508 from nicolasnoble/make-protobufGravatar Craig Tiller2015-02-12
|\ \ | |/ |/| Compiling protobuf from the Makefile if we don't have it on the system.
| * Compiling protobuf from the Makefile if we don't have it on the system.Gravatar Nicolas Noble2015-02-12
| |
* | added ssl.props as a dependency for grpc_csharp_ext, regenerated project filesGravatar Jan Tattermusch2015-02-12
|/
* Enabling debug symbols while running batched tests under Windows.Gravatar Nicolas Noble2015-02-11
|
* remove _shared suffix from target dll namesGravatar Jan Tattermusch2015-02-11
|
* fixes to make shared libraries buildGravatar Jan Tattermusch2015-02-11
|
* fixed filename of grpc VS project templatesGravatar Jan Tattermusch2015-02-11
|
* added projects for shared librariesGravatar Jan Tattermusch2015-02-11
|
* removed filters for grpc_csharp_extGravatar Jan Tattermusch2015-02-11
|
* some VS project template fixes and added templates for grpc_csharp_extGravatar Jan Tattermusch2015-02-11
|
* Properly deal with end of streamGravatar Craig Tiller2015-01-29
|
* Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | fixing all subsequent errors.
* Enabling extra warnings, and disabling error on warning.Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | | | We have too many warnings going unchecked. The next step is to fix all these warnings. One can re-enable errors on warning by doing: CPPFLAGS=-Werror make in order to start fixing them.
* Merge pull request #286 from nicolasnoble/no-strippingGravatar Craig Tiller2015-01-29
|\ | | | | Let's not strip libraries if compiled in anything other than release.
| * Let's not strip libraries if compiled in anything other than release.Gravatar Nicolas "Pixel" Noble2015-01-29
| | | | | | | | Hopefully works around #90.
* | Generating library aliases under Linux, hopefully fixing #192.Gravatar Nicolas "Pixel" Noble2015-01-29
|/
* Adding Visual Studio filters.Gravatar Nicolas 'Pixel' Noble2015-01-24
|
* Merge branch 'master' of github.com:google/grpc into vsprojectsGravatar Nicolas "Pixel" Noble2015-01-23
|\ | | | | | | | | Conflicts: templates/vsprojects/vs2013/grpc.sln.template
| * Sort out some more compile flags for MacGravatar Craig Tiller2015-01-21
| |
| * Make libraries compile on DarwinGravatar Craig Tiller2015-01-21
| |
| * Googlify indentationGravatar Craig Tiller2015-01-18
| |
| * Pretty print tests.jsonGravatar Craig Tiller2015-01-18
| |
| * Only run language specified testsGravatar Craig Tiller2015-01-18
| | | | | | | | Add a template to generate a complete list of tests for C/C++, and use it to generate the list of binaries to run tests for.
| * Explicitly name the target language.Gravatar Craig Tiller2015-01-18
| | | | | | | | Instead of C++ or not C++, name C++ and C, in preparation for being able to name other languages in the future.
| * Merge pull request #70 from ctiller/benchmarkGravatar vjpai2015-01-16
| |\ | | | | | | Opportunistically use perftools if installed.
| * | Adding a few more comments in the Makefile template, to explain some of its ↵Gravatar Nicolas Noble2015-01-16
| | | | | | | | | | | | more obscure features.
| * | Fixing parallel build.Gravatar Nicolas "Pixel" Noble2015-01-16
| | | | | | | | | | | | | | | The source code of the libraries depends on openssl being built, as it will setup the headers. Since we don't know exactly which source depends on openssl (we could start flagging it in build.json, but that'd be painful), we just flag all the source for every ssl-enabled library to depend on openssl being built.
| | * Opportunistically use perftools if installed.Gravatar Craig Tiller2015-01-15
| |/ | | | | | | Allows us to collect profiles of the open source build using gprof.
| * Merge pull request #47 from ctiller/makecleanGravatar Nicolas Noble2015-01-15
| |\ | | | | | | Cleanup makefiles
| * | Add missing spaceGravatar Craig Tiller2015-01-15
| | |
| * | Fixing zlib dependency build.Gravatar Nicolas "Pixel" Noble2015-01-15
| | |
| | * Remove protoc_plugins, and use a variable.Gravatar Craig Tiller2015-01-15
| | | | | | | | | | | | | | | Files that have dependencies on phony targets are always remade, leading to much unnecessary compiling of the C++ tests.
| | * Add missing spaceGravatar Craig Tiller2015-01-15
| | |
| | * Remove _DEPS variablesGravatar Craig Tiller2015-01-15
| | | | | | | | | | | | They're trivially recreatable from the _OBJS variables now.