Joshua Haberman
|
23825332e1
|
WIP.
|
5 years ago |
Joshua Haberman
|
dc58b657ee
|
New reflection API doesn't need types as parameters for map/array.
All tests are passing again.
|
5 years ago |
Joshua Haberman
|
88b1026d26
|
Fixed leap year handling by reworking upb_mktime() -> upb_timegm().
The new function name also better reflects the semantics of the
function. Like timegm(), this function always converts to/from
UTC, not local time.
|
5 years ago |
Joshua Haberman
|
715718d5a5
|
Changed endsubmsg handler to return the closure of the submessage.
This is a behavior change to help out PHP for the lazy wrappers
optimization.
|
5 years ago |
Paul Yang
|
d3762e96cb
|
Accpet string for numeric wrappers (#202)
|
5 years ago |
Esun Kim
|
2c3a28e411
|
Add -Wstrict-prototypes option
|
5 years ago |
Esun Kim
|
7a1e6aa84b
|
Support MSVC prior to 2015
|
5 years ago |
Joshua Haberman
|
56779f09eb
|
All tests pass again.
|
6 years ago |
Joshua Haberman
|
811ee4f442
|
Use a custom mktime() function to avoid platform dependencies.
|
6 years ago |
Joshua Haberman
|
c58541ea04
|
Added support for public dependencies.
|
6 years ago |
Joshua Haberman
|
985145ca16
|
Fixed amalgamation and CMake build.
|
6 years ago |