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
/
src
/
string.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r284193 - it is not correct on OS X
Eric Fiselier
2016-10-14
1
-3
/
+0
*
Re-export two previously exported std::string functions.
Eric Fiselier
2016-10-14
1
-0
/
+3
*
Revert r282345 - Use __attribute__((internal_linkage)) when available.
Eric Fiselier
2016-10-13
1
-23
/
+0
*
Use __attribute__((internal_linkage)) when available.
Eric Fiselier
2016-09-25
1
-0
/
+23
*
[libc++] Fix extern template visibility for Windows
Shoaib Meenai
2016-09-19
1
-3
/
+3
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
1
-1
/
+1
*
Print log/error messages on stderr, not stdout
Ed Schouten
2015-03-10
1
-1
/
+1
*
Initialize pointer in string conversion helpers to prevent MSAN diagnostic.
Eric Fiselier
2014-11-14
1
-2
/
+2
*
Revert "Turn off extern templates for most uses."
Justin Bogner
2014-08-15
1
-2
/
+0
*
Fix typo.
Joerg Sonnenberger
2013-09-17
1
-1
/
+1
*
Turn off extern templates for most uses. It is causing more problems than it...
Howard Hinnant
2013-08-29
1
-0
/
+2
*
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
Howard Hinnant
2013-08-01
1
-3
/
+3
*
Add some friendly messages to libcxx calls to abort().
Howard Hinnant
2013-07-23
1
-0
/
+2
*
Glen: This patch gets the string conversion functions working on Windows. I...
Howard Hinnant
2013-05-16
1
-489
/
+328
*
Removed raw references to _WIN32; now just check to see if it is defined.
Marshall Clow
2013-03-18
1
-1
/
+1
*
Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ...
Howard Hinnant
2013-01-22
1
-16
/
+16
*
Fix string conversions functions to throw out_of_range properly. Fixes http:...
Howard Hinnant
2013-01-14
1
-58
/
+66
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-18
/
+18
*
Work on Windows port by Ruben Van Boxem
Howard Hinnant
2011-09-23
1
-0
/
+3
*
Fixing up some ABI issues
Howard Hinnant
2011-07-07
1
-46
/
+0
*
LWG 1323
Howard Hinnant
2010-11-17
1
-2
/
+2
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-16
/
+16
*
now works with -fno-exceptions and -fno-rtti
Howard Hinnant
2010-08-11
1
-0
/
+32
*
[string.conversions]
Howard Hinnant
2010-06-02
1
-0
/
+690