Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-02 | Force stack trace for boost format errors | Eelco Dolstra | 1 | -5/+5 | |
2014-02-01 | Remove Automakefiles | Eelco Dolstra | 1 | -12/+0 | |
2014-02-01 | Update Makefile variable names | Eelco Dolstra | 1 | -1/+1 | |
2014-01-30 | Rename Makefile -> local.mk | Eelco Dolstra | 1 | -0/+0 | |
2014-01-09 | Update Makefiles | Eelco Dolstra | 1 | -1/+1 | |
2013-11-25 | Rename Makefile.new -> Makefile | Eelco Dolstra | 1 | -0/+0 | |
2013-11-23 | Use libnix as a prefix for all Nix libraries | Eelco Dolstra | 1 | -0/+2 | |
In particular "libutil" was always a problem because it collides with Glibc's libutil. Even if we install into $(libdir)/nix, the linker sometimes got confused (e.g. if a program links against libstore but not libutil, then ld would report undefined symbols in libstore because it was looking at Glibc's libutil). | |||||
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/+5 | |
2006-09-04 | * Install header files in /nix/include/nix. | Eelco Dolstra | 1 | -1/+5 | |
2006-09-04 | * Store the Nix libraries in ${libdir}/nix instead of ${libdir}. | Eelco Dolstra | 1 | -1/+1 | |
2006-05-12 | * Support for srcdir != builddir (NIX-41). | Eelco Dolstra | 1 | -1/+1 | |
2005-07-22 | * Build dynamic libraries. | Eelco Dolstra | 1 | -2/+2 | |
2004-06-18 | * Shared (garbage collecting) pointers. Copied from Boost. | Eelco Dolstra | 4 | -6/+6 | |
2003-11-25 | * More `make dist' fixes. | Eelco Dolstra | 1 | -4/+4 | |
2003-10-20 | * Finished refactoring the tree. | Eelco Dolstra | 1 | -0/+2 | |
2003-10-20 | * Refactored the source tree. | Eelco Dolstra | 12 | -0/+2274 | |