| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* 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.
|
|
|