This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-modules in repository gcc.
from d34b6baae91 Add libcody with stub users new 7400add66fd Add libcody as an external library new 9a42c3334f1 Install V1 module protocol goop
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: ChangeLog.modules | 32 + Makefile.def | 4 - Makefile.in | 1325 +----------------- Makefile.tpl | 6 + configure | 50 +- configure.ac | 30 +- gcc/Makefile.in | 13 +- gcc/configure | 15 +- gcc/configure.ac | 3 + gcc/cp/Make-lang.in | 29 +- gcc/cp/mapper-client.cc | 936 +++---------- gcc/cp/mapper-client.h | 143 -- gcc/cp/mapper-resolver.cc | 222 +++ gcc/cp/mapper-server.cc | 1950 +++++++-------------------- gcc/cp/mapper-server2.cc | 25 - gcc/cp/mapper.h | 97 +- gcc/cp/module.cc | 297 ++-- gcc/testsuite/g++.dg/modules/bad-mapper-1.C | 4 +- gcc/testsuite/g++.dg/modules/bad-mapper-2.C | 4 +- gcc/testsuite/g++.dg/modules/bad-mapper-3.C | 4 +- gcc/testsuite/g++.dg/modules/map-2.C | 2 +- libcody | 1 - 22 files changed, 1309 insertions(+), 3883 deletions(-) delete mode 100644 gcc/cp/mapper-client.h delete mode 100644 gcc/cp/mapper-server2.cc delete mode 120000 libcody