guix/src/libstore
Peter Simons a17071fef1 Include <cstring> to ensure that strcpy(), strlen(), and memset() are declared.
An "using namespace std" was added locally in those functions that refer to
names from <cstring>. That is not pretty, but it's a very portable solution,
because strcpy() and friends will be found in both the 'std' and in the global
namespace.
2010-06-24 17:51:04 +00:00
..
Makefile.am * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00
build.cc Include <cstring> to ensure that strcpy(), strlen(), and memset() are declared. 2010-06-24 17:51:04 +00:00
derivations.cc * Don't use an ostringstream in unparseDerivation(), because it's 2010-04-21 19:25:50 +00:00
derivations.hh * Don't use the ATerm library for parsing/printing .drv files. 2010-04-19 13:46:58 +00:00
gc.cc * Remove most Cygwin-specific code. Cygwin 1.7 implements advisory 2010-02-02 15:28:36 +00:00
globals.cc Added support for passing an (impure) NIX_BUILD_CORES variable to build expressions. 2010-06-23 14:34:08 +00:00
globals.hh Added support for passing an (impure) NIX_BUILD_CORES variable to build expressions. 2010-06-23 14:34:08 +00:00
local-store.cc * In importPath() and exportPath(), lock the temporary directory to 2010-06-14 08:34:48 +00:00
local-store.hh * Added an option "fsync-metadata" to fsync() changes to 2010-01-29 12:22:58 +00:00
misc.cc * Don't use the ATerm library for parsing/printing .drv files. 2010-04-19 13:46:58 +00:00
misc.hh * Made `nix-store -qR --include-outputs' much faster if there are 2010-01-25 17:18:44 +00:00
optimise-store.cc * Applied a patch from David Brown to prevent `nix-store --optimise' 2010-06-04 13:56:11 +00:00
pathlocks.cc * Revert r19797, and use a simpler solution: just don't monitor build 2010-02-03 21:38:41 +00:00
pathlocks.hh * Revert r19797, and use a simpler solution: just don't monitor build 2010-02-03 21:38:41 +00:00
references.cc
references.hh
remote-store.cc Include <cstring> to ensure that strcpy(), strlen(), and memset() are declared. 2010-06-24 17:51:04 +00:00
remote-store.hh
store-api.cc * Make the garbage collector do the right thing when `gc-keep-outputs' 2010-01-25 16:04:32 +00:00
store-api.hh * Turn build errors during evaluation into EvalErrors. 2010-06-01 11:19:32 +00:00
worker-protocol.hh