Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle unpacking when running as root: | Joseph Hunkeler | 2020-06-23 | 1 | -0/+2 |
* | Move SPM_GLOBAL.repo_target string usage out of mirror_clone | Joseph Hunkeler | 2020-06-22 | 1 | -1/+1 |
* | Implement package data emitter | Joseph Hunkeler | 2020-06-08 | 1 | -1/+4 |
* | Remove glob.h reference | Joseph Hunkeler | 2020-06-07 | 1 | -1/+0 |
* | Remove find.{c,h} | Joseph Hunkeler | 2020-06-05 | 3 | -10/+0 |
* | Move find.c functions into fs.c | Joseph Hunkeler | 2020-06-05 | 3 | -5/+2 |
* | Bsdtar (#42) | Joseph Hunkeler | 2020-06-04 | 1 | -3/+3 |
* | Refactor fstree (#39) | Joseph Hunkeler | 2020-06-03 | 1 | -4/+9 |
* | Errors set return value and jump to end of function | Joseph Hunkeler | 2020-05-26 | 1 | -2/+1 |
* | Add strlist_append_file() | Joseph Hunkeler | 2020-05-25 | 1 | -0/+2 |
* | Error handler: | Joseph Hunkeler | 2020-05-25 | 1 | -0/+2 |
* | Move file_readlines function out of mirrors.c | Joseph Hunkeler | 2020-05-25 | 2 | -3/+1 |
* | Use the correct type to support large return by version_from() | Joseph Hunkeler | 2020-05-24 | 1 | -1/+1 |
* | Add version type and functions: | Joseph Hunkeler | 2020-05-24 | 1 | -8/+14 |
* | Add string functions: | Joseph Hunkeler | 2020-05-24 | 1 | -0/+2 |
* | Rewrite version_from() to be input agnostic | Joseph Hunkeler | 2020-05-21 | 1 | -1/+7 |
* | Add strlist_remove() | Joseph Hunkeler | 2020-05-21 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | Implement error handling | Joseph Hunkeler | 2020-04-19 | 2 | -0/+3 |
* | 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 |
* | Merge pull request #22 from jhunkeler/use-compat | Joseph Hunkeler | 2020-04-14 | 3 | -0/+16 |
|\ | |||||
| * | Include protoypes for compat implementations | Joseph Hunkeler | 2020-04-11 | 3 | -0/+16 |
* | | Add functions: | Joseph Hunkeler | 2020-04-14 | 2 | -4/+15 |
|/ | |||||
* | Test replace_text (#13) | Joseph Hunkeler | 2020-04-06 | 1 | -1/+1 |
* | 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 |
* | Fix up reading dependencies from packages | Joseph Hunkeler | 2020-03-17 | 1 | -0/+1 |
* | 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 |
* | Add missing headers | Joseph Hunkeler | 2020-03-03 | 1 | -1/+5 |