A modern, delicious implementation of the Nix package manager, focused on correctness, usability, and growth — and committed to doing right by its community
Find a file
Eelco Dolstra 0541ddc7e3 * Turn off synchronisation between C and C++ I/O functions. This
gives a huge speedup in operations that read or write from standard
  input/output.  (So libstdc++'s I/O isn't that bad, you just have to
  call std::ios::sync_with_stdio(false).)  For instance, `nix-store
  --register-substitutes' went from 1.4 seconds to 0.1 seconds on a
  certain input.  Another victory for Valgrind.
2006-11-18 18:56:30 +00:00
blacklisting
corepkgs * Use "propagated-user-env-packages", not "propagated-build-inputs" 2006-09-25 15:11:59 +00:00
doc * Push. 2006-11-14 10:23:21 +00:00
externals * Grrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr... 2006-11-14 19:18:52 +00:00
make
misc * Finally, a real "let" syntax: `let x = ...; ... z = ...; in ...'. 2006-10-02 15:52:44 +00:00
scripts * Oops, `nix-build --no-out-link' was broken. 2006-10-31 18:45:17 +00:00
src * Turn off synchronisation between C and C++ I/O functions. This 2006-11-18 18:56:30 +00:00
tests * Checks for allowedReferences and some other features. 2006-10-19 17:44:51 +00:00
aterm-gc.supp
AUTHORS
bootstrap.sh
ChangeLog
configure.ac * Don't use the result of `uname -p' on x86_64 as it gives wacky 2006-11-13 14:54:18 +00:00
COPYING
INSTALL
Makefile.am
nix.conf.example
nix.spec.in * Package the include directory. 2006-09-05 11:34:50 +00:00
README
substitute.mk

For installation and usage instructions, please read the manual, which
can be found in `docs/manual/manual.html', and additionally at the Nix
website at <http://www.cs.uu.nl/groups/ST/Trace/Nix>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/)