summaryrefslogtreecommitdiffstats
path: root/libs/utils/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* implement Mutex and Condition with pthread instead of calling futex directly.Mathias Agopian2009-07-131-12/+2
| | | | | internally pthread uses futex. the implementation consists of simple inlines there are no implementation files anymore.
* get rid of LogSocket which wasn't even implemented (enabled)Mathias Agopian2009-06-051-2/+1
|
* break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of ↵Mathias Agopian2009-06-051-22/+1
| | | | inet_address.h and Socket.h which were not used
* rename string_array.h to StringArray.h and move the implementation from the ↵Mathias Agopian2009-06-051-0/+1
| | | | | | header file to a new cpp file. StringArray is used in two places in framework/base and in the Sim. Ideally we should get rid of it and use Vector<String8> instead of creating new code.
* am 2a318867: Merge change 3203 into donutAndroid (Google) Code Review2009-06-041-2/+2
|\ | | | | | | | | | | | | Merge commit '2a3188672ab2b65c0ce7c9c598a463e382c47696' * commit '2a3188672ab2b65c0ce7c9c598a463e382c47696': rename a few files to camel-case, add copyright notices
| * rename a few files to camel-case, add copyright noticesMathias Agopian2009-06-041-2/+2
| |
* | get rid of TimerProbe which is never usedMathias Agopian2009-06-011-1/+0
| |
* | get rid of sleepForInterval() which didn't seem to be used anywhere in the ↵Mathias Agopian2009-05-311-1/+0
| | | | | | | | source tree. Also get rid of ported.h which seem to be used only (possibly) in the sim. moved the implementation there.
* | Sim-only files move, part 2/2.Andy McFadden2009-05-271-7/+1
| | | | | | | | | | Move Pipe and executablepath from libutils to the simulator, since nothing else uses them.
* | checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-201-13/+0
|/
* Implement the C++ class to write the backed up file data.Joe Onorato2009-05-151-1/+2
|
* Add some C++ code to do raw files for backupJoe Onorato2009-05-051-1/+2
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+156
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-156/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+8
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+148