aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen/generate_projects.sh
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|
* Hand-written changesGravatar Craig Tiller2015-08-31
|
* Remove dead codeGravatar Craig Tiller2015-07-09
|
* Add parallel execution for generate_projectsGravatar Craig Tiller2015-07-03
|
* Eliminate bashismsGravatar Craig Tiller2015-05-28
|
* Factor out extra json generationGravatar Craig Tiller2015-05-28
| | | | This logic needs to be reusable in some other scripts
* Add testing of bad client behaviorGravatar Craig Tiller2015-05-26
| | | | | 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.
* Avoid writing build.json during a test.Gravatar Nicolas "Pixel" Noble2015-04-22
| | | | The test environment might be read only, so let's not modify a file just for running a test.
* big refactoring of visual studio projects, started using nugetGravatar Jan Tattermusch2015-04-20
| | | | dependencies.
* Removing some bashisms.Gravatar Nicolas "Pixel" Noble2015-04-15
|
* FreeBSD preliminary work.Gravatar Nicolas Noble2015-03-16
| | | | | | | | -) 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.
* Always run build cleanerGravatar Craig Tiller2015-02-20
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Add shell script copyrightsGravatar Craig Tiller2015-02-16
|
* Mac Compatibility FixGravatar Craig Tiller2015-01-19
|
* Abort on errors, and dont spamGravatar Craig Tiller2015-01-18
|
* Make generate_projects work on MacGravatar Craig Tiller2015-01-13
|
* Make generate_projects.sh able to run from a git repo.Gravatar ctiller2015-01-12
| | | | | | | Change on 2015/01/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83627504
* Adding the tools directory to the git export.Gravatar Nicolas Noble2015-01-06