Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix typo | Joseph Hunkeler | 2020-04-29 | 1 | -1/+1 | |
| | | ||||||
| * | Add install_name_tool | Joseph Hunkeler | 2020-04-29 | 1 | -57/+38 | |
| | | | | | | | | * Begin refactoring to support macos more easily | |||||
| * | refactor shlib_deps_objdump to become a generic objdump-er | Joseph Hunkeler | 2020-04-29 | 2 | -4/+89 | |
|/ | ||||||
* | Merge pull request #32 from jhunkeler/circle-tests | Joseph Hunkeler | 2020-04-28 | 4 | -2/+150 | |
|\ | | | | | Try to store ctest results | |||||
| * | Install xsltproc | Joseph Hunkeler | 2020-04-28 | 1 | -1/+2 | |
| | | ||||||
| * | Use converter | Joseph Hunkeler | 2020-04-28 | 1 | -2/+4 | |
| | | ||||||
| * | ctest to junit converter | Joseph Hunkeler | 2020-04-28 | 1 | -0/+134 | |
| | | ||||||
| * | Create subdirectory | Joseph Hunkeler | 2020-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | Try to store ctest results | Joseph Hunkeler | 2020-04-28 | 1 | -2/+2 | |
| | | ||||||
| * | Try to store ctest results | Joseph Hunkeler | 2020-04-28 | 2 | -1/+12 | |
|/ | ||||||
* | Merge pull request #31 from jhunkeler/strlist-helpers | Joseph Hunkeler | 2020-04-28 | 23 | -204/+424 | |
|\ | | | | | Strlist helpers | |||||
| * | define MAXFLOAT if it is not already | Joseph Hunkeler | 2020-04-28 | 2 | -8/+4 | |
| | | ||||||
| * | Handle missing MAXFLOAT | Joseph Hunkeler | 2020-04-28 | 1 | -0/+4 | |
| | | ||||||
| * | Fix formatter bug | Joseph Hunkeler | 2020-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | Refactor TestValue usage | Joseph Hunkeler | 2020-04-28 | 18 | -136/+176 | |
| | | ||||||
| * | Refactor TestValue member names | Joseph Hunkeler | 2020-04-28 | 1 | -3/+8 | |
| | | ||||||
| * | Remove TODO | Joseph Hunkeler | 2020-04-28 | 1 | -1/+0 | |
| | | ||||||
| * | Improved strlist: | Joseph Hunkeler | 2020-04-28 | 3 | -59/+235 | |
|/ | | | | | | | * Use strto*() functions instead of ato*() * Add _cmp and _copy functions * Removed compare functions * Replaced qsort call with strsort | |||||
* | Merge pull request #30 from jhunkeler/shlib-macos | Joseph Hunkeler | 2020-04-24 | 13 | -29/+183 | |
|\ | | | | | Shlib macos | |||||
| * | Fix invocation of join_ex() | Joseph Hunkeler | 2020-04-24 | 1 | -1/+1 | |
| | | ||||||
| * | Find libraries on darwin and linux | Joseph Hunkeler | 2020-04-24 | 1 | -1/+44 | |
| | | ||||||
| * | Remove narrow conditional | Joseph Hunkeler | 2020-04-24 | 1 | -1/+1 | |
| | | ||||||
| * | Consolidate platform detection preprocessor checks | Joseph Hunkeler | 2020-04-24 | 8 | -14/+31 | |
| | | ||||||
| * | Add SPM_ERR_PARSE error type | Joseph Hunkeler | 2020-04-24 | 1 | -0/+1 | |
| | | ||||||
| * | Disable unused parameter warnings for tests. Tired of them. | Joseph Hunkeler | 2020-04-24 | 1 | -0/+1 | |
| | | ||||||
| * | Add macos specific code | Joseph Hunkeler | 2020-04-24 | 2 | -15/+77 | |
| | | ||||||
| * | Add spm_shlib_deps test | Joseph Hunkeler | 2020-04-24 | 1 | -0/+30 | |
|/ | ||||||
* | Merge pull request #29 from jhunkeler/tests-errors | Joseph Hunkeler | 2020-04-21 | 2 | -3/+52 | |
|\ | | | | | Ignore NULL reasons + tests | |||||
| * | Add spm_perror test | Joseph Hunkeler | 2020-04-21 | 1 | -0/+43 | |
| | | ||||||
| * | Handle NULL reason | Joseph Hunkeler | 2020-04-21 | 1 | -3/+9 | |
|/ | ||||||
* | Merge pull request #28 from jhunkeler/circleci-macos | Joseph Hunkeler | 2020-04-20 | 18 | -67/+262 | |
|\ | | | | | Circleci macos | |||||
| * | fix text | Joseph Hunkeler | 2020-04-20 | 1 | -2/+2 | |
| | | ||||||
| * | Omit installation test on MacOS | Joseph Hunkeler | 2020-04-20 | 1 | -14/+16 | |
| | | ||||||
| * | Add test_error_handler_spmerrno_cause | Joseph Hunkeler | 2020-04-20 | 1 | -0/+33 | |
| | | ||||||
| * | Empty manifests are OK here | Joseph Hunkeler | 2020-04-20 | 1 | -5/+0 | |
| | | ||||||
| * | Apple returns a different errors | Joseph Hunkeler | 2020-04-20 | 1 | -2/+7 | |
| | | ||||||
| * | Add macos | Joseph Hunkeler | 2020-04-20 | 6 | -19/+87 | |
| | | ||||||
| * | hmm | Joseph Hunkeler | 2020-04-19 | 1 | -2/+2 | |
| | | ||||||
| * | Properly declare SPM_ERR_STRING global | Joseph Hunkeler | 2020-04-19 | 2 | -13/+13 | |
| | | ||||||
| * | Better reporting when a package does not exist | Joseph Hunkeler | 2020-04-19 | 10 | -21/+113 | |
|/ | | | | | | | | * 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() | |||||
* | Merge pull request #25 from jhunkeler/error-handler-etc | Joseph Hunkeler | 2020-04-19 | 12 | -17/+156 | |
|\ | | | | | Error handler etc | |||||
| * | Implement error handling | Joseph Hunkeler | 2020-04-19 | 8 | -17/+67 | |
| | | | | | | | | * Die on bad root directory | |||||
| * | Add error handler | Joseph Hunkeler | 2020-04-19 | 4 | -0/+89 | |
|/ | ||||||
* | Merge pull request #26 from jhunkeler/fix_spm_mkdtemp | Joseph Hunkeler | 2020-04-18 | 5 | -16/+18 | |
|\ | | | | | spm_mkdtemp requires a base directory: | |||||
| * | spm_mkdtemp requires a base directory: | Joseph Hunkeler | 2020-04-18 | 5 | -16/+18 | |
|/ | | | | * test_spm_mkdtemp revealed a difference in how variables are stored (Linux vs. MacOS) | |||||
* | Merge pull request #24 from jhunkeler/clarify-find_by_strspec | Joseph Hunkeler | 2020-04-14 | 1 | -20/+11 | |
|\ | | | | | Clean up find_by_strspec | |||||
| * | Clean up find_by_strspec | Joseph Hunkeler | 2020-04-14 | 1 | -20/+11 | |
|/ | ||||||
* | 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 | |
| | | ||||||
* | | Merge pull request #23 from jhunkeler/touch-fslist | Joseph Hunkeler | 2020-04-14 | 5 | -4/+258 | |
|\ \ | |/ |/| | Add functions w/ tests |