Jean-Baptiste Queru
6ebe2303fd
Make these modules optional.
...
This allows compiling this code in Gingerbread.
Bug: 3064326
Change-Id: Idab78a5a31a3c2fc35bcdb773aaecf1e4fb70bcb
14 years ago
Omari Stephens
aa6776432a
Make protobuf usable by host-side java apps
...
Change-Id: Ic214bfb361eb2167d301b55a34b209a84a6d4a08
14 years ago
Wink Saville
7d0a2a3c88
Add libprotobuf-cpp-2.3.0-full.
...
Add full c++ version of libprotobuf as a static library.
Change-Id: I153bc913ff51e6a904284b733cac000497e1caac
15 years ago
Wink Saville
00302c1d16
Changed speed optimization for strings.
...
Removed use of StringUtf8Micro and instead use an extra byte array
instance variable directly in the class. This allows the list returned
for repeated strings to be a String instead of a StringUtf8Micro
making the class compatible with existing code.
Removed PerfTimer.java which isn't used.
Change-Id: Ie6acfb40f98f59a48c1a795d86f715078f9611f5
15 years ago
Wink Saville
e9da248ad9
Add libprotobuf-java-2.3.0-lite.
...
Also, have all the libraries follow the same naming convention so
rename com.google.protobuf.micro library to libprotobuf-java-2.3.0-micro.
Change-Id: I7c2a7d883a17f9a6d084ce4cac9601e344e416bf
15 years ago
Kenny Root
c0333631e1
Skip stlport for simulator
...
The host's stl library conflicts with stlport, so we need to exclude
stlport from inclusion in the build if we're targeting the simulator.
Change-Id: Ib4da6140f4b8abb271d8e67636ccec2a796c8c5a
15 years ago
Wink Saville
c778cad86d
Merge "Add libprotobuf-cpp-2.3.0-lite"
15 years ago
Wink Saville
acf8ef12d0
Add libprotobuf-cpp-2.3.0-lite
...
Added android/config.h which will be used to configure
android builds of libraries. Currently I've undef HAVE_HASH_MAP
and HAVE_HASH_SET as the versions in stlport generated compile
errors.
Updated .gitignore to be more selective on what it ignores so
android/config.h wouldn't be ignored.
Change-Id: I53f3636121db2c6017491a37998b816aaf0cab5d
15 years ago
Wink Saville
ce7a2b0149
Add support for Java micro protobuf's to protobuf-2.3.0.
...
See README.android for additional information.
Change-Id: I6693e405c0d651eacacd3227a876129865dd0d3c
15 years ago
Wink Saville
5ab6e29684
Add protobuf 2.3.0 sources
...
This is the contents of protobuf-2.3.0.tar.bz2 from
http://code.google.com/p/protobuf/downloads/list .
Change-Id: Idfde09ce7ef5ac027b07ee83f2674fbbed5c30b2
15 years ago
Wink Saville
e5566f8673
Add support for Java micro protobuf's to protobuf-2.2.0a.
...
See README.android for additional information.
Change-Id: I9c5ef2eec484cc87e32841f39060f8f27b8e8472
15 years ago
Wink Saville
3df2fda0e4
Add protobuf 2.2.0a sources
...
This is the contents of protobuf-2.2.0a.tar.bz2 from
http://code.google.com/p/protobuf/downloads/list and
is the base code for the javamicro code generator.
Change-Id: Ie9a0440a824d615086445b6636944484b3155afa
15 years ago
Wink Saville
f9e5cc7058
The Android specific files prior to adding protobuf 2.2.0a sources.
...
Change-Id: Ib1009c088a3815c9152385e2b764a2c7cd28317e
15 years ago
The Android Open Source Project
3ac755cb94
am 96ccdc22: reconcile main tree with open-source eclair
...
Merge commit '96ccdc223b71f9e356d10ed3199007567996e062'
* commit '96ccdc223b71f9e356d10ed3199007567996e062':
android-2.1_r1 snapshot
15 years ago
The Android Open Source Project
b9ebfe977b
reconcile main tree with open-source eclair
15 years ago
The Android Open Source Project
35991647f8
reconcile android-2.1_r1 snapshot
15 years ago
Dan Egnor
95dbaa67a8
The j2me protobuf code is now in vendor/google; remove it here.
15 years ago
Jean-Baptiste Queru
0422db3be9
reconcile korg/master into goog/master
16 years ago
Jean-Baptiste Queru
e68c309360
Merge korg/donut into korg/master
16 years ago
Adam Bliss
9ed5ba9170
am a67f19de: Adds a few utilities to ProtoBufUtil, integrating over from mainline
...
Merge commit 'a67f19deb0794784d1b841bc1900328103af03c5'
* commit 'a67f19deb0794784d1b841bc1900328103af03c5':
Adds a few utilities to ProtoBufUtil, integrating over from mainline
16 years ago
Adam Bliss
c1a443d486
Adds a few utilities to ProtoBufUtil, integrating over from mainline
16 years ago
Mitsuru Oshima
8a3fd8152c
am 7fea449b: Revert "ProtoBuf update"
...
Merge commit '7fea449b53848057686ac4266ee51853bda70e30'
* commit '7fea449b53848057686ac4266ee51853bda70e30':
Revert "ProtoBuf update"
16 years ago
Mitsuru Oshima
7e013cacd4
Revert "ProtoBuf update"
...
This reverts commit 9aaf507646c866ab131bf2bcd973882ff9f553cf.
16 years ago
Mitsuru Oshima
53a2e9d2b0
am 9aaf5076: ProtoBuf update * Added IntMap that uses Hashtable for larger keys * Chagned to use IntMap to allow larger tags * Changed to use autoboxing for int/longs.
...
Merge commit '9aaf507646c866ab131bf2bcd973882ff9f553cf'
* commit '9aaf507646c866ab131bf2bcd973882ff9f553cf':
ProtoBuf update
16 years ago
Mitsuru Oshima
babfb77851
ProtoBuf update
...
* Added IntMap that uses Hashtable for larger keys
* Chagned to use IntMap to allow larger tags
* Changed to use autoboxing for int/longs.
16 years ago
Jean-Baptiste Queru
2bf2b97a6f
Merge donut into master
16 years ago
The Android Open Source Project
42a1a5808d
Merge branch 'open_source_no_contributions' into google_internal
16 years ago
The Android Open Source Project
091ddeafa4
Merge commit 'korg/cupcake'
16 years ago
The Android Open Source Project
5a08423c59
auto import from //branches/cupcake_rel/...@140373
16 years ago
Jean-Baptiste Queru
d7af73ccec
Merge commit 'remotes/korg/cupcake' into merge
16 years ago
The Android Open Source Project
82155ace01
auto import from //depot/cupcake/@135843
16 years ago
The Android Open Source Project
778b51ced8
auto import from //depot/cupcake/@135843
16 years ago
The Android Open Source Project
a3cc5f1795
auto import from //depot/cupcake/@132589
16 years ago
The Android Open Source Project
bb7bbd7c9c
auto import from //depot/cupcake/@137055
16 years ago
The Android Open Source Project
52067f67ad
auto import from //branches/cupcake/...@132276
16 years ago
The Android Open Source Project
f83a870b18
auto import from //branches/cupcake/...@130745
16 years ago
The Android Open Source Project
35be73bfeb
Initial Contribution
16 years ago