summaryrefslogtreecommitdiff
path: root/tools/thirdparty/OpenFst/fst/lib
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-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-09auto import from //branches/cupcake/...@125939The Android Open Source Project
2008-10-21Initial Contributionandroid-1.0The Android Open Source Project