summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_guard.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++abi] Delete config.hShoaib Meenai2017-03-301-1/+0
* Turn on -Wunused-function and cleanup occurancesEric Fiselier2017-03-041-13/+12
* Fix chromium build (libcxxabi)Asiri Rathnayake2017-01-261-1/+13
* [libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake2017-01-031-16/+16
* [libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake2016-10-131-19/+17
* [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake2016-09-211-20/+20
* libc++abi: fix some -Wunused-function warningsSaleem Abdulrasool2016-08-311-12/+16
* ibc++abi: mark visibilitySaleem Abdulrasool2015-12-041-6/+8
* c++abi: whitespace adjustmentSaleem Abdulrasool2015-12-041-12/+6
* Enable -Wundef.Dan Albert2015-02-051-1/+1
* s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs2014-09-051-5/+5
* Fix broken build from r208135Jonathan Roelofs2014-05-081-0/+1
* On single threaded systems, turn mutexes into nopsJonathan Roelofs2014-05-061-2/+27
* Missed an underscore on the last commit.Howard Hinnant2012-03-141-2/+2
* Enable __arm__ on appleHoward Hinnant2012-03-141-6/+6
* cxa_guard.cpp didn't quite make it on the last commit: Restricted headers to...Howard Hinnant2012-01-251-3/+10
* move abort_message() to its own fileNick Kledzik2011-08-021-7/+1
* Add support for the ARM EABI variant of the __cxa_guard methods, controlled byNick Lewycky2011-06-071-6/+62
* Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...Howard Hinnant2011-05-241-0/+174
OpenPOWER on IntegriCloud