summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/java_io_ObjectStreamClass.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving most libcore .c files to .cppBrian Carlstrom2010-05-071-103/+0
| | | | | | | | | This change moves most of the libcore .c files to .cpp enough for them to compile. This was largely motivated by the desire to avoid using things like __attribute__ ((unused)) in .c files to supress warnings in a recent change. Change-Id: Ib967d9e16764ff805764e81362f945332080a06c
* Fix sim build, remove static initalizers from Deflater/Inflater.Elliott Hughes2010-05-071-32/+7
| | | | Change-Id: I56a453a1382559cdcf9f22c6a185db7178fbe098
* Enable -Wall -Wextra for libcore and cleanup all but one warningBrian Carlstrom2010-05-071-6/+6
| | | | Change-Id: Ied76662c470ba878cec61189acf29f5cbbd4ccd4
* Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-161-7/+1
| | | | | Bug: 754114 Change-Id: Iaa03def509c10cbaa12fd2128584b93d4be4a6b7
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+134
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-134/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+134