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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify testit to use the local headers and lib. Thanks go to Jeffrey Yasskin.
Howard Hinnant
2012-12-09
1
-0
/
+28
*
[CMake] Add support for selecting which c++ abi library to use.
Michael J. Spencer
2012-11-30
3
-3
/
+59
*
Remove 'noreturn' attribute from friend declaration. This attribute will be
Richard Smith
2012-11-29
1
-1
/
+1
*
tests/lit: Change test default parameters to assume local build.
Daniel Dunbar
2012-11-27
1
-17
/
+29
*
Fix type-o.
Howard Hinnant
2012-11-27
1
-1
/
+1
*
Remove by-chapter breakdown of what is implemented. The chart is now obsolete.
Howard Hinnant
2012-11-27
2
-3
/
+1
*
Dimitry Andric: When using libc++ headers on FreeBSD, in combination with -s...
Howard Hinnant
2012-11-26
3
-0
/
+23
*
istreambuf_iterator increment should call sbumpc instead of snextc. Patch
Howard Hinnant
2012-11-16
1
-9
/
+7
*
Restrict optimized __pad_and_output implementation detail to desired releases.
Howard Hinnant
2012-11-14
2
-0
/
+19
*
Change C++0x references to C++11, Fixes bug #12745
Marshall Clow
2012-11-14
1
-4
/
+4
*
Dimitry Andric: Silence some miscellaneous warnings.
Howard Hinnant
2012-11-06
3
-1
/
+5
*
Dimitry Andric: Silence some warnings in <locale>.
Howard Hinnant
2012-11-06
1
-3
/
+2
*
Enable the tuple interface of pair in C++03 mode.
Howard Hinnant
2012-11-06
1
-4
/
+0
*
Update instructions for building and using libc++ on Mac OS
Howard Hinnant
2012-11-06
1
-27
/
+18
*
Provide a way to disable use of extern templates in libc++. This is intended...
Howard Hinnant
2012-11-06
10
-91
/
+95
*
peek should set eofbit if sgetc() returns eof.
Howard Hinnant
2012-11-01
1
-0
/
+4
*
Richard Smith: This fixes a problem in std::is_constructible for incomplete ...
Howard Hinnant
2012-11-01
1
-1
/
+3
*
Rename uses of _ and __ because these are getting stepped on by macros from o...
Howard Hinnant
2012-10-30
16
-106
/
+106
*
Add an entry in CREDITS.TXT
Argyrios Kyrtzidis
2012-10-15
1
-0
/
+4
*
Use traits_type::to_int_type in basic_streambuf<_CharT, _Traits>::xsputn when...
Howard Hinnant
2012-10-13
1
-1
/
+1
*
Dimitry Andric: FreeBSD only: Add the C11 aligned_alloc to <cstdlib> and ad...
Howard Hinnant
2012-10-13
2
-1
/
+8
*
Don't neglect to "return *this".
Argyrios Kyrtzidis
2012-10-13
7
-2
/
+9
*
Holger Arnold: Correct the use and testing of __GNUC__ and __GNUC_MINOR__ in...
Howard Hinnant
2012-10-03
2
-6
/
+15
*
Make vector::iterator and string::iterator more resilient against overly gene...
Howard Hinnant
2012-10-02
1
-0
/
+32
*
Due to a mistake on my own part, I need to burn some version numbers. This d...
Howard Hinnant
2012-09-28
1
-1
/
+1
*
Bump _LIBCPP_VERSION to 1002
Howard Hinnant
2012-09-26
1
-1
/
+1
*
Apply the emulated nullptr_t with constexpr. This is an unusual configuratio...
Howard Hinnant
2012-09-24
1
-11
/
+11
*
Updating email address
Marshall Clow
2012-09-24
1
-1
/
+1
*
Fix installheaders target to do what it did prior to r161760. rdar://12348765
Bob Wilson
2012-09-21
1
-0
/
+9
*
Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...
Howard Hinnant
2012-09-19
2
-1
/
+6
*
Overloaded __pad_and_output on ostreambuf_iterator and in this overload call ...
Howard Hinnant
2012-09-19
2
-0
/
+54
*
Align <atomic> with clang r163964 which disallows const _Atomic types.
Howard Hinnant
2012-09-16
1
-1
/
+1
*
Update CREDITS.TXT
Howard Hinnant
2012-09-14
1
-0
/
+4
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
26
-59
/
+110
*
Dimitry Andric: FreeBSD porting tweaks for PTHREAD_MUTEX_INITIALIZER and PTHR...
Howard Hinnant
2012-09-11
1
-2
/
+2
*
Some minor mingw64 porting tweaks from Glen.
Howard Hinnant
2012-09-03
2
-4
/
+9
*
Change sleep_for, sleep_until, and the condition_variable timed wait
Howard Hinnant
2012-08-30
4
-31
/
+53
*
Hyeon-bin Jeong: libc++ fails to create any classes inherit from basic_ios i...
Howard Hinnant
2012-08-26
1
-2
/
+4
*
Update CREDITS.TXT
Howard Hinnant
2012-08-26
1
-0
/
+4
*
Michel Morin: My previous fix for C++03 was incomplete.
Howard Hinnant
2012-08-25
1
-15
/
+18
*
Wrap throw in _LIBCPP_NO_EXCEPTIONS in debug.cpp. Calls abort if can't throw...
Howard Hinnant
2012-08-24
1
-0
/
+20
*
Have basic_istream seekg, putback and unget first clear eofbit. Fixes http:/...
Howard Hinnant
2012-08-24
1
-0
/
+3
*
Add Hyeon-bin Jeong to CREDITS.TXT
Howard Hinnant
2012-08-24
1
-0
/
+4
*
Hyeon-Bin Jeong: 1. sync() should reset it’s external buffer pointers.
Howard Hinnant
2012-08-24
1
-23
/
+17
*
Fix basic_filebuf's internal buffer is shrinking when using with some codecvt...
Howard Hinnant
2012-08-24
1
-2
/
+3
*
Fixed order of calling use_facet vs setbuf in basic_filebuf default constructor.
Howard Hinnant
2012-08-24
1
-1
/
+1
*
basic_filebuf needs to delay obtaining a codecvt facet from the global locale...
Howard Hinnant
2012-08-24
1
-2
/
+23
*
Fix a typo in the docs
Marshall Clow
2012-08-22
1
-1
/
+1
*
In C++03 mode add an explicit conversion from int to the emulated class enum....
Howard Hinnant
2012-08-19
1
-0
/
+2
*
Patch contributed by Dev Dude for mingw64 port.
Howard Hinnant
2012-08-19
2
-1
/
+4
[next]