Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused md5 header | Joseph Hunkeler | 2020-05-07 | 1 | -1/+0 |
| | |||||
* | Add generic OS_SUPPORTED define | Joseph Hunkeler | 2020-05-01 | 1 | -6/+14 |
| | |||||
* | Consolidate platform detection preprocessor checks | Joseph Hunkeler | 2020-04-24 | 1 | -3/+19 |
| | |||||
* | Better reporting when a package does not exist | Joseph Hunkeler | 2020-04-19 | 1 | -2/+2 |
| | | | | | | | | * 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() | ||||
* | Add error handler | Joseph Hunkeler | 2020-04-19 | 1 | -0/+1 |
| | |||||
* | Merge pull request #22 from jhunkeler/use-compat | Joseph Hunkeler | 2020-04-14 | 1 | -0/+1 |
|\ | | | | | Include protoypes for compat implementations | ||||
| * | Include protoypes for compat implementations | Joseph Hunkeler | 2020-04-11 | 1 | -0/+1 |
| | | |||||
* | | Add functions: | Joseph Hunkeler | 2020-04-14 | 1 | -3/+4 |
|/ | | | | | | | | | | | touch() fslist() * Add type: struct FSList * Consolidate platform specific includes | ||||
* | Add .circleci/config.yml | Joseph Hunkeler | 2020-03-25 | 1 | -1/+0 |
| | |||||
* | 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 | -0/+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 | ||||
* | Use user_input.h header | Joseph Hunkeler | 2020-02-25 | 1 | -0/+1 |
| | |||||
* | Remove reference to deps.h | Joseph Hunkeler | 2020-02-24 | 1 | -1/+0 |
| | |||||
* | Use package.h and resolve.h | Joseph Hunkeler | 2020-02-24 | 1 | -1/+2 |
| | |||||
* | Metadata: | Joseph Hunkeler | 2020-02-20 | 1 | -1/+2 |
| | | | | | | | * Add .SPM_FILELIST * Add .SPM_DESCRIPTOR * Add generators for both to spmbuild Add new metadata to runtime and arrays | ||||
* | Allow compilation on OSX. Not much else I assume | Joseph Hunkeler | 2020-02-18 | 1 | -0/+5 |
| | |||||
* | Begin refactoring to support multiple manifests: | Joseph Hunkeler | 2020-02-13 | 1 | -0/+4 |
| | | | | | * Add more commands useful for building packages * Fix mkmanifest_interface not looking for the correct number of arguments | ||||
* | Refactor project structure: | Joseph Hunkeler | 2020-02-11 | 1 | -282/+18 |
| | | | | | * Move prototypes and definitions to respective header files * Renamed strings.h to str.h to avoid collision with standard library header | ||||
* | Add relocate_auto() | Joseph Hunkeler | 2020-02-10 | 1 | -0/+1 |
| | | | | * Move relocation code out of install() | ||||
* | Include shlib.h | Joseph Hunkeler | 2020-02-07 | 1 | -0/+1 |
| | |||||
* | Add normalize_space | Joseph Hunkeler | 2020-02-05 | 1 | -0/+1 |
| | |||||
* | Update prototype changes | Joseph Hunkeler | 2020-02-04 | 1 | -5/+6 |
| | |||||
* | Fix more memory leaks: | Joseph Hunkeler | 2020-01-28 | 1 | -0/+2 |
| | | | | | Add ability to free ManifestPackage structure Fix bug: manifest_search pointer got free()ed accidentally. | ||||
* | Bug fixes: | Joseph Hunkeler | 2020-01-27 | 1 | -2/+5 |
| | | | | | | * 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 | -3/+13 |
| | |||||
* | Begin hooking up version spec function(s) to installation | Joseph Hunkeler | 2020-01-24 | 1 | -0/+5 |
| | |||||
* | fstree() now accepts filter modes ↵ | Joseph Hunkeler | 2020-01-23 | 1 | -2/+6 |
| | | | | SPM_FSTREE_FLT_{NONE,CONTAINS,ENDSWITH,STARTSWITH} | ||||
* | Change fstree signature | Joseph Hunkeler | 2020-01-22 | 1 | -5/+7 |
| | | | | | 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 | -1/+1 |
| | |||||
* | groundhog day | Joseph Hunkeler | 2020-01-21 | 1 | -9/+26 |
| | |||||
* | Add runtime environment manipulation routines | Joseph Hunkeler | 2020-01-14 | 1 | -3/+42 |
| | |||||
* | Update README.md | Joseph Hunkeler | 2019-12-31 | 1 | -0/+5 |
| | | | | * Add environment.c | ||||
* | Fixes | Joseph Hunkeler | 2019-12-30 | 1 | -0/+1 |
| | | | | | | | * Verbosity++ * If no requirements are present do not to report we are installing some * Redirect all shell output to stderr (need a better way) * implemented file_is_binexec() to avoid running patchelf on generic data files | ||||
* | Fix inane compiler warnings | Joseph Hunkeler | 2019-12-30 | 1 | -5/+3 |
| | | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set" | ||||
* | Minor fixes: | Joseph Hunkeler | 2019-12-29 | 1 | -2/+3 |
| | | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks | ||||
* | Fixes: | Joseph Hunkeler | 2019-12-28 | 1 | -0/+3 |
| | | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer. | ||||
* | Started work on build helper functions | Joseph Hunkeler | 2019-12-28 | 1 | -0/+27 |
| | |||||
* | Listing packages and printing banners | Joseph Hunkeler | 2019-12-26 | 1 | -0/+2 |
| | |||||
* | Version matching and package searching | Joseph Hunkeler | 2019-12-26 | 1 | -7/+17 |
| | |||||
* | Add version_spec.c | Joseph Hunkeler | 2019-12-24 | 1 | -0/+8 |
| | |||||
* | Implement basic package manifest | Joseph Hunkeler | 2019-12-21 | 1 | -1/+12 |
| | |||||
* | Add new prototypes and structures | Joseph Hunkeler | 2019-12-20 | 1 | -0/+21 |
| | |||||
* | Clean up a little bit. | Joseph Hunkeler | 2019-12-19 | 1 | -0/+1 |
| | |||||
* | Refactor project structure | Joseph Hunkeler | 2019-12-18 | 1 | -0/+181 |