AgeAuthorCommit message
5 years agogravatar for hello@nektro.netMeghanbadge-question-markactions- fix names and remove scheduled buildsv58
5 years agogravatar for meghan@unicycle.coMeghan Dennyundo GH actions change since my PAT doesnt have the accessv57
5 years agogravatar for meghan@unicycle.coMeghan Dennydocs- update cmd/sum
5 years agogravatar for meghan@unicycle.coMeghan Dennydocs- update cmd/license
5 years agogravatar for meghan@unicycle.coMeghan Dennyupdate dependencies
5 years agogravatar for meghan@unicycle.coMeghan Dennyzigmod.lock- use full hash now
5 years agogravatar for meghan@unicycle.coMeghan Dennyrun master test once per week instead per day
5 years agogravatar for meghan@unicycle.coMeghan Dennynormalize zig files to `\n` always
5 years agogravatar for hello@nektro.netMeghanbadge-question-markMerge pull request #23 from nektro/nektro-lock-fullhashv56
5 years agogravatar for hello@nektro.netMeghanbadge-question-markactions- run on master pushes as wellv55
5 years agogravatar for hello@nektro.netMeghanbadge-question-markadd GitHub actions script for pr and regular master CIv53
5 years agogravatar for hello@nektro.netMeghan Dennyswitch from `std.fs.Dir.realpathAlloc` to `std.fs.realpathAlloc`, cc #14v52
5 years agogravatar for hello@nektro.netMeghan Dennycmd/fetch- fix cache segfault when using `local` type dependencies
5 years agogravatar for hello@nektro.netMeghan Dennyupdate to Zig master `0.9.0-dev.443`v51
5 years agogravatar for hello@nektro.netMeghan Dennyupdate dependencies
5 years agogravatar for hello@nektro.netMeghan Dennyadd `version` command, closes #18
5 years agogravatar for hello@nektro.netMeghan Dennyupdate root deps.zig
5 years agogravatar for hello@nektro.netMeghan Dennydeps.zig- `.dirs` no longer needs to pub
5 years agogravatar for hello@nektro.netMeghan Dennydeps.zig- expose `Package.directory`, closes #9
5 years agogravatar for hello@nektro.netMeghan Dennymain- print available commands when no arguments are passed
5 years agogravatar for hello@nektro.netMeghan Dennyutil- `git_rev_HEAD` now accepts a `std.fs.Dir`
5 years agogravatar for hello@nektro.netMeghan Dennymain- move command list const up
5 years agogravatar for hello@nektro.netMeghan Dennymain- expose `build_options` to other parts of code
5 years agogravatar for hello@nektro.netMeghan Dennydry up commands struct
5 years agogravatar for hello@nektro.netMeghan Dennycmd/fetch- attempt using `detct_mainfile` when dep has no zig.mod
5 years agogravatar for hello@nektro.netMeghan Dennymove `detect_pkgname` and `detct_mainfile` from cmd/init to util
5 years agogravatar for hello@nektro.netMeghan Dennyutil/yaml- fix formatting for events
5 years agogravatar for hello@nektro.netMeghanbadge-question-markMerge pull request #19 from frmdstryr/patch-1v50
5 years agogravatar for hello@nektro.netMeghan Dennypatch fix for system_lib handling and root propsv49
5 years agogravatar for hello@nektro.netMeghan Dennycommon- ensure system_lib type deps have an id too
5 years agogravatar for hello@nektro.netMeghan Dennycmd/fetch- delete dead comment
5 years agogravatar for hello@nektro.netMeghan Dennyupdate to zig master `0.9.0-dev.409`v48
5 years agogravatar for hello@nektro.netMeghan Dennyupdate dependencies
5 years agogravatar for hello@nektro.netMeghan Dennycmd/fetch- deduplicate dependency list when downloading
5 years agogravatar for hello@nektro.netMeghan Dennydeps.zig- add `imports` struct for build dependencies
5 years agogravatar for hello@nektro.netMeghan Dennyrework `deps.zig` format
5 years agogravatar for hello@nektro.netMeghan Dennycmd/fetch- add proper error messaging when dependency has no zig.mod or props
5 years agogravatar for hello@nektro.netMeghan Dennybuild_all- remove `riscv64-linux-musl`
5 years agogravatar for hello@nektro.netMeghan Dennybuild_all- remove `arm-linux-musleabihf`
5 years agogravatar for hello@nektro.netMeghan Dennybuild_all- remove `i386-windows-gnu`
5 years agogravatar for hello@nektro.netMeghan Dennydocs- add more references to the `ci` subcommand
5 years agogravatar for hello@nektro.netMeghan Dennyupdate lockfile format to version 2v47
5 years agogravatar for hello@nektro.netMeghan Dennycmd/fetch- dont add local type deps to lockfile
5 years agogravatar for hello@nektro.netMeghan Dennytrim newlines on both sides of file reads of .git folder
5 years agogravatar for hello@nektro.netMeghan Dennyupdate to zig master `0.9.0-dev.397`v46
5 years agogravatar for hello@nektro.netMeghan Dennyupdate `zigmod.sum`
5 years agogravatar for hello@nektro.netMeghan Dennyci- add native build to reduce CUs later on and remove native from artifact list
5 years agogravatar for hello@nektro.netMeghan Dennyci- use `zigmod ci` for fetching self's dependencies
5 years agogravatar for hello@nektro.netMeghan Dennyadd the `ci` command. similar to `fetch` but only reads from `zigmod.lock`
5 years agogravatar for hello@nektro.netMeghan Dennycmd/fetch- put `deps.zig` generation into a function
Loading...