summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Remove unused internal routines. No functional changeMarshall Clow2016-04-041-28/+0
* Put back the undefs that Richard removed. Boost won't build w/o these; specif...Marshall Clow2016-04-041-0/+57
* Fix for Bug #27193; 'std::acos on complex does not agree with C'. Tests need ...Marshall Clow2016-04-041-1/+1
* Fix LWG issue 2469 - Use piecewise construction in map::operator[].Eric Fiselier2016-03-313-71/+108
* Teach __tree how to handle map's __value_typeEric Fiselier2016-03-317-456/+856
* Update container_test_types.h and cleanup the related testsEric Fiselier2016-03-317-142/+91
* Update copyright year to 2016.Paul Robinson2016-03-301-1/+1
* Implement is_always_lock_freeJF Bastien2016-03-252-11/+133
* Guard a number of tests relying on threads support when built inRichard Barton2016-03-2315-4/+24
* Missing ATOMIC_*_LOCK_FREE testsJF Bastien2016-03-181-0/+8
* unord: Extract key to avoid preemptive mallocs in insert/emplaceDuncan P. N. Exon Smith2016-03-174-50/+240
* Make std::addressof constexpr in C++17 (Clang only).Eric Fiselier2016-03-174-1/+63
* Add __unconstref for future useEric Fiselier2016-03-161-0/+5
* Add clang thread safety annotations to mutex and lock_guard. Patch by jamesr@...Eric Fiselier2016-03-168-8/+154
* [libcxx] Remove localization tests for Russian month namesJonas Hahnfeld2016-03-152-34/+0
* Missed this file in previous checkinMarshall Clow2016-03-141-6/+33
* Implement LWG2577: {shared,unique}_lock</tt> should use std::addressofMarshall Clow2016-03-1413-55/+163
* Add failing tests that I forgot to add to the last commitMarshall Clow2016-03-143-0/+90
* Implement LWG#2566: Requirements on the first template parameter of container...Marshall Clow2016-03-146-24/+27
* Mark exception-throwing test as XFAIL when exceptions are disabledMarshall Clow2016-03-141-0/+1
* Disable CFI checks in std::addressof.Evgeniy Stepanov2016-03-111-1/+1
* Revert r263036, it's ABI-breaking.Nico Weber2016-03-113-46/+5
* Update status to mark 2579 completeMarshall Clow2016-03-091-2/+2
* Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment v...Marshall Clow2016-03-092-11/+35
* Implement LWG#2583: There is no way to supply an allocator for basic_string(s...Marshall Clow2016-03-093-5/+46
* Add some more tests for the containers type requirementsMarshall Clow2016-03-096-19/+112
* Split locale management out of locale_win32. NFCIBen Craig2016-03-092-18/+35
* Reorganize _LIBCPP_LOCALE__L_EXTENSIONSBen Craig2016-03-094-438/+230
* Remove a couple tabs that crept inMarshall Clow2016-03-081-2/+2
* Implement P0272R1: Give 'std::string' a non-const '.data()' member functionMarshall Clow2016-03-083-11/+42
* Implement P0253R1: Fixing a design mistake in the searchers interface.Marshall Clow2016-03-0816-54/+64
* Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary ...Marshall Clow2016-03-074-2/+150
* non-member swap for array was mistakenly taking const ref params. Fixed and a...Marshall Clow2016-03-072-2/+29
* Update with work items passed in JacksonvilleMarshall Clow2016-03-061-1/+47
* libc++: fix typoJF Bastien2016-03-051-1/+1
* Fix for PR26812: possible overflow issue in std::allocator::allocateMarshall Clow2016-03-032-2/+64
* more status updatesMarshall Clow2016-02-251-7/+7
* Added tests to make sure that the categorization traits work on incomplete typesMarshall Clow2016-02-2529-15/+127
* Update the status of a N4089 and a couple issuesMarshall Clow2016-02-251-3/+3
* Another chunk of N4089Marshall Clow2016-02-251-19/+2
* No, really - test the constructorMarshall Clow2016-02-251-1/+1
* Add test to ensure that the converting constructor in N4089 is present and wo...Marshall Clow2016-02-251-0/+27
* Fix a missing closing tagMarshall Clow2016-02-231-1/+1
* More updatesMarshall Clow2016-02-231-8/+8
* These new tests fail on the green-dragon bots, which use an old Apple compiler.Marshall Clow2016-02-231-8/+10
* More updatesMarshall Clow2016-02-231-11/+11
* Add tests for LWG#2560. No code changes, just testsMarshall Clow2016-02-231-0/+9
* Add additional tests to ensure that we DTRT with short lists. This is LWG#259...Marshall Clow2016-02-231-0/+14
* More updates; patch for 2583 readyMarshall Clow2016-02-231-4/+4
* Fix __is_referenceable to work with vector types. Fixes PR#26654 and 26656. T...Marshall Clow2016-02-222-26/+12
OpenPOWER on IntegriCloud