1. 27 Mar, 2019 1 commit
  2. 26 Mar, 2019 2 commits
    • Joe Bolinger's avatar
      Add native type setters for Timestamp and Duration in Ruby (#5751) · d2daa389
      Joe Bolinger authored
      * add implicit time conversion
      
      * add duration
      
      * add init test
      
      * more tests
      
      * add type check and alternative c type check
      
      * add rational and bigdecimal
      
      * use rb_obj_is_kind_of
      
      * use native time check
      
      * chain implicit conversions
      
      * remove unused variable
      d2daa389
    • Pavel Perestoronin's avatar
      Update third_party.md · e9faff85
      Pavel Perestoronin authored
      I've deprecated the separate web page for the project and moved everything to `README.md`, so for now it's better to point to the GitHub project page.
      e9faff85
  3. 25 Mar, 2019 1 commit
  4. 21 Mar, 2019 4 commits
  5. 20 Mar, 2019 7 commits
  6. 18 Mar, 2019 5 commits
  7. 15 Mar, 2019 2 commits
  8. 14 Mar, 2019 2 commits
  9. 13 Mar, 2019 4 commits
  10. 12 Mar, 2019 7 commits
  11. 11 Mar, 2019 2 commits
    • Thomas Van Lenten's avatar
      Stop enabling more warnings for CXX compiles. · 70dc39ed
      Thomas Van Lenten authored
      For reasons I don't follow, when passing CXXFLAGS to configure, the build
      ends up breaking because something along the way fails to detect C++11
      support within the third_party/googletest part of the build.
      70dc39ed
    • 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
  12. 08 Mar, 2019 3 commits