summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copy data files to the remote runner.Dan Albert2015-03-102-18/+30
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-1036-35/+39
* Factor out RemoteExecutor from SSHExecutor.Dan Albert2015-03-101-35/+50
* Also use LC_C_LOCALE on CloudABI.Ed Schouten2015-03-101-1/+1
* Enable _LIBCPP_LOCALE__L_EXTENSIONS on CloudABI.Ed Schouten2015-03-101-1/+2
* Don't include <sys/sysctl.h> on CloudABI.Ed Schouten2015-03-101-2/+2
* Print log/error messages on stderr, not stdoutEd Schouten2015-03-103-10/+10
* Add support for arc4random() to random_device.Ed Schouten2015-03-104-45/+78
* [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1Eric Fiselier2015-03-102-3/+37
* Fix another -Wunused-local-typedef warning in include/__tree.Dimitry Andric2015-03-091-1/+0
* Move test to use correct suffixEric Fiselier2015-03-091-0/+0
* Add TrackedValue to test/support. Thanks to Louis DionneEric Fiselier2015-03-091-0/+50
* Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the ...Marshall Clow2015-03-093-27/+57
* Add CloudABI locale names to platform_support.h.Ed Schouten2015-03-091-0/+10
* Oops. This arg is passed, just ignored.Dan Albert2015-03-061-3/+0
* Fix the PrefixExecutor.Dan Albert2015-03-061-3/+6
* Remove unneeded python importEric Fiselier2015-03-061-1/+0
* Run ShTests when the executor is an instance of LocalExecutorEric Fiselier2015-03-051-1/+3
* Rework reverse_iterator::operator[] so as not to use the base iterators opera...Marshall Clow2015-03-051-1/+1
* Move the <dynarray> tests out of the std/ hierarchy, since it's not really pa...Marshall Clow2015-03-0412-0/+0
* Nbjoerg suggested a better name for the macro for the default rune table: _LI...Marshall Clow2015-03-041-1/+1
* Create a default rune table for libc++. Initial setting - never enabled. The ...Marshall Clow2015-03-041-0/+82
* Allow declaration of map and multimap iterator with incomplete mapped type. P...Eric Fiselier2015-03-034-35/+91
* Add better tests for ctype<char>::classic_tableMarshall Clow2015-03-031-0/+36
* [libcxx] Add support for linking libc++ against a static ABI library.Eric Fiselier2015-03-034-6/+35
* cmath: account for MSVCRT 12.0 changesSaleem Abdulrasool2015-02-282-3/+13
* Add self to CREDITS.txtJonathan Roelofs2015-02-261-0/+4
* Add remote testing support to the lit config.Jonathan Roelofs2015-02-266-21/+249
* libc++: support newlib's ctypeJF Bastien2015-02-252-7/+23
* Add trailing return types (and noexcept specifications) to the 'diamond opera...Marshall Clow2015-02-252-19/+57
* Make the forward declaration for array swap have the same inline/visibility a...Marshall Clow2015-02-241-0/+1
* Remove XFAIL on string view test for apples clang compiler. Thanks to Marshal...Eric Fiselier2015-02-241-1/+1
* Reword ELAST warningJF Bastien2015-02-241-1/+1
* Change string_view::at to make it work with gcc and VC++. Thanks to K-ballo f...Marshall Clow2015-02-231-4/+1
* [libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...Eric Fiselier2015-02-213-2/+22
* [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++Eric Fiselier2015-02-213-1/+9
* Add self to CREDITS.TXTLarisse Voufo2015-02-201-0/+3
OpenPOWER on IntegriCloud