Commit graph

  • a5ceb5bc0b * nix-build: default to ./default.nix' if no paths are specified. So when using Nix as a build tool, you can just say nix-build' and it will build the top-level derivation defined in `default.nix'. Eelco Dolstra 2005-07-13 17:39:10 +0000
  • d4879b4dfe * Add curl to the RPM dependencies. Should fix NIX-11. Eelco Dolstra 2005-07-12 16:08:10 +0000
  • 22d3587f3b * In nix-instantiate, at top-level, call functions that have arguments with default values automatically. I.e., e -> e {}. Eelco Dolstra 2005-07-12 16:06:25 +0000
  • 928a7c06dc * Don't create patches for archives >= 150 MB because bsdiff can't handle it. It crashed on the 234 MB tetex archive. Probably we will never be able to handle archives of that size on 32-bit machines (because bsdiff does everything in memory requiring max(17*n,9*n+m)+O(1) bytes, so the address space simply isn't there). Eelco Dolstra 2005-06-18 14:20:24 +0000
  • 040140dd1c * Added a primop removeAttrs' to remove attributes from a set, e.g., removeAttrs attrs ["x", "y"]' returns the set attrs' with the attributes named x' and `y' removed. It is not an error for the named attributes to be missing from the input set. Eelco Dolstra 2005-05-18 17:19:21 +0000
  • 109cde6706 * Ignore (with a warning) invalid garbage collector roots. Eelco Dolstra 2005-05-10 14:56:10 +0000
  • c09e47c68f * Some svn:ignores. Eelco Dolstra 2005-05-10 14:43:17 +0000
  • 8be1db899e * Another typo. Eelco Dolstra 2005-05-10 14:24:48 +0000
  • cbc8d083ac * Make unpacking of patch sequences much faster by not doing redundant unpacking and repacking of intermediate paths. Eelco Dolstra 2005-05-10 14:22:36 +0000
  • 456f3251d2 * Typo. Eelco Dolstra 2005-05-10 14:21:46 +0000
  • 9ec7e58aa4 * Handle store path arguments in `nix-env -i' correctly again. Eelco Dolstra 2005-05-09 17:55:35 +0000
  • bfe4875a5e * Use Berkeley DB 4.3.38. Eelco Dolstra 2005-05-09 15:30:13 +0000
  • 8f57634c14 * Automatically upgrade the Berkeley DB environment if necessary. Eelco Dolstra 2005-05-09 15:25:47 +0000
  • 88dea78cdf * Crazy: don't use real hashes of real components in examples, since they cause Nix builds to have unnecessary retained dependences (e.g., on Subversion). Eelco Dolstra 2005-05-09 09:58:00 +0000
  • edd145d2fb * Lazily compute the derivation and output paths of derivations. This makes most query and installation operations much faster (e.g., `nix-env -qa' on the current Nixpkgs is about 10 times faster). Eelco Dolstra 2005-05-08 10:32:09 +0000
  • 426593162e * ATermMap needs an assignment operator, otherwise we are screwed. Eelco Dolstra 2005-05-08 10:28:19 +0000
  • 77557a6f06 Commit 3000! Eelco Dolstra 2005-05-07 21:48:49 +0000
  • 6057b51835 * Don't try to register GC roots in read-only mode. Eelco Dolstra 2005-05-07 21:33:31 +0000
  • 6c88d67780 * Build .tar.bz2 files in `make dist'. Eelco Dolstra 2005-05-07 15:45:38 +0000
  • d8cda7c3dc * Mac OS X (and POSIX) doesn't have readlink. Eelco Dolstra 2005-05-06 14:43:14 +0000
  • 52a2f41320 * Include some required header files. Eelco Dolstra 2005-05-04 16:33:20 +0000
  • 26fd28432d * FreeBSD 4.x doesn't have stdint.h, use inttypes.h instead (which is also part of ISO C). Eelco Dolstra 2005-05-04 16:32:54 +0000
  • 5dea0622d1 * Idem (constness fix). * `compare' in GCC 2.95 is broken. Eelco Dolstra 2005-05-04 16:31:49 +0000
  • 4a266e35d4 * GCC 2.95 compatibility fix in constness; strangely, I think this should not have worked at all. Eelco Dolstra 2005-05-04 16:31:24 +0000
  • d7b3cdbd91 * GCC 2.95 compatibility. Prevents internal compiler error in member template friends. Eelco Dolstra 2005-05-04 16:30:35 +0000
  • ae6d9033a1 * The eof() state isn't guaranteed to be set non-lazily. GCC 2.95 compatibility fix. Eelco Dolstra 2005-05-04 16:29:44 +0000
  • d8a31da1ea * Use $(MAKE)' instead of make' for systems where `make' isn't GNU make (such as FreeBSD). Eelco Dolstra 2005-05-04 16:28:39 +0000
  • 36fb29f8f0 * Merge remaining stuff from the nix-make branch. * Add support for the creation of shared libraries to compileC', link', and `makeLibrary'. * Enable the ATerm library to be made into a shared library. Eelco Dolstra 2005-05-02 15:25:28 +0000
  • 02f2da0142 * Merging from nix-make branch: - Add __currentTime primitive (dangerous!). - Allow imports of derivations. Eelco Dolstra 2005-05-02 14:44:58 +0000
  • 6842bc9ac4 * Be quiet when untarring a channel file. Eelco Dolstra 2005-05-01 09:36:28 +0000
  • f913283570 * Remove redundant message. Eelco Dolstra 2005-04-13 09:20:27 +0000
  • 9f3601a36c * Argh! The patch downloader was broken due to the renaming of the `--isvalid' flag in nix-store. Eelco Dolstra 2005-04-12 10:51:38 +0000
  • f3660b1c8c * Garbage collector fix: allow deletion of paths that have invalid (but substitutable) referers. Eelco Dolstra 2005-04-12 10:51:00 +0000
  • d5219a351a * Damn. Disable the USE heuristic for now, since the deriver in the database isn't always in the manifest (so the reference graph cannot be reconstructed fully). Eelco Dolstra 2005-04-12 10:07:02 +0000
  • 1d86790910 * Bump the version number to 0.9. Eelco Dolstra 2005-04-11 13:04:54 +0000
  • bc5e26dcda * Mark date. Eelco Dolstra 2005-04-11 11:34:49 +0000
  • cab7816b56 * Slightly nicer message. Eelco Dolstra 2005-04-11 08:07:41 +0000
  • 82d771f6e6 * Manual updates. Eelco Dolstra 2005-04-10 20:54:21 +0000
  • c9c58dba55 * Primop `__currentSystem' to return the current platform identifier. Eelco Dolstra 2005-04-10 17:38:19 +0000
  • b4b51c9f93 * NEWS. Eelco Dolstra 2005-04-09 19:31:12 +0000
  • fb45b0f548 * Document nix-channel. Eelco Dolstra 2005-04-09 17:16:00 +0000
  • c702dfca3f * nix-store: --substitute' -> --register-substitutes'. Eelco Dolstra 2005-04-08 13:48:41 +0000
  • 8b70f138e0 * Lots of manual updates, in particular the new `nix-store --query' options were documented, as well as the Nix configuration file. Eelco Dolstra 2005-04-08 13:00:38 +0000
  • 4271385a73 * Make `nix-store --query --tree' work on non-derivations (i.e., on any store path). Eelco Dolstra 2005-04-08 12:57:16 +0000
  • 90905634ed * Doh. Eelco Dolstra 2005-04-08 09:28:50 +0000
  • b9d8ecbc6a * More doc updates. Eelco Dolstra 2005-04-07 15:51:27 +0000
  • 7d876f8fa7 * Get rid of fetchurl, we don't need it anymore. Eelco Dolstra 2005-04-07 14:35:44 +0000
  • 10c429c757 * If store paths are specified as sources in Nix expressions, don't copy them, but use them directly. Eelco Dolstra 2005-04-07 14:35:01 +0000
  • f9848d4f31 * Support base-32 hash representations. Eelco Dolstra 2005-04-07 14:33:32 +0000
  • c815aff21b * `nix-store --add-fixed' to preload the outputs of fixed-output derivations. This is mostly to simplify the implementation of nix-prefetch-{url, svn}, which now work properly in setuid installations. Eelco Dolstra 2005-04-07 14:01:51 +0000
  • 57d023a184 * More manual updates. Eelco Dolstra 2005-04-07 10:47:58 +0000
  • f1ae10b992 * Build hook documentation. * nix-store options. Eelco Dolstra 2005-04-07 09:36:35 +0000
  • 806b91f104 * GC docs. Eelco Dolstra 2005-04-07 08:17:04 +0000
  • 128c174295 * Manual updates. Eelco Dolstra 2005-04-05 15:28:30 +0000
  • 229252941a * Some GC documentation. Eelco Dolstra 2005-04-05 11:30:56 +0000
  • 6c8cf567b8 * Use `--nonet' flag. Eelco Dolstra 2005-04-05 11:29:46 +0000
  • 31e140d70b * I said it couldn't be done. I was wrong. Eelco Dolstra 2005-04-04 15:18:19 +0000
  • 4a83c12c5d * Added a glossary to the manual. Eelco Dolstra 2005-04-01 15:34:23 +0000
  • 6f788880b6 * Re-enable dot graph generation. Eelco Dolstra 2005-03-26 22:06:57 +0000
  • 298dd487bb * When finding live paths, the deriver need not be valid. Eelco Dolstra 2005-03-25 14:31:12 +0000
  • ebe342c9c1 * Better error checking. Eelco Dolstra 2005-03-25 14:30:01 +0000
  • 7eaf038763 * `nix-store --verify': repair bad referer mappings. Eelco Dolstra 2005-03-25 14:21:49 +0000
  • c6178f0b03 * Create missing log and temproots directories automatically (reported by Rob). Eelco Dolstra 2005-03-24 17:46:38 +0000
  • d1487d9015 * This is a better location to keep the blacklist, since it can evolve separately from Nix or Nixpkgs. Eelco Dolstra 2005-03-24 14:07:02 +0000
  • 009752ca70 * Blacklist Firefox 1.0.1. Eelco Dolstra 2005-03-24 13:44:47 +0000
  • cff6bc06df * Fix endianness bug. Eelco Dolstra 2005-03-23 19:18:22 +0000
  • 590e5a0d65 * Add a test for base-32 encoding of hashes since it seems to be broken on Mac OS X. Eelco Dolstra 2005-03-23 17:13:42 +0000
  • 0df9f08078 * Export the references graph to the build hook. Eelco Dolstra 2005-03-23 13:16:36 +0000
  • 3f236f01ae * `nix-store --register-validity': allow a path to refer to a path listed later in the list of new valid paths. Eelco Dolstra 2005-03-23 13:07:28 +0000
  • a04c62e0c4 * Canonicalise path meta-data in `nix-store --register-validity'. Eelco Dolstra 2005-03-23 12:06:57 +0000
  • f20f081560 * nix-store: --isvalid' -> --check-validity', --validpath' -> --register-validity'. * `nix-store --register-validity': read arguments from stdin, and allow the references and deriver to be set. Eelco Dolstra 2005-03-23 11:25:20 +0000
  • a1e00bf6aa * Remove non-POSIX flag. Eelco Dolstra 2005-03-21 16:28:58 +0000
  • ab75a50ba4 * Fink compatibility. Eelco Dolstra 2005-03-21 10:06:11 +0000
  • 7272c3f817 * Ignore hash conflicts in gc-releases.pl. Eelco Dolstra 2005-03-18 09:43:25 +0000
  • 67eff20906 * Manual updates. Eelco Dolstra 2005-03-17 10:30:53 +0000
  • ad3121a52d * Documented common environment variables. Eelco Dolstra 2005-03-16 16:45:29 +0000
  • f982df3cd7 * Update the user environments figure to show multiple profiles and users. * Change to base-32 hashes. Eelco Dolstra 2005-03-16 14:40:48 +0000
  • afc3a7b79b * Automake 1.9 compatibility. Eelco Dolstra 2005-03-16 10:46:33 +0000
  • 693ff4f6bf * Some more updates. Eelco Dolstra 2005-03-15 15:42:11 +0000
  • 62dbfbc45b * Remove Docbook EBNF dependency. Eelco Dolstra 2005-03-15 14:38:22 +0000
  • e301334696 * XInclude all the way. Eelco Dolstra 2005-03-15 13:55:41 +0000
  • b376565b86 * Manual updates. Eelco Dolstra 2005-03-15 13:21:32 +0000
  • bacd3a6cfa * Purify all corepkgs builders. Eelco Dolstra 2005-03-15 12:03:15 +0000
  • e52ae1c0ff * Use SHA-256 for nix-push. Eelco Dolstra 2005-03-15 11:12:48 +0000
  • 155c91b335 * Upgrade information. Eelco Dolstra 2005-03-14 18:56:02 +0000
  • 5675d5f488 * Idem. Eelco Dolstra 2005-03-14 18:55:46 +0000
  • 6fb5f7e532 * Pass `--base32' unless using MD5. Eelco Dolstra 2005-03-14 18:55:29 +0000
  • c757d16c8c * Bug in clearSubstitutes(). Eelco Dolstra 2005-03-14 18:54:40 +0000
  • bb2e53699f * Parse new hash format properly. Eelco Dolstra 2005-03-14 17:05:42 +0000
  • 5863f24722 * Print SHA-1 hashes in base-32 by default. Eelco Dolstra 2005-03-14 17:05:20 +0000
  • bd333b939c * Prefix hash algorithm in patch generator too. Eelco Dolstra 2005-03-14 16:46:19 +0000
  • 8eff18cd43 * Set NAR name to content hash; previous nix-push names were not unique. * Drop `hashAlgo' attribute in manifests; prefix hashes with the hash algorithm instead. Eelco Dolstra 2005-03-14 15:09:53 +0000
  • 1562dfe9ba * Script to garbage collect nix-push directories. It prints out all file names in the directory not included in any of the manifests specified on the command line. Eelco Dolstra 2005-03-14 14:03:41 +0000
  • 012b812698 * Preliminary NEWS for 0.8. Eelco Dolstra 2005-03-11 18:35:58 +0000
  • 536f324177 * nix-install-package: install outPath, not drvPath, for now. * nix-prefecth-url: print out in base-16. Eelco Dolstra 2005-03-11 15:27:37 +0000
  • 08df443618 * Check for duplicate attributes and formal parameters in Nix expressions. Eelco Dolstra 2005-03-10 11:33:46 +0000
  • 97c93526da * In the checker, do traversals of the dependency graph explicitly. A conditional expression in the blacklist can specify when to continue/stop a traversal. For example, in Eelco Dolstra 2005-03-07 16:26:05 +0000
  • bfbc55cbc6 * Use XML::LibXML. Eelco Dolstra 2005-03-07 14:54:52 +0000
  • 543d7a41dc * Automatically add propagated build inputs to user environments. Maybe this is a bad idea. Eelco Dolstra 2005-03-07 13:27:56 +0000
  • 9a7f95882c * Basic blacklist checker. Each element in a user environment is checked against every item in a blacklist. Eelco Dolstra 2005-03-04 11:12:48 +0000