History log of /external/libcxx/www/index.html
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d0d308f54baaa977292b6ea586a9577aa6e2a8e4 07-Oct-2013 Peter Collingbourne <peter@pcc.me.uk> Make it possible to link against libstdc++ as well as libsupc++ with CMake.

Linking against libstdc++, rather than libsupc++, is probably better
for people who need to link against clients of libstdc++. Because
libsupc++ is provided only as a static library, its globals are not
shared between the static library and the copy linked into libstdc++.
This has been found to cause at least one test failure.

This also removes a number of symbols which were multiply defined
between libstdc++ and libc++, only when linking with libstdc++.

Differential Revision: http://llvm-reviews.chandlerc.com/D1825

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@192075 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
437cdcf8133bc69af86cf66282811af9e20ccd00 13-Aug-2013 Marshall Clow <mclow.lists@gmail.com> Fix case mismatch

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@188275 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
5d4807742fbc1ee738ac5edc7fec98aef087949d 13-Aug-2013 Marshall Clow <mclow.lists@gmail.com> Create a C++14 status page

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@188273 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
e47bc9bc4f91fd13f33d69a1199a71acc662e854 14-Mar-2013 Marshall Clow <mclow@qualcomm.com> Updated link to Marshall's instructions

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@177099 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
c7cbe502dbf62acc4168b511d51eb181492950ba 14-Mar-2013 Howard Hinnant <hhinnant@apple.com> Some forward-looking and optimistic documentation.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@177093 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
fae54b9c14d9ec0709103411f162f8286941a601 26-Feb-2013 Howard Hinnant <hhinnant@apple.com> Michael van der Westhuizen: correction to the libcxx build instructions when built with libcxxrt on Linux.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@176093 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
af4d1619089310f8f292c4240b0e522244a6ce1e 08-Feb-2013 Howard Hinnant <hhinnant@apple.com> Michael van der Westhuizen: Update instructions for building on Linux.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@174733 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
db8a030bd3d8260c3def1d7710f34ec0b6ec7a89 31-Dec-2012 Michael J. Spencer <bigcheesegs@gmail.com> [CMake] Fix c++ abi library configuration on Linux.

You can now configure from the command line using:
-DLIBCXX_CXX_ABI=libsupc++
-DLIBCXX_LIBSUPCXX_INCLUDE_PATHS="path;path

Also documents how to build on Linux.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@171316 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
b0895ff8aee82d79986e1cc61e66870d48244d90 27-Nov-2012 Howard Hinnant <hhinnant@apple.com> Fix type-o.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@168715 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
641f6c1f655cb9936369ff7d069c7846771be040 27-Nov-2012 Howard Hinnant <hhinnant@apple.com> Remove by-chapter breakdown of what is implemented. The chart is now obsolete.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@168713 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
faa17162e91c615378c38d7dc4a22699cf4cf0cf 14-Nov-2012 Marshall Clow <mclow@qualcomm.com> Change C++0x references to C++11, Fixes bug #12745

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@167930 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
22b781bf0c49857e1d0e2f1873cf8c3869e8246b 06-Nov-2012 Howard Hinnant <hhinnant@apple.com> Update instructions for building and using libc++ on Mac OS

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@167490 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
08a0b48c094ae76c3c9fb082bf0f17738a3fd7ce 22-Aug-2012 Marshall Clow <mclow@qualcomm.com> Fix a typo in the docs

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@162335 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
ee7a0bf265499a87948e152e9d3a1bedcb9e896c 31-Jul-2012 Howard Hinnant <hhinnant@apple.com> Andrew Morrow: Attached is a writeup of the current state of the libc++ test suite on Linux.

There are a few tests that are listed as failing here for which I have
a patch in the works. I'll be sending those along soon. There are
others where I know what is going on but don't yet have a solution,
and I've included some notes for those. Several still need to be
investigated, mostly in localization and the regex test suite. I think
that many of these failures are due to locale implementation
variations that make the expected test results not match the actual
results. I'm not sure what the best way to make the tests accomodate
this sort of variation might be.

