aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store/dotgraph.cc
AgeCommit message (Expand)Author
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-03-10nix-store -q --graph: Fix edgesEelco Dolstra
2020-03-10dotgraph.cc: Remove dead codeEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2018-05-02Fix some random -Wconversion warningsEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-04-19Move path info caching from BinaryCacheStore to StoreEelco Dolstra
2016-02-04More of the sameEelco Dolstra
2016-02-04StoreAPI -> StoreEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2016-01-28UntabifyEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2010-05-31Comment out dead code in `nix-store'.Ludovic Courtès
2008-06-09* Merged the no-bdb branch (-r10900:HEADEelco Dolstra
2006-11-30* Refactoring. There is now an abstract interface class StoreAPIEelco Dolstra
2006-09-04* Use a proper namespace.Eelco Dolstra
2006-03-01* db.hh shouldn't depend on the Berkeley DB headers.Eelco Dolstra
2006-01-19* Don't show cycles, they're not very useful.Eelco Dolstra
2005-03-26* Re-enable dot graph generation.Eelco Dolstra
2005-01-19* Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' ->Eelco Dolstra
2005-01-19* Started removing closure store expressions, i.e., the explicitEelco Dolstra
2005-01-13* Refactoring to support SHA-1.Eelco Dolstra
2003-11-18* nix -> nix-store, fix -> nix-instantiate.Eelco Dolstra