1. 28 Mar, 2019 4 commits
  2. 27 Mar, 2019 1 commit
  3. 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
  4. 25 Mar, 2019 1 commit
  5. 21 Mar, 2019 4 commits
  6. 20 Mar, 2019 7 commits
  7. 18 Mar, 2019 5 commits
  8. 15 Mar, 2019 2 commits
  9. 14 Mar, 2019 2 commits
  10. 13 Mar, 2019 4 commits
  11. 12 Mar, 2019 7 commits
  12. 11 Mar, 2019 1 commit
    • 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