Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-06-25 | * A flag `--keep-going / -k' to keep building goals if one fails, as | Eelco Dolstra | 1 | -0/+4 | |
much as possible. (This is similar to GNU Make's `-k' flag.) * Refactoring to implement this: previously we just bombed out when a build failed, but now we have to clean up. In particular this means that goals must be freed quickly --- they shouldn't hang around until the worker exits. So the worker now maintains weak pointers in order not to prevent garbage collection. * Documented the `-k' and `-j' flags. | |||||
2004-05-12 | * A switch `-j NUMBER' to set the maximum number of parallel jobs (0 = | Eelco Dolstra | 1 | -0/+3 | |
no limit). * Add missing file to distribution. | |||||
2004-01-13 | * Option `-B' to always show the output of builders, regardless of | Eelco Dolstra | 1 | -0/+4 | |
verbosity level. | |||||
2003-11-19 | * nix-env: a tool to manage user environments. | Eelco Dolstra | 1 | -0/+3 | |
* Replace all directory reading code by a generic readDirectory() function. | |||||
2003-11-18 | * libnix -> libstore. | Eelco Dolstra | 1 | -0/+29 | |