Skip to content

Releases: nektro/zigmod

v30

23 Feb 22:41
Compare
Choose a tag to compare
v30
  • 9039960 update nektro/zig-licenses to latest (Meghan Denny)
  • 44470e0 util/mkdir- paths are relative so dont enforce absoluteness (Meghan Denny)
  • 434c0a4 build_all_zig.sh- make the non-circleci vesion a single number (Meghan Denny)
  • 9637e2a docs/principles- clarify why zig.mod is yaml instead of zig (Meghan Denny)
  • f366d47 update to zig master 0.8.0-dev.1158 (Meghan Denny)
  • 6ff9fb3 common/collect_deps- follow principle 2 better (Meghan Denny)
  • v29

    21 Feb 05:29
    Compare
    Choose a tag to compare
    v29
  • e376598 Set theme jekyll-theme-cayman (Meghan)
  • dc6922d Set theme jekyll-theme-slate (Meghan)
  • e1b7bc6 add zig.sum (Meghan Denny)
  • bd62d59 make command exports public (Meghan Denny)
  • 857fd0e zig.mod- clarify dependency separation (Meghan Denny)
  • 178d6e8 docs- copy download instructions and license info over to docs (Meghan Denny)
  • 437cf37 move docs out of README to docs folder (Meghan Denny)
  • a341765 cmd/sum- dont hash self (Meghan Denny)
  • 2419af3 remove submodule definitions from .gitsubmodules (Meghan Denny)
  • 3bcae17 cmd/fetch- only gen c src flag entries when there's items (Meghan Denny)
  • 416eaea deps- remove uncommitted c dirs (Meghan Denny)
  • 727fc51 zig.mod- update zuri version to one with license field (Meghan Denny)
  • c83f597 zig.mod- add id and license info to libyaml (Meghan Denny)
  • 0da1beb remove unneeded git submodules (Meghan Denny)
  • 1ea33ba modfile- grab id from deps (Meghan Denny)
  • a415232 README- update built with version (Meghan Denny)
  • 5857a17 cmd/zpm/add- add a spacer line between dependencies (Meghan Denny)
  • 00570cf cmd/zpm/add- iguanatls bug got fixed (Meghan Denny)
  • d282673 cmd/zpm/add- lowercase connection close (Meghan Denny)
  • 87e44da add the license command (Meghan Denny)
  • 2405f33 cmd/license- add items that dont have a zig.mod to the unspecified list (Meghan Denny)
  • 6b05885 util- add missing yaml references (Meghan Denny)
  • 345ff6f array literals can infer type (Meghan Denny)
  • 28b2b44 circleci- add bootstrapping to ci (Meghan Denny)
  • 6c82509 Delete zig.test.mod (Meghan Denny)
  • 2879b10 add license command (Meghan Denny)
  • c960a0c expose yaml mapping in module struct (Meghan Denny)
  • 9088248 README- remove add command ref (Meghan Denny)
  • 2c4c64c move collect_pkgs from cmd/fetch to common (Meghan Denny)
  • 8e57f30 allow zigmod to bootstrap itself (Meghan Denny)
  • 3495166 util/module: increase sum buffer max size (Meghan Denny)
  • e2653bf util/module: cache is relative now (Meghan Denny)
  • e35939e make more things public (Meghan Denny)
  • cfa7072 cmd/sum: collect_deps signature changed (Meghan Denny)
  • 27b1652 cmd/fetch: use common.collect_deps (Meghan Denny)
  • a285cec fix common.collect_deps and add options (Meghan Denny)
  • 14b8705 remove cmd/add (Meghan Denny)
  • c2f06cf update to zig 0.8.0-dev.1071+fdc875ed0 (Meghan Denny)
  • 8dd6417 build_all.sh- add arm-linux-musleabihf target for raspberry bi (Meghan Denny)
  • 1285eef build.zig- use std.builtin instead of import (Meghan Denny)
  • 194bee3 iguanatls: update to 58f72f6 (Meghan Denny)
  • v28

    21 Feb 05:28
    Compare
    Choose a tag to compare
    v28
  • dc6922d Set theme jekyll-theme-slate (Meghan)
  • e1b7bc6 add zig.sum (Meghan Denny)
  • bd62d59 make command exports public (Meghan Denny)
  • 857fd0e zig.mod- clarify dependency separation (Meghan Denny)
  • 178d6e8 docs- copy download instructions and license info over to docs (Meghan Denny)
  • 437cf37 move docs out of README to docs folder (Meghan Denny)
  • a341765 cmd/sum- dont hash self (Meghan Denny)
  • 2419af3 remove submodule definitions from .gitsubmodules (Meghan Denny)
  • 3bcae17 cmd/fetch- only gen c src flag entries when there's items (Meghan Denny)
  • 416eaea deps- remove uncommitted c dirs (Meghan Denny)
  • 727fc51 zig.mod- update zuri version to one with license field (Meghan Denny)
  • c83f597 zig.mod- add id and license info to libyaml (Meghan Denny)
  • 0da1beb remove unneeded git submodules (Meghan Denny)
  • 1ea33ba modfile- grab id from deps (Meghan Denny)
  • a415232 README- update built with version (Meghan Denny)
  • 5857a17 cmd/zpm/add- add a spacer line between dependencies (Meghan Denny)
  • 00570cf cmd/zpm/add- iguanatls bug got fixed (Meghan Denny)
  • d282673 cmd/zpm/add- lowercase connection close (Meghan Denny)
  • 87e44da add the license command (Meghan Denny)
  • 2405f33 cmd/license- add items that dont have a zig.mod to the unspecified list (Meghan Denny)
  • 6b05885 util- add missing yaml references (Meghan Denny)
  • 345ff6f array literals can infer type (Meghan Denny)
  • 28b2b44 circleci- add bootstrapping to ci (Meghan Denny)
  • 6c82509 Delete zig.test.mod (Meghan Denny)
  • 2879b10 add license command (Meghan Denny)
  • c960a0c expose yaml mapping in module struct (Meghan Denny)
  • 9088248 README- remove add command ref (Meghan Denny)
  • 2c4c64c move collect_pkgs from cmd/fetch to common (Meghan Denny)
  • 8e57f30 allow zigmod to bootstrap itself (Meghan Denny)
  • 3495166 util/module: increase sum buffer max size (Meghan Denny)
  • e2653bf util/module: cache is relative now (Meghan Denny)
  • e35939e make more things public (Meghan Denny)
  • cfa7072 cmd/sum: collect_deps signature changed (Meghan Denny)
  • 27b1652 cmd/fetch: use common.collect_deps (Meghan Denny)
  • a285cec fix common.collect_deps and add options (Meghan Denny)
  • 14b8705 remove cmd/add (Meghan Denny)
  • c2f06cf update to zig 0.8.0-dev.1071+fdc875ed0 (Meghan Denny)
  • 8dd6417 build_all.sh- add arm-linux-musleabihf target for raspberry bi (Meghan Denny)
  • 1285eef build.zig- use std.builtin instead of import (Meghan Denny)
  • 194bee3 iguanatls: update to 58f72f6 (Meghan Denny)
  • v27

    21 Feb 05:26
    Compare
    Choose a tag to compare
    v27
  • e1b7bc6 add zig.sum (Meghan Denny)
  • bd62d59 make command exports public (Meghan Denny)
  • 857fd0e zig.mod- clarify dependency separation (Meghan Denny)
  • 178d6e8 docs- copy download instructions and license info over to docs (Meghan Denny)
  • 437cf37 move docs out of README to docs folder (Meghan Denny)
  • a341765 cmd/sum- dont hash self (Meghan Denny)
  • 2419af3 remove submodule definitions from .gitsubmodules (Meghan Denny)
  • 3bcae17 cmd/fetch- only gen c src flag entries when there's items (Meghan Denny)
  • 416eaea deps- remove uncommitted c dirs (Meghan Denny)
  • 727fc51 zig.mod- update zuri version to one with license field (Meghan Denny)
  • c83f597 zig.mod- add id and license info to libyaml (Meghan Denny)
  • 0da1beb remove unneeded git submodules (Meghan Denny)
  • 1ea33ba modfile- grab id from deps (Meghan Denny)
  • a415232 README- update built with version (Meghan Denny)
  • 5857a17 cmd/zpm/add- add a spacer line between dependencies (Meghan Denny)
  • 00570cf cmd/zpm/add- iguanatls bug got fixed (Meghan Denny)
  • d282673 cmd/zpm/add- lowercase connection close (Meghan Denny)
  • 87e44da add the license command (Meghan Denny)
  • 2405f33 cmd/license- add items that dont have a zig.mod to the unspecified list (Meghan Denny)
  • 6b05885 util- add missing yaml references (Meghan Denny)
  • 345ff6f array literals can infer type (Meghan Denny)
  • 28b2b44 circleci- add bootstrapping to ci (Meghan Denny)
  • 6c82509 Delete zig.test.mod (Meghan Denny)
  • 2879b10 add license command (Meghan Denny)
  • c960a0c expose yaml mapping in module struct (Meghan Denny)
  • 9088248 README- remove add command ref (Meghan Denny)
  • 2c4c64c move collect_pkgs from cmd/fetch to common (Meghan Denny)
  • 8e57f30 allow zigmod to bootstrap itself (Meghan Denny)
  • 3495166 util/module: increase sum buffer max size (Meghan Denny)
  • e2653bf util/module: cache is relative now (Meghan Denny)
  • e35939e make more things public (Meghan Denny)
  • cfa7072 cmd/sum: collect_deps signature changed (Meghan Denny)
  • 27b1652 cmd/fetch: use common.collect_deps (Meghan Denny)
  • a285cec fix common.collect_deps and add options (Meghan Denny)
  • 14b8705 remove cmd/add (Meghan Denny)
  • c2f06cf update to zig 0.8.0-dev.1071+fdc875ed0 (Meghan Denny)
  • 8dd6417 build_all.sh- add arm-linux-musleabihf target for raspberry bi (Meghan Denny)
  • 1285eef build.zig- use std.builtin instead of import (Meghan Denny)
  • 194bee3 iguanatls: update to 58f72f6 (Meghan Denny)
  • v26

    01 Feb 17:08
    Compare
    Choose a tag to compare
    v26
  • 1a6702c download_zig- revert dir change (Meghan Denny)
  • 1d87738 download_zig- need to make dir before extracting to it (Meghan Denny)
  • 99d1f8c add aarch64-macos-gnu as prebuilt target (Meghan Denny)
  • b0dcfe2 download_zig- untar zig to zig folder (Meghan Denny)
  • c39d45a download_zig- fix fetch location for master builds (Meghan Denny)
  • 2b50d63 add zpm command to main (Meghan Denny)
  • fadbc70 add 'zpm add' subcommand (Meghan Denny)
  • 3df411d add zpm command (Meghan Denny)
  • 2f81446 README- update zig built with version (Meghan Denny)
  • 9233f77 add zuri and iguanatls submodules (Meghan Denny)
  • 194ac2f change default version string to 'dev' (Meghan Denny)
  • 810f25e update to zig 0.8.0-dev.1071+fdc875ed0 (Meghan Denny)
  • v22

    29 Jan 23:43
    Compare
    Choose a tag to compare
    v22
  • b7cac65 add testing zig.mod (Meghan Denny)
  • 59d5782 add bootstrap zig.mod (Meghan Denny)
  • b521e9c add zig.mod to make the program importable (Meghan Denny)
  • 1d3a7fb gitignore- dont ignore zig.mod (Meghan Denny)
  • 2e40025 make `.main` an optional property (Meghan Denny)
  • de489cf main: add support for running subcommands (Meghan Denny)
  • 31e2be3 main: export commands var (Meghan Denny)
  • dd76f16 fetch: fix building of local projects (Meghan Denny)
  • 7b9f1c0 build.zig- keep debug symbols to preserve stack traces (Meghan Denny)
  • 06090d0 gitignore- files are now stored in .zigmod (Meghan Denny)
  • 18b6786 circleci- switch to zig 0.7.1 (Meghan Denny)
  • v21

    11 Jan 10:18
    Compare
    Choose a tag to compare
    v21
  • 8ce6e12 add support for the src dep attribute (Meghan)
  • 486f618 fetch: code cleanup (Meghan)
  • c756359 fetch: print zig packages flatly instead of in tree (Meghan)
  • a8aa99b fetch: remove accidentally committed debug line (Meghan)
  • 84ee7db fetch: collect deps ahead of time so print functions dont have to be recursive (Meghan)
  • f1c68f9 util: dry up validate_hash (Meghan)
  • 74026e9 fetch: wasnt printing null if dep had c deps (Meghan)
  • d4c9a90 fetch: change from using print to writeAll (Meghan)
  • 9ae8d38 remove git hash from tag name (Meghan)
  • 8cae467 dep files use relative paths now (Meghan)
  • 9ab0a93 move c import for yaml to yaml.zig (Meghan)
  • 2248075 README- fix contributor links (Meghan)
  • 2539c25 README- fix std definition in example (Meghan)
  • 46d0ae4 README- dep.hash prop does not exist yet (Meghan)
  • 2d33d8f README- available types section was part off add command (Meghan)
  • 8dd11fb store dependencies relative to build root instead of globally (Meghan)
  • 0447b40 move version from the file name to being printed by the program (Meghan)
  • c21519d update LICNESE to 2021 (Meghan)
  • v20-0ef0ceb

    29 Dec 20:48
    Compare
    Choose a tag to compare
  • 0ef0ceb build_all_zig- add riscv64 linux (Meghan)
  • 12960c2 build_all_zig- add 32bit windows and linux (Meghan)
  • 4230bbb build.zig- read mode from cli not builtin (Meghan)
  • 8522324 fetch: now works on windows (Meghan)
  • 6a2424e init: now works on windows (Meghan)
  • 04cae46 fetch: fmt string has no params (Meghan)
  • ae4c19e circleci- switch back to zig 0.7.0 (Meghan)
  • 08cb7ba init: dont assume / for path sep (Meghan)
  • 2037bbf README- add contributors section (Meghan)
  • be3fa6d fetch: add back commented line (Meghan)
  • eb51846 fix error that was arising on windows, fixes #7 (Meghan)
  • 7946225 read in a bigger buffer for http deps (Meghan)
  • b31c8d6 fetch: increase quota in addallto for trees with lots of files (Meghan)
  • 660f6f6 fetch: use more efficient lookup (Meghan)
  • 0cfb4dd add id attribute to module structures (Meghan)
  • 377b655 fixes #5 (Meghan)
  • v19-58d84ba

    15 Dec 15:58
    Compare
    Choose a tag to compare
  • 58d84ba closes #3 (Meghan)
  • 040ecdf README- add http type version info (Meghan)
  • 08639aa util: remove ansi files (Meghan)
  • 4005b59 manually add libs/zig-ansi folder since github desktop can't (Meghan)
  • ffd768c use zig-ansi instead of internal code (Meghan)
  • fa79a61 circleci- change zig to 0.7.1 (Meghan)
  • 2d852d4 fetch: switch git version parsing to use parse_split (Meghan)
  • cc763ba util/funcs: fix does_folder_exist (Meghan)
  • 58e0dbf fetch: http: look for hash in version field and dont dl again if valid (Meghan)
  • a2001cb fetch: include package if if has main defined too (Meghan)
  • bc87123 util/funcs: add parse_split and validate_hash (Meghan)
  • 974ee20 add dep.clean_path_v (Meghan)
  • b1ae787 util/deptype: condense clone command to be recursive (Meghan)
  • 111b88d util: replace realpathalloc with openfile (Meghan)
  • c7d72c1 util: defer close in does_file_exist (Meghan)
  • de31b9d util: move byte sizes to funcs (Meghan)
  • cae43d7 util: remove debug line from mkdir_all (Meghan)
  • a0db322 dep- use path.join instead of allocprint with hard coded separator (Meghan)
  • e200cf1 dep- remove git protocol prefex from paths (Meghan)
  • da8c119 closes #2 (Meghan)
  • cab0c43 closes #4 (Meghan)
  • 9abce3b build_all_zig.sh: change libc from gnu to musl for linux targets (Meghan)
  • a7dd5ec build_all_zig.sh: use set list of targets instead of just gnu x64 (Meghan)
  • ef9dd16 build_all_zig.sh: use dot between build and git hash (Meghan)
  • bd15d62 build.zig: make binary name match -target order (Meghan)
  • v18-3d01c20

    05 Dec 18:10
    Compare
    Choose a tag to compare
  • 3d01c20 add the http dep type (Meghan)
  • a425c07 util/funcs- add more (Meghan)
  • 625886b util/deptype- dont put hg on one line (Meghan)
  • 3d73683 util/deptype- init submodules in git (Meghan)
  • 78a35f3 util/dep- trim http and https from path (Meghan)
  • 05df704 init: change more pathy things to not assume unix (Meghan)
  • eb59312 add DYAML_DECLARE_STATIC to libyaml flags (Meghan)
  • 5adee45 make get_hash specify the hash provided (Meghan)
  • 5aefcbf remove ./ from as many places as possible (Meghan)
  • f463158 this gitignore line is a relic from the go prototype (Meghan)