| 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
|
|
|
|
| |
* Initial support for multiple manifests at once
|
|
|
|
|
| |
* Add more commands useful for building packages
* Fix mkmanifest_interface not looking for the correct number of arguments
|
| |
|
| |
|
|
|
|
|
| |
Add ability to free ManifestPackage structure
Fix bug: manifest_search pointer got free()ed accidentally.
|
|
|
|
| |
* Fix a few glaring memory leaks
|
|
|
|
|
|
| |
* Fix buffer overflow issue with SHA256 buffer
* Add missing origin to manifest
* Fix missing manifest download
|
| |
|
| |
|
|
|
|
| |
SPM_FSTREE_FLT_{NONE,CONTAINS,ENDSWITH,STARTSWITH}
|
|
|
|
|
| |
Change strstr_array return type to char*
Re-add and reorder a few prototypes in spm.h
|
| |
|
| |
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
| |
|
|
|