From nobody Wed Dec 22 10:06:03 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9CCCE1905F43; Wed, 22 Dec 2021 10:06:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JJpqw5km7z4YTN; Wed, 22 Dec 2021 10:06:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA8261B267; Wed, 22 Dec 2021 10:06:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BMA635g092180; Wed, 22 Dec 2021 10:06:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BMA63We092179; Wed, 22 Dec 2021 10:06:03 GMT (envelope-from git) Date: Wed, 22 Dec 2021 10:06:03 GMT Message-Id: <202112221006.1BMA63We092179@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Dimitry Andric Subject: git: 03a6f0068f1e - stable/12 - Add a few new source files to libc++, in particular the implementation part of std::random_shuffle. These were split off at some point by upstream, but I forgot to add them to our Makefile. List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: src X-Git-Refname: refs/heads/stable/12 X-Git-Reftype: branch X-Git-Commit: 03a6f0068f1e2211252f4d4c2a8f41abcf81c190 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640167567; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=OJ6TPPWtC2oCcwBhSVr3Jd6HkLL/Ei2rwjLhGn1ysVQ=; b=pFRJ5AT8tdDEzDOfWvTPseSVc36v8tcVv8bu9J8GBwFoQKM9Rhza8CUsTLH1U+l+zJExKb /VwFD3kk+zJwPjlFNxzZQeJQ4qk8VzECrzdDHOK1y8IUwbnVyqQRKEmpbbn21NY3JwtUP3 wzCX3CaMGGZMW4AfleBNZqSMcuNAVnBocyBTS2A2zlvZ9UB2KmR8HhxcxbipmfbSnRamxX E/5JZyBrkBC1KPoMvyts7cSiPTjsnils5ae704+kuSXVOwKMPUYtJL/rOYDOLhfyPoYQg4 Qah+Dz9NiCzDoxr0lZAeaB/lwb7IuFGxDb2MykU73xUt1yUFzOLyX7ISe6f+JA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640167567; a=rsa-sha256; cv=none; b=B378RDaWl3i24OL0j8xB2bpCGubDHDoCrKS+tZ849EZgj1Iyyi5QChYsRTKQXvzlhDv3mp 6QF80z5QiCKOofX0dI+VxzoebRu/iaGgbbom7jKL1rgbE6NrpbHdvihZiA48n7a7f8TN9E 0BM7rA3yrSBSFa7gdOQ1Fkc6ejY1hLk+PZQrFdIH7TEC3FFQGcCXrYvWjYqf7LNDWKA8MY hqV7m674oImE/ruyfh2MKr+Xt5gWOhvVZ6Mv5M0JW90zsnPkW0P+w7CHPqqfmKHw8UMZIi mwWgkAEFkW1TpXk4t5uFBO4W7U0Um4siumfR0sMK5bvahZ3iM59VvZDLZBcpWA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/12 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=03a6f0068f1e2211252f4d4c2a8f41abcf81c190 commit 03a6f0068f1e2211252f4d4c2a8f41abcf81c190 Author: Dimitry Andric AuthorDate: 2020-08-22 12:05:11 +0000 Commit: Dimitry Andric CommitDate: 2021-12-22 09:58:33 +0000 Add a few new source files to libc++, in particular the implementation part of std::random_shuffle. These were split off at some point by upstream, but I forgot to add them to our Makefile. This should allow some ports which use std::random_shuffle to correctly link again. Reported by: thierry PR: 248795 MFC after: 6 weeks X-MFX-With: r364284 (cherry picked from commit c37f312d3b9950eb66602e669c548a0bfabd4b7d) --- lib/libc++/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index 880ca5dec056..bfb394fda2fb 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -16,6 +16,8 @@ SHLIB_LDSCRIPT= libc++.ldscript SRCS+= algorithm.cpp SRCS+= any.cpp +SRCS+= atomic.cpp +SRCS+= barrier.cpp SRCS+= bind.cpp SRCS+= charconv.cpp SRCS+= chrono.cpp @@ -38,6 +40,7 @@ SRCS+= mutex_destructor.cpp SRCS+= new.cpp SRCS+= optional.cpp SRCS+= random.cpp +SRCS+= random_shuffle.cpp SRCS+= regex.cpp SRCS+= shared_mutex.cpp SRCS+= stdexcept.cpp