This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from e2341acab Update cxx2a status new 59f238987 libcxx: Move Windows threading support into a .cpp file. new f493c2fed libcxx: Provide overloads for basic_filebuf::open() et al tha [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/__config | 1 + include/__threading_support | 298 +++------------------ include/fstream | 177 ++++++++++++ src/support/win32/thread_win32.cpp | 275 +++++++++++++++++++ .../fstreams/fstream.cons/wchar_pointer.pass.cpp} | 10 +- .../fstream.members/open_wchar_pointer.pass.cpp} | 10 +- .../file.streams/fstreams/ifstream.cons}/test.dat | 0 .../fstreams/ifstream.cons/wchar_pointer.pass.cpp} | 16 +- .../ifstream.members/open_wchar_pointer.pass.cpp} | 8 +- .../fstreams/ifstream.members/test.dat | 0 .../fstreams/ofstream.cons/wchar_pointer.pass.cpp} | 10 +- .../ofstream.members/open_wchar_pointer.pass.cpp} | 10 +- test/support/platform_support.h | 12 + 13 files changed, 535 insertions(+), 292 deletions(-) create mode 100644 src/support/win32/thread_win32.cpp copy test/{std/input.output/file.streams/fstreams/fstream.cons/pointer.pass.cpp => [...] copy test/{std/input.output/file.streams/fstreams/fstream.members/open_pointer.pas [...] copy test/{std/input.output/file.streams/fstreams/ifstream.assign => libcxx/input. [...] copy test/{std/input.output/file.streams/fstreams/ifstream.cons/pointer.pass.cpp = [...] copy test/{std/input.output/file.streams/fstreams/ifstream.members/open_pointer.pa [...] copy test/{std => libcxx}/input.output/file.streams/fstreams/ifstream.members/test [...] copy test/{std/input.output/file.streams/fstreams/ofstream.cons/pointer.pass.cpp = [...] copy test/{std/input.output/file.streams/fstreams/ofstream.members/open_pointer.pa [...]