aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Leave a commented reference to my scratch executable. Tired of rewriting it ↵Joseph Hunkeler2020-05-241-0/+8
| | | | constantly.
* Add newlineJoseph Hunkeler2020-05-211-0/+1
|
* Use pkg-configJoseph Hunkeler2020-05-071-1/+4
|
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-28/+2
| | | | possible
* Improvements:Joseph Hunkeler2020-02-281-0/+1
| | | | | | | | * Refactored a few function names * Can read package metadata * Can delete packages * Can download! and install packages at the same time * Can prompt the user before proceeding
* Multiple things:Joseph Hunkeler2020-02-261-1/+28
| | | | | | | | * Add strdup_array() * Begin consolidating spm root information into SPM_Hierarchy * Begin consolidating metadata * Begin trimming repeated code (mostly file reading) * Store information about installed packages under [root]/var/db/records
* Add user_input.c to cmakeJoseph Hunkeler2020-02-251-2/+2
|
* Replace deps.c with resolve.cJoseph Hunkeler2020-02-241-1/+1
|
* Update cmake configsJoseph Hunkeler2020-02-181-6/+0
|
* Allow compilation on OSX. Not much else I assumeJoseph Hunkeler2020-02-181-1/+5
|
* Refactor project structure:Joseph Hunkeler2020-02-111-1/+1
| | | | | * Move prototypes and definitions to respective header files * Renamed strings.h to str.h to avoid collision with standard library header
* Add shlib.c to buildJoseph Hunkeler2020-02-071-1/+1
|
* Add handlers to cmakeJoseph Hunkeler2020-01-311-1/+1
|
* Fix some buffer overflows, add a few moreJoseph Hunkeler2020-01-271-1/+1
|
* Update README.mdJoseph Hunkeler2019-12-311-1/+1
| | | | * Add environment.c
* Fix inane compiler warningsJoseph Hunkeler2019-12-301-0/+7
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Started work on build helper functionsJoseph Hunkeler2019-12-281-1/+1
|
* Add version_spec.cJoseph Hunkeler2019-12-241-1/+1
|
* Add fopen/close/rewind for urlsJoseph Hunkeler2019-12-231-2/+2
|
* Add openssl dependencyJoseph Hunkeler2019-12-201-2/+2
|
* Refactor project structureJoseph Hunkeler2019-12-181-0/+17