summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Fix Typo in GCC no RTTI detection. Fixes PR#24901. Thanks to Bernhard Rosenkr...Marshall Clow2015-09-221-1/+1
* Add placeholder __libcpp_relaxed_store() for when atomic builtins are not ava...Dimitry Andric2015-09-221-0/+7
* Remove possible trailing padding from aligned_storage. Patch from Yiran WangEric Fiselier2015-09-221-2/+2
* The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o ...Marshall Clow2015-09-221-0/+1
* Check in the test for PR#24890 that I forgot in previous commitMarshall Clow2015-09-221-0/+18
* Change pair::swap(pair&) to call ADL swap instead of iter_swap; this fixes an...Marshall Clow2015-09-221-2/+3
* Fix <atomic> with -pedantic-errorsEric Fiselier2015-09-221-1/+1
* Add endianness configuration block for GCC.Dan Albert2015-09-161-0/+10
* Suppress some warnings in the tests that snuck in. That 'tmpnam' is deprecat...Marshall Clow2015-09-152-1/+2
* Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...Marshall Clow2015-09-1519-21/+21
* Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS.Marshall Clow2015-09-0811-4/+1360
* make common_type SFINAE-friendly and support void. Patch from Agustin Berge.Eric Fiselier2015-09-082-24/+95
* Cleanup BuildingLibcxx.rst and remove TODOEric Fiselier2015-09-061-3/+3
* Fix another bad link in the new docsEric Fiselier2015-09-061-2/+2
* Try to fix links for libcxx.llvm.org/docs again.Eric Fiselier2015-09-061-27/+15
* Try and fix links again. Seems to be a sphinx version issue.Eric Fiselier2015-09-051-12/+12
* Try and fix broken bugzilla linkEric Fiselier2015-09-051-1/+1
* Cleanup new documentation index and transfer more information from www/index....Eric Fiselier2015-09-051-37/+53
* Remove test commit.Tanya Lattner2015-09-051-1/+1
* Test temporary commit. Tanya Lattner2015-09-051-1/+1
* Test commit for builderEric Fiselier2015-09-052-0/+4
* Add temporary Makefile.sphinx build file to get libcxx.llvm.org/docs goingEric Fiselier2015-09-051-0/+34
* Try building docs again.Eric Fiselier2015-09-051-1/+0
* Test commit for sphinx docs try2Eric Fiselier2015-09-041-0/+1
* Test commit to see if libcxx.llvm.org/docs buildsEric Fiselier2015-09-041-1/+1
* Make a helper routine __throw_future_error, and encapsulate the #ifdef _LIBCP...Marshall Clow2015-09-031-72/+43
* Remove unused code. NFCMarshall Clow2015-08-311-12/+0
* Move __lazy_* metafunctions to type traits and add testsEric Fiselier2015-08-314-26/+200
* Suppress clang warnings in some testsEric Fiselier2015-08-309-28/+55
* Remove task to get C++03 tests passing from TODO.txtEric Fiselier2015-08-302-2/+1
* Fix most GCC warnings during build. Only -Wattribute left.Eric Fiselier2015-08-282-4/+5
* Finally get the test suite passing in C++03!!Eric Fiselier2015-08-284-3/+12
* Remove empty file that arcanist createdEric Fiselier2015-08-281-0/+0
* [libcxx] Constrain unique_ptr::operator=(unique_ptr<Tp, Dp>) in C++03 modeEric Fiselier2015-08-281-2/+9
* [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03Eric Fiselier2015-08-2839-603/+356
* Fix bug in test_allocator<void> that used the wrong value to represent object...Eric Fiselier2015-08-281-2/+2
* [libcxx] Optimize away unneeded length calculation in basic_string::compare(c...Eric Fiselier2015-08-281-2/+10
* Do not include pthread.h and sched.h when threads are disabledJonathan Roelofs2015-08-272-0/+4
* Remove a switch statement, and replace with a bunch of ifs to silence a warni...Marshall Clow2015-08-271-11/+2
* [libcxx] Remove installation rules on Darwin when it would overwrite the syst...Eric Fiselier2015-08-263-15/+38
* [libcxx] Add special warning flag detection logic to compiler.pyEric Fiselier2015-08-262-6/+30
* [libcxx] Rewrite C++03 __invoke.Eric Fiselier2015-08-265-415/+271
* Refactor flaky shared_mutex testsEric Fiselier2015-08-264-22/+39
* Remove XFAIL in test. The bug causing it has been fixed.Eric Fiselier2015-08-261-5/+0
* Mark test as XFAIL with MSAN until D12311 gets committedEric Fiselier2015-08-251-0/+5
* Refactor and fix more flaky shared_mutex testsEric Fiselier2015-08-256-37/+123
* Move test/std/utilities/date.time to proper stable name utilities/time/date.timeEric Fiselier2015-08-245-0/+0
* Misc drive-by cleanups. NFCJonathan Roelofs2015-08-244-3/+5
* Add release goals to TODO.txtEric Fiselier2015-08-241-0/+10
* Fix a crasher found by libFuzzerMarshall Clow2015-08-242-0/+25
OpenPOWER on IntegriCloud