16229 Commits (80a9e9c847ffbafb92f70924fc0a5ec0b44f2073)
 

Author SHA1 Message Date
Joshua Haberman dda1499a0e Add status to the sink interfaces. 15 years ago
Joshua Haberman 036fe6bb06 Flesh out implementation of upb_sizebuilder. 15 years ago
Joshua Haberman 611afe9c69 Removed union tag from types. 15 years ago
Joshua Haberman d5566c6038 Remove struct keyword from all types, use typedef instead. 15 years ago
Joshua Haberman 9116c697f8 upb_parser -> upb_decoder 15 years ago
Joshua Haberman 57d6353a3c Rename serializer -> encoder. 15 years ago
Joshua Haberman 088b995c9e Make msgsrc reversable. 15 years ago
kenton@google.com 529a843f2d Fix issues with Windows build: Always use ASCII version of CreateProcess (even if UNICODE is defined) and move GetMessage macro work-around to common.h so that it covers extension_set.h as well. Patch from Nick Carter. 15 years ago
Joshua Haberman 90e4f08678 Incremental work on serialization. 15 years ago
Joshua Haberman 50451ea441 Make onend upb_sink callback take the field as a parameter. 15 years ago
kenton@google.com c25f833baf Fixes compile on GCC 3.2 according to Sergey Tihansky. 15 years ago
kenton@google.com 7db148f92a Add makefile for extended tests to be run before release. 15 years ago
Joshua Haberman d7d1b2a141 Move many serializing functions to .cc file, since they do not need to be exposed. 15 years ago
Joshua Haberman 02d2f8afb8 Implemented source for upb_msg. 15 years ago
Joshua Haberman b05205d224 Defined upb_sink interface and ported the parser to it. 15 years ago
kenton@google.com 2113840aa0 Fix bogus sign-compare warnings in header at request of user. 15 years ago
temporal d4e38c7fc9 Fix date in CHANGES.txt. Sigh. 15 years ago
Joshua Haberman 527c094500 Reduced the complexity of the cbparser interface. 15 years ago
kenton@google.com ea75323710 Update version number in trunk to 2.3.1. 15 years ago
kenton@google.com 38b744eaa7 Update CHANGES.txt to reflect actual expected release date of 2.3.0. 15 years ago
kenton@google.com f9fa0590bc Fix memory leak in CommandLineInterface, not that it really matters. 15 years ago
kenton@google.com 38fcd39227 Minor compatibility tweaks for FreeBSD. 15 years ago
kenton@google.com 7b7a80eae4 Tweak doc comments. 15 years ago
kenton@google.com 83aba29ebe Detect and avoid broken unordered_map on OSX 10.5 / GCC 4.0.1. 15 years ago
kenton@google.com 2773bdf239 Add missing file to dist. 15 years ago
kenton@google.com 535301894e Address comments from various code reviews. 15 years ago
Joshua Haberman 5864888c6e Merge branch 'data-refactoring'. Ported benchmarks. 15 years ago
Joshua Haberman d751973758 Ported/fixed tests to new data types. 15 years ago
kenton@google.com 2429e3a0de Monty Taylor claims this helps the drizzle compile for some reason. 15 years ago
Joshua Haberman 6a8dfa5f26 upb_array -> upb_arrayptr. 15 years ago
Joshua Haberman 8f2aeb8084 Modified descriptor files. 15 years ago
kenton@google.com 0225b352ea Mention zip/jar output in CHANGES.txt. 15 years ago
kenton@google.com d78ca9c74f Fixed DLL compile under MSVC. 15 years ago
kenton@google.com c619a3da2a Fix syntax of function definition in shell script so that it hopefully works on Solaris. 15 years ago
kenton@google.com fe7314e0cc Another Sun Studio fix from Monty Taylor. 15 years ago
kenton@google.com d2fcbba230 Improve zip/jar support: 15 years ago
Joshua Haberman 15604083c7 Move string representations back upb.h -> upb_data.h. 15 years ago
Joshua Haberman fa5710f1ca upb_string* -> upb_strptr, to follow aliasing rules. 15 years ago
Joshua Haberman ece08710a6 Bugfixes: descriptorgen works without leaks! 15 years ago
Joshua Haberman 2fdc9df97e Other than a couple memory leaks, "make descriptorgen" works again! 15 years ago
Joshua Haberman 0e5b8e56b8 Correct descriptor: initialize base. 15 years ago
Joshua Haberman cb5befb343 Correct descriptor.h: for now messages always have a upb_data. 15 years ago
Joshua Haberman c33d51581a upbc compiles and links! But probably doesn't work yet. 15 years ago
Joshua Haberman f6cc21bc2d Doesn't compile, but all the code to be adapted is there. 15 years ago
Joshua Haberman ab0f2b8bba Moved string library functions to .c instead of inlined, because they're not that small. 15 years ago
Joshua Haberman 3f0d126b2a Only remaining undefined symbol is upb_msg_parsestr. 15 years ago
Joshua Haberman cc39625767 Getting closer, only a few functions undefined now. 15 years ago
Joshua Haberman 2876225d05 Force -Os for upb_def.o 15 years ago
Joshua Haberman afe911ea00 Removed upb_mm. 15 years ago
Joshua Haberman 8978661a76 upbc compiles, but doesn't link due to unimplemented stuff in upb_data. 15 years ago