aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-25Add a Makefile for bsdiffEelco Dolstra
2013-11-25Let ‘make clean’ delete instantiated template filesEelco Dolstra
2013-11-25Remove obsolete setting of $CC_FOR_BUILDEelco Dolstra
2013-11-25Add config.guess, config.sub and install-shEelco Dolstra
2013-11-25Don't install LibtoolEelco Dolstra
2013-11-25Don't instantiate Automake makefilesEelco Dolstra
2013-11-25Use create-dir for installing dynamic librariesEelco Dolstra
2013-11-25Add a function for instantiating Autoconf *.in filesEelco Dolstra
2013-11-25Split Makefile.lib into several *.mk filesEelco Dolstra
2013-11-25Add a rule for creating directoriesEelco Dolstra
2013-11-25Add a generic rule for installing filesEelco Dolstra
2013-11-23Install into $(libdir) instead of $(pkglibdir)Eelco Dolstra
2013-11-23Use libnix as a prefix for all Nix librariesEelco Dolstra
2013-11-23Allow libraries to set an actual name different from the symbolic nameEelco Dolstra
2013-11-23Add Makefile for nix-log2xmlEelco Dolstra
2013-11-24Consistent namingEelco Dolstra
2013-11-24Disallow undefined symbols in dynamic libraries by defaultEelco Dolstra
2013-11-23Drop the dependency on libgc in libmainEelco Dolstra
2013-11-23Initialise Boehm GC only onceEelco Dolstra
2013-11-23Allow (dynamic) libraries to depend on other librariesEelco Dolstra
2013-11-23Support installation of dynamically linked programsEelco Dolstra
2013-11-23Implement basic ‘make install’Eelco Dolstra
2013-11-23Improve building dynamic librariesEelco Dolstra
2013-11-22Support building dynamic librariesEelco Dolstra
2013-11-22Fix building without Boehm GCEelco Dolstra
2013-11-22Add a Makefile variable for enabling debug infoEelco Dolstra
2013-11-22Introduce variables GLOBAL_CFLAGS and GLOBAL_CXXFLAGSEelco Dolstra
2013-11-22Drop the dependency on AutomakeEelco Dolstra
2013-11-22Rename $(here) to $(d) for brevity, and remove trailing slashEelco Dolstra
2013-11-22Automatically regenerate Makefile.configEelco Dolstra
2013-11-22Respect configure flagsEelco Dolstra
2013-11-22Add ‘make dist’ supportEelco Dolstra
2013-11-22Add missing #includeEelco Dolstra
2013-11-22Remove unnecessary lineEelco Dolstra
2013-11-22Clean more aggressivelyEelco Dolstra
2013-11-22Generate the parser and the lexerEelco Dolstra
2013-11-22Automatically emit make rules for header filesEelco Dolstra
2013-11-22New non-recursive, plain Make-based build systemEelco Dolstra
2013-11-22Include <cstring> for memsetEelco Dolstra
2013-11-19Bump version numberEelco Dolstra
2013-11-19Check meta values and warn about bad onesEelco Dolstra
2013-11-19Generalise meta attributesEelco Dolstra
2013-11-19Shorter error messageEelco Dolstra
2013-11-19Drop support for user environment manifests in ATerm formatEelco Dolstra
2013-11-19nix-env -q: Add a --json flagEelco Dolstra
2013-11-19Refactor JSON outputEelco Dolstra
2013-11-19Add a toJSON primopEelco Dolstra
2013-11-18Add a primop unsafeGetAttrPos to return the position of an attributeEelco Dolstra
2013-11-18Add a symbol __curPos that expands to the current source locationEelco Dolstra
2013-11-18Support quoted attribute names in -AEelco Dolstra