aboutsummaryrefslogtreecommitdiff
path: root/include/fs.h
Commit message (Collapse)AuthorAgeFilesLines
* Begin consolidating paths (manifests and temp directories)Joseph Hunkeler2020-03-021-1/+1
|
* Add spm_mkdtemp() functionJoseph Hunkeler2020-02-251-0/+2
|
* Move exists() from deps.h to fs.hJoseph Hunkeler2020-02-241-0/+1
|
* Rework dependency scanning:Joseph Hunkeler2020-02-181-1/+1
| | | | | | | | | * Stop resolving dependencies during manifest creation * Resolve dependencies by path * Die on failure to resolve * Fixed an off-by-one error in manifest_read * Add CLI argument -M|--override-manifest to disable default manifest(s) * Clean up expandpath() a bit
* Refactor continues:Joseph Hunkeler2020-02-171-0/+1
| | | | | | | | | * Implement multiple manifests * Random bug fixes * More bugs added * Start removing references to SPM_GLOBAL.package_dir * Start using manifests for everything * Simplify mkmanifest_interface
* Refactor project structure:Joseph Hunkeler2020-02-111-0/+29
* Move prototypes and definitions to respective header files * Renamed strings.h to str.h to avoid collision with standard library header