The failures in the unique_ptr test suite are very new and are caused
by a clang crash which I've not yet looked into.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@161079 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
7a7b6d82839f3f5e13f6568fec74d425e497b966 30-Jul-2012 Howard Hinnant <hhinnant@apple.com> Updated status

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@160959 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
30055c68d4760fac2c41650e43f9e6b7b725197f 30-Jul-2012 Howard Hinnant <hhinnant@apple.com> Updated the complete by-chapter graph

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@160943 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
af3473404e13e758ac482a1fd59d7dad2bb0d612 19-Jul-2012 Howard Hinnant <hhinnant@apple.com> Jean-Daniel updates the libc++ index page to reflect not so recent changes in C++ standard status.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@160509 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
820e00755aa68e10badd62c78ab6defec5b3c64d 06-Jul-2012 Howard Hinnant <hhinnant@apple.com> link to Marshall's notes.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@159791 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
51065657aa5d421b8e41d16d66da707a7237adb0 20-May-2012 Howard Hinnant <hhinnant@apple.com> Add documentation regarding -fno-rtti.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@157157 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
271a1c03c309f20bb8cdbb0b0af7ad563bdc866d 03-Apr-2012 Howard Hinnant <hhinnant@apple.com> Updated documentation contributed by Christopher Jefferson.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@153955 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
704f09b21245cee8a775fdb9962ed40de0f94b04 17-Nov-2011 Howard Hinnant <hhinnant@apple.com> Clarify building instructions for 10.7

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@144910 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
907732644cfd2a5ddb1a02ebe5582412c641d09b 09-Oct-2011 Howard Hinnant <hhinnant@apple.com> Update instructions for building on Mac OS 10.6

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@141507 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
2481cba8b7eb98b939a0b36d85f552917a63816d 30-Sep-2011 Howard Hinnant <hhinnant@apple.com> Provide link to developer's policy

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@140857 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
0cbb3a16e258e2cebcb827af310ffe43ecaee508 28-Sep-2011 Howard Hinnant <hhinnant@apple.com> Ruben's Windows test results.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@140700 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
8b3fae3cc7f7b249884b16f95b1599d7e5bce775 12-Sep-2011 Howard Hinnant <hhinnant@apple.com> Address PR10909: http://llvm.org/bugs/show_bug.cgi?id=10909

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@139493 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
f5d76a7afce1d593634004566066c8e593a14ade 22-Jun-2011 Howard Hinnant <hhinnant@apple.com> Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@133616 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
5a245dbf526fb8edb6cdc350f6a0901663f09437 22-Feb-2011 Howard Hinnant <hhinnant@apple.com> Jean-Daniel Dupas fixes install directions

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@126222 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
65451f15493a16a541d82f0591ba27506f2793b1 28-Jan-2011 Howard Hinnant <hhinnant@apple.com> Updated getting started directions.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@124452 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
9835d761695b7d54e7d231dd1fe682597f249349 19-Nov-2010 Howard Hinnant <hhinnant@apple.com> type_traits intrinsics design

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@119775 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
f38bc6efc52ff2c773582d5b62dd53aaa92c186c 16-Nov-2010 Chris Lattner <sabre@nondot.org> libc++ is now dual licensed under both UIUC and MIT licenses.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@119391 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
56f0d5be064ed82f439e1596a272237697077ec3 05-Oct-2010 Howard Hinnant <hhinnant@apple.com> A compiler writer's guide to <atomic>

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@115629 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
f6547cbf61511c557d3780f736502cce0a06e69d 05-Sep-2010 Howard Hinnant <hhinnant@apple.com> Updated current status.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@113110 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
d2bb03207523e55aa2423570bcaaad03e779450c 22-Aug-2010 Howard Hinnant <hhinnant@apple.com> Fixing whitespace problems

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111769 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
4b3a0887d0e1643022acab902a83e4e05836781c 04-Jun-2010 Dan Gohman <gohman@apple.com> Fix an apparent typo.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@105467 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
d0e811a37d2c263a602ace05648f9ecaf8b59663 13-May-2010 Howard Hinnant <hhinnant@apple.com> weekly test results

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103732 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
bfa808e093b1bd53832a9aa245d27b1b95827bbf 13-May-2010 Chris Lattner <sabre@nondot.org> wording.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103658 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
f33824922812487c1e7f24852975b0e06792eb7e 13-May-2010 Chris Lattner <sabre@nondot.org> wording


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103657 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
a5058d9a0d5e60adcd9118dfe7f886effd6a6206 13-May-2010 Chris Lattner <sabre@nondot.org> tweak from cjefferson


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103656 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
24173b81dd527a38b32e037082f7d1578213d626 13-May-2010 Chris Lattner <sabre@nondot.org> improve the 'current status' section to say what *is* there in
addition to what is not.

Add a big "why libc++" section to address a pretty major FAQ.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103655 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
a535ffd99d3702ab065647e28e83c2b7d720be3d 11-May-2010 Chris Lattner <sabre@nondot.org> fix more links


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103511 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
76e1ffc6036a7e772827228e4626280caddbc354 11-May-2010 Howard Hinnant <hhinnant@apple.com> Fixed svn link

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103510 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
4b748953a2d51c34127aa9c593477966242e1898 11-May-2010 Chris Lattner <sabre@nondot.org> cxx not cpp


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103501 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
8c21737c03f3b266d8679d56faa6b6d091e7f2f1 11-May-2010 Howard Hinnant <hhinnant@apple.com> updated web page with clang mailing list link

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103491 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/www/index.html
bc8d3f97eb5c958007f2713238472e0c1c8fe02c 11-May-2010 Howard Hinnant <hhinnant@apple.com> libcxx initial import

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