gcc/libstdc++-v3
Jonathan Wakely bf53e6a9dd acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not available.
* acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h>
	is not available.
	(GLIBCXX_CHECK_FILESYSTEM_DEPS): Check for fchmodat.
	* configure: Regenerate.
	* config.h.in: Regenerate.
	* configure.ac: Check for utime.h
	* include/experimental/fs_path.h (path::string<>)
	[_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Remove stray typename keyword.
	* src/filesystem/dir.cc [!_GLIBCXX_HAVE_DIRENT_H] (DIR, opendir,
	closedir, dirent, readdir_r): Replace dummy functions with #error.
	(native_readdir, _Dir::advance): Use readdir when readdir_r is missing.
	* src/filesystem/ops.cc (do_stat, is_set): Make inline.
	(last_write_time) [!_GLIBCXX_USE_UTIMENSAT]: Use utime.
	(permissions) [!_GLIBCXX_USE_FCHMODAT]: Use chmod.
	(space, temp_directory_path) [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Set
	error_code.

From-SVN: r222703
2015-05-01 20:48:00 +01:00
..
config gnu.ver: Fix comment. 2015-04-27 21:52:14 +01:00
doc intro.xml: Link to new status_cxx2017.xml file. 2015-05-01 12:02:24 +01:00
include acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not available. 2015-05-01 20:48:00 +01:00
libsupc++ exception (uncaught_exceptions): Add comment. 2015-04-28 13:07:40 +01:00
po Update copyright years. 2015-01-05 13:33:28 +01:00
python fs_path.h (path::_List): Use vector instead of list. 2015-05-01 20:47:55 +01:00
scripts Implement N4100 File System TS 2015-04-30 20:11:52 +01:00
src acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not available. 2015-05-01 20:48:00 +01:00
testsuite fs_path.h (path::_List): Use vector instead of list. 2015-05-01 20:47:55 +01:00
acinclude.m4 acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not available. 2015-05-01 20:48:00 +01:00
aclocal.m4
ChangeLog acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not available. 2015-05-01 20:48:00 +01: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
ChangeLog-2014 Rotate libstdc++-v3/ChangeLog 2015-01-02 16:50:36 +00:00
config.h.in acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not available. 2015-05-01 20:48:00 +01:00
configure acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not available. 2015-05-01 20:48:00 +01:00
configure.ac acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not available. 2015-05-01 20:48:00 +01:00
configure.host libstdc++, libgfortran gthr workaround for musl 2015-04-22 14:24:11 +00:00
crossconfig.m4
fragment.am
linkage.m4
Makefile.am Makefile.am (SUBDIRS): Move python to hosted_source. 2015-04-28 20:42:51 +01:00
Makefile.in Makefile.am (SUBDIRS): Move python to hosted_source. 2015-04-28 20:42:51 +01: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.