| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement package data emitter | Joseph Hunkeler | 2020-06-08 | 1 | -0/+38 |
| | | |||||
| * | Refactor fstree (#39) | Joseph Hunkeler | 2020-06-03 | 2 | -1/+80 |
| | | | | | | | | | | | | | | | | * Refactor fstree, fstree_free, FSTree type * Add FSRec structure * Refactor fstree usage * Decrease starting size of FSTree structure * Check if ManifestPackage is NULL, not if the requirements array if NULL * Use num_requirements instead of '!= NULL' * Add fstree test | ||||
| * | Test for strlist_append_file() | Joseph Hunkeler | 2020-05-26 | 1 | -14/+46 |
| | | |||||
| * | Large paths don't matter. All paths will be relative to the tests anyway. | Joseph Hunkeler | 2020-05-24 | 1 | -3/+3 |
| | | |||||
| * | Check the correct variable | Joseph Hunkeler | 2020-05-24 | 1 | -2/+2 |
| | | |||||
| * | Allocate enough stack to support all of its potential arguments | Joseph Hunkeler | 2020-05-24 | 1 | -1/+1 |
| | | |||||
| * | Add tests for: | Joseph Hunkeler | 2020-05-24 | 3 | -0/+141 |
| | | | | | | | * isdigit_s * tolower_s * version_* functions | ||||
| * | Fix missing end quote | Joseph Hunkeler | 2020-05-08 | 1 | -2/+2 |
| | | |||||
| * | Use pkg-config | Joseph Hunkeler | 2020-05-07 | 1 | -0/+2 |
| | | |||||
| * | Add rpath_get test | Joseph Hunkeler | 2020-05-01 | 1 | -7/+13 |
| | | |||||
| * | Add mock_image function | Joseph Hunkeler | 2020-05-01 | 2 | -0/+127 |
| | | |||||
| * | define MAXFLOAT if it is not already | Joseph Hunkeler | 2020-04-28 | 1 | -0/+4 |
| | | |||||
| * | Refactor TestValue usage | Joseph Hunkeler | 2020-04-28 | 18 | -136/+176 |
| | | |||||
| * | Refactor TestValue member names | Joseph Hunkeler | 2020-04-28 | 1 | -3/+8 |
| | | |||||
| * | Improved strlist: | Joseph Hunkeler | 2020-04-28 | 1 | -0/+178 |
| | | | | | | | | * Use strto*() functions instead of ato*() * Add _cmp and _copy functions * Removed compare functions * Replaced qsort call with strsort | ||||
| * | 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 | 2 | -4/+4 |
| | | |||||
| * | Disable unused parameter warnings for tests. Tired of them. | Joseph Hunkeler | 2020-04-24 | 1 | -0/+1 |
| | | |||||
| * | Add spm_shlib_deps test | Joseph Hunkeler | 2020-04-24 | 1 | -0/+30 |
| | | |||||
| * | Add spm_perror test | Joseph Hunkeler | 2020-04-21 | 1 | -0/+43 |
| | | |||||
| * | fix text | Joseph Hunkeler | 2020-04-20 | 1 | -2/+2 |
| | | |||||
| * | Add test_error_handler_spmerrno_cause | Joseph Hunkeler | 2020-04-20 | 1 | -0/+33 |
| | | |||||
| * | Apple returns a different errors | Joseph Hunkeler | 2020-04-20 | 1 | -2/+7 |
| | | |||||
| * | Add error handler | Joseph Hunkeler | 2020-04-19 | 1 | -0/+27 |
| | | |||||
| * | spm_mkdtemp requires a base directory: | Joseph Hunkeler | 2020-04-18 | 1 | -9/+3 |
| | | | | | * test_spm_mkdtemp revealed a difference in how variables are stored (Linux vs. MacOS) | ||||
| * | Add functions: | Joseph Hunkeler | 2020-04-14 | 2 | -0/+116 |
| | | | | | | | | | | | | touch() fslist() * Add type: struct FSList * Consolidate platform specific includes | ||||
| * | Merge pull request #20 from jhunkeler/test-spm_mkdtemp | Joseph Hunkeler | 2020-04-10 | 1 | -0/+27 |
| |\ | | | | | Test spm mkdtemp | ||||
| | * | Add test_spm_mkdtemp | Joseph Hunkeler | 2020-04-10 | 1 | -0/+27 |
| | | | |||||
| * | | 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 | ||||
| * | | 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 |
| |/ | |||||
| * | Add test_fs_get_file_size | Joseph Hunkeler | 2020-04-09 | 2 | -0/+73 |
| | | | | | * Add mock_size function to framework.h | ||||
| * | Merge pull request #16 from jhunkeler/test-expandpath | Joseph Hunkeler | 2020-04-09 | 1 | -0/+35 |
| |\ | | | | | Add test_fs_expandpath | ||||
| | * | Add test_fs_expandpath | Joseph Hunkeler | 2020-04-09 | 1 | -0/+35 |
| | | | |||||
| * | | Add test test_relocate_relocate | Joseph Hunkeler | 2020-04-08 | 1 | -0/+47 |
| |/ | |||||
| * | Add test_relocation_file_replace_text (#14) | Joseph Hunkeler | 2020-04-08 | 1 | -0/+40 |
| | | | | | | | | | | * Add test_relocation_file_replace_text * Fix bad BUFSIZ allocation and interaction * Use the line limit not the number of lines * Zero line buffer before next read | ||||
| * | Test replace_text (#13) | Joseph Hunkeler | 2020-04-06 | 2 | -0/+41 |
| | | | | | | | | * Add test boilerplate * Add replace_text test * Redo replace_text | ||||
| * | Add test_config_read test | Joseph Hunkeler | 2020-04-01 | 1 | -0/+80 |
| | | | | | * config_read removes whitespace correctly near inline comments | ||||
| * | Add test_checksum_sha256 test | Joseph Hunkeler | 2020-03-31 | 2 | -0/+54 |
| | | |||||
| * | Add quick shell() test | Joseph Hunkeler | 2020-03-30 | 1 | -0/+24 |
| | | |||||
| * | Allow up to 10 arbitrary test arguments | Joseph Hunkeler | 2020-03-30 | 1 | -0/+1 |
| | | |||||
| * | Add strdup_array() test | Joseph Hunkeler | 2020-03-28 | 1 | -0/+30 |
| | | |||||
| * | Add `const char **` type to TestValue union | Joseph Hunkeler | 2020-03-28 | 1 | -0/+1 |
| | | |||||
| * | Add normalize_space test | Joseph Hunkeler | 2020-03-27 | 1 | -0/+29 |
| | | |||||
| * | Fix compiler warnings | Joseph Hunkeler | 2020-03-27 | 1 | -6/+2 |
| | | |||||
| * | Fix compiler warnings not triggering | Joseph Hunkeler | 2020-03-27 | 1 | -0/+3 |
| | | |||||
