- 30 Aug, 2019 1 commit
-
-
salamaniibm authored
-
- 27 Jan, 2019 1 commit
-
-
Hao Nguyen authored
* Use set -ex * Use -std=c++14 so -latomic can be found
-
- 26 Jan, 2019 1 commit
-
-
Hao Nguyen authored
* Use set -ex * Use -std=c++14 so -latomic can be found
-
- 01 Aug, 2018 1 commit
-
-
Adam Cozzette authored
This was fairly straightforward using the existing build-protoc.sh script. The only problem I ran into was that the x86 Docker builds create output directories owned by root, which caused some permission issues. Fortunately it was easy to get around that just by doing those Docker builds last.
-
- 16 Jul, 2018 6 commits
- 18 Jun, 2018 1 commit
-
-
Adam Cozzette authored
This configuration builds both 32-bit and 64-bit binaries for Mac OS X. One thing I had to change was to increase our minimum supported version for 10.7 to 10.9, because 10.9 (Mavericks) appears to be the earliest version supporting C++11.
-
- 14 Jun, 2018 1 commit
-
-
Adam Cozzette authored
This should make it easy to automatically build 32-bit and 64-bit Windows protoc binaries.
-