1. 30 Aug, 2019 1 commit
  2. 22 Jul, 2019 1 commit
  3. 12 Mar, 2019 1 commit
  4. 11 Mar, 2019 1 commit
    • Sydney Acksman's avatar
      Bump target frameworks of C# programs from netcoreapp1.0 to netcoreapp2.1 (#5838) · 15fab910
      Sydney Acksman authored
      * Bump target frameworks from netcoreapp1.0 to netcoreapp2.2.
      Move global.json up to root of repo, change SDK ver to 2.2.100
      Change .net core sdk in dockerfile for kokoro to ver 2.2.100
      
      * Re-add curl install
      
      * Change all exe target to 2.1
      
      * Fix incorrect versions in global.json and Dockerfile
      
      * Downgrade version to 2.1 to match exe targets
      
      * introduce separate testing Dockerfile for C#
      
      * revert changes to the shared Dockerfile
      
      * use netcoreapp2.1 for C# conformance tests
      
      * use language specific dockerfile for testing C#
      
      * Edit compatibility tests script to use parameters instead of file copies
      
      * install dotnet SDK on windows before running the tests
      
      * update csharp_EXTRA_DIST
      15fab910
  5. 21 Feb, 2019 1 commit
  6. 06 Feb, 2019 1 commit
  7. 02 Feb, 2019 1 commit
    • Paul Yang's avatar
      Add several fixes for python toolchain (#5667) · 5b4ac53c
      Paul Yang authored
      * Add several fixes for python toolchain
      
      * Fix versin regex
      
      * Make script exit on error
      
      * Fix version regex
      
      * Fix version regex
      
      * Fix version regex
      
      * Fix version regex
      
      * Make test run on the current commit
      
      * Fix test
      
      * Fix test
      
      * Use git to retrieve current commit
      
      * Fix tests
      
      * Fix tests
      
      * Also make linux and mac work on the current commit
      
      * Fix test
      5b4ac53c
  8. 01 Feb, 2019 1 commit
    • Paul Yang's avatar
      Use gnu for ruby build because strptime is provided by posix (#5660) · 7d9377e7
      Paul Yang authored
      * Use gnu for ruby build because strptime is provided by posix
      
      * Move option to extconf.rb
      
      * Remove unused code in Rakefile
      
      * Add config files for kokoro test
      
      * Use gnu 11
      
      * Define _XOPEN_SOURCE
      
      * Add gnu11 option
      
      * Remove XOPEN
      
      * Try base_cc_flags
      
      * Try config_options
      
      * Move time.h to top
      
      * Try -D_XOPEN_SOURCE=700
      
      * Define XOPEN_SOURCE directly
      
      * Try extconf.rb
      
      * Try CFLAGS
      
      * Try ext.cross_config_options
      
      * Make mac ruby release job fail on error
      
      * Try again
      
      * Try define _XOPEN_SOURCE in extconf.rb
      
      * Try again
      
      * Define __USE_XOPEN
      
      * Remove 2.6.0
      
      * No mingw
      
      * Throw error on mingw
      
      * Remove XOPEN_SOURCE in upb
      
      * Add back mingw
      
      * Remove comment
      7d9377e7
  9. 27 Jan, 2019 2 commits
  10. 26 Jan, 2019 2 commits
  11. 08 Jan, 2019 1 commit
    • Paul Yang's avatar
      Add ruby 2.6 gem build for linux (#5537) · c3340b20
      Paul Yang authored
      * Add ruby 2.6 gem build for linux
      
      * Add docker hub organization
      
      * Add ruby2.6 in cross compile targets
      
      * Fix tests
      
      * Check mac version
      
      * No need to install php in preparation for mac
      c3340b20
  12. 02 Jan, 2019 1 commit
  13. 29 Nov, 2018 1 commit
    • Paul Yang's avatar
      Change MACOSX_DEPLOYMENT_TARGET to 10.9 (#5406) · 704037f2
      Paul Yang authored
      * Add kokoro build for python source package
      
      * Use libc++ for xcode 10 (#5303)
      
      The xcode 10 removes the deprecated libstdc++ library. We could set
      "MACOSX_DEPLOYMENT_TARGET" to "10.9" to use libc++ instead.
      
      * Add python 3.7 build
      
      * Add build for python 3.7 on linux and windows
      
      * Remove unused source build
      
      * Add comment
      
      * Fix $MACOSX_DEPLOYMENT_TARGET mismatch
      
      * Fix MACOSX_DEPLOYMENT_TARGET mismatch
      
      * Add missing import for sysconfig
      
      * Add missing imports
      704037f2
  14. 07 Sep, 2018 2 commits
  15. 13 Aug, 2018 1 commit
    • Paul Yang's avatar
      Python wheel kokoro for windows (#5034) · f2a13569
      Paul Yang authored
      * Add kokoro config for building python wheels on windows
      
      * Move script to root
      
      * Debug
      
      * Debug
      
      * Change working directory
      
      * Add msbuild to path
      
      * Debug
      
      * Fix python dir name
      
      * Debug
      
      * Move artifacts to targeted directory
      
      * Update artifact directory
      
      * Debug
      
      * Debug
      
      * Automatic generation of version
      
      * Reduce file numbers
      f2a13569
  16. 08 Aug, 2018 1 commit
  17. 07 Aug, 2018 1 commit
    • Paul Yang's avatar
      Python wheel kokoro dev (#5002) · fba5ef41
      Paul Yang authored
      * Add config for building python wheel
      
      * Update submodules
      
      * Fix setup.py to use c++11
      
      * Fix syntax error
      
      * Fix syntax error
      
      * Add dir for artifact
      
      * Update artifact dirctory
      
      * Remove python 3.3
      
      * Clean up virtual env
      
      * Clean up env
      
      * Test environment
      
      * Test env variable
      
      * Automatic update version number
      
      * Remove dependency on python-wheel branch
      fba5ef41
  18. 03 Aug, 2018 4 commits
  19. 01 Aug, 2018 1 commit
  20. 18 Jul, 2018 1 commit
  21. 16 Jul, 2018 6 commits
  22. 12 Jul, 2018 2 commits
  23. 11 Jul, 2018 1 commit
  24. 25 Jun, 2018 1 commit
  25. 22 Jun, 2018 2 commits
  26. 18 Jun, 2018 1 commit
    • Adam Cozzette's avatar
      Added Kokoro protoc release build for OS X (#4770) · ad85c3b4
      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.
      ad85c3b4
  27. 14 Jun, 2018 1 commit