History log of /external/libcxxabi/www/index.html
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d8093df5ebe5d755c810980d403af20b32deea5f 05-Aug-2015 Tanya Lattner <tonic@nondot.org> Update to new lists.llvm.org


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@244004 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
9a9e93916519f8a27ea79e079ecbe22f24c6b880 22-Jan-2015 Eric Fiselier <eric@efcs.ca> [libcxxabi] Teach CMake better ways to find the libc++ source directory (and misc cleanup).

Summary:
The main section of this patch teaches CMake a new option `LIBCXXABI_LIBCXX_PATH` that specifies the path to the libcxx source root. This information is passed to lit so that it can better find libc++'s python module. `LIBCXXABI_LIBCXX_PATH` is also used to help find the libc++ headers.

The rest of this patch is misc cleanup, mostly to make pep8 and pylint happy.
I've also copied libc++'s .gitignore into libc++abi.



Reviewers: jroelofs, danalbert

Reviewed By: danalbert

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D7130

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@226855 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
ffe1ba2da2bd30e5e4bc723fc2368c28a687df02 17-Oct-2014 Eric Fiselier <eric@efcs.ca> [libcxxabi] Document the standalone build's requirements on llvm-config and llvm sources.

The current documentation does not explain that the standalone build requires
the LLVM sources. This patch updates the documentation to reflect this
requirement and explains how to manually specify the location of the required
files.


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@220049 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
fd961bd8cdb57b57e8e34779a2b44db40cf4fb30 10-Jul-2014 Dan Albert <danalbert@google.com> Add lit configs for libcxxabi tests.

This makes running libcxxabi tests on Linux _much_ easier.
Adds a check-libcxxabi target to cmake.

Also defaults to building a dynamic libc++abi. This is so that the
default options still test the libc++abi that is being built. There are
two problems with testing a static libc++abi. In the case of a
standalone build, the tests will link the system's libc++, which might
not have been built against our libc++abi. In the case of an in tree
build, libc++ will prefer a dynamic libc++abi from the system over a
static libc++abi from the output directory.


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@212672 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
e11c1a7accabb346cbb6df59681675fe3f8d8ccb 03-Jul-2014 Dan Albert <danalbert@google.com> Add a cmake build system.

Will add support for tests with lit in a later patch.
This does not yet support building the unwinder in src/Unwind.


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@212286 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
c9d6b42449f23729acc37ad183e65d6146755a24 11-Jun-2014 Marshall Clow <mclow.lists@gmail.com> Add a FAQ section, with a question about why the std::exception class destructors live in libc++abi

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@210661 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
de2b1090d44a81c97ff3f1c21fac6088a1e28465 03-Aug-2012 Howard Hinnant <hhinnant@apple.com> Update status.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@161221 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
f59526da20aa9e8606881a6dc064a3981e91ff37 20-Jul-2012 Sylvestre Ledru <sylvestre@debian.org> add a link to the libc++ website

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@160553 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
7123bcb3bbbcc33c69666d4f0f83052b9a64a7fb 14-Jul-2011 Howard Hinnant <hhinnant@apple.com> A stawman specification for libc++abi and status page

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@135181 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
628bfc461df5d87a8fbf7d10cce7325245fd7d7e 20-May-2011 Howard Hinnant <hhinnant@apple.com> Add goal

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@131703 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
84aba5e2368515cec9e1f04b833e379446974c6f 20-May-2011 Howard Hinnant <hhinnant@apple.com> Fix think-o

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@131700 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
c2c0ad22d429a5cb6e741f1b3e2b608158e455f9 20-May-2011 Howard Hinnant <hhinnant@apple.com> testing

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@131694 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
34aeef18d4b08e2d893d42dbb7bad6198738e29a 20-May-2011 Howard Hinnant <hhinnant@apple.com> testing

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@131693 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
fb4e2f5744d85870cc1e7bd1eb763117be7a33db 20-May-2011 Howard Hinnant <hhinnant@apple.com> Add Mac OS X as supported platform.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@131686 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
dbd74a44aeeb8698c6b2944eefba144b247d648d 20-May-2011 Howard Hinnant <hhinnant@apple.com> Add Mac OS X as supported platform.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@131685 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html
d213ffdf3befead3b8f5a0ba12ce1c2d9949525b 05-May-2011 Howard Hinnant <hhinnant@apple.com> initial import

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@130921 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/www/index.html