- 23 Jan, 2019 1 commit
-
-
Hao Nguyen authored
* Fix protoc release * Update Dockerfile to include libatomic
-
- 17 Jul, 2018 1 commit
-
-
Adam Cozzette authored
Now that we depend on C++11, we need at least GCC 4.8 instead of 4.7. This change updates the Docker setup to continue using CentOS 6.6 but with GCC 4.8. I also added libm to the whitelist for dynamically linked libraries for the ARM64 protoc binary.
-
- 16 Jul, 2018 3 commits
-
-
Feng Xiao authored
-
Feng Xiao authored
1. Changed maven script to only do artifact uploading and removed build script invocation from it. We didn't use maven to invoke the build script before (we built protoc manually and editted pom.xml to only do uploading for previous releases), and will not use it in the future (we will use kokoro to build artifacts). 2. Cleaned up build-protoc.sh and README.md: removed the part about using maven to build and listed supported platforms explicitly.
-
Feng Xiao authored
-
- 13 Jul, 2018 1 commit
-
-
Feng Xiao authored
1. Changed maven script to only do artifact uploading and removed build script invocation from it. We didn't use maven to invoke the build script before (we built protoc manually and editted pom.xml to only do uploading for previous releases), and will not use it in the future (we will use kokoro to build artifacts). 2. Cleaned up build-protoc.sh and README.md: removed the part about using maven to build and listed supported platforms explicitly.
-
- 07 Jul, 2018 1 commit
-
-
nashimus authored
-
- 06 Jul, 2018 1 commit
-
-
Adam Cozzette authored
Now that we depend on C++11, we need at least GCC 4.8 instead of 4.7. This change updates the Docker setup to continue using CentOS 6.6 but with GCC 4.8. I also added libm to the whitelist for dynamically linked libraries for the ARM64 protoc binary.
-
- 22 Mar, 2018 1 commit
-
-
pravin-dsilva authored
-
- 10 Nov, 2017 1 commit
-
-
Jisi Liu authored
-
- 15 Aug, 2017 3 commits
- 28 Jul, 2016 1 commit
-
-
Jisi Liu authored
-
- 26 Jul, 2016 3 commits
- 11 May, 2016 1 commit
-
-
Kun Zhang authored
"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.
-
- 10 May, 2016 1 commit
-
-
Jisi Liu authored
pbconfig.h has gone. This commit removes the target.
-
- 17 Apr, 2015 1 commit
-
-
Kun Zhang authored
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
-
- 08 Apr, 2015 4 commits
- 07 Apr, 2015 1 commit
-
-
Kun Zhang authored
release. - Do not close the staging repository automatically - Added staging.repository property - Updated README with instructions for deployment - Fix building 32-bit Mac artifact
-
- 02 Apr, 2015 3 commits
- 01 Apr, 2015 2 commits
- 31 Mar, 2015 3 commits
- 25 Mar, 2015 1 commit
-
-
zhangkun83 authored
-