summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Qualify an internal call in is_assignable to prevent ADL lookup, which would ...Marshall Clow2015-04-142-1/+7
* In many places, there was an #ifdef/#else block that selected one of two impl...Marshall Clow2015-04-0712-161/+37
* Fix race conditions in test class used throughout the std::thread tests.Eric Fiselier2015-04-0210-15/+34
* [libcxx] Fix bug in shared_timed_mutex that could cause a program to hang.Eric Fiselier2015-04-022-0/+71
* Remove statement with no effect inside tests.Eric Fiselier2015-04-012-2/+0
* [libcxx] Optimize vectors uninitialized construction of trivial types from an...Eric Fiselier2015-03-312-23/+48
* [libcxx] Add code coverage configuration to CMake and LIT.Eric Fiselier2015-03-316-0/+73
* Allow enabling CCache through an env variable. This helps enable/disable the ...Eric Fiselier2015-03-311-1/+2
* Make the new tests better; make sure that we're testing the case where no rea...Marshall Clow2015-03-302-4/+11
* While testing Erik's code coverage scripts, I found a hole in the test suite ...Marshall Clow2015-03-302-16/+74
* [libcxx] Fix PR22771 - Support access control SFINAE in the library version o...Eric Fiselier2015-03-302-5/+18
* Only enable special apple link flags for libc++abi (or none)Eric Fiselier2015-03-271-1/+2
* Fix PR23041. Use lock_shared() as opposed to lock() in shared_lock test.Eric Fiselier2015-03-271-1/+1
* cleanup comments in sym_checkEric Fiselier2015-03-271-5/+5
* Add readelf support to abi_check. Prefer readelf over nmEric Fiselier2015-03-271-12/+88
* Add tests for library version of is_convertibleEric Fiselier2015-03-261-0/+18
* Make the presence of stdin and stdout optional.Ed Schouten2015-03-2617-55/+158
* Remove the state_types array.Ed Schouten2015-03-261-8/+12
* Don't let time_put test use implementation dependent constructs.Ed Schouten2015-03-261-49/+11
* Fix incorrect error handling of call to mbrtowc. This is PR#13759. Leaving th...Marshall Clow2015-03-231-1/+1
* Remove unneeded redeclaration of reference_wrapper.Eric Fiselier2015-03-211-2/+0
* Improve automatic detection of filetype for sym_checkEric Fiselier2015-03-201-1/+27
* Fix use of incorrect package name in sym_checkEric Fiselier2015-03-201-1/+1
* Add symbol checking script to libc++ to help manage exported symbols.Eric Fiselier2015-03-2010-0/+492
* Create macro to allow testing of is_convertible without the compiler builtin.Eric Fiselier2015-03-191-1/+2
* [libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be LIBCXX_CXX_ABI_INCLUDE_P...Eric Fiselier2015-03-193-11/+32
* Add code to honor the match_not_bol and match_not_eol regex flats. Fixes PR#2...Marshall Clow2015-03-193-2/+104
* Add support for kfreebsd. Thanks to Jan HenkeSylvestre Ledru2015-03-191-1/+1
* Fix use after free and calls to operator comma in debug modeEric Fiselier2015-03-192-2/+2
* [libc++] Fix PR22922 - Allocator support for std::function does not know how ...Eric Fiselier2015-03-186-17/+34
* Provide std::abs(<floating-point>) in <cmath> on Solaris.Eric Fiselier2015-03-181-0/+4
* Fix DYNLD_LIBRARY_PATH to include the ABI path if specifiedEric Fiselier2015-03-171-13/+20
* Fix failed test command repro printing for *.pass.cpp testsJonathan Roelofs2015-03-172-4/+8
* Clean up iostream creation in preparation for conditionalizing streams.Ed Schouten2015-03-171-18/+20
* [libcxx] Add <experimental/tuple> header for LFTS.Eric Fiselier2015-03-1718-11/+1694
* Define a new macro: _LIBCPP_HAS_NO_VARIABLE_TEMPLATES and use it. No function...Marshall Clow2015-03-175-8/+16
* [libcxx] Move tuple_size and tuple_element overloads for pair and array out o...Eric Fiselier2015-03-178-120/+148
* Don't attempt to validate the output of %p.Ed Schouten2015-03-161-12/+21
* Fix a problem when calling throw_with_nested with a class marked 'final'. Tha...Marshall Clow2015-03-162-0/+22
* Don't hardcode the Czech locale name.Ed Schouten2015-03-1611-30/+44
* Make *abs() and *div() work on CloudABI.Ed Schouten2015-03-162-0/+8
* Don't hardcode the locale name string.Ed Schouten2015-03-161-1/+2
* Remove unneeded initialisation of fenv_t and fexcept_t.Ed Schouten2015-03-151-2/+2
* Fix build break on Solaris introduced by r231940Jonathan Roelofs2015-03-131-0/+2
* Update copyright year to 2015.Renato Golin2015-03-121-1/+1
* Also enable the default rune table on CloudABI.Ed Schouten2015-03-121-1/+1
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-1215-0/+104
* Fix ctype_byname<wchar_t>::do_is() mask checking.... againJonathan Roelofs2015-03-113-30/+95
* Disable cat*() on CloudABI. Also make tiny cleanups.Ed Schouten2015-03-112-11/+17
* Move Android to the builtin rune table.Dan Albert2015-03-113-9/+5
OpenPOWER on IntegriCloud