aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Move exists() from deps.h to fs.hJoseph Hunkeler2020-02-243-2/+10
|
* Metadata:Joseph Hunkeler2020-02-201-1/+2
| | | | | | | * Add .SPM_FILELIST * Add .SPM_DESCRIPTOR * Add generators for both to spmbuild Add new metadata to runtime and arrays
* Finish removing find_package calls:Joseph Hunkeler2020-02-191-2/+2
| | | | * Add a root search path to dependency functions
* Update cmake configsJoseph Hunkeler2020-02-181-0/+27
|
* Allow compilation on OSX. Not much else I assumeJoseph Hunkeler2020-02-181-0/+5
|
* Rework dependency scanning:Joseph Hunkeler2020-02-182-2/+2
| | | | | | | | | * 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 Hunkeler2020-02-173-1/+3
| | | | | | | | | * 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 Hunkeler2020-02-131-0/+13
| | | | * Initial support for multiple manifests at once
* Begin refactoring to support multiple manifests:Joseph Hunkeler2020-02-131-0/+4
| | | | | * Add more commands useful for building packages * Fix mkmanifest_interface not looking for the correct number of arguments
* Refactor project structure:Joseph Hunkeler2020-02-1118-282/+350
| | | | | * 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 Hunkeler2020-02-101-0/+1
| | | | * Move relocation code out of install()
* Include shlib.hJoseph Hunkeler2020-02-071-0/+1
|
* Initial commit of shlib interfaceJoseph Hunkeler2020-02-071-0/+14
|
* Add normalize_spaceJoseph Hunkeler2020-02-051-0/+1
|
* Update prototype changesJoseph Hunkeler2020-02-041-5/+6
|
* Initial commit of strlist.[c,h]Joseph Hunkeler2020-02-041-3/+1
|
* Initial commit of generic array handler codeJoseph Hunkeler2020-01-311-0/+44
|
* Fix more memory leaks:Joseph Hunkeler2020-01-281-0/+2
| | | | | Add ability to free ManifestPackage structure Fix bug: manifest_search pointer got free()ed accidentally.
* Bug fixes:Joseph Hunkeler2020-01-271-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 moreJoseph Hunkeler2020-01-271-3/+13
|
* Begin hooking up version spec function(s) to installationJoseph Hunkeler2020-01-241-0/+5
|
* fstree() now accepts filter modes ↵Joseph Hunkeler2020-01-231-2/+6
| | | | SPM_FSTREE_FLT_{NONE,CONTAINS,ENDSWITH,STARTSWITH}
* Change fstree signatureJoseph Hunkeler2020-01-221-5/+7
| | | | | Change strstr_array return type to char* Re-add and reorder a few prototypes in spm.h
* Groundhog day 2Joseph Hunkeler2020-01-221-1/+1
|
* groundhog dayJoseph Hunkeler2020-01-212-10/+29
|
* Add runtime environment manipulation routinesJoseph Hunkeler2020-01-141-3/+42
|
* Update README.mdJoseph Hunkeler2019-12-311-0/+5
| | | | * Add environment.c
* FixesJoseph Hunkeler2019-12-301-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 warningsJoseph Hunkeler2019-12-301-5/+3
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Minor fixes:Joseph Hunkeler2019-12-291-2/+3
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Fixes:Joseph Hunkeler2019-12-281-0/+3
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Started work on build helper functionsJoseph Hunkeler2019-12-281-0/+27
|
* Listing packages and printing bannersJoseph Hunkeler2019-12-261-0/+2
|
* Version matching and package searchingJoseph Hunkeler2019-12-261-7/+17
|
* Add version_spec.cJoseph Hunkeler2019-12-241-0/+8
|
* Add fopen/close/rewind for urlsJoseph Hunkeler2019-12-231-0/+44
|
* Implement basic package manifestJoseph Hunkeler2019-12-211-1/+12
|
* Add new prototypes and structuresJoseph Hunkeler2019-12-201-0/+21
|
* Clean up a little bit.Joseph Hunkeler2019-12-191-0/+1
|
* Refactor project structureJoseph Hunkeler2019-12-181-0/+181