index
:
Project-1CE/bionic
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++
Age
Commit message (
Expand
)
Author
2021-02-16
Fix/update notices.
Elliott Hughes
2016-10-20
One NOTICE file to rule them all.
Dan Albert
2016-08-08
Update NOTICE files.
Elliott Hughes
2016-05-27
Remove libstdc++ include files.
Elliott Hughes
2014-09-14
Fix filename in comment in cmath
m4tx
2014-08-25
Add standard throw() spec to delete operators.
Chih-Hung Hsieh
2014-08-18
Hide C++ stuff in libc. Put it back in libstdc++.
Dan Albert
2014-07-29
Remove declarations for things that don't exist.
Elliott Hughes
2014-07-22
Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files.
Elliott Hughes
2014-07-07
Regenerate the bionic NOTICE files.
Elliott Hughes
2014-06-17
Hide declaration of gets(3) for C11 and later.
Dan Albert
2014-06-17
Revert "Hide declaration of gets(3) for C11 and later."
Dan Albert
2014-06-17
Hide declaration of gets(3) for C11 and later.
Dan Albert
2014-05-14
Move libstdc++ into libc.
Elliott Hughes
2014-02-18
Clean up warnings in libstdc++.
Elliott Hughes
2013-10-09
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-03-15
Clean up internal libc logging.
Elliott Hughes
2012-08-15
Regenerate all NOTICE files with the latest version of the script.
Elliott Hughes
2012-08-13
Add dependencies on all the makefiles.
Elliott Hughes
2012-08-09
Auto-generate a complete NOTICE file.
Elliott Hughes
2012-07-27
Report errors to the log, not just stderr.
Elliott Hughes
2012-04-16
resolved conflicts for merge of 35d592cc to master
Elliott Hughes
2012-04-16
libstdc++: Fix x86 thread-safe one-time-construction implementation.
Fengwei Yin
2011-11-16
bionic: Do not use <sys/atomics.h> for platform code.
David 'Digit' Turner
2011-06-14
libstdc++: make operator new call abort on failure.
David 'Digit' Turner
2010-10-11
Fix the build. Oops.
David 'Digit' Turner
2010-07-07
Add missing SMP barriers to libstdc++
David 'Digit' Turner
2010-06-25
libstdc++: use extern "C++" in all our C++ system headers.
David 'Digit' Turner
2010-01-30
optimize delete/delete[] operators by removing unneeded branch
André Goddard Rosa
2009-11-12
eclair snapshot
Jean-Baptiste Queru
2009-07-10
Add new C++ headers <cerrno> and <cfloat>
David 'Digit' Turner
2009-05-18
Add <cmath> standard C++ header.
David 'Digit' Turner
2009-04-10
AI 145714: Added cstring wrapper around string.h.
Niko Catania
2009-04-08
AI 145059: (Almost) final set of wrapper around the C headers for stdc++ and ...
Niko Catania
2009-04-02
AI 144236: Added new C to stdc++ header files: cassert, cctype, climits, ctime.
Niko Catania
2009-03-30
AI 143504: Completed cstddef to be non empty and similar to the gnu stl imple...
Niko Catania
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project