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