Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | static link for 32 bit build as well. | Jisi Liu | 2017-08-15 |
| | |||
* | Update comments that cross compile is feasible now | Jisi Liu | 2017-08-15 |
| | | | | Need to install mingw-w64 on linux to cross compile | ||
* | First try static linking pthread | Jisi Liu | 2017-08-15 |
| | |||
* | Fix build protoc script for windows | Jisi Liu | 2016-07-28 |
| | |||
* | fix comments. | Jisi Liu | 2016-07-26 |
| | |||
* | Fix the script comments. | Jisi Liu | 2016-07-26 |
| | |||
* | Make protoc-artifacts able to build plugin. | Jisi Liu | 2016-07-26 |
| | |||
* | Fine-tune build scripts and better documentation. | Kun Zhang | 2016-05-11 |
| | | | | | | | | | | "make google/protobuf/stubs/pbconfig.h" was added in hope of addressing the issue that when you "make protoc" from a freshly checked out project, pbconfig.h will be reported missing. However, the trick doesn't seem to work. Instead, add instructions in the document to work the issue around. Also document why MSYS2 cannot be used for publishing protoc. | ||
* | A few fix-ups. | Kun Zhang | 2015-04-16 |
| | | | | | | | 1. make google/protobuf/stubs/pbconfig.h before making protoc, otherwise it won't build a freshly checked-out code. 2. Document the build environments that have been tested to work. 3. Add support for MINGW64 | ||
* | Strip Mac artifacts | Kun Zhang | 2015-04-08 |
| | |||
* | Make the osx binary compatible with 10.7 and later | Kun Zhang | 2015-04-08 |
| | |||
* | Fix osx dependency check. otool prints the file name in the first line. ↵ | Kun Zhang | 2015-04-07 |
| | | | | Should skip it | ||
* | Add cross-compilation for Windows on Linux using MinGW. Check library ↵ | Kun Zhang | 2015-04-07 |
| | | | | dependencies of artifact | ||
* | Process to deploy artifacts for multiple platforms into a single | Kun Zhang | 2015-04-06 |
| | | | | | | | | | release. - Do not close the staging repository automatically - Added staging.repository property - Updated README with instructions for deployment - Fix building 32-bit Mac artifact | ||
* | Document more about cross-compilation; Post-build check for the actual arch ↵ | Kun Zhang | 2015-04-02 |
| | | | | of the artifact | ||
* | Guard cd path with quotes | Kun Zhang | 2015-04-02 |
| | |||
* | Make it work on Mac | Kun Zhang | 2015-04-01 |
| | |||
* | Run make protoc(.exe) instead of just make, because the latter fails on ↵ | Kun Zhang | 2015-04-01 |
| | | | | Cygwin with mingw gcc; build-protoc.sh works under Cygwin; build-protoc.sh will use the --host parameter consistent with what os-maven-plugin has detected | ||
* | Switch from Gradle to Maven. | Kun Zhang | 2015-03-31 |
| | |||
* | Make clean before making | Kun Zhang | 2015-03-31 |
| | |||
* | Stop calling strip, pass -s to linker instead | Kun Zhang | 2015-03-31 |
| | |||
* | Tweak flags to make statically-linked binary under Cygwin | Kun Zhang | 2015-03-31 |
| | |||
* | Gradle script to publish protoc binaries | zhangkun83 | 2015-03-25 |