about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2013-12-20 nix-env --set-flag: Barf if a selector doesn't match any installed packageEelco Dolstra1-5/+13
2013-12-20 Scan /proc/<pid>/cmdline for GC rootsEelco Dolstra1-4/+8
2013-12-20 nix-shell: Don't warn about the lack of a GC rootEelco Dolstra2-1/+6
2013-12-20 nix-shell: Set $IN_NIX_SHELL before evaluationEelco Dolstra1-2/+2
2013-12-20 nix-shell: Handle --option correctlyEelco Dolstra2-3/+7
2013-12-18 Add support for building JARs from Java sourcesEelco Dolstra2-1/+39
2013-12-18 Add a function for doing recursive wildcard searchesEelco Dolstra1-0/+5
2013-12-17 nix-shell --pure: Keep $TERMEelco Dolstra1-1/+1
2013-12-17 Set default installation pathsEelco Dolstra1-7/+12
2013-12-16 make dryclean: Sort namesEelco Dolstra1-1/+1
2013-12-16 No longer interpret $(..._SOURCES) relative to $(..._DIR)Eelco Dolstra2-8/+18
2013-12-12 Don't include all *.dep filesEelco Dolstra1-2/+4
2013-12-12 Add 'make help'Eelco Dolstra1-0/+24
2013-12-12 Get rid of whitespace in $(d)Eelco Dolstra1-1/+1
2013-12-12 Handle *.cpp extensionEelco Dolstra1-0/+3
2013-12-12 Only provide 'make dist' if PACKAGE_NAME is setEelco Dolstra1-0/+4
2013-12-12 dryclean: Show what actual files would be deletedEelco Dolstra1-2/+2
2013-12-10 Initial commit (imported from the Nix repo)Eelco Dolstra9-0/+335
2013-12-10 Bump language version for new storePath featureShea Levy1-1/+1
2013-12-10 builtins.storePath: Try to substitute the path if it is not yet validShea Levy1-2/+2
2013-12-10 Garbage collector: Release locks on temporary root filesEelco Dolstra1-0/+1
2013-12-05 Print a trace message if a build fails due to the platform being unknownEelco Dolstra1-1/+4
2013-12-04 Add missing fileEelco Dolstra1-0/+29
2013-12-02 Install bsdiff and bspatch in $(libexecdir)/nixEelco Dolstra3-4/+4
2013-11-25 Add support for ‘make installcheck’Eelco Dolstra11-28/+52
2013-11-25 Add a Makefile for the Perl stuffEelco Dolstra6-7/+59
2013-11-25 Expand configure variables before writing config.statusEelco Dolstra2-3/+10
2013-11-25 Rename Makefile.new -> MakefileEelco Dolstra18-22/+20
2013-11-25 Add a Makefile for the scripts directoryEelco Dolstra7-11/+92
2013-11-25 Add a Makefile for bsdiffEelco Dolstra4-2/+18
2013-11-25 Let ‘make clean’ delete instantiated template filesEelco Dolstra1-0/+2
2013-11-25 Remove obsolete setting of $CC_FOR_BUILDEelco Dolstra1-10/+0
2013-11-25 Add config.guess, config.sub and install-shEelco Dolstra4-9/+3850
2013-11-25 Don't install LibtoolEelco Dolstra1-16/+0
2013-11-25 Don't instantiate Automake makefilesEelco Dolstra1-25/+1
2013-11-25 Use create-dir for installing dynamic librariesEelco Dolstra2-4/+5
2013-11-25 Add a function for instantiating Autoconf *.in filesEelco Dolstra3-4/+14
2013-11-25 Split Makefile.lib into several *.mk filesEelco Dolstra9-203/+243
2013-11-25 Add a rule for creating directoriesEelco Dolstra1-9/+19
2013-11-25 Add a generic rule for installing filesEelco Dolstra2-1/+16
2013-11-23 Install into $(libdir) instead of $(pkglibdir)Eelco Dolstra1-2/+2
2013-11-23 Use libnix as a prefix for all Nix librariesEelco Dolstra5-0/+10
2013-11-23 Allow libraries to set an actual name different from the symbolic nameEelco Dolstra1-6/+7
2013-11-23 Add Makefile for nix-log2xmlEelco Dolstra2-0/+6
2013-11-24 Consistent namingEelco Dolstra1-10/+10
2013-11-24 Disallow undefined symbols in dynamic libraries by defaultEelco Dolstra2-4/+12
2013-11-23 Drop the dependency on libgc in libmainEelco Dolstra4-22/+22
2013-11-23 Initialise Boehm GC only onceEelco Dolstra1-2/+2
2013-11-23 Allow (dynamic) libraries to depend on other librariesEelco Dolstra5-8/+17
2013-11-23 Support installation of dynamically linked programsEelco Dolstra2-5/+39