aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #66 from tbetbetbe/grpc_tools_simplify_docker_image_updatesGravatar Michael Lumish2015-01-15
|\ | | | | Grpc tools simplify docker image updates
| * Updates launch server to remove existing server if it's presentGravatar Tim Emiola2015-01-15
| |
| * Renames and grpc_update_docker_images to grpc_sync_imagesGravatar Tim Emiola2015-01-15
| | | | | | | | - also allows it to sync multiple hosts
* | Merge pull request #62 from ctiller/bracketsGravatar Yang Gao2015-01-15
|\ \ | | | | | | () --> (void) everywhere in the C core
* \ \ Merge pull request #47 from ctiller/makecleanGravatar Nicolas Noble2015-01-15
|\ \ \ | | | | | | | | Cleanup makefiles
| | | * Simplify the docker image update cmdGravatar Tim Emiola2015-01-15
| | | |
* | | | Merge pull request #46 from ctiller/testingGravatar Nicolas Noble2015-01-15
|\ \ \ \ | | | | | | | | | | Get MSAN, ASAN working for C
| | | * | clang-formatGravatar Craig Tiller2015-01-15
| | | | |
| | | * | () --> (void)Gravatar Craig Tiller2015-01-15
| |_|/ / |/| | |
* | | | Merge pull request #48 from ctiller/noacceptGravatar Yang Gao2015-01-15
|\ \ \ \ | | | | | | | | | | Remove grpc_call_accept
| * | | | clang-formatGravatar Craig Tiller2015-01-15
| | | | |
| * | | | Remove grpc_call_acceptGravatar Craig Tiller2015-01-15
| | | | |
| * | | | Remove calls to grpc_call_accept from C core tests.Gravatar Craig Tiller2015-01-15
| | |_|/ | |/| | | | | | | | | | This call is deprecated.
| | * | Add missing spaceGravatar Craig Tiller2015-01-15
| | | |
| | * | Merge pull request #1 from nicolasnoble/zlibGravatar Craig Tiller2015-01-15
| | |\ \ | | | | | | | | | | Fixing zlib dependency build.
| | | * | 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
| | | |
* | | | Merge pull request #45 from ctiller/test-langGravatar Nicolas Noble2015-01-15
|\ \ \ \ | |/ / / |/| | | Allow language to be specified to run_tests.py
| | | * Remove _DEPS variablesGravatar Craig Tiller2015-01-15
| | | | | | | | | | | | | | | | They're trivially recreatable from the _OBJS variables now.
| | | * Generate dependencies when compiling the .oGravatar Craig Tiller2015-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we don't have a .o, we don't need dependencies, so skip the setup step of building them. Instead, when building the .o, we generate the .dep and output it (to objs/ to make the rules a little easier). The next run of make will include the dep file and any dependencies will be picked up. This change also disables the disabling of dependency checking if we have zlib or openssl being compiled from third_party. Additionally it inverts the logic for including dependencies from ONLY if we are doing a clean to ONLY if we are NOT doing a clean.
| | | * Remove clean rulesGravatar Craig Tiller2015-01-15
| |_|/ |/| | | | | | | | It's safe enough to just delete the build product directories.
| | * Force using custom libraries if we are using ?SAN.Gravatar Craig Tiller2015-01-15
| | | | | | | | | | | | | | | These libraries need to see all of the source code, so using system installed libraries is out of the question.
| | * Support compiling zlib with ?SANGravatar Craig Tiller2015-01-15
| | |
| * | Allow language to be specified to run_tests.pyGravatar Craig Tiller2015-01-15
| | |
| | * Merge github.com:google/grpc into testingGravatar Craig Tiller2015-01-15
| | |\ | |_|/ |/| |
| | * Allow language to be specified to run_tests.pyGravatar Craig Tiller2015-01-15
| | |
| | * Compile OpenSSL differently for each config.Gravatar Craig Tiller2015-01-15
| |/ | | | | | | MSAN, TSAN, ASAN need to see all the code. Valgrind, MSAN want -DPURIFY.
* | Merge pull request #39 from tbetbetbe/grpc_ruby_update_protobuf_ruby_versionGravatar Michael Lumish2015-01-14
|\ \ | |/ |/| Updates to use the latest version of protobuf-ruby
| * Updates to use the latest version of protobuf-rubyGravatar Tim Emiola2015-01-14
| | | | | | | | This resolves issues decoding empty messages.
* | Merge pull request #37 from nicolasnoble/tweaksGravatar Craig Tiller2015-01-14
|\ \ | |/ |/| Various cosmetic improvements to run_tests.py
| * Addressing pull request comments.Gravatar Nicolas Noble2015-01-14
| | | | | | | | | | -) Fixing long line length. -) Changed the logic of the exit message.
| * Merge remote-tracking branch 'google/master' into tweaksGravatar Nicolas Noble2015-01-14
| |\ | |/ |/| | | | | Conflicts: tools/run_tests/run_tests.py
* | Merge pull request #35 from ctiller/helgrindGravatar Nicolas Noble2015-01-14
|\ \ | | | | | | Helgrind support for run_tests.py
| | * Various cosmetic improvements to run_tests.pyGravatar Nicolas Noble2015-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | -) Adding a new command line flag to be able to see which tests are passing. -) Adding more status when the tool is idle in forever mode. -) Adding a last status when the tool is finished so to avoid leaving the console in a weird state. -) Adding a status message in the forever mode if the previous run failed. -) Swapped the message and its explanation, so you don't have to scroll up to see which test failed. -) Fixed a race condition in the watch_dir.py code if a file is deleted during the loop.
* | | Merge pull request #36 from tbetbetbe/grpc_tools_update_java_testing_flagsGravatar Michael Lumish2015-01-14
|\ \ \ | |_|/ |/| | Grpc Tools: update JDK; fix the interop server transport flag
| * | rolled back generated proto changesGravatar Tim Emiola2015-01-14
| | |
| | * Helgrind support for run_tests.pyGravatar Craig Tiller2015-01-14
| |/ |/| | | | | | | Also allow maxjobs to be tweaked based upon which configs are being run, to prevent memory starvation.
* | Merge pull request #33 from nicolasnoble/quietGravatar Craig Tiller2015-01-14
|\ \ | | | | | | Muting an extremely chatty log line.
| * | Muting an extremely chatty log line.Gravatar Nicolas Noble2015-01-14
| | |
| | * Updates the JDK to JDK8Gravatar Tim Emiola2015-01-14
| | | | | | | | | | | | - necessary to allow seamless interop testing, as discussed earlier this week.
* | | Merge pull request #22 from dklempner/http_schemeGravatar Craig Tiller2015-01-14
|\ \ \ | |/ / |/| | Send a scheme of http or https as appropriate, rather than grpc.
| * | Review changes for :scheme conversion to http[s]Gravatar David Klempner2015-01-14
| | | | | | | | | | | | | | | | | | 1. scheme_from_args should return const char* 2. Rename grpc.scheme arg to grpc.http2_scheme, and define a macro for it.
* | | Merge pull request #32 from ctiller/qpsfixGravatar Yang Gao2015-01-14
|\ \ \ | | | | | | | | Remove unused private field
| * | | Remove unused private fieldGravatar Craig Tiller2015-01-14
| | | |
* | | | Merge pull request #13 from ctiller/nogoGravatar Qi Zhao2015-01-14
|\ \ \ \ | | | | | | | | | | Remove go codegen from this repository
* \ \ \ \ Merge pull request #27 from ctiller/faster_makeGravatar Nicolas Noble2015-01-14
|\ \ \ \ \ | | | | | | | | | | | | Build all targets for a config at once
* \ \ \ \ \ Merge pull request #29 from ctiller/foreverGravatar Nicolas Noble2015-01-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix return behavior of run_tools.py
* \ \ \ \ \ \ Merge pull request #30 from ctiller/cppapiGravatar Yang Gao2015-01-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make the C++ API use C API calls to fiddle with status
| | | | | | | * Fix the transport name used to start the grpc java docker serverGravatar Tim Emiola2015-01-14
| | | | | | | |