aboutsummaryrefslogtreecommitdiff
path: root/src/resolve.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-65/+0
| | | | possible
* Move package check to the end (again)Joseph Hunkeler2020-03-181-5/+6
|
* Missing packages are failuresJoseph Hunkeler2020-03-171-11/+7
| | | | * Remove accidental req_i++ (resulted in duplicate array records)
* Fix up reading dependencies from packagesJoseph Hunkeler2020-03-171-4/+21
| | | | * Add resolve_free()
* Throw a warning if a package requirement isn't discoverableJoseph Hunkeler2020-03-121-0/+1
|
* Oh the multilib is killing meJoseph Hunkeler2020-03-041-1/+1
|
* Free ManifestPackage variablesJoseph Hunkeler2020-02-251-1/+4
|
* Initial commit of resolve.c (deps.c replacement)Joseph Hunkeler2020-02-241-0/+47