aboutsummaryrefslogtreecommitdiff
path: root/src/archive.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing formatter stringsJoseph Hunkeler2020-02-181-1/+1
|
* Rework dependency scanning:Joseph Hunkeler2020-02-181-0/+3
| | | | | | | | | * 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-6/+6
| | | | | | | | | * 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
* Sanitize inputs BEFORE constructing a command stringJoseph Hunkeler2019-12-311-3/+25
|
* Documentation (and stubs)Joseph Hunkeler2019-12-281-0/+6
|
* Fixes:Joseph Hunkeler2019-12-281-0/+3
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Refactor project structureJoseph Hunkeler2019-12-181-0/+76