| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #129 from jhunkeler/dynamic-tests | Joseph Hunkeler | 2026-04-08 | 12 | -107/+230 | |
| |\ \ | ||||||
| | * | | Remove unintentional LFdynamic-tests | Joseph Hunkeler | 2026-04-08 | 1 | -2/+2 | |
| | * | | Debug: Only report hangcheck value on error. | Joseph Hunkeler | 2026-04-08 | 1 | -2/+2 | |
| | * | | Free context on error | Joseph Hunkeler | 2026-04-08 | 1 | -0/+5 | |
| | * | | Free platform array by length | Joseph Hunkeler | 2026-04-08 | 2 | -1/+8 | |
| | * | | Only free when allocated | Joseph Hunkeler | 2026-04-08 | 1 | -4/+6 | |
| | * | | Use msg instead of printf | Joseph Hunkeler | 2026-04-08 | 1 | -1/+1 | |
| | * | | Convert from stack to heap based test allocation | Joseph Hunkeler | 2026-04-08 | 7 | -83/+153 | |
| | * | | Add `Tests` structure to house an array of `Test` structures | Joseph Hunkeler | 2026-04-08 | 1 | -18/+57 | |
| |/ / | ||||||
| * | | Merge pull request #130 from jhunkeler/cmake-qol | Joseph Hunkeler | 2026-04-08 | 3 | -5/+6 | |
| |\ \ | ||||||
| | * | | Only show output from failed suitescmake-qol | Joseph Hunkeler | 2026-04-08 | 1 | -1/+1 | |
| | * | | tests: Increase timeout to 10 minutes | Joseph Hunkeler | 2026-04-08 | 1 | -1/+1 | |
| | * | | ASAN: Keep frame pointer | Joseph Hunkeler | 2026-04-08 | 1 | -1/+1 | |
| | * | | ASAN: Keep it simple | Joseph Hunkeler | 2026-04-08 | 1 | -3/+4 | |
| |/ / | ||||||
| * | | Merge pull request #123 from jhunkeler/wheel-parser | Joseph Hunkeler | 2026-04-07 | 15 | -212/+2087 | |
| |\ \ | ||||||
| | * | | Make the requirement of libzip knownwheel-parser | Joseph Hunkeler | 2026-04-07 | 2 | -1/+2 | |
| | * | | Finish commenting function prototypes | Joseph Hunkeler | 2026-04-07 | 1 | -3/+40 | |
| | * | | Directly test getting the value of least one keyword per list | Joseph Hunkeler | 2026-04-07 | 1 | -0/+15 | |
| | * | | Add enum for wheel_package error handling | Joseph Hunkeler | 2026-04-07 | 3 | -10/+49 | |
| | * | | Consolidate count member assignment | Joseph Hunkeler | 2026-04-07 | 1 | -17/+25 | |
| | * | | NULL terminate keyword arrays | Joseph Hunkeler | 2026-04-07 | 1 | -0/+2 | |
| | * | | Trying to get macOS to pick up libzip | Joseph Hunkeler | 2026-04-07 | 1 | -1/+1 | |
| | * | | Trying to get macOS to pick up libzip | Joseph Hunkeler | 2026-04-07 | 1 | -1/+4 | |
| | * | | Add missing includes for libzip | Joseph Hunkeler | 2026-04-07 | 1 | -0/+1 | |
| | * | | CI: Install libzip | Joseph Hunkeler | 2026-04-07 | 1 | -0/+2 | |
| | * | | CI: Install libzip | Joseph Hunkeler | 2026-04-07 | 1 | -0/+7 | |
| | * | | QOL: Fix ambiguous error message when mission directory does not exist | Joseph Hunkeler | 2026-04-07 | 1 | -1/+1 | |
| | * | | Implement wheel package parser | Joseph Hunkeler | 2026-04-07 | 7 | -0/+1760 | |
| | * | | Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.h | Joseph Hunkeler | 2026-04-07 | 6 | -24/+24 | |
| |/ / | ||||||
| * | | Merge pull request #128 from jhunkeler/manylinuxnext | Joseph Hunkeler | 2026-04-06 | 25 | -99/+571 | |
| |\ \ | |/ |/| | ||||||
| | * | Add wheel builder options to README.mdmanylinux | Joseph Hunkeler | 2026-04-06 | 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 | |
| | * | Only execute image check when requested | Joseph Hunkeler | 2026-03-06 | 1 | -9/+14 | |
| | * | 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 | |
| | * | Implement manylinux support | Joseph Hunkeler | 2026-03-05 | 1 | -18/+255 | |
| | * | Clean up messages | Joseph Hunkeler | 2026-03-05 | 1 | -9/+15 | |
| | * | Clean up messages | Joseph Hunkeler | 2026-03-05 | 1 | -8/+9 | |
| | * | add missing short options | Joseph Hunkeler | 2026-03-05 | 1 | -1/+1 | |
| | * | overview, not overiew | Joseph Hunkeler | 2026-03-05 | 1 | -3/+2 | |
| | * | No need to print these every time | Joseph Hunkeler | 2026-03-05 | 1 | -1/+1 | |
| | * | No need to print these every time | Joseph Hunkeler | 2026-03-05 | 1 | -1/+1 | |
| | * | No need to print these every time | Joseph Hunkeler | 2026-03-05 | 1 | -2/+2 | |
| | * | Return from function on failure to read, instead of exiting the program | Joseph Hunkeler | 2026-03-05 | 1 | -1/+1 | |
| | * | Comment why we're exiting the function without an error | Joseph Hunkeler | 2026-03-05 | 1 | -0/+1 | |
| | * | Rename function to better express its purpose | Joseph Hunkeler | 2026-03-05 | 1 | -2/+3 | |
| | * | Check system requirements before setup | Joseph Hunkeler | 2026-03-05 | 1 | -0/+1 | |
