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
*
Fix bug in test; found by AddressSanitizer
Marshall Clow
2013-03-20
1
-1
/
+1
*
Marshall Clow found this memory problem in strstream using -fsanitize=address...
Howard Hinnant
2013-03-19
1
-0
/
+2
*
This is an optimization which produces improved launching time. There should...
Howard Hinnant
2013-03-19
2
-20
/
+22
*
Fix bug in test; found by AddressSanitizer
Marshall Clow
2013-03-18
1
-1
/
+1
*
Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...
Marshall Clow
2013-03-18
4
-13
/
+13
*
Removed raw references to _MSC_VER; now just check to see if it is defined.
Marshall Clow
2013-03-18
1
-6
/
+6
*
Removed raw references to __APPLE__; now just check to see if it is defined.
Marshall Clow
2013-03-18
10
-16
/
+16
*
Removed raw references to _WIN32; now just check to see if it is defined.
Marshall Clow
2013-03-18
8
-19
/
+19
*
This should be nothing but a load-time optimization. I'm trying to reduce lo...
Howard Hinnant
2013-03-16
1
-1
/
+9
*
Updated link to Marshall's instructions
Marshall Clow
2013-03-14
1
-1
/
+1
*
Some forward-looking and optimistic documentation.
Howard Hinnant
2013-03-14
2
-0
/
+157
*
This SO question: http://stackoverflow.com/questions/15344402/how-can-i-read...
Howard Hinnant
2013-03-11
1
-1
/
+1
*
Parsing floating point numbers with very long precision was broken, and this ...
Howard Hinnant
2013-03-08
2
-7
/
+25
*
Albert Wong: definition for regex_traits<_CharT>::__regex_word.
Howard Hinnant
2013-03-07
1
-0
/
+4
*
Change _LIBCPP_TYPE_VIS to use __type_visibility__(default) instead of __visi...
Howard Hinnant
2013-03-07
1
-2
/
+6
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
63
-777
/
+784
*
Have basic_istream::read call sgetn intead of sbumpc individual characters. ...
Howard Hinnant
2013-03-06
1
-10
/
+3
*
Correct silly type-o. Thanks Richard.
Howard Hinnant
2013-03-06
1
-1
/
+1
*
The bitset(unsigned long long) constructor was broken by the constexpr additi...
Howard Hinnant
2013-03-06
1
-0
/
+7
*
Michael van der Westhuizen: correction to the libcxx build instructions when ...
Howard Hinnant
2013-02-26
1
-1
/
+1
*
Alexey Samsonov: #ifdefs out undefined function in static build of libc++ w/o...
Howard Hinnant
2013-02-25
2
-3
/
+10
*
Constrain bind operator()() to not exist if the call is not valid. Fixes htt...
Howard Hinnant
2013-02-21
1
-6
/
+42
*
Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex...
David Chisnall
2013-02-19
1
-1
/
+0
*
Bruce Mitchener: Minor typo fixes.
Howard Hinnant
2013-02-15
3
-4
/
+4
*
[tests] Add support for a link_flags lit parameter.
Daniel Dunbar
2013-02-12
1
-15
/
+31
*
[tests] Another batch of timeout increases.
Daniel Dunbar
2013-02-11
8
-12
/
+12
*
Michael van der Westhuizen: Update instructions for building on Linux.
Howard Hinnant
2013-02-08
1
-0
/
+75
*
Add Michael van der Westhuizen to CREDITS.TXT
Howard Hinnant
2013-02-08
1
-0
/
+3
*
Michael van der Westhuizen: update to CMake.
Howard Hinnant
2013-02-08
1
-110
/
+59
*
[tests] Another batch of timeout increases.
Daniel Dunbar
2013-02-08
5
-5
/
+5
*
[tests] Add back stdc macros I accidentally refactored out.
Daniel Dunbar
2013-02-08
1
-0
/
+1
*
[tests] Increase a bunch of wait limits.
Daniel Dunbar
2013-02-08
11
-12
/
+12
*
Change the 'result_type' from unsigned to 'uint_fast32_t'. This eliminates tr...
Marshall Clow
2013-02-07
1
-1
/
+1
*
Belt and suspenders when calling sysconf
Marshall Clow
2013-02-07
1
-1
/
+3
*
Another libc++ warning suppression on Linux; no functionality change
Marshall Clow
2013-02-07
1
-1
/
+1
*
More libc++ warning suppression on Linux; no functionality change
Marshall Clow
2013-02-07
1
-2
/
+6
*
Revert accidental check-in. These changes are probably good, but premature a...
Howard Hinnant
2013-02-07
4
-35
/
+8
*
Michael van der Westhuizen: The attached patch add support for building again...
Howard Hinnant
2013-02-07
5
-8
/
+118
*
Clean up some warnings for Linux build; No functionality change
Marshall Clow
2013-02-07
1
-43
/
+50
*
[build/Darwin] Use the correct libc++abi reexport list.
Daniel Dunbar
2013-02-07
1
-1
/
+9
*
[build] Detabify.
Daniel Dunbar
2013-02-07
1
-44
/
+44
*
Marcin Zalewski: Change the name of a template parameter in __copy_backward ...
Howard Hinnant
2013-02-06
1
-2
/
+2
*
Give a lot more timing latitude to some of the timing tests. Busy buildbots a...
Howard Hinnant
2013-02-06
5
-8
/
+8
*
[tests] Infer the cxx_under_test (as clang++).
Daniel Dunbar
2013-02-06
1
-4
/
+11
*
[tests] Change test default to run against locally built library.
Daniel Dunbar
2013-02-06
1
-3
/
+3
*
[tests] Enable use_system_lib support on Linux.
Daniel Dunbar
2013-02-06
1
-1
/
+2
*
[tests] One last batch of XFAILs, for tests using new symbols added to libc++.
Daniel Dunbar
2013-02-06
16
-0
/
+80
*
[build] Create the link for the final library install name in the lib dir.
Daniel Dunbar
2013-02-06
1
-0
/
+15
*
[tests] Accept XFAIL arguments that match any part of a feature.
Daniel Dunbar
2013-02-06
1
-3
/
+4
*
[tests] XFAIL some locale tests that don't seem to work on any Darwin.
Daniel Dunbar
2013-02-05
8
-0
/
+16
[next]