[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/64: Document that we require a C++11 compiler
From: |
Ludovic Courtès |
Subject: |
13/64: Document that we require a C++11 compiler |
Date: |
Mon, 05 Jan 2015 16:38:53 +0000 |
civodul pushed a commit to branch nix
in repository guix.
commit 1f19fdbd45d902a48fd8bacb25ef1a88020a0cc7
Author: Eelco Dolstra <address@hidden>
Date: Fri Apr 4 13:49:53 2014 +0200
Document that we require a C++11 compiler
---
doc/manual/release-notes.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml
index 5147f1f..f993328 100644
--- a/doc/manual/release-notes.xml
+++ b/doc/manual/release-notes.xml
@@ -232,6 +232,10 @@ $ bash <(curl https://nixos.org/nix/install)
the same name from other packages.</para>
</listitem>
+ <listitem>
+ <para>Nix now requires a compiler that supports C++11.</para>
+ </listitem>
+
</itemizedlist>
</section>
- 02/64: Add a function for looking up programs in $PATH, (continued)
- 02/64: Add a function for looking up programs in $PATH, Ludovic Courtès, 2015/01/05
- 03/64: More GNU Make 3.81 compatibility, Ludovic Courtès, 2015/01/05
- 06/64: Add a variable GLOBAL_CXXFLAGS_PCH for use by precompiled headers, Ludovic Courtès, 2015/01/05
- 05/64: Add variable GLOBAL_COMMON_DEPS, Ludovic Courtès, 2015/01/05
- 07/64: Add support for making relocatable packages using $ORIGIN, Ludovic Courtès, 2015/01/05
- 09/64: Tweak error message, Ludovic Courtès, 2015/01/05
- 04/64: Make it work on GNU Make > 3.81 again, Ludovic Courtès, 2015/01/05
- 10/64: Support Illumos, Ludovic Courtès, 2015/01/05
- 11/64: Sync with make-rules repo, Ludovic Courtès, 2015/01/05
- 12/64: Fix compile errors on Illumos, Ludovic Courtès, 2015/01/05
- 13/64: Document that we require a C++11 compiler,
Ludovic Courtès <=
- 16/64: Remove unnecessary quotes around file names, Ludovic Courtès, 2015/01/05
- 08/64: Don't set an absolute soname, Ludovic Courtès, 2015/01/05
- 15/64: Include position info in function application, Ludovic Courtès, 2015/01/05
- 14/64: Update release notes, Ludovic Courtès, 2015/01/05
- 18/64: forceInt: Show position info, Ludovic Courtès, 2015/01/05
- 19/64: forceList: Show position info, Ludovic Courtès, 2015/01/05
- 21/64: forceString: Show position info, Ludovic Courtès, 2015/01/05
- 25/64: Show position info in attribute selection errors, Ludovic Courtès, 2015/01/05
- 29/64: nix-shell --pure: Keep the user's $PAGER, Ludovic Courtès, 2015/01/05
- 27/64: Update release notes, Ludovic Courtès, 2015/01/05