1. 30 Jan, 2019 1 commit
  2. 22 Aug, 2018 1 commit
  3. 01 Aug, 2018 1 commit
  4. 30 Jul, 2018 1 commit
    • Adam Cozzette's avatar
      Updated release documentation (#4973) · 90e2c29e
      Adam Cozzette authored
      I made a few small fixes to the documentation related to publishing
      protoc artifacts:
      - The target directory for Mac should be called osx instead of macos.
      - There needs to be a directory for aarch_64.
      - We need to avoid calling "mvn clean" inside the protoc-artifacts
        directory, since that will delete the contents of the target/
        subdirectory.
      90e2c29e
  5. 16 Jul, 2018 1 commit
    • Feng Xiao's avatar
      Update protoc build scripts. · 474fd316
      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.
      474fd316
  6. 13 Jul, 2018 1 commit
    • Feng Xiao's avatar
      Update protoc build scripts. · 6fa17eb3
      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.
      6fa17eb3
  7. 07 Jul, 2018 1 commit
  8. 29 Mar, 2018 2 commits
    • Eric Anderson's avatar
      protoc-artifacts: Use ENTRYPOINT to enable devtoolset-1.1 · cdbfdd8d
      Eric Anderson authored
      ENTRYPOINT is used even when other commands are specified on the "docker
      run" command line. This allows running one-off commands in the docker
      image (especially combined with volume binding with the host) with the
      correct environment variables.
      cdbfdd8d
    • Eric Anderson's avatar
      protoc-artifacts: Avoid checking out protobuf code · 5f052ae7
      Eric Anderson authored
      It is a bad idea to check out code into the docker image, as it will be
      out-of-date. It is better to have the image just be the environment, and
      let any scripts that need source check them out themselves.
      
      This fixes #4419 in that it allows the image to build again, albeit
      users would need to use wget to grab the source of the version of
      protobuf they wish.
      5f052ae7
  9. 13 Nov, 2017 2 commits
  10. 15 Aug, 2017 1 commit
  11. 25 Jul, 2016 1 commit
  12. 13 May, 2016 1 commit
  13. 12 May, 2016 1 commit
  14. 11 May, 2016 1 commit
    • Kun Zhang's avatar
      Fine-tune build scripts and better documentation. · 28cb77f3
      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.
      28cb77f3
  15. 11 Jan, 2016 1 commit
  16. 12 May, 2015 1 commit
  17. 17 Apr, 2015 1 commit
    • Kun Zhang's avatar
      A few fix-ups. · 90a7ed6f
      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
      90a7ed6f
  18. 08 Apr, 2015 1 commit
  19. 07 Apr, 2015 1 commit
  20. 02 Apr, 2015 2 commits
  21. 01 Apr, 2015 2 commits
  22. 30 Mar, 2015 3 commits