kenton@google.com
|
323e6321c6
|
doc comment tweaks
|
16 years ago |
kenton@google.com
|
75fcd790c4
|
Silence pedantic warning about unused parameter.
|
16 years ago |
kenton@google.com
|
7ddfb4c3c7
|
Remove semi-broken Java thread-local builder freelist 'optimization'. Maybe bring back later in optional form.
|
16 years ago |
kenton@google.com
|
68996fc874
|
Gigantic descriptors shouldn't overflow the Java string literal size limit.
|
16 years ago |
kenton@google.com
|
445f1023e1
|
Update version number to 2.2.0-pre.
|
16 years ago |
kenton@google.com
|
1a34c92e73
|
Make sure GeneratedMessageFactory is deleted on shutdown.
|
16 years ago |
Joshua Haberman
|
952ea88db2
|
Remove perf-cppflags from repository.
|
16 years ago |
kenton@google.com
|
6be265a826
|
Improve Sun Studio support. Patch from Monty Taylor.
|
16 years ago |
kenton@google.com
|
6c9f0020e2
|
OCD
|
16 years ago |
Joshua Haberman
|
6945fbf048
|
Small fix to regression script.
|
16 years ago |
Joshua Haberman
|
306bc554c6
|
More work on benchmarks (performance tests).
|
16 years ago |
Joshua Haberman
|
1733b58257
|
Fix a few small compile warnings.
|
16 years ago |
Joshua Haberman
|
84cd1538ee
|
Integrated benchmarks into main Makefile.
|
16 years ago |
Joshua Haberman
|
2aaea5390a
|
Makefile is much improved ("make deps" works again, etc).
|
16 years ago |
gk5885
|
5ea590d5ba
|
add lite profile docs in the README
|
16 years ago |
gk5885
|
5bf536169e
|
Ensure that only the lite tests are run, even if all tests have been compiled
|
16 years ago |
gk5885
|
a4022f8931
|
This fixes some issues with the lite profile for the java build in which the lite jar contained the full binary.
|
16 years ago |
gk5885
|
ac4764e355
|
Update the pom to support the 'lite' profile.
|
16 years ago |
Joshua Haberman
|
f03c8bd7dd
|
Minor bugfix and makefile change.
|
16 years ago |
Joshua Haberman
|
7eb16a5550
|
Beginnings of a more extensive benchmarking suite.
|
16 years ago |
kenton@google.com
|
58ebb1ccf8
|
Fix argument order -- I guess this macro is unused...
|
16 years ago |
Joshua Haberman
|
946dcf4a5d
|
Fix tests (and src) such that all tests pass again.
|
16 years ago |
kenton@google.com
|
3c66c2e641
|
Allow dependents to use pkg-config to figure out what flags to pass to link against protobuf.
|
16 years ago |
Joshua Haberman
|
b07b1165d3
|
Merge branch 'master' of git@github.com:haberman/upb
|
16 years ago |
Joshua Haberman
|
3fde2b26cd
|
Remove commented-out code that was moved to upb_msg.c.
|
16 years ago |
Joshua Haberman
|
10cdab28e9
|
Add a friendly comment at the top of auto-generated C files.
|
16 years ago |
Joshua Haberman
|
3149d2b372
|
Added a proper prototype for upb_serialize.
|
16 years ago |
Joshua Haberman
|
62dbeee8f6
|
Add upb_serialize.c.
|
16 years ago |
Joshua Haberman
|
e8c58eb78d
|
Sketches of serialization.
|
16 years ago |
Joshua Haberman
|
a952e42e99
|
Fixed a bug in set_flags order in the compiler.
|
16 years ago |
Joshua Haberman
|
85f6cecb80
|
Added calculation of sizes for serialization (untested).
|
16 years ago |
temporal
|
ad2cfe0375
|
Make sure lite MSVC projects get into dist.
|
16 years ago |
temporal
|
43af40dcca
|
Remove @Override annotations that cause compiler errors on Java 1.5.
|
16 years ago |
temporal
|
f837b0066d
|
Use the nice macro to declare once-init control objects, like good little coders should. Otherwise the initialization routines never run on Mac. TODO: Investigate how this was broken.
|
16 years ago |
kenton@google.com
|
9270a99d2e
|
Make DLLs work again.
|
16 years ago |
kenton@google.com
|
e6607e3963
|
Update MSVC project files for recent changes. Added new projects for libprotobuf-lite and the lite test.
|
16 years ago |
kenton@google.com
|
c3a24531d1
|
Hurr, some merge conflict was resolved poorly. Fixed.
|
16 years ago |
kenton@google.com
|
253a850804
|
Allow compression level of GzipOutputStream to be configured.
|
16 years ago |
kenton@google.com
|
1900c536cd
|
Fix compile for GCC 3.4.4.
|
16 years ago |
Joshua Haberman
|
4bcdea25f0
|
More work on serialization.
|
16 years ago |
kenton@google.com
|
39671e5309
|
Extend MAINTAINERCLEANFILES to include some things automatically added by libtoolize.
|
16 years ago |
kenton@google.com
|
6cbe32fa13
|
Use SVN externals for gtest.
|
16 years ago |
Joshua Haberman
|
4240e0e598
|
Updated parser semantics to better support streaming.
|
16 years ago |
Joshua Haberman
|
5fa6912da8
|
Fleshed out serialization functions a bit more.
|
16 years ago |
kenton@google.com
|
c137750365
|
Remove two empty source files. This doesn't actually have any effect on code size but might as well get rid of them.
|
16 years ago |
kenton@google.com
|
4f3491ee5f
|
Decouple strutil from C++ lite library for a further 23k reduction.
|
16 years ago |
Joshua Haberman
|
cd3d737d5e
|
Add sketch of deserializing code.
|
16 years ago |
Joshua Haberman
|
60e7933d4c
|
Tweak the prototype for the wvtov conversions.
|
16 years ago |
Joshua Haberman
|
4f205f3dc3
|
Header file rearranging/prettifying.
|
16 years ago |
kenton@google.com
|
858a22be11
|
Define libprotobuf-lite in Makefile.am.
TODO: Compile conditionally? Provide a way to omit ExtensionSet?
Should libprotobuf depend on libprotobuf-lite instead of being a
stand-alone lib?
|
16 years ago |