summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2014-06-05Build on host as 32-bit as there are 64-bit bugs in this code.Ian Rogers
Change-Id: Ibc751d63a22acac7ee1a024e21f1ee68079b330e
2014-05-28Revert "Revert "Fix the mac build.""Ian Rogers
This reverts commit a8a167d6883e4acee42619e0bbfd811984f6e94d. Also, workaround a clang 3.5 issue bug: 15319952 Change-Id: If2ec321d63d9484c21208339f66eb6a16b65bf74
2014-05-28Revert "Fix the mac build."Ian Rogers
This reverts commit 560eaab489316778f491132c7b05a647b098d2a0.
2014-05-28Fix the mac build.Ian Rogers
Switch host compiles to clang with libc++. Fix clang build errors. Change-Id: I1a039d505b301a970d53dbdf5882ed609d930aa4
2014-05-28Fix 64-bit issues and compiler warnings.Ian Rogers
Enabled -Werror on a 64-bit host build (BUILD_HOST_64bit=1), ignored unused parameter warnings and then cleaned up what remained. The most concerning issue was always true comparisons caused by comparing an unsigned int with a size_t. Migrate C++ code to use C++11.
2012-05-04am 84d13f37: Merge "Xcode 4.3 compatibility checkin"Jean-Baptiste Queru
* commit '84d13f373f031641743c4b08156529b8754a32a8': Xcode 4.3 compatibility checkin
2012-04-06Add NOTICE and MODULE_LICENSE_APACHE2 file for each Android.mkWei Zhong
Bug: 6299628 Change-Id: I8e4352b7db6499264106ba0e52e5c3e755a488b9 Signed-off-by: Wei Zhong <wzhong@google.com> (cherry picked from commit cc15631660de061ec4f65e8714c0836520b35ddf)
2012-02-19Xcode 4.3 compatibility checkinAl Sutton
The update compiler in Xcode 4.3 (and 4.4) requires lookups into dependant bases of class templates to be qualified. This checkin fixes the issues raised by the compiler by implementing the this-> recommendation from the llvm page at http://clang.llvm.org/compatibility.html#dep_lookup_bases Signed-off-by: Al Sutton <al@funkyandroid.com>
2009-09-01merge from open-source masterJean-Baptiste Queru
2009-08-05Removed libdl from libraries to link with when building on FreeBSDAlexey Tarasov
2009-07-25Merge korg/donut into korg/masterJean-Baptiste Queru
2009-06-24am 1bfedbd0: Include cstdio so that this header file can compile with gcc 4.4.Jack Palevich
Merge commit '1bfedbd04122c0e177caf693423aabad3462d66d' * commit '1bfedbd04122c0e177caf693423aabad3462d66d': Include cstdio so that this header file can compile with gcc 4.4.
2009-06-24Include cstdio so that this header file can compile with gcc 4.4.android-sdk-tools_r2android-sdk-1.6_r2android-sdk-1.6_r1android-sdk-1.6-docs_r1android-1.6_r2android-1.6_r1.5android-1.6_r1.4android-1.6_r1.3android-1.6_r1.2android-1.6_r1.1android-1.6_r1donut-release2donut-releasedonutJack Palevich
Otherwise printf is undeclared. This code 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 is an error. The fix is backwards compatible with earlier versions of GCC. Note, I'm using "GCC" to mean Gnu Compile Collection, as this problem is specific to the C++ compiler, not the C compiler.
2009-03-29grxmlcompile: include <cstdio> in files that wants netw_arc.hScott Tsai
to make the code build on gcc-4.4. NUANArc::Print{,Text} in netw_arc.h uses 'printf' which is no longer implicitly pulled in by <iostream> in gcc >= 4.4.
2009-03-21grxmlcompile: include <cstdio> in files that wants netw_arc.hScott Tsai
to make the code build on gcc-4.4. NUANArc::Print{,Text} in netw_arc.h uses 'printf' which is no longer implicitly pulled in by <iostream> in gcc >= 4.4.
2009-03-03auto import from //depot/cupcake/@135843android-sdk-1.5_r3android-sdk-1.5_r1android-sdk-1.5-preandroid-1.5r4android-1.5r3android-1.5r2android-1.5cupcake-releasecupcakeThe Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-01-22Merge branch 'cupcake'The Android Open Source Project
2009-01-22auto import from //branches/cupcake/...@127436The Android Open Source Project
2009-01-09Merge branch 'cupcake'The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939The Android Open Source Project
2008-12-19Merge commit 'remotes/korg/cupcake'Jean-Baptiste Queru
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-11-07Updated makefiles for correct building on FreeBSDAlexey Tarasov
2008-10-22Add a few missing headers.cdma-importAlexey Zaytsev
Fixes build with gcc 4.3.2 on Debian. Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
2008-10-21Initial Contributionandroid-1.0The Android Open Source Project