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
...
*
Hide some internal symbols for memory resource.
Eric Fiselier
2016-07-11
1
-0
/
+5
*
Remove workarounds for C++17 inline variable ABI break. It has been fixed in ...
Eric Fiselier
2016-07-02
2
-11
/
+0
*
Add another workaround for C++17 inline variable ABI breakage.
Eric Fiselier
2016-07-01
1
-1
/
+4
*
Remove accidental change committed in r274403.
Eric Fiselier
2016-07-01
1
-1
/
+1
*
Work around ABI break caused by C++17 inline variables.
Eric Fiselier
2016-07-01
1
-1
/
+8
*
[libcxx] Fix a bug in strstreambuf::overflow.
Akira Hatanaka
2016-06-29
1
-2
/
+1
*
Implement LWG 2488 - Make the placeholders constexpr.
Eric Fiselier
2016-06-26
1
-10
/
+11
*
Cleanup filesystem::permissions ever more.
Eric Fiselier
2016-06-22
1
-20
/
+15
*
Avoid unnecessary stat call in filesystem::permissions implementation.
Eric Fiselier
2016-06-22
1
-1
/
+2
*
Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink...
Eric Fiselier
2016-06-21
1
-2
/
+6
*
Fix various undefined behavior found by UBSan.
Eric Fiselier
2016-06-19
1
-1
/
+5
*
Fix bugs in last_write_time implementation.
Eric Fiselier
2016-06-19
1
-17
/
+56
*
Remove Apple specific guard for utimensat. Use !defined(UTIME_OMIT) instead.
Eric Fiselier
2016-06-18
1
-5
/
+4
*
Use utimes instead of utimensat when !defined(UTIME_OMIT). Fixes build for ol...
Eric Fiselier
2016-06-18
1
-1
/
+3
*
Enable building and using atomic shared_ptr for GCC.
Eric Fiselier
2016-06-18
1
-2
/
+2
*
Add additional tests in an attempt to diagnose ARM test failures.
Eric Fiselier
2016-06-18
1
-2
/
+2
*
Fix bugs in recursive_directory_iterator::increment(ec) implementation and te...
Eric Fiselier
2016-06-17
1
-9
/
+6
*
Fix bugs in recursive_directory_iterator implementation and tests.
Eric Fiselier
2016-06-17
1
-0
/
+3
*
Add Filesystem TS -- Complete
Eric Fiselier
2016-06-17
3
-0
/
+1402
*
Remove CloudABI specific workaround.
Ed Schouten
2016-06-16
1
-2
/
+0
*
Add an Android version check for GNU strerror_r.
Dan Albert
2016-06-15
1
-1
/
+6
*
Fix syntax error in r272640.
Eric Fiselier
2016-06-14
1
-1
/
+2
*
Fix error checking for strerror_r implementations that return the error code.
Eric Fiselier
2016-06-14
1
-2
/
+4
*
Make system_error::message() thread safe. Fixes PR25598.
Eric Fiselier
2016-06-14
1
-1
/
+48
*
[libcxx] Fix thread join.pass.cpp segfault after r271475
Asiri Rathnayake
2016-06-03
1
-4
/
+7
*
Fix memory_resource build for _LIBCPP_HAS_NO_THREADS
Eric Fiselier
2016-05-07
1
-2
/
+12
*
Fix one more usage of _LIBCPP_HAS_NO_EXCEPTIONS
Eric Fiselier
2016-05-07
1
-1
/
+1
*
Add <experimental/memory_resource>
Eric Fiselier
2016-05-07
2
-14
/
+129
*
Refactor pthread usage of libcxx.
Asiri Rathnayake
2016-05-06
5
-63
/
+41
*
Create new library 'libc++experimental.a' for packaging TS symbols.
Eric Fiselier
2016-05-03
1
-0
/
+14
*
Fix most GCC attribute ignored warnings
Eric Fiselier
2016-04-21
1
-3
/
+3
*
Reorganize _LIBCPP_LOCALE__L_EXTENSIONS
Ben Craig
2016-03-09
1
-178
/
+38
*
[libcxx] Whitelist inclusion of sysctl.h instead of blacklisting
Ben Craig
2016-01-29
1
-3
/
+8
*
[libcxx] Remove pragmas that were needed to suppress warnings produced
Akira Hatanaka
2016-01-28
2
-27
/
+0
*
Add more missing license headers
Eric Fiselier
2016-01-19
1
-0
/
+9
*
Use libcxx's default rune table with the Musl C library.
Vasileios Kalintiris
2015-11-24
1
-12
/
+12
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
1
-0
/
+2
*
Add initial support for the MUSL C library.
Vasileios Kalintiris
2015-11-09
1
-13
/
+17
*
Fix an unfortunate yet old typo that never got attention before r250507.
Benjamin Kramer
2015-10-16
1
-1
/
+1
*
Remove a long-standing __has_include hack.
Benjamin Kramer
2015-10-16
4
-25
/
+8
*
Add placeholder __libcpp_relaxed_store() for when atomic builtins are not ava...
Dimitry Andric
2015-09-22
1
-0
/
+7
*
Fix a typo: overidden -> overridden - Patch from Kai Zhao
Eric Fiselier
2015-08-20
1
-1
/
+1
*
[libcxx] Allow use of <atomic> in C++03. Try 3.
Eric Fiselier
2015-08-19
2
-3
/
+3
*
Remove commented out TODOs. They defined unneeded methods.
Eric Fiselier
2015-08-19
1
-4
/
+0
*
Move atomic_support.h and config_elast.h into src/include
Eric Fiselier
2015-08-18
6
-4
/
+4
*
Mark any as done and comment out extra methods until speaking to Marshall
Eric Fiselier
2015-07-31
1
-3
/
+3
*
[libcxx] Add <experimental/any> v2.
Eric Fiselier
2015-07-31
1
-0
/
+22
*
[libcxx] Add atomic_support.h header to src that handles needed atomic operat...
Eric Fiselier
2015-07-07
3
-10
/
+159
*
Make locale code compile on CloudABI.
Ed Schouten
2015-07-06
1
-10
/
+13
*
Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().
Ed Schouten
2015-07-06
1
-11
/
+11
[prev]
[next]