- Oct 15, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jun 12, 2018
-
-
Jeremy Soller authored
-
- Jun 03, 2018
-
-
Jeremy Soller authored
update to use liner fork
-
- Jun 02, 2018
-
-
Liam Naddell authored
-
- Nov 10, 2017
-
-
Jeremy Soller authored
-
- Nov 06, 2017
-
-
Jeremy Soller authored
-
- Nov 05, 2017
-
-
Jeremy Soller authored
-
- Oct 12, 2017
-
-
Jeremy Soller authored
-
- Oct 05, 2017
-
-
Jeremy Soller authored
-
- Sep 22, 2017
-
-
Agoston Szepessy authored
Dependencies are handled by looking for a package manifest file in the local package database. The manifest contains all the dependencies for a package, and a dependency graph is built from all of them. Then a topological sort is performed and an OrderMap (linked hash map) of package names in the order which they are to be installed in is returned. An OrderMap is used because it preserves the order of the packages and it has fast lookup times for checking duplicate packages.
-
- Aug 19, 2017
-
-
Jeremy Soller authored
-
- Aug 14, 2017
-
-
Jeremy Soller authored
Use BufWriter
-
Ian Douglas Scott authored
-
- Aug 03, 2017
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jul 29, 2017
-
-
Jeremy Soller authored
-
- Jul 26, 2017
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jul 07, 2017
-
-
Jeremy Soller authored
-
- Jul 06, 2017
-
-
Jeremy Soller authored
Add --root argument; print usage on no subcommand
-
Ian Douglas Scott authored
Fixes absolute path
-
Ian Douglas Scott authored
-
Ian Douglas Scott authored
-
- Jul 03, 2017
-
-
Jeremy Soller authored
Better error handling
-
- Jul 02, 2017
-
-
Ian Douglas Scott authored
It is short, and only used in one place.
-
Ian Douglas Scott authored
-
- Jul 01, 2017
-
-
Ian Douglas Scott authored
-
Ian Douglas Scott authored
-
Jeremy Soller authored
Do not follow symlinks when creating package
-
Ian Douglas Scott authored
-
- Jun 30, 2017
-
-
Jeremy Soller authored
Determine default target based on LLVM triple at build
-
- Jun 29, 2017
-
-
Ian Douglas Scott authored
-
- Jun 23, 2017
-
-
Jeremy Soller authored
Use clap for argument parsing, and allow a --target argument to choose which target to download packages for
-
Ian Douglas Scott authored
The cookbook could be used to build for multiple architectures, if that is ever supported.
-
Ian Douglas Scott authored
-
Ian Douglas Scott authored
-
- Jun 21, 2017
-
-
Jeremy Soller authored
Define TARGET environment variable for Travis
-
Agoston Szepessy authored
-