1. 14 Nov, 2019 3 commits
  2. 30 Aug, 2019 1 commit
  3. 13 Aug, 2019 1 commit
  4. 24 Jul, 2019 2 commits
  5. 22 Jul, 2019 1 commit
  6. 19 Jul, 2019 1 commit
  7. 27 Jun, 2019 6 commits
  8. 26 Jun, 2019 1 commit
  9. 17 Jun, 2019 1 commit
  10. 16 Apr, 2019 1 commit
  11. 28 Mar, 2019 1 commit
  12. 26 Mar, 2019 1 commit
  13. 14 Mar, 2019 1 commit
  14. 12 Mar, 2019 2 commits
  15. 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
  16. 07 Mar, 2019 1 commit
  17. 28 Feb, 2019 1 commit
  18. 26 Feb, 2019 2 commits
    • Yilun Chong's avatar
      fix macos build for High Sierra (#5780) · 400845ae
      Yilun Chong authored
      * fix macos build by changing xcode version
      
      * add comments
      
      * fix benchmark build for mac
      
      * fix for gem option and install npm
      
      * add test for node and npm
      
      * fix node
      
      * fix for node
      
      * another attempts to fix node
      
      * another attempts
      
      * clean up
      400845ae
    • Yilun Chong's avatar
      fix macos build for High Sierra (#5780) · 89b914f8
      Yilun Chong authored
      * fix macos build by changing xcode version
      
      * add comments
      
      * fix benchmark build for mac
      
      * fix for gem option and install npm
      
      * add test for node and npm
      
      * fix node
      
      * fix for node
      
      * another attempts to fix node
      
      * another attempts
      
      * clean up
      89b914f8
  19. 21 Feb, 2019 1 commit
  20. 06 Feb, 2019 1 commit
  21. 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
  22. 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
  23. 27 Jan, 2019 2 commits
  24. 26 Jan, 2019 2 commits
  25. 25 Jan, 2019 1 commit
  26. 23 Jan, 2019 1 commit
  27. 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
  28. 03 Jan, 2019 1 commit
    • Paul Yang's avatar
      Add ruby 2.6 test (#5528) · de9e1a04
      Paul Yang authored
      * Add ruby 2.6 test
      
      * Fix broken tests
      
      * Fix compatibility test
      
      * Fix bundler version
      
      * Use new docker image
      
      * Fix broken test
      
      * Use new docker image in ruby26 test
      
      * Install ruby for mac
      de9e1a04