Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace atoi usage | Joseph Hunkeler | 2020-06-24 | 1 | -3/+2 |
| | |||||
* | Move SPM_GLOBAL.repo_target string usage out of mirror_clone | Joseph Hunkeler | 2020-06-22 | 1 | -11/+3 |
| | | | | * Assign targets from inside spm.c instead of external manifest/mirror functions | ||||
* | Do not auto-complete manifest endpoint | Joseph Hunkeler | 2020-06-08 | 1 | -6/+0 |
| | |||||
* | Refactor fstree (#39) | Joseph Hunkeler | 2020-06-03 | 1 | -10/+14 |
| | | | | | | | | | | | | | | | * Refactor fstree, fstree_free, FSTree type * Add FSRec structure * Refactor fstree usage * Decrease starting size of FSTree structure * Check if ManifestPackage is NULL, not if the requirements array if NULL * Use num_requirements instead of '!= NULL' * Add fstree test | ||||
* | Empty manifests are OK here | Joseph Hunkeler | 2020-04-20 | 1 | -5/+0 |
| | |||||
* | hmm | Joseph Hunkeler | 2020-04-19 | 1 | -2/+2 |
| | |||||
* | Better reporting when a package does not exist | Joseph Hunkeler | 2020-04-19 | 1 | -2/+19 |
| | | | | | | | | * Add additional errors * Fix user_input function missing an error return value * spmbuild sources a temporary file instead of output from a sub-shell * Fix indentation problem * A reason can be attached to spmerrno using spmerrno_cause() | ||||
* | spm_mkdtemp requires a base directory: | Joseph Hunkeler | 2020-04-18 | 1 | -2/+2 |
| | | | | * test_spm_mkdtemp revealed a difference in how variables are stored (Linux vs. MacOS) | ||||
* | Fix segfault caused by freeing records for no reason: | Joseph Hunkeler | 2020-03-26 | 1 | -6/+6 |
| | | | | * split() returns the input string when no delimiters are found | ||||
* | Bugfix: Replace char &reference with const char[] string. | Joseph Hunkeler | 2020-03-25 | 1 | -2/+2 |
| | |||||
* | Fix a few memory leaks: | Joseph Hunkeler | 2020-03-25 | 1 | -3/+13 |
| | | | | * Cannot free array of manifests successfully though... TODO | ||||
* | Add .circleci/config.yml | Joseph Hunkeler | 2020-03-25 | 1 | -6/+6 |
| | |||||
* | Refactor project: build/install libspm[_static.a].so to make unit testing ↵ | Joseph Hunkeler | 2020-03-18 | 1 | -0/+668 |
possible |