summaryrefslogtreecommitdiff
path: root/src/cxa_guard.cpp
AgeCommit message (Expand)Author
2017-03-30[libc++abi] Delete config.hShoaib Meenai
2017-03-04Turn on -Wunused-function and cleanup occurancesEric Fiselier
2017-01-26Fix chromium build (libcxxabi)Asiri Rathnayake
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake
2016-10-13[libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake
2016-09-21[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake
2016-08-31libc++abi: fix some -Wunused-function warningsSaleem Abdulrasool
2015-12-04ibc++abi: mark visibilitySaleem Abdulrasool
2015-12-04c++abi: whitespace adjustmentSaleem Abdulrasool
2015-02-05Enable -Wundef.Dan Albert
2014-09-05s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs
2014-05-08Fix broken build from r208135Jonathan Roelofs
2014-05-06On single threaded systems, turn mutexes into nopsJonathan Roelofs
2012-03-14Missed an underscore on the last commit.Howard Hinnant
2012-03-14Enable __arm__ on appleHoward Hinnant
2012-01-25cxa_guard.cpp didn't quite make it on the last commit: Restricted headers to...Howard Hinnant
2011-08-02move abort_message() to its own fileNick Kledzik
2011-06-07Add support for the ARM EABI variant of the __cxa_guard methods, controlled byNick Lewycky
2011-05-24Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...Howard Hinnant