aboutsummaryrefslogtreecommitdiff
path: root/src/internal_cmd.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix increment warningJoseph Hunkeler2020-02-191-2/+1
|
* Rework dependency scanning:Joseph Hunkeler2020-02-181-7/+15
| | | | | | | | | * 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-171-12/+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
* Begin refactoring to support multiple manifests:Joseph Hunkeler2020-02-131-12/+25
| | | | | * Add more commands useful for building packages * Fix mkmanifest_interface not looking for the correct number of arguments
* Add get_package_ext and check_rt_env command interfacesJoseph Hunkeler2020-02-111-2/+31
|
* Fix missing equals in -rpath argumentJoseph Hunkeler2020-02-071-1/+1
|
* Implement mkruntime interfaceJoseph Hunkeler2020-02-041-0/+62
|
* SEAD - memory leaksJoseph Hunkeler2020-01-301-2/+10
|
* Remove md5sum functionJoseph Hunkeler2020-01-281-1/+2
| | | | * Fix a few glaring memory leaks
* Fix some buffer overflows, add a few moreJoseph Hunkeler2020-01-271-0/+33
|
* Groundhog day 2Joseph Hunkeler2020-01-221-0/+53
|
* Finish rpath_autoset implementationJoseph Hunkeler2019-12-311-1/+4
|
* Sanitize inputs BEFORE constructing a command stringJoseph Hunkeler2019-12-311-2/+38
|
* FixesJoseph Hunkeler2019-12-301-3/+0
| | | | | | | * 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-51/+96
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Minor fixes:Joseph Hunkeler2019-12-291-4/+4
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Fixes:Joseph Hunkeler2019-12-281-0/+15
| | | | | | | * 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/+92