Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-09-04 | * Install header files in /nix/include/nix. | Eelco Dolstra | 1 | -5/+5 | |
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | 1 | -1/+2 | |
* Optimise header file usage a bit. * Compile the parser as C++. | |||||
2006-09-04 | * Store the Nix libraries in ${libdir}/nix instead of ${libdir}. | Eelco Dolstra | 1 | -1/+1 | |
2006-08-03 | * `nix-instantiate --print-args': produce XML output so that the | Eelco Dolstra | 1 | -1/+2 | |
result can be used more easily by scripts. | |||||
2006-05-12 | * Support for srcdir != builddir (NIX-41). | Eelco Dolstra | 1 | -1/+1 | |
2006-05-04 | * Use the new ATermMap. | Eelco Dolstra | 1 | -1/+2 | |
2006-02-13 | * Optional switch "--with-openssl=<PATH>" to use OpenSSL's | Eelco Dolstra | 1 | -1/+5 | |
implementations of MD5, SHA-1 and SHA-256. The main benefit is that we get assembler-optimised implementations of MD5 and SHA-1 (though not SHA-256 (at least on x86), unfortunately). OpenSSL's SHA-1 implementation on Intel is twice as fast as ours. | |||||
2005-07-22 | * Build dynamic libraries. | Eelco Dolstra | 1 | -2/+2 | |
2005-01-14 | * Add SHA-256. | Eelco Dolstra | 1 | -2/+2 | |
* Tests for the various hashes. | |||||
2005-01-13 | * Added SHA-1 support. `nix-hash' now has an option `--type sha1' to | Eelco Dolstra | 1 | -1/+2 | |
select SHA-1 hashing. | |||||
2004-10-29 | * Drop ATmake / ATMatcher also in handling store expressions. | Eelco Dolstra | 1 | -7/+0 | |
2004-04-23 | * Pass SYSTEM through config.h, and allow spaces. | Eelco Dolstra | 1 | -1/+1 | |
2004-02-16 | * Allow linking against an external Berkeley DB / ATerm library. | Eelco Dolstra | 1 | -2/+2 | |
2003-12-01 | * Fix `make check'. | Eelco Dolstra | 1 | -1/+1 | |
2003-12-01 | * Use a system name that does not include the OS manufacturer (i.e., | Eelco Dolstra | 1 | -1/+1 | |
"i686-linux" instead of "i686-suse-linux"). | |||||
2003-11-25 | * More `make dist' fixes. | Eelco Dolstra | 1 | -3/+2 | |
2003-11-18 | * Source tree refactoring. | Eelco Dolstra | 1 | -0/+14 | |