Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better reporting when a package does not exist | Joseph Hunkeler | 2020-04-19 | 1 | -0/+1 |
| | | | | | | | | * Add additional errors * Fix user_input function missing an error return value * spmbuild sources a temporary file instead of output from a sub-shell * Fix indentation problem * A reason can be attached to spmerrno using spmerrno_cause() | ||||
* | Implement error handling | Joseph Hunkeler | 2020-04-19 | 1 | -1/+11 |
| | | | | * Die on bad root directory | ||||
* | Update README.md and usage | Joseph Hunkeler | 2020-04-10 | 1 | -1/+1 |
| | |||||
* | Enable remove mode | Joseph Hunkeler | 2020-04-01 | 1 | -0/+1 |
| | |||||
* | Multiple -v|--verbose arguments increase verbosity | Joseph Hunkeler | 2020-03-18 | 1 | -3/+3 |
| | |||||
* | 'if' statement formatting | Joseph Hunkeler | 2020-03-17 | 1 | -2/+2 |
| | | | | * Added a bugged call to resolve_free() (unused) | ||||
* | Just duplicate argv[0] | Joseph Hunkeler | 2020-03-10 | 1 | -1/+1 |
| | |||||
* | Refactor RPATH creation: | Joseph Hunkeler | 2020-03-07 | 1 | -3/+2 |
| | | | | | | | | * 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 | ||||
* | Improvements: | Joseph Hunkeler | 2020-03-03 | 1 | -2/+11 |
| | | | | | * Add a default package location (URL will change some day) * SPM_ROOT environment variable can change the default root from ~/spm_root to whatever you want | ||||
* | Refactor startswith() and endswidth() usage | Joseph Hunkeler | 2020-03-02 | 1 | -2/+2 |
| | |||||
* | Trying to iron out a few manifest pathing issues | Joseph Hunkeler | 2020-02-28 | 1 | -3/+5 |
| | |||||
* | Improvements: | Joseph Hunkeler | 2020-02-28 | 1 | -2/+35 |
| | | | | | | | | * 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 | ||||
* | Multiple things: | Joseph Hunkeler | 2020-02-26 | 1 | -21/+10 |
| | | | | | | | | * Add strdup_array() * Begin consolidating spm root information into SPM_Hierarchy * Begin consolidating metadata * Begin trimming repeated code (mostly file reading) * Store information about installed packages under [root]/var/db/records | ||||
* | Refactor: | Joseph Hunkeler | 2020-02-25 | 1 | -60/+42 |
| | | | | | | | * Move installation code out * Refactor spm_* variable names * Add missing arguments to usage * Add --yes (-y) argument to disable interactive prompts | ||||
* | Rename ambiguous variables | Joseph Hunkeler | 2020-02-24 | 1 | -96/+32 |
| | | | | * Hook up resolve.c functions | ||||
* | Finish removing find_package calls: | Joseph Hunkeler | 2020-02-19 | 1 | -7/+7 |
| | | | | * Add a root search path to dependency functions | ||||
* | Decrease verbosity during installation (unless requested) | Joseph Hunkeler | 2020-02-18 | 1 | -10/+18 |
| | |||||
* | Rework dependency scanning: | Joseph Hunkeler | 2020-02-18 | 1 | -7/+22 |
| | | | | | | | | | * 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 Hunkeler | 2020-02-17 | 1 | -27/+13 |
| | | | | | | | | | * 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 Hunkeler | 2020-02-13 | 1 | -24/+25 |
| | | | | * Initial support for multiple manifests at once | ||||
* | Begin refactoring to support multiple manifests: | Joseph Hunkeler | 2020-02-13 | 1 | -2/+21 |
| | | | | | * Add more commands useful for building packages * Fix mkmanifest_interface not looking for the correct number of arguments | ||||
* | Do not modify PATH anymore | Joseph Hunkeler | 2020-02-10 | 1 | -13/+2 |
| | |||||
* | Fix segfault when --install had no arguments | Joseph Hunkeler | 2020-02-07 | 1 | -4/+6 |
| | |||||
* | Replace packages array with StrList | Joseph Hunkeler | 2020-02-04 | 1 | -30/+23 |
| | |||||
* | SEAD - memory leaks | Joseph Hunkeler | 2020-01-30 | 1 | -3/+7 |
| | |||||
* | Fix more memory leaks: | Joseph Hunkeler | 2020-01-28 | 1 | -3/+3 |
| | | | | | Add ability to free ManifestPackage structure Fix bug: manifest_search pointer got free()ed accidentally. | ||||
* | Remove md5sum function | Joseph Hunkeler | 2020-01-28 | 1 | -0/+6 |
| | | | | * Fix a few glaring memory leaks | ||||
* | Fix some buffer overflows, add a few more | Joseph Hunkeler | 2020-01-27 | 1 | -5/+5 |
| | |||||
* | Begin hooking up version spec function(s) to installation | Joseph Hunkeler | 2020-01-24 | 1 | -8/+4 |
| | |||||
* | Groundhog day 2 | Joseph Hunkeler | 2020-01-22 | 1 | -1/+1 |
| | |||||
* | groundhog day | Joseph Hunkeler | 2020-01-21 | 1 | -3/+2 |
| | |||||
* | Add runtime environment manipulation routines | Joseph Hunkeler | 2020-01-14 | 1 | -5/+40 |
| | |||||
* | Update README.md | Joseph Hunkeler | 2019-12-31 | 1 | -1/+1 |
| | | | | * Add environment.c | ||||
* | Fixes | Joseph Hunkeler | 2019-12-30 | 1 | -1/+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 warnings | Joseph Hunkeler | 2019-12-30 | 1 | -3/+3 |
| | | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set" | ||||
* | Minor fixes: | Joseph Hunkeler | 2019-12-29 | 1 | -22/+24 |
| | | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks | ||||
* | Fixes: | Joseph Hunkeler | 2019-12-28 | 1 | -3/+3 |
| | | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer. | ||||
* | Started work on build helper functions | Joseph Hunkeler | 2019-12-28 | 1 | -4/+15 |
| | |||||
* | Listing packages and printing banners | Joseph Hunkeler | 2019-12-26 | 1 | -23/+44 |
| | |||||
* | Version matching and package searching | Joseph Hunkeler | 2019-12-26 | 1 | -11/+68 |
| | |||||
* | Add version_spec.c | Joseph Hunkeler | 2019-12-24 | 1 | -0/+1 |
| | |||||
* | Implement basic package manifest | Joseph Hunkeler | 2019-12-21 | 1 | -5/+23 |
| | |||||
* | Add --reindex option | Joseph Hunkeler | 2019-12-20 | 1 | -0/+4 |
| | |||||
* | Deterministic install output | Joseph Hunkeler | 2019-12-19 | 1 | -15/+34 |
| | |||||
* | Clean up a little bit. | Joseph Hunkeler | 2019-12-19 | 1 | -10/+10 |
| | |||||
* | Make command line argument a thing | Joseph Hunkeler | 2019-12-19 | 1 | -29/+156 |
| | |||||
* | Refactor project structure | Joseph Hunkeler | 2019-12-18 | 1 | -0/+60 |