Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor project: build/install libspm[_static.a].so to make unit testing ↵ | Joseph Hunkeler | 2020-03-18 | 1 | -668/+0 |
| | | | | possible | ||||
* | Rename PACKAGE_MIN_DELIM and move it to package.h | Joseph Hunkeler | 2020-03-14 | 1 | -2/+1 |
| | |||||
* | Simplify manifest_package_separator_swap function | Joseph Hunkeler | 2020-03-13 | 1 | -9/+11 |
| | |||||
* | Check for error when opening path_manifest | Joseph Hunkeler | 2020-03-03 | 1 | -1/+5 |
| | |||||
* | Begin consolidating paths (manifests and temp directories) | Joseph Hunkeler | 2020-03-02 | 1 | -28/+20 |
| | |||||
* | Trying to iron out a few manifest pathing issues | Joseph Hunkeler | 2020-02-28 | 1 | -8/+39 |
| | |||||
* | Multiple things: | Joseph Hunkeler | 2020-02-26 | 1 | -1/+1 |
| | | | | | | | | * 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 comparison function, refactor defines | Joseph Hunkeler | 2020-02-24 | 1 | -18/+35 |
| | |||||
* | Metadata: | Joseph Hunkeler | 2020-02-20 | 1 | -3/+1 |
| | | | | | | | * Add .SPM_FILELIST * Add .SPM_DESCRIPTOR * Add generators for both to spmbuild Add new metadata to runtime and arrays | ||||
* | Rework dependency scanning: | Joseph Hunkeler | 2020-02-18 | 1 | -30/+48 |
| | | | | | | | | | * 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 Hunkeler | 2020-02-17 | 1 | -13/+27 |
| | | | | | | | | | * 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 | ||||
* | Implement ManifestList: | Joseph Hunkeler | 2020-02-13 | 1 | -2/+94 |
| | | | | * Initial support for multiple manifests at once | ||||
* | Begin refactoring to support multiple manifests: | Joseph Hunkeler | 2020-02-13 | 1 | -2/+8 |
| | | | | | * Add more commands useful for building packages * Fix mkmanifest_interface not looking for the correct number of arguments | ||||
* | Transition away from find_package | Joseph Hunkeler | 2020-02-04 | 1 | -3/+26 |
| | |||||
* | SEAD - memory leaks | Joseph Hunkeler | 2020-01-30 | 1 | -3/+20 |
| | |||||
* | Fix more memory leaks: | Joseph Hunkeler | 2020-01-28 | 1 | -8/+14 |
| | | | | | Add ability to free ManifestPackage structure Fix bug: manifest_search pointer got free()ed accidentally. | ||||
* | Remove md5sum function | Joseph Hunkeler | 2020-01-28 | 1 | -1/+1 |
| | | | | * Fix a few glaring memory leaks | ||||
* | Bug fixes: | Joseph Hunkeler | 2020-01-27 | 1 | -5/+14 |
| | | | | | | * Fix buffer overflow issue with SHA256 buffer * Add missing origin to manifest * Fix missing manifest download | ||||
* | Fix some buffer overflows, add a few more | Joseph Hunkeler | 2020-01-27 | 1 | -10/+35 |
| | |||||
* | Begin hooking up version spec function(s) to installation | Joseph Hunkeler | 2020-01-24 | 1 | -19/+34 |
| | |||||
* | fstree() now accepts filter modes ↵ | Joseph Hunkeler | 2020-01-23 | 1 | -5/+2 |
| | | | | SPM_FSTREE_FLT_{NONE,CONTAINS,ENDSWITH,STARTSWITH} | ||||
* | Change fstree signature | Joseph Hunkeler | 2020-01-22 | 1 | -1/+5 |
| | | | | | Change strstr_array return type to char* Re-add and reorder a few prototypes in spm.h | ||||
* | Groundhog day 2 | Joseph Hunkeler | 2020-01-22 | 1 | -2/+15 |
| | |||||
* | groundhog day | Joseph Hunkeler | 2020-01-21 | 1 | -22/+170 |
| | |||||
* | Fix inane compiler warnings | Joseph Hunkeler | 2019-12-30 | 1 | -5/+5 |
| | | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set" | ||||
* | Minor fixes: | Joseph Hunkeler | 2019-12-29 | 1 | -10/+10 |
| | | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks | ||||
* | Documentation (and stubs) | Joseph Hunkeler | 2019-12-28 | 1 | -13/+21 |
| | |||||
* | Fixes: | Joseph Hunkeler | 2019-12-28 | 1 | -3/+27 |
| | | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer. | ||||
* | Version matching and package searching | Joseph Hunkeler | 2019-12-26 | 1 | -10/+39 |
| | |||||
* | Remove leftover range check | Joseph Hunkeler | 2019-12-23 | 1 | -1/+1 |
| | |||||
* | Implement basic package manifest | Joseph Hunkeler | 2019-12-21 | 1 | -38/+119 |
| | |||||
* | Add manifest_generate() | Joseph Hunkeler | 2019-12-20 | 1 | -0/+92 |
| | |||||
* | Add expandpath() | Joseph Hunkeler | 2019-12-20 | 1 | -0/+4 |