Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | Add functions: | Joseph Hunkeler | 2020-04-14 | 5 | -4/+258 |
|/ | | | | | | | | | | | touch() fslist() * Add type: struct FSList * Consolidate platform specific includes | ||||
* | Merge pull request #21 from jhunkeler/update-usage | Joseph Hunkeler | 2020-04-10 | 2 | -7/+43 |
|\ | | | | | Update README.md and usage | ||||
| * | Update README.md and usage | Joseph Hunkeler | 2020-04-10 | 2 | -7/+43 |
|/ | |||||
* | Merge pull request #20 from jhunkeler/test-spm_mkdtemp | Joseph Hunkeler | 2020-04-10 | 2 | -2/+32 |
|\ | | | | | Test spm mkdtemp | ||||
| * | Add test_spm_mkdtemp | Joseph Hunkeler | 2020-04-10 | 1 | -0/+27 |
| | | |||||
| * | lib/fs.c | Joseph Hunkeler | 2020-04-10 | 1 | -2/+5 |
| | | |||||
* | | Merge pull request #19 from jhunkeler/test-fs_human_readable_size | Joseph Hunkeler | 2020-04-10 | 2 | -0/+26 |
|\ \ | | | | | | | Add test_human_readable_size | ||||
| * | | Add test_human_readable_size | Joseph Hunkeler | 2020-04-10 | 2 | -0/+26 |
| |/ | | | | | | | * Add additional integer types to TestCase union | ||||
* | | Merge pull request #18 from jhunkeler/test-fs_mkdirs | Joseph Hunkeler | 2020-04-10 | 2 | -2/+43 |
|\ \ | |/ |/| | Test fs mkdirs | ||||
| * | Check if directories were removed | Joseph Hunkeler | 2020-04-09 | 1 | -0/+3 |
| | | |||||
| * | remove whitespace | Joseph Hunkeler | 2020-04-09 | 1 | -2/+0 |
| | | |||||
| * | Add test_fs_mkdirs | Joseph Hunkeler | 2020-04-09 | 1 | -0/+40 |
|/ | |||||
* | Merge pull request #17 from jhunkeler/test-get_file_size | Joseph Hunkeler | 2020-04-09 | 3 | -1/+76 |
|\ | | | | | Test get file size | ||||
| * | Add test_fs_get_file_size | Joseph Hunkeler | 2020-04-09 | 2 | -0/+73 |
| | | | | | | | | * Add mock_size function to framework.h |