lix/src
Shea Levy 84a13dc576 Drop support for pre-c++11 compilers.
In particular, gcc 4.6's std::exception::~exception has an exception
specification in c++0x mode, which requires us to use that deprecated
feature in nix (and led to breakage after some recent changes that were
valid c++11).

nix already uses several c++11 features and gcc 4.7 has been around for
over 2 years.
2014-10-18 22:44:59 -04:00
..
boost boost::shared_ptr -> std::shared_ptr 2014-03-30 00:49:23 +01:00
bsdiff-4.3 Fix "make dist" 2014-02-01 14:38:12 +01:00
download-via-ssh Settings: Add bool get() 2014-09-17 15:18:13 +02:00
libexpr Export realiseContext in libnixexpr 2014-10-17 22:15:09 -04:00
libmain Remove redundant space in usage errors 2014-10-14 11:41:04 +02:00
libstore Improved error message when encountering unsupported file types 2014-10-14 10:51:19 +02:00
libutil Drop support for pre-c++11 compilers. 2014-10-18 22:44:59 -04:00
nix-daemon nix-daemon: Close unnecessary fd 2014-09-25 18:45:43 +02:00
nix-env Add --force-name support for --set in nix-env, to support nix-install-package --set 2014-09-23 15:11:24 +02:00
nix-hash Use proper quotes everywhere 2014-08-20 18:03:48 +02:00
nix-instantiate Rename strictForceValue -> forceValueDeep 2014-09-22 16:05:00 +02:00
nix-log2xml nix-log2xml: Handle newlines 2014-08-13 19:06:20 +02:00
nix-store nix-store -q: Check for conflicting flags 2014-10-14 12:15:39 +02:00