summaryrefslogtreecommitdiffstats
path: root/tools/localize
Commit message (Collapse)AuthorAgeFilesLines
* Fix linux 64 buildBrian Carlstrom2010-08-241-1/+1
| | | | | | git cherry-pick -e 49416bc658e37a0f4ae4f2b7b8582dd1606fba0f Change-Id: I37a689acea8aeb5d6ac92ee56b077bafe4fba170
* am ad39eb0a: Merge change 5302 into donutAndroid (Google) Code Review2009-06-247-1/+7
|\ | | | | | | | | | | | | Merge commit 'ad39eb0a2555762a1d9157f8017097579d14f39d' * commit 'ad39eb0a2555762a1d9157f8017097579d14f39d': Add includes to enable host C++ tools to compile with GCC 4.4
| * Add includes to enable host C++ tools to compile with GCC 4.4Jack Palevich2009-06-249-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise printf is undeclared. These files worked with earlier versions of gcc because either cstdio or stdio.h was being included by some other header file. But this was not guaranteed behavior, so with GCC 4.4 there are errors. The fix is backwards compatible with earlier versions of GCC. This change includes either <cstdio> or <stdio.h> whichever looks more appropriate given the other headers included by the given source file. Note, I'm using "GCC" to mean Gnu Compile Collection, as this problem is specific to C++ source files. (Presumably a C++-specific header file changed to no longer include cstdio.)
* | merged 2b5f84a117ee6f51ed21239719afba0f33c182ff w/minor conflictsThe Android Open Source Project2009-06-042-2/+35
|\ \ | |/
| * localize: remove dependency on mkdirs/etc in libhostBrian Swetland2009-06-042-2/+35
| | | | | | | | | | | | This will let us break the libhost dependency on libutils. Signed-off-by: Brian Swetland <swetland@google.com>
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0348-0/+5749
| |
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0348-5749/+0
| |
* | localize: include <cstdio> in files that uses the printf family ofScott Tsai2009-03-218-0/+8
| | | | | | | | | | | | | | functions to make the code build on gcc-4.4 gcc-4.4 further cleaned up header include dependencies so that e.x. including <iostream> no longer pulls in printf.
* | auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-093-0/+6
|\ \ | |/
| * auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-095-0/+8
| |
* | Add a few missing headers.Alexey Zaytsev2008-10-226-0/+8
|/ | | | | | Fixes build with gcc 4.3.2 on Debian. Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
* Initial ContributionThe Android Open Source Project2008-10-2148-0/+5741