From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 6717A3846079; Sun, 27 Dec 2020 18:48:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6717A3846079 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 1b32b72e399b97aa54cb0b72e06d2e56420cce3f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3cf814a3f9dc96d00b28e0c8b7db5c62805d5b7f X-Git-Newrev: 1b32b72e399b97aa54cb0b72e06d2e56420cce3f Message-Id: <20201227184808.6717A3846079@sourceware.org> Date: Sun, 27 Dec 2020 18:48:08 +0000 (GMT) From: Gerald Pfeifer X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2020 18:48:08 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 1b32b72e399b97aa54cb0b72e06d2e56420cce3f (commit) from 3cf814a3f9dc96d00b28e0c8b7db5c62805d5b7f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1b32b72e399b97aa54cb0b72e06d2e56420cce3f Author: Gerald Pfeifer Date: Sun Dec 27 19:37:36 2020 +0100 git: Move cilkplus to Inactive branches Cilk Plus has been deprecated more than two years ago and not seen development on the GCC side for a while, too. The certificate for www.cilkplus.org expired four weeks ago, so remove our link there as we move the Cilk Plus entry to the section of Inactive Development branches. diff --git a/htdocs/git.html b/htdocs/git.html index 305d0c93..41bbe35b 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -442,14 +442,6 @@ in Git.

This branch is for development of a C++ modules system. It is maintained by Nathan Sidwell.
-
cilkplus
-
This branch is for the development of - Cilk Plus language extension support - on GCC and G++ compilers. This branch is maintained by - Balaji V. Iyer. - Patches to this branch must be prefixed with [cilkplus] in the - subject line. It is also highly encouraged to CC the maintainer.
-
fortran-dev
This branch is for disruptive changes to the Fortran front end, especially for OOP development and @@ -822,6 +814,13 @@ merged.

the code size optimization of GCC with code factoring methods (code motion and merging algorithms). It is no longer maintained.
+
cilkplus
+
This branch is for the development of Cilk Plus language extension + support on GCC and G++ compilers. This branch is maintained by + Balaji V. Iyer. + Patches to this branch must be prefixed with [cilkplus] in + the subject. It is also highly encouraged to CC the maintainer.
+
compile-server-branch
This branch was aimed at improving compile speed by caching work done between compilations. The work saved is mainly related to header ----------------------------------------------------------------------- Summary of changes: htdocs/git.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) hooks/post-receive -- gcc-wwwdocs