| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3, not pythonrealloc-sefault-tests_add | Joseph Hunkeler | 18 hours | 1 | -1/+1 |
| | | |||||
| * | Return immediately if tests struct is NULL | Joseph Hunkeler | 18 hours | 1 | -0/+4 |
| | | |||||
| * | Clear errno on touch | Joseph Hunkeler | 18 hours | 1 | -0/+3 |
| | | |||||
| * | Fix invalid printf formatter | Joseph Hunkeler | 24 hours | 1 | -1/+1 |
| | | |||||
| * | ASAN: Darwin arm64 doesn't support "leak" | Joseph Hunkeler | 24 hours | 1 | -1/+1 |
| | | |||||
| * | Add test_tests.c | Joseph Hunkeler | 24 hours | 1 | -0/+52 |
| | | |||||
| * | Move test free code from delivery.c:delivery_free() to ↵ | Joseph Hunkeler | 24 hours | 2 | -22/+21 |
| | | | | | delivery_test.c:test_free() | ||||
| * | Check memory allocations on init | Joseph Hunkeler | 24 hours | 1 | -0/+7 |
| | | |||||
| * | Expose tests_free() | Joseph Hunkeler | 24 hours | 1 | -0/+6 |
| | | |||||
| * | Fix incorrect size used by realloc | Joseph Hunkeler | 25 hours | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #122 from ↵ | Joseph Hunkeler | 32 hours | 1 | -1/+1 |
| |\ | | | | | | | | | spacetelescope/dependabot/github_actions/dot-github/workflows/actions-e6ee9d7de3 Bump actions/checkout from 6.0.1 to 6.0.2 in /.github/workflows in the actions group | ||||
| | * | Bump actions/checkout in /.github/workflows in the actions group | dependabot[bot] | 2026-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the actions group in /.github/workflows with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | | Merge pull request #129 from jhunkeler/dynamic-tests | Joseph Hunkeler | 32 hours | 12 | -107/+230 |
| |\ \ | | | | | | | Dynamic tests | ||||
| | * | | Remove unintentional LFdynamic-tests | Joseph Hunkeler | 34 hours | 1 | -2/+2 |
| | | | | |||||
| | * | | Debug: Only report hangcheck value on error. | Joseph Hunkeler | 34 hours | 1 | -2/+2 |
| | | | | | | | | | | | | | * Too verbose | ||||
| | * | | Free context on error | Joseph Hunkeler | 34 hours | 1 | -0/+5 |
| | | | | |||||
| | * | | Free platform array by length | Joseph Hunkeler | 34 hours | 2 | -1/+8 |
| | | | | |||||
| | * | | Only free when allocated | Joseph Hunkeler | 34 hours | 1 | -4/+6 |
| | | | | |||||
| | * | | Use msg instead of printf | Joseph Hunkeler | 34 hours | 1 | -1/+1 |
| | | | | |||||
| | * | | Convert from stack to heap based test allocation | Joseph Hunkeler | 34 hours | 7 | -83/+153 |
| | | | | |||||
| | * | | Add `Tests` structure to house an array of `Test` structures | Joseph Hunkeler | 34 hours | 1 | -18/+57 |
| |/ / | | | | | | | | | # Conflicts: # src/lib/delivery/include/delivery.h | ||||
| * | | Merge pull request #130 from jhunkeler/cmake-qol | Joseph Hunkeler | 34 hours | 3 | -5/+6 |
| |\ \ | | | | | | | Cmake QOL | ||||
| | * | | Only show output from failed suitescmake-qol | Joseph Hunkeler | 34 hours | 1 | -1/+1 |
| | | | | |||||
| | * | | tests: Increase timeout to 10 minutes | Joseph Hunkeler | 34 hours | 1 | -1/+1 |
| | | | | |||||
| | * | | ASAN: Keep frame pointer | Joseph Hunkeler | 34 hours | 1 | -1/+1 |
| | | | | |||||
| | * | | ASAN: Keep it simple | Joseph Hunkeler | 34 hours | 1 | -3/+4 |
| |/ / | | | | | | | * Write once, use many | ||||
| * | | Merge pull request #123 from jhunkeler/wheel-parser | Joseph Hunkeler | 2 days | 15 | -212/+2087 |
| |\ \ | | | | | | | Implement Python wheel interface | ||||
| | * | | Make the requirement of libzip knownwheel-parser | Joseph Hunkeler | 2 days | 2 | -1/+2 |
| | | | | |||||
| | * | | Finish commenting function prototypes | Joseph Hunkeler | 2 days | 1 | -3/+40 |
| | | | | |||||
| | * | | Directly test getting the value of least one keyword per list | Joseph Hunkeler | 2 days | 1 | -0/+15 |
| | | | | |||||
| | * | | Add enum for wheel_package error handling | Joseph Hunkeler | 2 days | 3 | -10/+49 |
| | | | | |||||
| | * | | Consolidate count member assignment | Joseph Hunkeler | 2 days | 1 | -17/+25 |
| | | | | |||||
| | * | | NULL terminate keyword arrays | Joseph Hunkeler | 2 days | 1 | -0/+2 |
| | | | | |||||
| | * | | Trying to get macOS to pick up libzip | Joseph Hunkeler | 2 days | 1 | -1/+1 |
| | | | | |||||
| | * | | Trying to get macOS to pick up libzip | Joseph Hunkeler | 2 days | 1 | -1/+4 |
| | | | | |||||
| | * | | Add missing includes for libzip | Joseph Hunkeler | 2 days | 1 | -0/+1 |
| | | | | |||||
| | * | | CI: Install libzip | Joseph Hunkeler | 2 days | 1 | -0/+2 |
| | | | | |||||
| | * | | CI: Install libzip | Joseph Hunkeler | 2 days | 1 | -0/+7 |
| | | | | |||||
| | * | | QOL: Fix ambiguous error message when mission directory does not exist | Joseph Hunkeler | 2 days | 1 | -1/+1 |
| | | | | |||||
| | * | | Implement wheel package parser | Joseph Hunkeler | 2 days | 7 | -0/+1760 |
| | | | | | | | | | | | | | * Add raw variant of strlist_append_tokenize function | ||||
| | * | | Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.h | Joseph Hunkeler | 2 days | 6 | -24/+24 |
| |/ / | | | | | | | | | | | | | | | * Refactor wheel struct as WheelInfo * Refactor wheel_* functions as wheelinfo_* # Conflicts: # src/lib/core/wheelinfo.c | ||||
| * | | Merge pull request #128 from jhunkeler/manylinuxHEADnextmaster | Joseph Hunkeler | 3 days | 25 | -99/+571 |
| |\ \ | |/ |/| | Manylinux | ||||
| | * | Add wheel builder options to README.mdmanylinux | Joseph Hunkeler | 3 days | 1 | -24/+26 |
| | | | |||||
| | * | Fix system requirement logic. If docker is not usable, disable. | Joseph Hunkeler | 2026-03-06 | 1 | -3/+7 |
| | | | |||||
| | * | Fix segfault if repository_info_tag was NULL | Joseph Hunkeler | 2026-03-06 | 1 | -3/+5 |
| | | | | | | | | | * Tag is version otherwise | ||||
| | * | Only execute image check when requested | Joseph Hunkeler | 2026-03-06 | 1 | -9/+14 |
| | | | | | | | | | * Fix memory leak on failure | ||||
| | * | Bugfix: Only use the version field of the tag | Joseph Hunkeler | 2026-03-06 | 1 | -1/+14 |
| | | | |||||
| | * | Fix git describe tests | Joseph Hunkeler | 2026-03-05 | 1 | -3/+7 |
| | | | |||||
| | * | Add TODOs | Joseph Hunkeler | 2026-03-05 | 1 | -0/+2 |
| | | | |||||
| | * | Add strlist_appendf function (future use) | Joseph Hunkeler | 2026-03-05 | 3 | -0/+38 |
| | | | |||||
