17315 Commits (d4525cb9edb196e3c52e75c0e4e88f14891b0c6f)
 

Author SHA1 Message Date
csharptest 8cd1e7049c merge issue-27 14 years ago
csharptest 784bf0cac3 merge issue-26 14 years ago
csharptest 026f2b417c merge issue-21 14 years ago
csharptest 18bf22c294 merge issue-19 14 years ago
csharptest cc5f781853 merge issue-6 14 years ago
csharptest e1e69ba353 Removed the NoWarn for missing comments 14 years ago
csharptest 4ecebd8b4a Tests and fixes for double-enumeration on AddRange and adding of null to PopsicleList 14 years ago
csharptest 2cf6e1b077 Last change for http support, adding a simple reader for query strings and/or 14 years ago
Nathan Brown 03b85d8b20 Remove XML documentation output in test project. It causes errors to show up 14 years ago
csharptest 2a1f0bd440 Added a few more tests to ensure XxxxList { get; } clones readonly builder 14 years ago
Joshua Haberman 7a0e63ec61 x86 JIT: avoid storing pointer for every field. 14 years ago
Joshua Haberman 878fc9c362 Small typo fix. 14 years ago
Joshua Haberman 7f045f9451 x86 JIT: add easy switch between replicated/common dispatch. 14 years ago
Joshua Haberman 887abe669f Added an example, constified some more methods. 14 years ago
Joshua Haberman bda3269a42 Fleshed out fielddef default functionality. 14 years ago
csharptest ec5fb9bd68 Fixes based on review 14 years ago
csharptest 0ce7bed44a Added nuget package configuration. 14 years ago
csharptest c86b504409 Missing braces :) 14 years ago
csharptest ef4af57b11 Missing braces :) 14 years ago
csharptest f52ec95ad5 revert of accidental AssemblyInfo version changes 14 years ago
csharptest 7b6044f888 one more test, we are done. 14 years ago
csharptest 1a0764ab27 First pass at implementation and testing of reusable builders. 14 years ago
csharptest 3c6e93283a Completed addition and testing of new add_serializable option. 14 years ago
csharptest 4a594cac93 Implemented [Obsolete] attribute for deprecated fields 14 years ago
Hunter Morris 7175edb10a Add failing unit test 14 years ago
csharptest a105eac521 Added support for negative enum values and tests 14 years ago
csharptest f9102a61e1 Fix for issue 6 14 years ago
csharptest 60fd773d30 Completed work and testing for manually reading/writing start/end message 14 years ago
csharptest 819b7154d1 Added IDisposable to ICodedOutputStream 14 years ago
csharptest c2d2c1adaf first pass at adding required changes 14 years ago
Joshua Haberman aca8cef29b Merge pull request #2 from winksaville/fix-typo-handler.h 14 years ago
Wink Saville 0606476cb6 Fix typo in handler.h 14 years ago
Joshua Haberman 2054853964 Header tweaking. 14 years ago
Joshua Haberman f226554fa5 Fleshed out C++ def wrappers some. 14 years ago
Joshua Haberman 621c0cdcb5 Const invasion: large parts of upb made const-correct. 14 years ago
Joshua Haberman 8f2758dda2 Work on C++ wrappers, added C++ test. 14 years ago
Joshua Haberman 4a8b9be46c Header cleanup, clarify/correct comments for interfaces. 14 years ago
Joshua Haberman d1d126acf4 Make "benchmark" build "benchmarks", add bug note. 14 years ago
Joshua Haberman 8eb2b2a216 Revised upb_bytesink, refactored upb_textprinter (untested). 14 years ago
Joshua Haberman 521ac7a89a Refined upb_status. 14 years ago
Joshua Haberman 48fedab345 Add packed field support (untested). 14 years ago
Joshua Haberman c03802b0f1 Some updates to the experimental C++ wrapper. 14 years ago
Joshua Haberman e8796beffc Add comment clarifying that the proto2 benchmark is ugly and temporary. 14 years ago
Josh Haberman 9d2fcd3692 Some progress on upb_stdio. 14 years ago
Joshua Haberman 6c6013e51e Fold gen-deps.sh into Makefile. 14 years ago
Joshua Haberman adb6580d97 Let the JIT emit hasbit-setting code in addition to calling a callback. 14 years ago
Joshua Haberman a5e6a7b029 Fix stack alignment on OS X. 14 years ago
Joshua Haberman 8bdc6d233e Prime the decoder buf for modest perf improvement on small messages. 14 years ago
csharptest 8f0dcf3df1 Added serialization assembly to the configuration builds 14 years ago
Joshua Haberman d5324d1d5c Some Makefile cleanup. 14 years ago