- 21 May, 2019 3 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
This reverts commit 6d96493b.
-
Hao Nguyen authored
-
- 14 May, 2019 1 commit
-
-
Joshua Haberman authored
-
- 13 May, 2019 1 commit
-
-
Aaron Patterson authored
In general, I think it will help us to debug issues if we have less C code and more Ruby code. This method can be implemented in pure Ruby, so this commit converts it to pure Ruby.
-
- 10 May, 2019 2 commits
-
-
Adam Cozzette authored
-
Paul Yang authored
* Custom mktime to fix issue on mac * Remove succeeded tests from failure list
-
- 23 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 28 Mar, 2019 3 commits
- 27 Mar, 2019 2 commits
-
-
Bo Yang authored
-
Joe Bolinger authored
* add wrapper type helpers * add check for _as_value suffix
-
- 26 Mar, 2019 3 commits
-
-
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
-
Paul Yang authored
* Update version number to 3.7.1 * Update version number in port_def.inc
-
Adam Cozzette authored
OSX has deprecated OpenSSL, so we need to install it via Homebrew and build against that version when we build Ruby.
-
- 25 Mar, 2019 2 commits
-
-
Benjamin Peterson authored
-
Paul Yang authored
* Allow bytes field to be longer than 16000 bytes * Remove empty line
-
- 20 Mar, 2019 1 commit
-
-
Paul Yang authored
* Replace strptime with custom implementation * Fix ruby strptime * Fix test * Fix ruby conformance test * Use mktime * Remove EmptyFieldMask from failed conformance test list
-
- 14 Mar, 2019 3 commits
-
-
Joe Bolinger authored
-
Joe Bolinger authored
-
Joe Bolinger authored
-
- 12 Mar, 2019 1 commit
-
-
Paul Yang authored
* Add conformance test for nested listvalue * Fix upb for parsing repeated Value/ListValue * Add failed repeated ListValue conformance test into php failure list
-
- 11 Mar, 2019 1 commit
-
-
Paul Yang authored
* Encode empty ListValue * Update mac ruby conformance failure list
-
- 08 Mar, 2019 2 commits
-
-
bmoyles0117 authored
* add check for overflow * de-nestify * break long lines
-
Paul Yang authored
* Fix ruby continuous tests * Fix compatibility test
-
- 07 Mar, 2019 1 commit
-
-
Joe Bolinger authored
-
- 06 Mar, 2019 3 commits
-
-
Joshua Haberman authored
This reverts commit 37581380.
-
Joshua Haberman authored
-
Joe Bolinger authored
-
- 02 Mar, 2019 3 commits
-
-
Joe Bolinger authored
* Revert "Revert "Fix Ruby module name generation when the ruby_package option is used (#5735)"" This reverts commit bb211e85. * add new files to Makefile.am
-
Joe Bolinger authored
* add frozen checks * Use rb_check_frozen * Correct assertion on frozen error message The second argument for the method assert_raise is the message to show when the assertion fails. It does not check the error object's message. Add an additional assertion that does check the error's message. * do frozen check first
-
Joe Bolinger authored
* example with extra enum method * update expected test output * slight simplification * add test for generated enum helpers * move const helpers to c extension * more explicit test * more explicit test * indent * add foo test * add check for _const suffix
-
- 28 Feb, 2019 5 commits
-
-
Paul Yang authored
* Update version number to 3.7.0 * Add php/releash.sh to Makefile.am * Make cpp_distcheck exit on fail
-
Joe Bolinger authored
* fix module name generation and add tests * fix existing tests * support both package name styles
-
Joe Bolinger authored
* add check for overflow * de-nestify * break long lines
-
Joe Bolinger authored
* let repeated fields push arrays * add varargs push * better test
-
- 24 Feb, 2019 1 commit
-
-
Joe Bolinger authored
-
- 22 Feb, 2019 1 commit
-
-
Bo Yang authored
-