GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r201843
llvmorg-3.4.2-rc1
llvmorg-3.4.2
release/3.4.x
Tom Stellard
2014-05-16
1
-0
/
+5
*
Merging r197314:
Bill Wendling
2013-12-28
2
-0
/
+17
*
Merging r197061:
Bill Wendling
2013-12-12
1
-2
/
+2
*
Merging r196058:
Bill Wendling
2013-12-12
3
-59
/
+75
*
Merging r-196058:
Bill Wendling
2013-12-11
3
-75
/
+59
*
Merging r196058:
Bill Wendling
2013-12-02
3
-59
/
+75
*
Merging r195693:
Bill Wendling
2013-11-26
2
-2
/
+2
*
Merging r195136:
Bill Wendling
2013-11-25
4
-22
/
+22
*
Merging r195143:
Bill Wendling
2013-11-20
1
-10
/
+10
*
G M suggestion: conditionally include files on _WIN32.
Yaron Keren
2013-11-18
1
-0
/
+2
*
This patch implements snprintf_l function in a way similar to the other
Yaron Keren
2013-11-18
2
-1
/
+11
*
Set the permissions for 'experimental' and its context to the correct values.
Bill Wendling
2013-11-18
1
-0
/
+2
*
Fix-it suggestion for fixing min or max defines on Windows.
Yaron Keren
2013-11-15
1
-2
/
+4
*
Windows.h is not required.
Yaron Keren
2013-11-15
1
-1
/
+0
*
Move <optional> into include/experimental, and into the std::experimental nam...
Marshall Clow
2013-11-15
59
-409
/
+523
*
Add the CMakeLists.txt that was missed in r194825
Justin Bogner
2013-11-15
1
-0
/
+16
*
Justin Bogner: This makes the headers available in the build directory, makin...
Howard Hinnant
2013-11-15
2
-13
/
+1
*
This is a followup to r194536, which changed the pair copy constructor to be
Howard Hinnant
2013-11-14
2
-2
/
+12
*
Fixed bug in quoted strings implementation. Added test to be sure. Thanks to ...
Marshall Clow
2013-11-14
2
-1
/
+15
*
Move <dynarray> into include/experimental, and into the std::experimental nam...
Marshall Clow
2013-11-13
12
-46
/
+68
*
This fixes a very subtle ABI problem concerning the copy constructor of
Howard Hinnant
2013-11-13
5
-32
/
+15
*
Patch from Bruce Mitchener; fixes two typos in comments. No functionality cha...
Marshall Clow
2013-11-11
2
-2
/
+2
*
Tell libc++abi whether or not libc++ has declared bad_array_length.
Howard Hinnant
2013-11-07
1
-1
/
+5
*
More duplicate code removal in <locale>. Hoist common parsing code into two t...
Marshall Clow
2013-11-07
1
-236
/
+54
*
Fix several tuple bugs that were exposed by clang's implementation of CWG 140...
Howard Hinnant
2013-11-06
1
-8
/
+19
*
Fix an off-by-one error in basic_string::__grow_by, where it would incorrectl...
Marshall Clow
2013-11-06
2
-7
/
+37
*
Refactor floating point code for num_get::do_get into a template. No function...
Marshall Clow
2013-11-05
1
-89
/
+23
*
Better inline marking for __does_policy_contain. Thanks to Chongyu Zhu for th...
Marshall Clow
2013-11-03
1
-1
/
+1
*
Mark __does_policy_contain as 'inline'. Thanks to Chongyu Zhu for the catch
Marshall Clow
2013-11-03
1
-1
/
+1
*
Fix LWG Issue 2078. Make std::async(policy,...) try multiple policies until o...
Marshall Clow
2013-11-03
2
-7
/
+19
*
LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...
Marshall Clow
2013-10-31
4
-6
/
+22
*
Fixes PR17148
Marshall Clow
2013-10-31
2
-2
/
+8
*
Update status of issues
Marshall Clow
2013-10-23
1
-5
/
+5
*
Mark seed_seq default constructor and size() as noexcept. This is implied, bu...
Marshall Clow
2013-10-23
1
-2
/
+2
*
Patch by GM: Turn off 'deprecated' warnings when building with MSVC, and add ...
Marshall Clow
2013-10-21
1
-0
/
+6
*
Patch by GM: apparently '__value' (two underscores) is a special name in Visu...
Marshall Clow
2013-10-21
1
-8
/
+8
*
Patch from GM: locale.cpp; make implicit conversions to bool explicit, fix so...
Marshall Clow
2013-10-21
1
-3
/
+21
*
Patch by GM: Making implicit conversion to bool explicit in <ios> and <__locale>
Marshall Clow
2013-10-21
2
-4
/
+4
*
Patch by GM: Adding MSVC support to __bit_reference
Marshall Clow
2013-10-21
1
-3
/
+3
*
Avoid using the name 'bzero' for an enumerator in global scope. <strings.h> m...
Richard Smith
2013-10-21
2
-2
/
+2
*
r192075 broke the buildbot at
Howard Hinnant
2013-10-14
1
-1
/
+1
*
Patch from GM to make more implicit bools explicit since we can't stop MSVC w...
Marshall Clow
2013-10-13
3
-7
/
+7
*
Updated status of issues and features
Marshall Clow
2013-10-12
1
-12
/
+12
*
LWG Issue 2087: iostream_category() and noexcept
Marshall Clow
2013-10-12
2
-7
/
+7
*
LWG Issue 2097: packaged_task constructors should be constrained
Marshall Clow
2013-10-12
4
-4
/
+121
*
LWG issue 2143: ios_base::xalloc should be thread-safe
Marshall Clow
2013-10-12
2
-1
/
+12
*
Implement national body comment GB9: remove std::gets
Marshall Clow
2013-10-12
3
-1
/
+28
*
patch by Yaron: Uses rand_s() from stdlib.h (when building for Windows)
Marshall Clow
2013-10-09
2
-0
/
+28
*
Fix LWG Issue 2141: common_type trait produces reference types
Marshall Clow
2013-10-07
4
-29
/
+45
*
Marked issue 2284 as complete
Marshall Clow
2013-10-07
1
-2
/
+2
[next]