Skip to content

Releases: nektro/zigmod

r92

07 Sep 23:33
Compare
Choose a tag to compare
  • fd722b8 deps.zig: nektro/*: add .zig-cache to .gitignore (Meghan Denny)
  • 2c004d0 upgrade to Zig 0.13 (Meghan Denny)
  • a9c075a deps: nektro/*: add .zig-cache to .gitignore (Meghan Denny)
  • r91

    03 Sep 10:05
    Compare
    Choose a tag to compare
    r91
  • 055f0f6 ci: build in ReleaseSafe (Meghan Denny)
  • 6ce5bff this path is actually relative (Meghan Denny)
  • 9ec7c75 ci: these no longer need a prefix (Meghan Denny)
  • 951b7c4 ci: add zigmod to PATH (Meghan Denny)
  • d67dc88 ci: use mlugg's zig action (Meghan Denny)
  • ff1eb66 deps: update ziglibs/known-folders (Meghan Denny)
  • f7b6255 deps: update marlersoft/zigwin32 (Meghan Denny)
  • 26b1627 switch to nektro/zig-json for json (Meghan Denny)
  • 25a046c add another test repo (Meghan Denny)
  • b9e9dc7 add another test repo (Meghan Denny)
  • eecd249 add another test repo (Meghan Denny)
  • 61403fb add another test repo (Meghan Denny)
  • c989391 add another test repo (Meghan Denny)
  • e0f875f add another test repo (Meghan Denny)
  • 1b86e37 ci: add test_repo script for more e2e testing (Meghan Denny)
  • c395aa3 deps: remove nektro/zig-range (Meghan Denny)
  • c48d253 use nektro/zig-git for .git folder introspection (Meghan Denny)
  • dbda062 'last' is better returning an optional (Meghan Denny)
  • 3c223d1 do_hash has no need to take an Allocator (Meghan Denny)
  • 151e112 use an array for 'id' so that we're not returning pointer to a local (Meghan Denny)
  • r90

    02 Jun 23:38
    Compare
    Choose a tag to compare
    r90
  • 3caa118 nektro/ghr-zig renamed to nektro/ghr (Meghan Denny)
  • b39b271 fix windows build from zigwin32 change (Meghan Denny)
  • df8e9fb generate: fix build graph dependency ordering bug the addition of dummy_library needed to be added in the build dep tree (Meghan Denny)
  • 21683f9 upgrade to Zig 0.12.0 (Meghan Denny)
  • 5313096 deps: ziglibs/known-folders: misc update (Meghan Denny)
  • 5009059 deps: truemedian/hzzp: misc update (Meghan Denny)
  • f7ead3e deps: nektro/zig-licenses-text: misc build update (Meghan Denny)
  • 1da8b0a deps: nektro/zig-licenses: misc build update (Meghan Denny)
  • 970a75c deps: nektro/zig-leven: misc build update (Meghan Denny)
  • 659a42d deps: nektro/zig-inquirer: misc build update (Meghan Denny)
  • caeb9b6 deps: nektro/zig-extras: added a lot more test coverage (Meghan Denny)
  • c1d3efe deps: nektro/zig-ansi: misc build changes (Meghan Denny)
  • d21aa62 deps: nektro/zfetch: misc fix (Meghan Denny)
  • 698e5a8 deps: nektro/zig-time: made DateTime use less memory (Meghan Denny)
  • b54df30 dep: marlersoft/zigwin32: new windows api version (Meghan Denny)
  • b0e2016 cmd/init: add zigmod.lock to gitignore if package is module (Meghan Denny)
  • 91d94a2 deps: misc update (Meghan Denny)
  • 3b8ae1c deps: nektro/zfetch: fixed tests (Meghan Denny)
  • c4ee5cd util: drop list_contains_gen (Meghan Denny)
  • 271e7f7 util: make random_string not need an allocator anymore (Meghan Denny)
  • e545025 util: drop trim_suffix (Meghan Denny)
  • 5a69da9 util: drop does_folder_exist (Meghan Denny)
  • r89

    24 Nov 08:38
    Compare
    Choose a tag to compare
    r89
  • 0df96b6 cmd/aq/{install,update}: use proper cachepath (Meghan Denny)
  • a1ea508 main: pass proper self_path value (Meghan Denny)
  • 09d633b cmd: when running zigmod inside deps folder, use parent deps folder as cachepath (Meghan Denny)
  • 65666d0 add self_name arg to all execute() call signatures (Meghan Denny)
  • e2d42e8 add deps.addAllLibrariesTo(), closes #84 (Meghan Denny)
  • f3aabb5 regenerate deps.zig (Meghan Denny)
  • b8cd095 mark versioned dep folders as readonly, closes #53 (Meghan Denny)
  • 255cb97 add a buffered reader for parsing zigmod.lock (Meghan Denny)
  • a9863df close some file descriptors (Meghan Denny)
  • 941ad7c deps: marlersoft/zigwin32: misc confirmed update (Meghan Denny)
  • 0e75165 deps: nektro/zig-extras: misc confirmed updates (Meghan Denny)
  • 8e4e9ae deps: ziglibs/known-folders: misc confirmed updates (Meghan Denny)
  • 8ba1d87 deps: truemedian/hzzp: misc confirmed updates (Meghan Denny)
  • ddd0eb7 deps: nektro/iguanaTLS: misc confirmed updates (Meghan Denny)
  • 02464e0 build_release.sh: use debug mode, release breaks stack traces (Meghan Denny)
  • 6c68f38 build.zig: add a -Doption (Meghan Denny)
  • 5403d1a build.zig: move -Dtag option declaration out with other options (Meghan Denny)
  • r88

    26 Aug 19:06
    Compare
    Choose a tag to compare
    r88
  • 8fb6d24 remove self/files package since files.zig is now rendered in consumer root (Meghan Denny)
  • 97241c4 build: use ReleaseSafe (Meghan Denny)
  • 84a091c build: use -Dmode instead of -Doptimize (Meghan Denny)
  • 5cbd21c build: add mips64-linux-musl (Meghan Denny)
  • c79dc26 build: add powerpc64le-linux-musl (Meghan Denny)
  • 87bd963 build: add riscv64-linux-musl (Meghan Denny)
  • fc6ffd5 build_release.sh: solve TODO (Meghan Denny)
  • 629e58e build_all.sh: do x86_64 before aarch64 (Meghan Denny)
  • 254cb60 update files/root_files attributes to be compatible with Zig 0.11 (Meghan Denny)
  • 62a4e5c add Dep.parent_id field (Meghan Denny)
  • r87

    10 Aug 08:53
    Compare
    Choose a tag to compare
    r87
  • 8d1c6c7 add check for LICENSE.txt and use detectlicense for write check too closes #83 (Meghan Denny)
  • fa1b06e build_all_zig.sh: add aarch64-windows-gnu (Meghan Denny)
  • 5de3758 changelog.sh: remove bashisms (Meghan Denny)
  • 509b9b7 deps: nektro/zig-yaml: update to latest (Meghan Denny)
  • 50ccfe3 update to Zig 0.11.0 (Meghan Denny)
  • r86

    24 Jun 22:59
    Compare
    Choose a tag to compare
    r86
  • 21b73b0 cmd/zpm: fix std.json helper function (Meghan Denny)
  • 95890f3 cmd/zpm: add helper json get function (Meghan Denny)
  • b46cdbf cmd/zpm: new json api update (Meghan Denny)
  • ba84a39 cmd/generate: make checkout depend on clone (Meghan Denny)
  • d8787bb ci: update zig version (Meghan Denny)
  • 102f3eb ci: use goto-bus-stop/setup-zig@v2 (Meghan Denny)
  • d4cb344 [skip-ci] README: use -j1 to build (Meghan Denny)
  • c035b13 cmd/fetch: include the hash of build.zig in the root_files zig file name this solved a problem in a monorepo of mine where multiple apps were sourcing from the same .zigmod directory (Meghan Denny)
  • 2f18c5b README: we dont use circleci anymore (Meghan Denny)
  • 587247c cmd/fetch: generate licenses.txt too (Meghan Denny)
  • b72dd23 cmd/license: allow it to be called from code and fix a missing line before Unspecified section (Meghan Denny)
  • d5f3d9a lots of fixes, update to zig master 0.11.0-dev.3620+c76ce25a6 (Meghan Denny)
  • r85

    26 Apr 20:34
    Compare
    Choose a tag to compare
    r85
    changelog.sh: shell doesnt like functions with hyphens

    r84

    16 Nov 17:19
    Compare
    Choose a tag to compare
    r84
  • 14c64f3 build with stage2 by default (Meghan Denny)
  • 400c9b2 use absolute path for self/files packages (Meghan Denny)
  • d80b093 common: clarify type here (Meghan Denny)
  • bf2ce1f zigmod.yml: update for stage2 (Meghan Denny)
  • dc1716e deps: nektro/iguanaTLS update for stage2 (Meghan Denny)
  • d8aa0b1 deps: nektro/zig-inquirer: use bigger buffer for line input (Meghan Denny)
  • 6fc9206 deps: MasterQ32/zig-uri: update for stage2 (Meghan Denny)
  • 04b3b58 deps: compatible support for stage2 (Meghan Denny)
  • d63ff74 deps: nektro/zig-yaml: support for | multiline strings (Meghan Denny)
  • 88a33e0 extras now exposes range directly (Meghan Denny)
  • 67e6d4c ci: build x86_64 first (Meghan Denny)
  • 8f01102 ci: use 0.10.0 release (Meghan Denny)
  • db70af4 [skip ci] Remove 'Initially' from instructions (#82) (DivergentClouds)
  • r83

    28 Sep 22:47
    Compare
    Choose a tag to compare
    r83
  • b47ad60 update to zig master 0.10.0-dev.4099+d3d24874c (Meghan Denny)