Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing error_handler.h | Joseph Hunkeler | 2020-05-07 | 1 | -0/+1 |
| | |||||
* | Remove unused md5 header | Joseph Hunkeler | 2020-05-07 | 2 | -2/+0 |
| | |||||
* | Add generic OS_SUPPORTED define | Joseph Hunkeler | 2020-05-01 | 1 | -6/+14 |
| | |||||
* | Use OS_DARWIN, not OS_APPLE | Joseph Hunkeler | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | Add install_name_tool and Darwin specific branches | Joseph Hunkeler | 2020-05-01 | 1 | -0/+1 |
| | |||||
* | Add SPM_ERR_NOT_IMPLEMENTED error type | Joseph Hunkeler | 2020-05-01 | 1 | -0/+1 |
| | |||||
* | refactor shlib_deps_objdump to become a generic objdump-er | Joseph Hunkeler | 2020-04-29 | 1 | -0/+2 |
| | |||||
* | define MAXFLOAT if it is not already | Joseph Hunkeler | 2020-04-28 | 1 | -8/+0 |
| | |||||
* | Handle missing MAXFLOAT | Joseph Hunkeler | 2020-04-28 | 1 | -0/+4 |
| | |||||
* | Improved strlist: | Joseph Hunkeler | 2020-04-28 | 1 | -0/+3 |
| | | | | | | | * Use strto*() functions instead of ato*() * Add _cmp and _copy functions * Removed compare functions * Replaced qsort call with strsort | ||||
* | Consolidate platform detection preprocessor checks | Joseph Hunkeler | 2020-04-24 | 1 | -3/+19 |
| | |||||
* | Add SPM_ERR_PARSE error type | Joseph Hunkeler | 2020-04-24 | 1 | -0/+1 |
| | |||||
* | Add macos specific code | Joseph Hunkeler | 2020-04-24 | 1 | -4/+4 |
| | |||||
* | Properly declare SPM_ERR_STRING global | Joseph Hunkeler | 2020-04-19 | 1 | -13/+1 |
| | |||||
* | Better reporting when a package does not exist | Joseph Hunkeler | 2020-04-19 | 2 | -2/+7 |
| | | | | | | | | * 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 | 2 | -0/+3 |
| | | | | * Die on bad root directory | ||||
* | Add error handler | Joseph Hunkeler | 2020-04-19 | 2 | -0/+35 |
| | |||||
* | spm_mkdtemp requires a base directory: | Joseph Hunkeler | 2020-04-18 | 1 | -1/+1 |
| | | | | * test_spm_mkdtemp revealed a difference in how variables are stored (Linux vs. MacOS) | ||||
* | Merge pull request #22 from jhunkeler/use-compat | Joseph Hunkeler | 2020-04-14 | 3 | -0/+16 |
|\ | | | | | Include protoypes for compat implementations | ||||
| * | Include protoypes for compat implementations | Joseph Hunkeler | 2020-04-11 | 3 | -0/+16 |
| | | |||||
* | | Add functions: | Joseph Hunkeler | 2020-04-14 | 2 | -4/+15 |
|/ | | | | | | | | | | | touch() fslist() * Add type: struct FSList * Consolidate platform specific includes | ||||
* | Test replace_text (#13) | Joseph Hunkeler | 2020-04-06 | 1 | -1/+1 |
| | | | | | | | * Add test boilerplate * Add replace_text test * Redo replace_text | ||||
* | Fix shell command benchmarking | Joseph Hunkeler | 2020-03-30 | 1 | -1/+0 |
| | |||||
* | Add strcmp_array() function | Joseph Hunkeler | 2020-03-28 | 1 | -0/+1 |
| | |||||
* | Add .circleci/config.yml | Joseph Hunkeler | 2020-03-25 | 3 | -8/+7 |
| | |||||
* | Fix bugs uncovered by tests | Joseph Hunkeler | 2020-03-24 | 1 | -1/+6 |
| | |||||
* | doxygen: add missing @file to each header | Joseph Hunkeler | 2020-03-18 | 22 | -0/+66 |
| | |||||
* | Shared library search improvement | Joseph Hunkeler | 2020-03-18 | 1 | -2/+8 |
| | | | | | * Define platform dependent SPM_SHLIB_EXTENSION * rpath_libraries_available() uses SPM_SHLIB_EXTENSION | ||||
* | Fix up reading dependencies from packages | Joseph Hunkeler | 2020-03-17 | 1 | -0/+1 |
| | | | | * Add resolve_free() | ||||
* | Rename PACKAGE_MIN_DELIM and move it to package.h | Joseph Hunkeler | 2020-03-14 | 1 | -0/+1 |
| | |||||
* | Use system utilities to check rpath | Joseph Hunkeler | 2020-03-12 | 1 | -2/+2 |
| | |||||
* | Refactor RPATH creation: | Joseph Hunkeler | 2020-03-07 | 1 | -3/+4 |
| | | | | | | | | * 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 | ||||
* | Add missing headers | Joseph Hunkeler | 2020-03-03 | 1 | -1/+5 |
| | |||||
* | Begin consolidating paths (manifests and temp directories) | Joseph Hunkeler | 2020-03-02 | 1 | -1/+1 |
| | |||||
* | Improvements: | Joseph Hunkeler | 2020-02-28 | 6 | -9/+23 |
| | | | | | | | | * 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 join_ex() [simplified join() function] | Joseph Hunkeler | 2020-02-28 | 1 | -0/+1 |
| | |||||
* | Multiple things: | Joseph Hunkeler | 2020-02-26 | 6 | -10/+31 |
| | | | | | | | | * 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 | ||||
* | Use user_input.h header | Joseph Hunkeler | 2020-02-25 | 1 | -0/+1 |
| | |||||
* | Refactor installation: | Joseph Hunkeler | 2020-02-25 | 1 | -1/+4 |
| | | | | | | | | * install() accepts a temporary directory as an argument * Add install_package_record() * Add is_installed() * Add do_install() wrapper * Use spm_user_yesno() before installation | ||||
* | Add spm_mkdtemp() function | Joseph Hunkeler | 2020-02-25 | 1 | -0/+2 |
| | |||||
* | Implement prompt_user flag | Joseph Hunkeler | 2020-02-25 | 1 | -0/+1 |
| | |||||
* | Initial commit of user_input.[c,h] | Joseph Hunkeler | 2020-02-25 | 1 | -0/+7 |
| | |||||
* | Remove reference to deps.h | Joseph Hunkeler | 2020-02-24 | 1 | -1/+0 |
| | |||||
* | Remove deps.h | Joseph Hunkeler | 2020-02-24 | 1 | -19/+0 |
| | |||||
* | Use package.h and resolve.h | Joseph Hunkeler | 2020-02-24 | 1 | -1/+2 |
| | |||||
* | Use package.h | Joseph Hunkeler | 2020-02-24 | 1 | -12/+7 |
| | |||||
* | Add install_show_package() | Joseph Hunkeler | 2020-02-24 | 1 | -0/+1 |
| | |||||
* | Add comparison function, refactor defines | Joseph Hunkeler | 2020-02-24 | 1 | -0/+12 |
| | |||||
* | Initial commit of resolve.c (deps.c replacement) | Joseph Hunkeler | 2020-02-24 | 1 | -4/+8 |
| | |||||
* | Move exists() from deps.h to fs.h | Joseph Hunkeler | 2020-02-24 | 3 | -2/+10 |
| |