summaryrefslogtreecommitdiff
path: root/protoc-artifacts/build-protoc.sh
AgeCommit message (Expand)Author
2018-11-04Revert "Merge tag 'v3.0.1-javalite'"android-wear-8.0.0_r2Colin Cross
2016-07-28Fix build protoc script for windowsJisi Liu
2016-07-26fix comments.Jisi Liu
2016-07-26Fix the script comments.Jisi Liu
2016-07-26Make protoc-artifacts able to build plugin.Jisi Liu
2016-05-11Fine-tune build scripts and better documentation.Kun Zhang
2015-04-16A few fix-ups.Kun Zhang
2015-04-08Strip Mac artifactsKun Zhang
2015-04-08Make the osx binary compatible with 10.7 and laterKun Zhang
2015-04-07Fix osx dependency check. otool prints the file name in the first line. Shoul...Kun Zhang
2015-04-07Add cross-compilation for Windows on Linux using MinGW. Check library depende...Kun Zhang
2015-04-06Process to deploy artifacts for multiple platforms into a singleKun Zhang
2015-04-02Document more about cross-compilation; Post-build check for the actual arch o...Kun Zhang
2015-04-02Guard cd path with quotesKun Zhang
2015-04-01Make it work on MacKun Zhang
2015-04-01Run make protoc(.exe) instead of just make, because the latter fails on Cygwi...Kun Zhang
2015-03-31Switch from Gradle to Maven.Kun Zhang
2015-03-31Make clean before makingKun Zhang
2015-03-31Stop calling strip, pass -s to linker insteadKun Zhang
2015-03-31Tweak flags to make statically-linked binary under CygwinKun Zhang
2015-03-25Gradle script to publish protoc binarieszhangkun83