xref: /abi/cpp/
History log of /abi/cpp/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
36b381298a4efb7c293d394d8b1acbda68230989 03-Dec-2014 Dan Albert <danalbert@google.com> Merge "Don't hide C++ STL choice from the build system."
52c919b1835020ad3b1d3e51b33452f3a8e0c009 02-Dec-2014 Dan Albert <danalbert@google.com> Don't hide C++ STL choice from the build system.

Change-Id: I46958a199e41f2705d38f4dd0009e0c99cbe0a00
ndroid.mk
1c7cf0400b5fd28491d2d670ac4482120542ce4b 16-Sep-2014 Dan Albert <danalbert@google.com> Merge "Fix include ordering."
45b6545dbf7e7cca48b98d9b4b982431d281ddcd 16-Sep-2014 Dan Albert <danalbert@google.com> Fix include ordering.

LOCAL_CFLAGS get placed after LOCAL_C_INCLUDES on the command line, so
they cannot override built in include paths.

Change-Id: Iff7c8c15d2965e95279380f5555d5076bf3b9ae8
ndroid.mk
a0f99286d0909f7a30b0bee742bec2a0b62c4dd0 14-Oct-2013 Nick Kralevich <nnk@google.com> Merge "cxxabi: declare abi after __cxxabiv1 namespace"
af0683e34e707f56aa78e39f99b50c89077152a2 12-Oct-2013 synergydev <synergye@codefi.re> cxxabi: declare abi after __cxxabiv1 namespace

Fixes clang build

Change-Id: Ibf78ee5434387d9b89748431548cd41c6083811d
nclude/cxxabi.h
18f1b5e28734183ff8073fe86dc46bc4ebba8a59 30-Jul-2013 Elliott Hughes <enh@google.com> Merge "Remove the need to copy & paste boilerplate."
de96c64fb96edf8acd52c1b2bbaa6e57786c4ce8 30-Jul-2013 Elliott Hughes <enh@google.com> Remove the need to copy & paste boilerplate.

Change-Id: Ie21a0914f430afc76e605b9d69257aec5003e41d
se_rtti.mk
eb789ea833d8d800662b67914d9c1785a58c2caa 14-Apr-2012 Doug Kwan <dougkwan@google.com> Fix for issue 28721.

Change-Id: I8669d5ae5719b2fdd0e8d05aed7da8e55568463d
http://code.google.com/p/android/issues/detail?id=28721
rc/dynamic_cast.cc
6426040f1be4a844082c9769171ce7f5341a5528 08-Jun-2011 Doug Kwan <dougkwan@google.com> Fix Android.mk to use LOCAL_MODULE_TAGS.

Change-Id: Id7e36793e300077cdfc9a3849c574570af8fb76b
ndroid.mk
205eadee368a00ee61c9d78dff069354a867d0a5 07-Jun-2011 Doug Kwan <dougkwan@google.com> Check in the initial version of libgabi++ for RTTI support.

Change-Id: I51f94a2fd4324fbf172b39ee33f86b915e6f9f69
ndroid.mk
nclude/cxxabi.h
nclude/new
nclude/typeinfo
rc/array_type_info.cc
rc/class_type_info.cc
rc/delete.cc
rc/dynamic_cast.cc
rc/enum_type_info.cc
rc/function_type_info.cc
rc/fundamental_type_info.cc
rc/new.cc
rc/pbase_type_info.cc
rc/pointer_to_member_type_info.cc
rc/pointer_type_info.cc
rc/si_class_type_info.cc
rc/type_info.cc
rc/vmi_class_type_info.cc
7efaedecf216fce967a8d9147f3a053fd6a2b9d7 06-Jun-2011 Anatol Pomazau <anatol@google.com> Initial empty repository