| 5 years ago | Meghan Denny | update to zig master `0.9.0-dev.409`v48 |
| 5 years ago | Meghan Denny | update dependencies |
| 5 years ago | Meghan Denny | cmd/fetch- deduplicate dependency list when downloading |
| 5 years ago | Meghan Denny | deps.zig- add `imports` struct for build dependencies |
| 5 years ago | Meghan Denny | rework `deps.zig` format |
| 5 years ago | Meghan Denny | cmd/fetch- add proper error messaging when dependency has no zig.mod or props |
| 5 years ago | Meghan Denny | build_all- remove `riscv64-linux-musl` |
| 5 years ago | Meghan Denny | build_all- remove `arm-linux-musleabihf` |
| 5 years ago | Meghan Denny | build_all- remove `i386-windows-gnu` |
| 5 years ago | Meghan Denny | docs- add more references to the `ci` subcommand |
| 5 years ago | Meghan Denny | update lockfile format to version 2v47 |
| 5 years ago | Meghan Denny | cmd/fetch- dont add local type deps to lockfile |
| 5 years ago | Meghan Denny | trim newlines on both sides of file reads of .git folder |
| 5 years ago | Meghan Denny | update to zig master `0.9.0-dev.397`v46 |
| 5 years ago | Meghan Denny | update `zigmod.sum` |
| 5 years ago | Meghan Denny | ci- add native build to reduce CUs later on and remove native from artifact list |
| 5 years ago | Meghan Denny | ci- use `zigmod ci` for fetching self's dependencies |
| 5 years ago | Meghan Denny | add the `ci` command. similar to `fetch` but only reads from `zigmod.lock` |
| 5 years ago | Meghan Denny | cmd/fetch- put `deps.zig` generation into a function |
| 5 years ago | Meghan Denny | cmd/fetch- put `mod.clean_path` instead of `.id` in lock file |
| 5 years ago | Meghan Denny | cmd/fetch- move lockfile gen into its own function |
| 5 years ago | Meghan Denny | refactor common to return items rather than accept list |
| 5 years ago | Meghan Denny | rename `zig.lock` to `zigmod.lock` |
| 5 years ago | Meghan Denny | zig.mod- remove extra spaces |
| 5 years ago | Meghan Denny | rename `zig.sum` to `zigmod.sum` |
| 5 years ago | Meghan Denny | zig.mod- switch `nektro/zig-range` to using github |
| 5 years ago | Meghan Denny | util/yaml- add stream to item format |
| 5 years ago | Meghan Denny | add lock file generation |
| 5 years ago | Meghan Denny | updated to zig master version `0.9.0-dev.370`v45 |
| 5 years ago | Meghan Denny | deps.zig- put reference to Pkg at top of file |
| 5 years ago | Meghan Denny | allow defining dependencies when dep doesnt have a zig.mod |
| 5 years ago | Meghan Denny | allow local type deps to point at directories |
| 5 years ago | Meghan Denny | cmd/fetch- dont print empty local lines |
| 5 years ago | Meghan Denny | cmd/fetch- put reference to Pkg and FileSource at top of `deps.zig` |
| 5 years ago | Meghan Denny | update to zig master `0.9.0-dev.197` |
| 5 years ago | Meghan Denny | deps.zig- update to use `std.build.FileSource |
| 5 years ago | Meghan Denny | Merge branch 'master' of https://github.com/nektro/zigmod |
| 5 years ago | Meghan Denny | util/yaml |
| 5 years ago | Meghan Denny | lib/yaml- rework to be O(n) and much more memory efficient |
| 5 years ago | Meghan Denny | util/yaml- add a Sequence type |
| 5 years ago | Meghan Denny | util/yaml- make var const pointer instead of passing with & |
| 5 years ago | Meghan Denny | use const arrays everywhere for more immutability |
| 5 years ago | Meghan Denny | u.Modfile- deps and devdeps are now const arraysv42 |
| 5 years ago | Meghan Denny | inline ansi red foreground code and remove `libs/zig-ansi` submodule |
| 5 years ago | Meghan Denny | zig.sum- update dependenciesv41 |
| 5 years ago | Meghan Denny | zig.mod- add `files` and `root_files` attrs for static asset embedding |
| 5 years ago | Meghan Denny | use stdlib for `u.concat` |
| 5 years ago | Meghan Denny | add `local` dependency type, fixes #1 |
| 5 years ago | Meghan Denny | util/Module- only compare `id` in `.eql` |
| 5 years ago | Meghan Denny | util/Module- assign id if there isn't on in init |
|