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
...
*
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
*
[libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`
Shoaib Meenai
2016-11-16
1
-20
/
+20
*
Improve performance of constructing filesystem::path from strings.
Eric Fiselier
2016-10-30
1
-8
/
+1
*
Rewrite std::filesystem::path iterators and parser
Eric Fiselier
2016-10-30
1
-237
/
+290
*
Remove files missed in r285466
Eric Fiselier
2016-10-28
1
-14
/
+0
*
Fix Clang 3.6 build error
Eric Fiselier
2016-10-28
1
-1
/
+1
*
Add __libcpp_version file and __libcpp_library_version function.
Eric Fiselier
2016-10-28
1
-0
/
+14
*
[libc++] Fix modules build - Rework __refstring definition
Eric Fiselier
2016-10-25
1
-1
/
+2
*
[solaris] Convert the support library to C++ to fix -std=c++11 build
Michal Gorny
2016-10-18
1
-0
/
+3
*
[solaris] Fix iswxdigit_l() support function prototype
Michal Gorny
2016-10-18
1
-1
/
+1
*
Implement LWG 2712 and update other issues status
Eric Fiselier
2016-10-16
1
-0
/
+6
*
Implement LWG 2681 and 2682
Eric Fiselier
2016-10-16
1
-0
/
+3
*
Implement LWG 2672.
Eric Fiselier
2016-10-15
1
-5
/
+17
*
Implement modified LWG 2665
Eric Fiselier
2016-10-15
1
-0
/
+10
*
Implement P0035R4 -- Add C++17 aligned allocation functions
Eric Fiselier
2016-10-14
1
-8
/
+118
*
Revert r284193 - it is not correct on OS X
Eric Fiselier
2016-10-14
1
-3
/
+0
*
Re-export two previously exported std::string functions.
Eric Fiselier
2016-10-14
1
-0
/
+3
*
Revert r282345 - Use __attribute__((internal_linkage)) when available.
Eric Fiselier
2016-10-13
1
-23
/
+0
*
Implement N4606 optional
Eric Fiselier
2016-10-12
1
-6
/
+6
*
Revert Add <optional>. Will recommit with better commit message
Eric Fiselier
2016-10-12
1
-6
/
+6
*
Add <optional> header.
Eric Fiselier
2016-10-12
1
-6
/
+6
*
Fix LWG2683 - filesystem::copy() should always clear the user-provided error_...
Eric Fiselier
2016-10-11
1
-6
/
+2
*
[libcxx] Add support for Fuchsia
Petr Hosek
2016-10-10
1
-0
/
+2
*
Workaround missing C++14 constexpr semantics in filesystem
Eric Fiselier
2016-10-10
1
-5
/
+12
*
Remove use of int128_t inside the filesystem implementation
Eric Fiselier
2016-10-10
1
-30
/
+118
*
Partially revert overflow checking in last_write_time
Eric Fiselier
2016-09-29
1
-5
/
+7
*
Mark libc++ internal globals with _LIBCPP_SAFE_STATIC.
Eric Fiselier
2016-09-28
4
-14
/
+12
*
Improve 'last_write_time(...)' accuracy and detect overflow errors.
Eric Fiselier
2016-09-28
1
-5
/
+35
*
Fix possible division by zero
Eric Fiselier
2016-09-27
1
-1
/
+1
*
Use __attribute__((internal_linkage)) when available.
Eric Fiselier
2016-09-25
1
-0
/
+23
*
[libc++] Fix extern template visibility for Windows
Shoaib Meenai
2016-09-19
3
-55
/
+55
*
Replace __ANDROID__ with __BIONIC__.
Dan Albert
2016-09-19
1
-1
/
+1
*
[libc++] Avoid <memory> include in locale_win32.h
Shoaib Meenai
2016-09-15
1
-0
/
+5
*
[libcxx] Fix a data race in call_once
Kuba Brecka
2016-09-04
1
-4
/
+1
*
Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...
Eric Fiselier
2016-09-03
1
-0
/
+6
*
memory_resource still needs init_priority when built with GCC 4.9
Eric Fiselier
2016-09-03
1
-3
/
+1
*
Define _LIBCPP_SAFE_STATIC __attribute__((require_constant_initialization)),...
Eric Fiselier
2016-09-03
1
-4
/
+9
*
Fix or suppress GCC warnings during build.
Eric Fiselier
2016-08-29
1
-0
/
+3
*
Followon to r279744. Find the other exception types and make __throw_XXX rout...
Marshall Clow
2016-08-25
2
-3
/
+3
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
8
-94
/
+58
*
[libcxx] Add std::any
Eric Fiselier
2016-08-11
1
-2
/
+7
*
Fixing 'Aquire' typo and libcxx build.
Ben Craig
2016-08-02
2
-2
/
+2
*
Improve shared_ptr dtor performance
Ben Craig
2016-08-01
1
-1
/
+29
*
Implement P0392r0. Integrate filesystem::path and string_view.
Eric Fiselier
2016-07-23
1
-45
/
+46
[prev]
[next]