1. 22 Feb, 2019 1 commit
  2. 08 Jan, 2019 1 commit
  3. 15 Dec, 2018 1 commit
  4. 06 Sep, 2018 1 commit
    • Paul Yang's avatar
      Add source dependency of test suite implementation to main function (#5069) · 5aeee3dc
      Paul Yang authored
      * Fix conformance running nothing issue
      
      This change adds a source dependency of the test suite implementaion
      class in the main function. For generality reason, the main function is
      moved to the file of the test suite implemetation.  New test suite
      implementation will need to implement the main function.
      In order to make it easy for test suite implementation to implement the
      main function, this change also refactor out the common code out of the
      main function.
      
      * Fix typo
      5aeee3dc
  5. 09 Aug, 2018 1 commit
  6. 14 Mar, 2018 1 commit
    • Adam Cozzette's avatar
      Deleted scoped_ptr.h · 67952fab
      Adam Cozzette authored
      We no longer need this, now that we have finished the switch to C++11
      and are using std::unique_ptr.
      67952fab
  7. 27 Jan, 2018 1 commit
    • Adam Cozzette's avatar
      Removed using statements from common.h · 39a789e6
      Adam Cozzette authored
      These statements pulled a bunch of symbols from the std namespace into
      the global namespace. This commit removes all of them except for
      std::string, which is a bit trickier to remove.
      39a789e6
  8. 10 Oct, 2016 1 commit
  9. 20 Sep, 2016 1 commit
  10. 03 Jun, 2016 1 commit
  11. 12 Jan, 2016 1 commit
  12. 12 Dec, 2015 1 commit
  13. 03 Dec, 2015 1 commit
  14. 16 Jul, 2015 1 commit
    • Josh Haberman's avatar
      Added Ruby to conformance tests. · 181c7f26
      Josh Haberman authored
      This involved fixing a few important bugs in the
      Ruby implementation -- mostly cases of mixing
      upb field types and descriptor types (upb field
      types do not distinguish between int/sint/fixed/sfixed
      like descriptor types do).
      
      Also added protobuf-specific exceptions so parse
      errors can be caught specifically.
      
      Change-Id: Ib49d3db976900b2c6f3455c8b88af52cfb86e036
      181c7f26
  15. 03 Jun, 2015 1 commit
  16. 26 May, 2015 1 commit
  17. 16 Apr, 2015 1 commit
  18. 15 Apr, 2015 1 commit