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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Qualify some type names that I thought were fine, but some of the bots don't ...
Marshall Clow
2017-01-10
1
-2
/
+3
*
Fix up some mismatched SFINAE conditionsin shared_ptr; some used '_Tp*', othe...
Marshall Clow
2017-01-10
1
-15
/
+17
*
threading_support: delete the critical section
Saleem Abdulrasool
2017-01-10
1
-1
/
+1
*
Adorn __call_once_proxy with `inline` and `_LIBCPP_INLINE_VISIBILITY`
Justin Bogner
2017-01-09
1
-0
/
+1
*
Swap two lines in __mutex_base. On systems with high clock rates, we could mi...
Marshall Clow
2017-01-09
1
-1
/
+1
*
Move _PairT declaration out of __hash_combine to avoid warning under C++98
Dimitry Andric
2017-01-09
1
-4
/
+5
*
Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...
Marshall Clow
2017-01-09
1
-0
/
+37
*
Replace identifiers called `__out` because Windows.h #defines it.
Eric Fiselier
2017-01-07
4
-51
/
+51
*
provide Win32 native threading
Saleem Abdulrasool
2017-01-07
3
-9
/
+263
*
[libc++] Tolerate presence of __deallocate macro
Eric Fiselier
2017-01-07
8
-51
/
+20
*
Add _LIBCPP_ABI_[ITANIUM|MICROSOFT] macros.
Eric Fiselier
2017-01-07
1
-0
/
+9
*
Fix breakage caused when _LIBCPP_HAS_THREAD_API_PTHREAD is manually defined
Eric Fiselier
2017-01-06
1
-4
/
+3
*
Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.
Eric Fiselier
2017-01-06
4
-31
/
+31
*
Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG
Eric Fiselier
2017-01-06
7
-41
/
+16
*
[libc++] Cleanup and document <__threading_support>
Eric Fiselier
2017-01-06
3
-41
/
+21
*
typeinfo: style adjustments for adding MS ABI RTTI
Saleem Abdulrasool
2017-01-05
1
-43
/
+62
*
thread_support: split out {,non-}recursive mutex
Saleem Abdulrasool
2017-01-05
2
-4
/
+39
*
[libcxx] Fix PR31402: map::__find_equal_key has undefined behavior.
Eric Fiselier
2017-01-05
2
-68
/
+20
*
Fix PR26961 - Add default constructor to std::pointer_safety struct.
Eric Fiselier
2017-01-05
1
-0
/
+3
*
Fix std::pointer_safety type in ABI v2
Eric Fiselier
2017-01-05
2
-1
/
+29
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
67
-764
/
+764
*
Fix private inheritance in C++03 tuple_size
Eric Fiselier
2017-01-04
1
-3
/
+3
*
Implement P0505: 'Wording for GB 50'
Marshall Clow
2017-01-04
1
-18
/
+18
*
[libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured ...
Eric Fiselier
2017-01-04
1
-17
/
+22
*
Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...
Marshall Clow
2017-01-04
2
-47
/
+47
*
config: MSVC 19+ has unicode chars
Saleem Abdulrasool
2017-01-04
1
-0
/
+2
*
Refactor bitscan64 check
Saleem Abdulrasool
2017-01-04
2
-3
/
+5
*
clean up use of _WIN32
Saleem Abdulrasool
2017-01-03
4
-21
/
+29
*
[libcxx] Add build/test support for the externally threaded libc++abi variant
Asiri Rathnayake
2017-01-03
1
-5
/
+32
*
[libcxx] Fix testing of the externally-threaded library build
Asiri Rathnayake
2017-01-03
1
-3
/
+17
*
Simplify CMake target for the __generated_config header
Eric Fiselier
2017-01-03
1
-4
/
+1
*
build: remove now unused UNIX_CAT
Saleem Abdulrasool
2017-01-03
1
-4
/
+0
*
Fix creating __generated_config on Windows
Eric Fiselier
2017-01-03
1
-2
/
+7
*
threading_support: refactor for Win32 threading
Saleem Abdulrasool
2017-01-03
1
-81
/
+113
*
Re-implement LWG 2770 - Fix tuple_size with structured bindings.
Eric Fiselier
2017-01-02
2
-5
/
+18
*
Fix use of throw(...) spec with GCC in C++17
Eric Fiselier
2017-01-02
1
-1
/
+1
*
Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option.
Eric Fiselier
2017-01-02
2
-1
/
+6
*
Rework fix for PR19460 - Use explicit bool as an extension instead.
Eric Fiselier
2017-01-02
3
-19
/
+7
*
locale: update ctype access for MSVC CRT 14+
Saleem Abdulrasool
2017-01-02
1
-1
/
+5
*
build: differentiate between building for and on Windows
Saleem Abdulrasool
2017-01-01
1
-1
/
+1
*
clean up some qualifier casting
Saleem Abdulrasool
2016-12-31
2
-2
/
+3
*
remove some inherited attributes on exceptions
Saleem Abdulrasool
2016-12-31
2
-2
/
+1
*
improve performance of string::find
Sebastian Pop
2016-12-30
1
-6
/
+46
*
Recommit r290750: Fix PR19460 - std::ios is convertible to int.
Eric Fiselier
2016-12-30
2
-3
/
+21
*
Revert r290750 - Fix PR19460 - std::ios is convertible to int.
Eric Fiselier
2016-12-30
1
-15
/
+2
*
Fix PR19460 - std::ios is convertible to int.
Eric Fiselier
2016-12-30
1
-2
/
+15
*
Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.
Ed Schouten
2016-12-30
2
-3
/
+1
*
Fix PR31489 - std::function self-swap segfaults
Eric Fiselier
2016-12-29
2
-0
/
+10
*
Fix typo in comment
Eric Fiselier
2016-12-28
1
-1
/
+1
*
Fix ABI incompatible C++03 nullptr_t
Eric Fiselier
2016-12-28
1
-1
/
+9
[next]