aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gen_file_extension_str: add maxlen argumentJoseph Hunkeler27 hours2-3/+3
* test_relocation: add test for tpl_render_to_fileJoseph Hunkeler27 hours1-0/+3
* test_template: Test rendering to a fileJoseph Hunkeler29 hours1-7/+22
* Enable ASANJoseph Hunkeler2 days2-8/+18
* Replace sprintf with snprintfJoseph Hunkeler2 days37-188/+236
* Merge pull request #133 from jhunkeler/audit-wheel-argsJoseph Hunkeler7 days1-1/+1
|\
| * Add missing --allow-pure-python-wheel argumentaudit-wheel-argsJoseph Hunkeler7 days1-1/+1
|/
* Merge pull request #132 from jhunkeler/dry-run-for-realJoseph Hunkeler7 days1-1/+2
|\
| * Force pip to poll the index during the existence checkdry-run-for-realJoseph Hunkeler7 days1-1/+2
|/
* Merge pull request #131 from jhunkeler/realloc-sefault-tests_addJoseph Hunkeler8 days8-27/+98
|\
| * python3, not pythonrealloc-sefault-tests_addJoseph Hunkeler9 days1-1/+1
| * Return immediately if tests struct is NULLJoseph Hunkeler9 days1-0/+4
| * Clear errno on touchJoseph Hunkeler9 days1-0/+3
| * Fix invalid printf formatterJoseph Hunkeler9 days1-1/+1
| * ASAN: Darwin arm64 doesn't support "leak"Joseph Hunkeler9 days1-1/+1
| * Add test_tests.cJoseph Hunkeler9 days1-0/+52
| * Move test free code from delivery.c:delivery_free() to delivery_test.c:test_f...Joseph Hunkeler9 days2-22/+21
| * Check memory allocations on initJoseph Hunkeler9 days1-0/+7
| * Expose tests_free()Joseph Hunkeler9 days1-0/+6
| * Fix incorrect size used by reallocJoseph Hunkeler9 days1-2/+2
|/
* Merge pull request #122 from spacetelescope/dependabot/github_actions/dot-git...Joseph Hunkeler9 days1-1/+1
|\
| * Bump actions/checkout in /.github/workflows in the actions groupdependabot[bot]2026-03-011-1/+1
* | Merge pull request #129 from jhunkeler/dynamic-testsJoseph Hunkeler9 days12-107/+230
|\ \
| * | Remove unintentional LFdynamic-testsJoseph Hunkeler9 days1-2/+2
| * | Debug: Only report hangcheck value on error.Joseph Hunkeler9 days1-2/+2
| * | Free context on errorJoseph Hunkeler9 days1-0/+5
| * | Free platform array by lengthJoseph Hunkeler9 days2-1/+8
| * | Only free when allocatedJoseph Hunkeler9 days1-4/+6
| * | Use msg instead of printfJoseph Hunkeler9 days1-1/+1
| * | Convert from stack to heap based test allocationJoseph Hunkeler9 days7-83/+153
| * | Add `Tests` structure to house an array of `Test` structuresJoseph Hunkeler9 days1-18/+57
|/ /
* | Merge pull request #130 from jhunkeler/cmake-qolJoseph Hunkeler9 days3-5/+6
|\ \
| * | Only show output from failed suitescmake-qolJoseph Hunkeler9 days1-1/+1
| * | tests: Increase timeout to 10 minutesJoseph Hunkeler9 days1-1/+1
| * | ASAN: Keep frame pointerJoseph Hunkeler9 days1-1/+1
| * | ASAN: Keep it simpleJoseph Hunkeler9 days1-3/+4
|/ /
* | Merge pull request #123 from jhunkeler/wheel-parserJoseph Hunkeler10 days15-212/+2087
|\ \
| * | Make the requirement of libzip knownwheel-parserJoseph Hunkeler10 days2-1/+2
| * | Finish commenting function prototypesJoseph Hunkeler10 days1-3/+40
| * | Directly test getting the value of least one keyword per listJoseph Hunkeler10 days1-0/+15
| * | Add enum for wheel_package error handlingJoseph Hunkeler10 days3-10/+49
| * | Consolidate count member assignmentJoseph Hunkeler10 days1-17/+25
| * | NULL terminate keyword arraysJoseph Hunkeler10 days1-0/+2
| * | Trying to get macOS to pick up libzipJoseph Hunkeler10 days1-1/+1
| * | Trying to get macOS to pick up libzipJoseph Hunkeler10 days1-1/+4
| * | Add missing includes for libzipJoseph Hunkeler10 days1-0/+1
| * | CI: Install libzipJoseph Hunkeler10 days1-0/+2
| * | CI: Install libzipJoseph Hunkeler10 days1-0/+7
| * | QOL: Fix ambiguous error message when mission directory does not existJoseph Hunkeler10 days1-1/+1
| * | Implement wheel package parserJoseph Hunkeler10 days7-0/+1760