index
:
ampere-computing/libcxx.git
release_60-f1b37feef3d-amp-20180630
release_70-e8af9b4c407-amp-20181130
libc++ including Ampere Computing toolchain specific patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-01-30
experimental: port directory_iterator to Windows
Saleem Abdulrasool
2017-01-30
experimental: add missing file header
Saleem Abdulrasool
2017-01-30
experimental: inline single use of a typedef
Saleem Abdulrasool
2017-01-30
experimental: tolerate the existence of a `__deref` macro
Saleem Abdulrasool
2017-01-29
experimental: remove dead function
Saleem Abdulrasool
2017-01-24
Revert "[libcxx] Never use <cassert> within libc++"
Eric Fiselier
2017-01-24
[libcxx] Never use <cassert> within libc++
Eric Fiselier
2017-01-20
Disable aligned new/delete on Apple platforms without posix_memalign
Eric Fiselier
2017-01-20
[NFC] Group aligned new/delete definitions together in new.cpp
Eric Fiselier
2017-01-17
Add ABI option to remove recently inlined __shared_count functions from the l...
Eric Fiselier
2017-01-17
[Test patch] Inline hot functions in libcxx shared_ptr
Kevin Hu
2017-01-16
Improve CMake and LIT support for Windows
Eric Fiselier
2017-01-16
[libcxx] Follow-up to r292107
Asiri Rathnayake
2017-01-14
Fix Windows try_lock implementation
Eric Fiselier
2017-01-12
[libc++] Pair _aligned_malloc with _aligned_free
Shoaib Meenai
2017-01-10
[Chrono][Darwin] Include header for gettimeofday
Bruno Cardoso Lopes
2017-01-09
[Chrono][Darwin] Make steady_clock use CLOCK_UPTIME_RAW
Bruno Cardoso Lopes
2017-01-07
[libc++] Implement terminate(), unexpected() and uncaught_exceptions() on Win...
Eric Fiselier
2017-01-07
Ensure Sleep(...) isn't passed the value 0 on Windows
Eric Fiselier
2017-01-07
Explicitly specify MSVC mangling of iostream globals. Patch from Dave Lee
Eric Fiselier
2017-01-07
system_error: correct ELAST emulation on Windows
Saleem Abdulrasool
2017-01-07
[libc++] Tolerate presence of __deallocate macro
Eric Fiselier
2017-01-07
thread: implement sleep_for on Windows
Saleem Abdulrasool
2017-01-06
Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.
Eric Fiselier
2017-01-05
config_elast: fix typo (NFC)
Saleem Abdulrasool
2017-01-05
thread_support: split out {,non-}recursive mutex
Saleem Abdulrasool
2017-01-05
Fix std::pointer_safety type in ABI v2
Eric Fiselier
2017-01-04
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
fix elast configuration on Windows targets
Saleem Abdulrasool
2017-01-03
clean up use of _WIN32
Saleem Abdulrasool
2017-01-03
system_error: provide a thread safe stringification for Windows
Saleem Abdulrasool
2017-01-03
Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.
Eric Fiselier
2017-01-02
Revert r290839 - Fix configuring and building libc++ w/o an ABI library
Eric Fiselier
2017-01-02
Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option.
Eric Fiselier
2017-01-02
Fix configuring and building libc++ w/o an ABI library.
Eric Fiselier
2017-01-02
win32: temporarily disable setting locale on 14+
Saleem Abdulrasool
2017-01-02
chrono: correct the units for the epoch bias
Saleem Abdulrasool
2017-01-02
locale: update ctype access for MSVC CRT 14+
Saleem Abdulrasool
2017-01-01
chrono: address post commit comments from Howard
Saleem Abdulrasool
2017-01-01
chrono: address post-commit comments from majnemer
Saleem Abdulrasool
2017-01-01
chrono: give Windows a steady_clock
Saleem Abdulrasool
2017-01-01
chrono: implement a Windows version of system_clock::now
Saleem Abdulrasool
2016-12-31
system_error: use strerror_r only for threaded code
Saleem Abdulrasool
2016-12-31
random: include __config before building
Saleem Abdulrasool
2016-12-28
Fix debug mode build w/o exceptions
Eric Fiselier
2016-12-28
Implement a throwing version of _LIBCPP_ASSERT.
Eric Fiselier
2016-12-23
Don't use posix_memalign on Windows platforms
Eric Fiselier
2016-12-11
[libc++] Fix support for multibyte thousands_sep and decimal_point in moneypu...
Eric Fiselier
2016-12-02
Make variant's index part of the hash value
Eric Fiselier
2016-12-02
Implement C++17 <variant>. Patch from Michael Park!
Eric Fiselier
[prev]
[next]