tvl-depot/src/libstore
Eelco Dolstra 8b8ee53bc7 Add builtin constants ‘langVersion’ and ‘nixVersion’
The integer constant ‘langVersion’ denotes the current language
version.  It gets increased every time a language feature is
added/changed/removed.  It's currently 1.

The string constant ‘nixVersion’ contains the current Nix version,
e.g. "1.2pre2980_9de6bc5".
2012-11-27 13:29:55 +01:00
..
build.cc Only substitute wanted outputs of a derivation 2012-11-26 17:15:09 +01:00
derivations.cc Only substitute wanted outputs of a derivation 2012-11-26 17:15:09 +01:00
derivations.hh Only substitute wanted outputs of a derivation 2012-11-26 17:15:09 +01:00
gc.cc Templatise tokenizeString() 2012-09-19 15:43:23 -04:00
globals.cc Add builtin constants ‘langVersion’ and ‘nixVersion’ 2012-11-27 13:29:55 +01:00
globals.hh Add builtin constants ‘langVersion’ and ‘nixVersion’ 2012-11-27 13:29:55 +01:00
local-store.cc Use vfork() instead of fork() if available 2012-11-09 18:00:33 +01:00
local-store.hh Use vfork() instead of fork() if available 2012-11-09 18:00:33 +01:00
Makefile.am Add builtin constants ‘langVersion’ and ‘nixVersion’ 2012-11-27 13:29:55 +01:00
misc.cc queryMissing(): Handle partially valid derivations 2012-11-26 18:25:12 +01:00
misc.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00
optimise-store.cc Remove setting of the immutable bit 2012-09-19 16:17:54 -04:00
pathlocks.cc Set the close-on-exec flag on file descriptors 2012-03-05 20:29:00 +01:00
pathlocks.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00
references.cc Use data() instead of c_str() where appropriate 2012-02-09 18:27:45 +01:00
references.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00
remote-store.cc Don't use std::cerr in a few places 2012-11-15 15:01:02 +01:00
remote-store.hh Remove definition of non-existant function 2012-11-09 17:59:41 +01:00
schema.sql * Store the size of a store path in the database (to be precise, the 2010-11-16 17:11:46 +00:00
store-api.cc Merge branch 'master' into no-manifests 2012-08-27 11:09:07 -04:00
store-api.hh Add a ‘--repair’ flag to nix-instantiate 2012-10-03 15:09:18 -04:00
worker-protocol.hh Whitespace 2012-07-30 17:13:25 -04:00