aboutsummaryrefslogtreecommitdiff
path: root/src/Package
AgeCommit message (Expand)Author
2023-10-12Package.Manifest: fix error message for pathsAndrew Kelley
2023-10-12Package.Fetch: fix empty path and "." not including allAndrew Kelley
2023-10-11Package.Fetch: wrap operations involving tmp_directory in a blockKrzysztof Wolicki
2023-10-10Package.Fetch: fix inclusions not working for directoriesAndrew Kelley
2023-10-09Package.Fetch: allow relative paths outside project rootAndrew Kelley
2023-10-08restore progress reporting for package fetchingAndrew Kelley
2023-10-08give modules friendly names for error reportingAndrew Kelley
2023-10-08Package.Fetch: improved deletion algorithmAndrew Kelley
2023-10-08Package.Fetch: apply inclusion rules from build.zig.zonAndrew Kelley
2023-10-08Package.Fetch: tighten up check for path outside rootAndrew Kelley
2023-10-08move some package management related source files aroundAndrew Kelley
2023-10-08fix dependencies.zig generation with no dependenciesAndrew Kelley
2023-10-08Package.Fetch: fix not making directory paths for symlinksAndrew Kelley
2023-10-08give build.zig modules access to their dependencies' build.zig modulesAndrew Kelley
2023-10-08Package.Fetch: fix handling of relative pathsAndrew Kelley
2023-10-08Package.Fetch: resolve instead of join relative pathsAndrew Kelley
2023-10-08CLI: fix only_core_functionality logicAndrew Kelley
2023-10-08dependencies.zig: omit deps without hashesAndrew Kelley
2023-10-08std.tar: fix creation of symlinks with omit_empty_directoriesAndrew Kelley
2023-10-08finish hooking up new dependency tree logicAndrew Kelley
2023-10-08finish implementing the auto-generated dependencies.zig moduleAndrew Kelley
2023-10-08fix detection of build.zig file inside packagesAndrew Kelley
2023-10-08package fetching: generate dependencies.zig fileAndrew Kelley
2023-10-08fix recursive package fetching logicAndrew Kelley
2023-10-08fix inverted logic for allowing/disallowing paths fieldAndrew Kelley
2023-10-08fix Fetch.JobQueue.consolidateErrorsAndrew Kelley
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-10-08require inclusion directives in root manifest but not depsAndrew Kelley
2023-10-08get `zig fetch` working with the new systemAndrew Kelley
2023-10-08rework package managerAndrew Kelley
2023-10-02introduce the 'zig fetch' command + symlink supportAndrew Kelley
2023-10-02compiler: extract package hashing logic to separate fileAndrew Kelley