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
*
[libcxx] Fix gcc builds.
Asiri Rathnayake
2016-09-13
1
-2
/
+13
*
config: Use _LIBCPP_TYPE_VIS_ONLY with enum class
Shoaib Meenai
2016-09-12
1
-1
/
+1
*
config: Fix typo in comment
Shoaib Meenai
2016-09-12
1
-1
/
+1
*
[libcxx] Introduce an externally-threaded libc++ variant.
Asiri Rathnayake
2016-09-11
4
-46
/
+85
*
support: clean up MSVC support
Saleem Abdulrasool
2016-09-08
1
-20
/
+2
*
Added 'inline' attribute to basic_string's destructor
Aditya Kumar
2016-09-08
1
-0
/
+1
*
Fix PR#30303 - no matching function for call to '__ptr_in_range'
Marshall Clow
2016-09-07
1
-1
/
+7
*
Fix PR30260 - optional<const T> not working.
Eric Fiselier
2016-09-07
1
-14
/
+19
*
Try 2 - Remove <cstdlib> include from `<exception>`
Eric Fiselier
2016-09-06
4
-4
/
+9
*
Revert r280743 and r280745. Remove <cstdlib> include from `<exception>`
Eric Fiselier
2016-09-06
2
-1
/
+4
*
Add missing <cstdlib> include. Sorry about the bot breakage
Eric Fiselier
2016-09-06
1
-0
/
+1
*
Remove unneeded includes in <exception> after removing __libcpp_throw
Eric Fiselier
2016-09-06
1
-4
/
+0
*
Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...
Marshall Clow
2016-09-05
1
-13
/
+33
*
[libcxx] Fix a data race in call_once
Kuba Brecka
2016-09-04
2
-2
/
+14
*
Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...
Eric Fiselier
2016-09-03
1
-16
/
+7
*
Define _LIBCPP_SAFE_STATIC __attribute__((require_constant_initialization)),...
Eric Fiselier
2016-09-03
1
-0
/
+6
*
Avoid narrowing warnings in __bitset constructor
Dimitry Andric
2016-09-02
1
-1
/
+1
*
cstdio: limit gets to CRT versions below 14
Saleem Abdulrasool
2016-09-01
1
-1
/
+5
*
[CMake] NFC. Fixing spelling from r280400
Chris Bieneman
2016-09-01
1
-1
/
+1
*
[CMake] Don't copy headers on fully standalone
Chris Bieneman
2016-09-01
1
-1
/
+1
*
[CMake] Copy headers relative to LLVM_BINARY_DIR
Chris Bieneman
2016-08-30
1
-5
/
+7
*
Fix or suppress GCC warnings during build.
Eric Fiselier
2016-08-29
4
-2
/
+17
*
Fix pair::operator=(TupleLike&&).
Eric Fiselier
2016-08-29
1
-1
/
+1
*
Revert r279953 - Fix pair::operator=(TupleLike&&)
Eric Fiselier
2016-08-29
1
-1
/
+1
*
Fix pair::operator=(TupleLike&&).
Eric Fiselier
2016-08-29
1
-1
/
+1
*
Implement C++17 std::sample.
Eric Fiselier
2016-08-28
2
-58
/
+83
*
Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.
Eric Fiselier
2016-08-28
1
-0
/
+3
*
Implement LWG 2711. Constrain path members.
Eric Fiselier
2016-08-28
1
-0
/
+3
*
Avoid embedded preprocessor directives in __tree
Dimitry Andric
2016-08-27
1
-5
/
+8
*
Add attribute noreturn to functions that throw
Aditya Kumar
2016-08-27
2
-1
/
+4
*
Followon to r279744. Find the other exception types and make __throw_XXX rout...
Marshall Clow
2016-08-25
7
-31
/
+37
*
Remove duplicate inline
Marshall Clow
2016-08-25
1
-1
/
+1
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
22
-194
/
+214
*
Remove trailing WS [NFC]
Aditya Kumar
2016-08-25
1
-15
/
+15
*
[CMake] Be more consistent about naming targets and components
Chris Bieneman
2016-08-24
1
-6
/
+9
*
make the associative containers do the right thing for propogate_on_container...
Marshall Clow
2016-08-17
1
-1
/
+5
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
2
-26
/
+26
*
Fix PR28506. Re-enable missing math.h C++11 decls on SunOS. Patch from Michal...
Eric Fiselier
2016-08-15
2
-47
/
+24
*
Check in SFINAE base class for use in optional/variant
Eric Fiselier
2016-08-15
1
-0
/
+57
*
Add 'inline' attribute to __init to inline the basic_string's constructor
Sebastian Pop
2016-08-11
1
-0
/
+5
*
[libcxx] Add std::any
Eric Fiselier
2016-08-11
1
-0
/
+658
*
Implement LWG 2148: Make non-enum default hash specialization well-formed
Eric Fiselier
2016-08-10
1
-4
/
+14
*
std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927.
Marshall Clow
2016-08-10
1
-8
/
+8
*
[libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor
Hubert Tong
2016-08-07
1
-2
/
+2
*
Revert r277966. Forgot patch attribution.
Hubert Tong
2016-08-07
1
-2
/
+2
*
[libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor
Hubert Tong
2016-08-07
1
-2
/
+2
*
[libcxx] basic_regex: add traits_type, string_type
Hubert Tong
2016-08-02
1
-0
/
+4
*
Add a bunch of noexcepts to char_traits and string_view.
Marshall Clow
2016-07-28
2
-37
/
+37
*
Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS.
Marshall Clow
2016-07-26
2
-2
/
+64
*
Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l...
Marshall Clow
2016-07-26
1
-0
/
+103
[next]