gcc/libstdc++-v3
Jonathan Wakely dd35f66287
libstdc++: Document thread-safety for COW std::string [PR21334]
The gcc4-compatible copy-on-write std::string does not conform to the
C++11 requirements on data race avoidance in standard containers.
Specifically, calling non-const member functions such as begin() and
data() needs to do the "copy on write" operation and so is most
definitely a modification of the object. As such, those non-const
members must not be called concurrently with any other uses of the
string object.

libstdc++-v3/ChangeLog:

	PR libstdc++/21334
	* doc/xml/manual/using.xml: Document that container data race
	avoidance rules do not apply to COW std::string.
	* doc/html/*: Regenerate.
2025-04-14 13:13:11 +01:00
..
config hpux: Remove _GLIBCXX_USE_LONG_LONG define from hpux os_defines.h 2025-04-10 09:59:01 -04:00
doc libstdc++: Document thread-safety for COW std::string [PR21334] 2025-04-14 13:13:11 +01:00
include libstdc++: Use constexpr-if for std::basic_string::_S_copy_chars 2025-04-11 13:17:15 +01:00
libsupc++ Update copyright years. 2025-01-02 11:59:57 +01:00
po Update copyright years. 2025-01-02 11:59:57 +01:00
python libstdc++: Make GDB skip over some library functions [PR118260] 2025-01-08 12:45:38 +00:00
scripts libstdc++: Fix gnu.ver CXXABI_1.3.16 for Solaris [PR118701] 2025-02-05 09:59:56 +01:00
src libstdc++: Add fast_float patch to LOCAL_PATCHES 2025-04-11 14:21:35 +01:00
testsuite libstdc++: Use UTF-32BE as wide encoding for big-endian machines [PR119725] 2025-04-14 13:19:15 +02:00
.editorconfig libstdc++: editorconfig: Adjust wildcard patterns 2024-12-07 08:49:26 +00:00
acinclude.m4 GCN, nvptx libstdc++: Force use of '__atomic' builtins [PR119645] 2025-04-07 15:57:30 +02:00
aclocal.m4
ChangeLog Daily bump. 2025-04-12 00:17:42 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013 Rotate ChangeLog files. 2025-01-02 11:06:31 +01:00
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
ChangeLog-2020
ChangeLog-2021
ChangeLog-2022 Rotate ChangeLog files. 2025-01-02 11:06:31 +01:00
ChangeLog-2023 Rotate ChangeLog files. 2025-01-02 11:06:31 +01:00
ChangeLog-2024 Rotate ChangeLog files. 2025-01-02 11:06:31 +01:00
config.h.in Libstdc++: Fix bootstrap failure for cross without tm.tm_zone [PR119550] 2025-03-31 22:54:08 +01:00
configure GCN, nvptx libstdc++: Force use of '__atomic' builtins [PR119645] 2025-04-07 15:57:30 +02:00
configure.ac Libstdc++: Fix bootstrap failure for cross without tm.tm_zone [PR119550] 2025-03-31 22:54:08 +01:00
configure.host GCN, nvptx libstdc++: Force use of '__atomic' builtins [PR119645] 2025-04-07 15:57:30 +02:00
crossconfig.m4
fragment.am
linkage.m4
Makefile.am Update copyright years. 2025-01-02 11:59:57 +01:00
Makefile.in libstdc++: Use -C option to run recursive make in sub-directories 2024-11-16 01:05:06 +00:00
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.