Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Leave a commented reference to my scratch executable. Tired of rewriting it ↵ | Joseph Hunkeler | 2020-05-24 | 1 | -0/+8 |
| | | | | constantly. | ||||
* | Add newline | Joseph Hunkeler | 2020-05-21 | 1 | -0/+1 |
| | |||||
* | Use pkg-config | Joseph Hunkeler | 2020-05-07 | 1 | -1/+4 |
| | |||||
* | Refactor project: build/install libspm[_static.a].so to make unit testing ↵ | Joseph Hunkeler | 2020-03-18 | 1 | -28/+2 |
| | | | | possible | ||||
* | Improvements: | Joseph Hunkeler | 2020-02-28 | 1 | -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 Hunkeler | 2020-02-26 | 1 | -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 cmake | Joseph Hunkeler | 2020-02-25 | 1 | -2/+2 |
| | |||||
* | Replace deps.c with resolve.c | Joseph Hunkeler | 2020-02-24 | 1 | -1/+1 |
| | |||||
* | Update cmake configs | Joseph Hunkeler | 2020-02-18 | 1 | -6/+0 |
| | |||||
* | Allow compilation on OSX. Not much else I assume | Joseph Hunkeler | 2020-02-18 | 1 | -1/+5 |
| | |||||
* | Refactor project structure: | Joseph Hunkeler | 2020-02-11 | 1 | -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 build | Joseph Hunkeler | 2020-02-07 | 1 | -1/+1 |
| | |||||
* | Add handlers to cmake | Joseph Hunkeler | 2020-01-31 | 1 | -1/+1 |
| | |||||
* | Fix some buffer overflows, add a few more | Joseph Hunkeler | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Update README.md | Joseph Hunkeler | 2019-12-31 | 1 | -1/+1 |
| | | | | * Add environment.c | ||||
* | Fix inane compiler warnings | Joseph Hunkeler | 2019-12-30 | 1 | -0/+7 |
| | | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set" | ||||
* | Started work on build helper functions | Joseph Hunkeler | 2019-12-28 | 1 | -1/+1 |
| | |||||
* | Add version_spec.c | Joseph Hunkeler | 2019-12-24 | 1 | -1/+1 |
| | |||||
* | Add fopen/close/rewind for urls | Joseph Hunkeler | 2019-12-23 | 1 | -2/+2 |
| | |||||
* | Add openssl dependency | Joseph Hunkeler | 2019-12-20 | 1 | -2/+2 |
| | |||||
* | Refactor project structure | Joseph Hunkeler | 2019-12-18 | 1 | -0/+17 |