Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-23 | Drop the dependency on libgc in libmain | Eelco Dolstra | 1 | -2/+0 | |
Instead, libexpr now depends on libgc. This means commands like nix-store that don't do any evaluation no longer require libgc. | |||||
2013-11-23 | Allow (dynamic) libraries to depend on other libraries | Eelco Dolstra | 1 | -0/+2 | |
2013-11-22 | Support building dynamic libraries | Eelco Dolstra | 1 | -1/+1 | |
2013-11-22 | Fix building without Boehm GC | Eelco Dolstra | 1 | -1/+1 | |
2013-11-22 | Rename $(here) to $(d) for brevity, and remove trailing slash | Eelco Dolstra | 1 | -1/+1 | |
2013-11-22 | New non-recursive, plain Make-based build system | Eelco Dolstra | 1 | -0/+7 | |