Releases: nektro/zigmod
Releases · nektro/zigmod
r83
r82
b894070
ci: add aarch64-windows-gnu (Meghan Denny)36021e5
ci: zigmod sum needs fetch to be ran first (Meghan Denny)a2daf43
util: file_list: use extras.fileList (Meghan Denny)fb1a2c1
cmd/generate: add a few TODOs (Meghan Denny)9c43bd4
more dead code removal (Meghan Denny)928e888
use errdefer for std.ArrayList deinit (Meghan Denny)3db48d1
return narrowed error in else case of catch switch (Meghan Denny)d2bedba
dry: u.list_contains -> extras.containsString (Meghan Denny)67caed0
dry: u.does_file_exist -> extras.doesFileExist (Meghan Denny)d2169e0
get_module_from_dep: better error handling (Meghan Denny)5b580b8
dry: u.trim_prefix -> extras.trimPrefix (Meghan Denny)ef97218
cmd/license: alphabetize output (Meghan Denny)d68545f
replace vendored yaml parsing with shared package (Meghan Denny)d051451
deps: truemedian/zfetch made its final commit and is now archived (Meghan Denny)ec980d5
remove dependence on non-const temporaries (Meghan Denny)014d13f
remove any other references to the old bootstrap process (Meghan Denny)7cd61e4
build.zig: add -Dstage2 option to test (Meghan Denny)40917b1
finally give Zigmod its exorcism (Meghan Denny)301c7ea
bootstrap step is no longer necessary (Meghan Denny)04e8462
use the deps.zig made by `zigmod generate` (Meghan Denny)654f634
fetch: only delete the .git folder when version is a commit (Meghan Denny)16bef4f
ensure dep.type is propogated properly through to collect_deps (Meghan Denny)c19c852
util: git_rev_HEAD: fix behavior when HEAD is not a ref (Meghan Denny)ae6cf5f
cmd: add the `generate` command (Meghan Denny)f12542b
Module.is_sys_lib / Module.is_framework replaced with Module.type comparison (Meghan Denny)f842053
add type field to zigmod.Module (Meghan Denny)3cffae7
util.git_rev_HEAD: max alloc len to 50 (Meghan Denny)55a0abb
zigmod.DepType -> zigmod.Dep.Type (Meghan Denny)r81
2a940e8
update to zig master 0.10.0-dev.3998+c25ce5bba (Meghan Denny)616dbac
zigmod.lock: alphabetize the list of dependencies to be order independent (Meghan Denny)6b02ffb
deps: truemedian/hzzp: avoid const temporaries (Meghan Denny)5457fa6
deps: arqv/ini was deleted, replace with fork closes #77 (Meghan Denny)31349a7
deps: arqv/ini was deleted, replace with fork closes #77 (Meghan Denny)bf9b04a
stage2 is the zig default now but we can't use it yet (Meghan Denny)6a2d664
support stage2 usingnamespace semantics (Meghan Denny)513aa28
build.zig: default prominent_compile_errors on (Meghan Denny)1bab7ee
update to zig master 0.10.0-dev.3316+a0d3a87ce (Meghan Denny)1bdc22e
deps: update truemedian/zfetch (Meghan Denny)4932123
deps: update ziglibs/known-folders (Meghan Denny)849e443
deps: udpate arqv/ini (Meghan Denny)bcf089a
deps: update marlersoft/zigwin32 (Meghan Denny)4dcf75a
update to zig master 0.10.0-dev.3017+da94227f7 closes #74 (Meghan Denny)df8e678
update to zig master 0.10.0-dev.2802+54454fd01 (Meghan Denny)r80
62469b8
ci: macos now uses -none abi instead of -gnu (Meghan Denny)a17e2a0
deps.zig: disable zig fmt closes #70 (Meghan Denny)449c85d
update for zig master 0.10.0-dev.2412+4e918873e std.build.Pkg changes upstream: https://github.com/ziglang/zig/commit/4e918873e7667e8d74b009cb34cbdd4df3305462 (Meghan Denny)r79
r78
1deedb2
deps: misc verified updates (Meghan Denny)1d2f8c2
docs/tutorial- grammar fixes (Meghan Denny)a7a440f
docs/tutorial- lowercase your (Meghan Denny)e80729e
docs/tutorial- lowercase you (Meghan Denny)b6d8d90
use Witer.writeAll instead of Writer.print when no args (Meghan Denny)cc5c94a
remove u.print (Meghan Denny)66eeee1
ci- update to zig master 0.10.0-dev.1860+7b090df66 (Meghan Denny)3baf187
cmd/license- newline separator wasnt being sent to 'writer' (Meghan Denny)dd20d48
add missing errdefer's (Meghan Denny)68b2c79
avoid const pointer to non-slice (Meghan Denny)b047479
cmd/aq/update- needs to call git pull too (Meghan Denny)8b3a7f8
remove zigmod.sum (Meghan Denny)b3017a7
docs/tutorial.md- use word wrap instead of multiple lines (Meghan Denny)1536392
[skip ci] docs: explain zigmod.yml dependency handling (#62) (voroskoi)r77
a6628cf
DepType- GitVersion -> Version.Git (Meghan Denny)7d322ed
make Module not store an Allocator reference (Meghan Denny)d680d06
make Dep not store an Allocator reference (Meghan Denny)3a142ec
DepType- remove commented list of potential types (Meghan Denny)8de2207
deps- zfetch removed use of MasterQ32/zig-network (Meghan Denny)r76
19cd24d
add shell.nix (Meghan Denny)fdaac60
build_all.sh- add a zig build before running subcommands (Meghan Denny)9e628ca
add framework dep type, fixes #10 (Meghan Denny)1a078ab
build_all.sh- run license and sum (Meghan Denny)1d25308
cmd/license- make it not print ansi codes on 'dumb' terminals (Meghan Denny)2722fd1
add DepType.isLocal (Meghan Denny)674b25f
deps.zig- system_libs loop doesnt need to be inline (Meghan Denny)591db1e
docs- fix some things out of sync (Meghan Denny)c4c6fad
build.sh- remove release mode (Meghan Denny)cb0bade
actions- remove license call zigmod ci is used so license does a full fetch (Meghan Denny)r75
80e9328
add `zigmod aq update` command (Meghan Denny)79a8b81
lint- remove unused decl (Meghan Denny)2a9b475
cmd/aq/add- use the dir thats passed in (Meghan Denny)465e47b
util/modfile- forgot to pass options to zigmod.yml opening (Meghan Denny)4950c6b
docs- cmd/aq was missing link to install page (Meghan Denny)b6738a4
changelog.sh- update for being on github actions (Meghan Denny)a78f84b
ci- remove i386-linux (Meghan Denny)56d9ca8
ci- remove aarch64-windows (Meghan Denny)3c24ae6
actions- update to zig master 0.10.0-dev.1107+7deadf430 (Meghan Denny)89939bf
update deps.zig with ignaunaTLS shift (Meghan Denny)c8580e6
deps- marlersoft/zigwin32 perf update around guid parsing (Meghan Denny)7259934
deps- MasterQ32/zig-network fixed unix bug around forking (Meghan Denny)83c60d4
deps- nektro/time added more json support (Meghan Denny)db8e8a0
deps- zfetch switch to nektro/iguanaTLS and MasterQ32/zig-uri updated api (Meghan Denny)bb69198
cmd/fetch- skip lock diff item if from and to are the same this can happen if an override changed positions but is still in the tree (Meghan Denny)ef2b054
cmd/fetch- remove unused decls from files package output (Meghan Denny)74a1e5a
cmd/fetch- fix latent crash in http dep type (Meghan Denny)b84b5b5
cmd/zpm- update to new zpm json api (Meghan Denny)0637df0
cmd/zpm- reference zig.pm instead of xq's homepage (Meghan Denny)bd33f9d
cmd/license- dont print extra line at the end (Meghan Denny)878428e
cmd/aq/add- update to new aquila json api (Meghan Denny)bca4ce6
docs- cmd/zpm/add- command will check for zig.mod and not add extra props (Meghan Denny)2431edf
more zig.mod -> zigmod.yml renames (Meghan Denny)9acda21
README- add mention to aquila (Meghan Denny)c03cf72
actions- add more test calls to verify subcommands work (Meghan Denny)410c2e9
replace circleci with github actions (Meghan Denny)