1038 Commits (06b90f9b693b43a007ee2c20f5e7a98595bd8721)
 

Author SHA1 Message Date
Josh Haberman 340bd01338 Removed default instance and oneof array from tables. 6 years ago
Josh Haberman 3d511104ac Updated protobuf submodule. 6 years ago
Joshua Haberman ef1246d87c
Merge pull request #121 from haberman/minimize 6 years ago
Joshua Haberman bdbc9fbd6d
Merge pull request #122 from TeBoring/json-values 6 years ago
Joshua Haberman 3a37b91532 Fixed amalgamation. 6 years ago
Joshua Haberman ba03d65a8f Removed unused variable. 6 years ago
Joshua Haberman 1d4957a9a6 Removed unused parameter. 6 years ago
Joshua Haberman 287ab94800 A few more compile fixes. 6 years ago
Joshua Haberman 33d1231ead Added port_def.inc and port_undef.inc. 6 years ago
Joshua Haberman f7713ebc39 Changed C API to use inline functions and computed offsets. 6 years ago
Bo Yang 81fbb4ffa7 Initialize value 6 years ago
Bo Yang 6c910330c4 Fix json parsing for Struct, ListValue and Value. 6 years ago
Joshua Haberman 694d51f4d6 Changed C API to only define structs, a table, and a few minimal inline functions. 6 years ago
Joshua Haberman 41379a7064
Merge pull request #120 from haberman/cmake 6 years ago
Joshua Haberman b6a92a93c6 More work on CMake build, and updated conformance for proto3. 6 years ago
Paul Yang 6c4469e189
Fix json encoding/decoding for duration. (#118) 6 years ago
Joshua Haberman b7cad62b5f Got CMake build working on macOS, and updated CMake build. 6 years ago
Joshua Haberman 62318cadce
Merge pull request #119 from rohitsakala/master 6 years ago
Sakala Venkata Krishna Rohit 4473585734 Merge branch 'master' of https://github.com/rohitsakala/upb 6 years ago
Sakala Venkata Krishna Rohit 898f640e65 Bugfix on bigendianess by casting size_t to unint32_t 6 years ago
Sakala Venkata Krishna Rohit 6522ae4fb3 Bugfix on bigendianess by casting size_t to unint32_t 6 years ago
Paul Yang 38d674e86f
Fix json parsing for timestamp (#115) 6 years ago
Joshua Haberman d1738d4dec
Merge pull request #117 from haberman/cmake 6 years ago
Josh Haberman e94ac4f757 Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}. 6 years ago
gerben-s 0a95f73d0d
Merge pull request #116 from haberman/rmgooglepb 6 years ago
Josh Haberman 6155ed8b49 Re-add amalgamation rules and remove google protobuf from Travis. 6 years ago
Josh Haberman 1a484d353b Re-add upb/bindings/stdc++/string.h, which is still used in tests. 6 years ago
Josh Haberman c0a50de923 Removed a bunch of obsolete code. 6 years ago
Joshua Haberman e3eae33fb5
Merge pull request #114 from haberman/arenaonly 6 years ago
Joshua Haberman 636b25be8d Re-add msg handlers to the .c file also. 6 years ago
Joshua Haberman 7059be68ae Re-add message handlers to upb/handlers.*. 6 years ago
Joshua Haberman c8f6a27e6b Enforced that upb_msg lives in an Arena only, and other simplifying. 6 years ago
Joshua Haberman b0a6602fc8
Merge pull request #113 from TeBoring/json-wrapper 6 years ago
Bo Yang a8d1a5933d Use special eof char to mark end of parsing 6 years ago
Bo Yang d4caefaade Move logic away from ragel machine 6 years ago
Bo Yang f1d7570f30 Remove unused code 6 years ago
Bo Yang ac9d4468f5 Make value top level 6 years ago
Bo Yang ae2f1cdb17 Mark unused variable 6 years ago
Bo Yang cc27a5b576 Update ragel generated file 6 years ago
Bo Yang 9449cf68cc Make top level wrapper value parsing work 6 years ago
Bo Yang 20f1b6df41 Fix json decoding for wrapper messages 6 years ago
Joshua Haberman 1db11440bd
Merge pull request #112 from TeBoring/json-unknown 7 years ago
Bo Yang 72e66e2b55 Enable ignore unknown field in json parsing 7 years ago
Joshua Haberman fa99d854f6
Merge pull request #110 from TeBoring/upb-revert 7 years ago
Bo Yang 1080117f2b Revert "Prepare upb_value for encoding/decoding map." 7 years ago
Joshua Haberman d73b12ed3c
Merge pull request #107 from lauraguevara97/patch-1 7 years ago
Laura 45a9dd20d8
Update README.md 7 years ago
Bo Yang f30dd0ff0c Prepare upb_value for encoding/decoding map. 7 years ago
Paul Yang 5029aa439c
Merge pull request #105 from TeBoring/php-change 7 years ago
Bo Yang 86dec3021f Implement decoding repeated message field. 7 years ago