Craig Tiller
c85357e051
Reduce mac CI load
9 years ago
Nicolas "Pixel" Noble
63323e3c07
Re-enabling tests that got culled off.
9 years ago
Craig Tiller
d50993d49b
Add linux, mac as test platforms, only run _with_poll tests on linux
9 years ago
Michael Larson
878b63e1eb
old not parallel version of generate_projects.sh, for debuggin
9 years ago
Michael Larson
b19d4ebba0
changed vsproject generation to make c++ tests; put a hint in the .sln about lib vs. target; expand .proto includes
9 years ago
Nicolas "Pixel" Noble
4d811daf52
generate_projects.py should make directories.
...
That's necessary for generating Visual Studio project files that are in separate empty directories otherwise.
10 years ago
Nicolas "Pixel" Noble
587b7592b5
Calling python to spawn a python subprocess.
...
This will enable the script to work under Windows, which doesn't understand hashbangs interpreters.
Also built on top of #2395 .
10 years ago
Nicolas "Pixel" Noble
22232ae298
Swapping tabs for spaces in generate_projects.py
10 years ago
Nicolas "Pixel" Noble
368524c7c8
Swapping tabs for spaces in generate_projects.py
10 years ago
Craig Tiller
89af79fc11
Remove dead code
10 years ago
Craig Tiller
5cdc81d709
Fix test mode
10 years ago
Craig Tiller
1a71811678
Add parallel execution for generate_projects
10 years ago
Craig Tiller
06e3f446ee
Eliminate bashisms
10 years ago
Craig Tiller
b8933b3878
Add copyrights
10 years ago
Craig Tiller
a5b517fa15
Factor out extra json generation
...
This logic needs to be reusable in some other scripts
10 years ago
Jan Tattermusch
8ed4c3e267
provide VS solution for building protoc plugins
10 years ago
Craig Tiller
ba3c3cd36c
Add testing of bad client behavior
...
This test will become a suite over coming weeks.
Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.
10 years ago
Nicolas "Pixel" Noble
7bf5092df0
Adding grpc++_unsecure project file, and adding better support for test projects.
10 years ago
Nicolas "Pixel" Noble
62b8ddfc34
Supporting comments in build-cleaner.
10 years ago
Nicolas "Pixel" Noble
7ad18e6437
Avoid writing build.json during a test.
...
The test environment might be read only, so let's not modify a file just for running a test.
10 years ago
Jan Tattermusch
8ff00a3c25
big refactoring of visual studio projects, started using nuget
...
dependencies.
10 years ago
Nicolas "Pixel" Noble
970f5d9c1d
Removing some bashisms.
10 years ago
Craig Tiller
0ff7e692b0
Better defaulting of attributes
10 years ago
Nicolas "Pixel" Noble
a727fe22b6
Created Visual Studio 2010 project files.
...
Also removed the unused shared projects.
10 years ago
Nicolas Noble
f358573091
FreeBSD preliminary work.
...
-) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms.
-) You can't assume python is in /usr/bin. Use env instead.
-) AF_INET is in sys/socket.h
-) Added port_platform's basic structure for FreeBSD, based off Darwin.
-) FreeBSD doesn't have and doesn't need libdl for OpenSSL.
10 years ago
Nicolas "Pixel" Noble
b072a4ff75
Adding MSVC's grpc++ project file.
10 years ago
Craig Tiller
45115845cc
Mark fling_*test non-flaky
...
Also, make the flaky: tag a little more visible in build.json
10 years ago
Craig Tiller
26512043ac
Always run build cleaner
10 years ago
Craig Tiller
ce5021b0b9
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Craig Tiller
834288138d
Add shell script copyrights
10 years ago
Craig Tiller
c2c792113e
Add copyrights to Python code
10 years ago
Craig Tiller
9d085a32d8
Generate more pleasing build.json output
...
run: was getting a little lost
10 years ago
David Klempner
f94838b0a3
Make several python scripts explicitly python2.7
...
I tried actually doing a build on my home desktop, and none of these
run with python 3.3, which is /usr/bin/python on my home desktop.
10 years ago
Craig Tiller
2d7e73f2fa
Preserve proto order
10 years ago
Craig Tiller
7431fa9853
Preserve proto order
10 years ago
Nicolas "Pixel" Noble
9d9b805cb1
Adressing comments.
10 years ago
Craig Tiller
d4eeff8a2d
Add ability to test
10 years ago
Craig Tiller
d4eec90581
Mac Compatibility Fix
10 years ago
Craig Tiller
7d7b6c768b
Sort by language, then by name
10 years ago
Craig Tiller
7acce50cdd
Rename
10 years ago
Craig Tiller
3462982a79
Abort on errors, and dont spam
10 years ago
Nicolas "Pixel" Noble
cc0994c8cb
Factoring visual studio code into a buildgen plugin.
10 years ago
Craig Tiller
0322134506
Make generate_projects work on Mac
10 years ago
ctiller
08c50d8bf5
Make generate_projects.sh able to run from a git repo.
...
Change on 2015/01/09 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83627504
10 years ago
Nicolas Noble
ddef24620a
Adding the tools directory to the git export.
10 years ago