about summary refs log tree commit diff
path: root/src/libutil/types.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-23 Move ref<t> into a separate headerEelco Dolstra1-59/+2
2016-02-11 ref<T>: Add cast operatorEelco Dolstra1-13/+6
2016-02-04 Eliminate the "store" global variableEelco Dolstra1-0/+67
2014-12-10 Revert "Use posix_spawn to run the pager"Eelco Dolstra1-1/+0
2014-12-05 Use posix_spawn to run the pagerEelco Dolstra1-0/+1
2014-10-20 Fix build on gcc < 4.7Shea Levy1-0/+13
2014-10-20 Revert "Drop support for pre-c++11 compilers."Shea Levy1-1/+2
2014-10-18 Drop support for pre-c++11 compilers.Shea Levy1-2/+1
2014-07-09 Fix compilation error on some versions of GCCEelco Dolstra1-2/+2
2014-03-28 Don't interpret strings as format stringsEelco Dolstra1-7/+16
2012-09-11 Include config.h before any other headerEelco Dolstra1-0/+2
2012-07-18 Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra1-5/+1
2011-02-09 * Sync with the trunk.Eelco Dolstra1-2/+0
2011-01-14 Remove useless <config.h> inclusion from public header.Ludovic Courtès1-2/+0
2010-12-13 * nix-instantiate: return exit status 100 to denote a permanent buildEelco Dolstra1-2/+3
2010-11-16 * Sync with the trunk.Eelco Dolstra1-0/+2
2010-10-04 * Make sure that config.h is included before the system headers,Eelco Dolstra1-0/+2
2010-08-30 * When using the build hook, distinguish between the stderr of theEelco Dolstra1-1/+1
2009-06-30 * Don't show trace information by default (`--show-trace' to enable).Eelco Dolstra1-0/+2
2007-08-12 * Get rid of the substitutes database table (NIX-47). Instead, if weEelco Dolstra1-11/+15
2006-12-05 * The determination of the root set should be made by the privilegedEelco Dolstra1-0/+1
2006-12-04 * Daemon mode (`nix-worker --daemon'). Clients connect to the serverEelco Dolstra1-2/+0
2006-09-04 * Use a proper namespace.Eelco Dolstra1-0/+73