| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
possible
|
|
|
|
|
|
|
| |
* Add SPM_LIB64 and ACLOCAL_PATH to mkruntime_interface
* Add more search paths to PKG_CONFIG_PATH
* Add existence check to rpath_autoset_interface
* Fix rpath_autoset_interface_usage output
|
|
|
|
|
|
|
|
| |
* Decreased complexity
* Most rpath_* functions accept a FSTree structure now
* Fewer calls to chdir() overall
* Deeply nested libraries are detected
* Libraries are no longer confined to lib/ and /lib64
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
* Add spm_pkgconfigdir
|
| |
|
|
|
|
|
|
|
| |
* Add .SPM_FILELIST
* Add .SPM_DESCRIPTOR
* Add generators for both to spmbuild
Add new metadata to runtime and arrays
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
* Add more commands useful for building packages
* Fix mkmanifest_interface not looking for the correct number of arguments
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* Fix a few glaring memory leaks
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* 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 rpath_set
* add rpath_autoset
* add internal command "rpath_set"
|
|
|
|
|
|
| |
* size_t in place of int
* Moved some variables closer to their execution scope
* Add some error checks
|
|
|
|
|
|
|
| |
* doxygen config
* doxygen @file directives
* corrected stupid strip() implemention
* corrected strip usage by config parser. wrong pointer.
|
|
|