aboutsummaryrefslogtreecommitdiffhomepage
path: root/protoc-artifacts
Commit message (Collapse)AuthorAge
...
| * Add a script to build protoc zip packages.Gravatar Feng Xiao2016-07-25
| | | | | | | | | | | | [ci skip] Change-Id: Ia0e0bf3bb6bd24633dc8f294318bb20ac837f8b9
* | Bump version number for GAGravatar Jisi Liu2016-07-25
|/
* Fix maven path.Gravatar Feng Xiao2016-07-23
| | | | Change-Id: I252d7a644a9e4064a9f1a816a2be3f25f37b4c43
* Fix maven links.Gravatar Feng Xiao2016-07-22
| | | | | | [ci skip] Change-Id: Ibefbdf441d932c5751235c635244450d7cbacc53
* Update version number to 3.0.0-beta-4Gravatar Feng Xiao2016-07-13
|
* Merge pull request #1559 from google/beta-3Gravatar Jisi Liu2016-05-18
|\ | | | | Merge beta-3 release branch again.
| * Fix protoc artifact pom versionGravatar Jisi Liu2016-05-17
| |
* | Remove the instructions for pbconfig.hGravatar Jisi Liu2016-05-12
| |
* | Fix the server id in exampleGravatar Kun Zhang2016-05-12
| |
* | Fine-tune build scripts and better documentation.Gravatar Kun Zhang2016-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.
| * Fix protoc build artifact script.Gravatar Jisi Liu2016-05-10
|/ | | | pbconfig.h has gone. This commit removes the target.
* Fix typos in README.md/CHANGES.txtGravatar Dongjoon Hyun2016-01-11
|
* Update version numbers.Gravatar Feng Xiao2015-12-21
| | | | | Version number for beta languages is updated to v3.0.0-beta-2. Version number for alpha languages is updated to v3.0.0-alpha-5.
* Update version number.Gravatar Feng Xiao2015-08-26
| | | | | Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other languages are updated to v3.0.0-alpha-4.
* Update version number to 3.0.0-alpha-4Gravatar Bo Yang2015-05-29
|
* Update version number to 3.0.0-alpha-3Gravatar teboring2015-05-23
|
* Dockerfile for building protoc on Centos 6.6Gravatar Kun Zhang2015-05-12
|
* A few fix-ups.Gravatar Kun Zhang2015-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 artifactsGravatar Kun Zhang2015-04-08
|
* Make the osx binary compatible with 10.7 and laterGravatar Kun Zhang2015-04-08
|
* Fix osx dependency check. otool prints the file name in the first line. ↵Gravatar Kun Zhang2015-04-07
| | | | Should skip it
* Add cross-compilation for Windows on Linux using MinGW. Check library ↵Gravatar Kun Zhang2015-04-07
| | | | dependencies of artifact
* List the platforms that we currently support. Document staging.repository.Gravatar Kun Zhang2015-04-07
|
* Process to deploy artifacts for multiple platforms into a singleGravatar Kun Zhang2015-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 ↵Gravatar Kun Zhang2015-04-02
| | | | of the artifact
* Fix typo in READMEGravatar Kun Zhang2015-04-02
|
* Guard cd path with quotesGravatar Kun Zhang2015-04-02
|
* Make it work on MacGravatar Kun Zhang2015-04-01
|
* Make cross-compilation possibleGravatar Kun Zhang2015-04-01
|
* Run make protoc(.exe) instead of just make, because the latter fails on ↵Gravatar Kun Zhang2015-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
* Update README.mdGravatar Kun Zhang2015-04-01
|
* Move signing and uploading to the release profileGravatar Kun Zhang2015-04-01
|
* Switch from Gradle to Maven.Gravatar Kun Zhang2015-03-31
|
* Make clean before makingGravatar Kun Zhang2015-03-31
|
* Stop calling strip, pass -s to linker insteadGravatar Kun Zhang2015-03-31
|
* Tweak flags to make statically-linked binary under CygwinGravatar Kun Zhang2015-03-31
|
* Use bash explicitly to run build-protoc.sh to make it work on Windows w/ MSYSGravatar zhangkun832015-03-30
|
* Fix property names for ossrh username and passwordGravatar zhangkun832015-03-30
|
* Clarify system requirementsGravatar zhangkun832015-03-30
|
* Clarify the usage and the versioning of the artifactGravatar zhangkun832015-03-30
|
* Add README.md; Allow installing to local repo without OSSRH account and ↵Gravatar zhangkun832015-03-30
| | | | signature
* Use osdetector-gradle-plugin:1.2.1; Fix authentication methods for sonatypeGravatar zhangkun832015-03-27
|
* Gradle script to publish protoc binariesGravatar zhangkun832015-03-25
|
* Create protoc-artifacts directoryGravatar zhangkun832015-03-25