| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add missing --allow-pure-python-wheel argumentaudit-wheel-args | Joseph Hunkeler | 14 days | 1 | -1/+1 |
| | | |||||
| * | Return immediately if tests struct is NULL | Joseph Hunkeler | 2026-04-09 | 1 | -0/+4 |
| | | |||||
| * | Fix invalid printf formatter | Joseph Hunkeler | 2026-04-08 | 1 | -1/+1 |
| | | |||||
| * | Move test free code from delivery.c:delivery_free() to ↵ | Joseph Hunkeler | 2026-04-08 | 2 | -22/+21 |
| | | | | | delivery_test.c:test_free() | ||||
| * | Check memory allocations on init | Joseph Hunkeler | 2026-04-08 | 1 | -0/+7 |
| | | |||||
| * | Expose tests_free() | Joseph Hunkeler | 2026-04-08 | 1 | -0/+6 |
| | | |||||
| * | Fix incorrect size used by realloc | Joseph Hunkeler | 2026-04-08 | 1 | -2/+2 |
| | | |||||
| * | Remove unintentional LFdynamic-tests | 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 | 1 | -1/+1 |
| | | |||||
| * | 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 | 6 | -81/+151 |
| | | |||||
| * | Add `Tests` structure to house an array of `Test` structures | Joseph Hunkeler | 2026-04-08 | 1 | -18/+57 |
| | | | | | | # Conflicts: # src/lib/delivery/include/delivery.h | ||||
| * | QOL: Fix ambiguous error message when mission directory does not exist | Joseph Hunkeler | 2026-04-07 | 1 | -1/+1 |
| | | |||||
| * | Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.h | Joseph Hunkeler | 2026-04-07 | 2 | -4/+4 |
| | | | | | | | | | * Refactor wheel struct as WheelInfo * Refactor wheel_* functions as wheelinfo_* # Conflicts: # src/lib/core/wheelinfo.c | ||||
| * | 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 |
| | | |||||
| * | Implement manylinux support | Joseph Hunkeler | 2026-03-05 | 1 | -18/+255 |
| | | |||||
| * | 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 |
| | | |||||
| * | Initialize sysconfdir early | Joseph Hunkeler | 2026-03-05 | 1 | -1/+3 |
| | | |||||
| * | Handle wheel_builder configuration items | Joseph Hunkeler | 2026-03-05 | 1 | -0/+34 |
| | | |||||
| * | Bootstrap needs to know if docker is available | Joseph Hunkeler | 2026-03-05 | 1 | -0/+2 |
| | | |||||
| * | Bugfix: Memory leaked in version value reassignment | Joseph Hunkeler | 2026-03-03 | 1 | -1/+2 |
| | | |||||
| * | Bugfix: Populate tag information when testing is disabled | Joseph Hunkeler | 2026-02-22 | 1 | -0/+6 |
| | | |||||
| * | Pass `--rm` to docker_script() | Joseph Hunkeler | 2026-02-22 | 1 | -1/+1 |
| | | |||||
| * | Bugfix: Allow cibuildwheel if docker is usablecibuildwheel | Joseph Hunkeler | 2026-02-19 | 1 | -1/+0 |
| | | | | | * --no-docker is for disabling image builds, not wheels | ||||
| * | Error checking and sequencing | Joseph Hunkeler | 2026-02-18 | 1 | -4/+13 |
| | | | | | | | * Add error checks for allocations * Check docker is usable on Linux, if not fall back to the host tools * check_system_requirements initializes the docker capabilities struct | ||||
| * | Only utilize cibuildwheel on linux | Joseph Hunkeler | 2026-02-13 | 1 | -2/+1 |
| | | |||||
| * | Tentative solution for building wheels on modern OSes | Joseph Hunkeler | 2026-02-13 | 1 | -3/+9 |
| | | |||||
| * | Error message pointer must be valid | Joseph Hunkeler | 2026-02-12 | 1 | -1/+4 |
| | | |||||
| * | Allow per-test timeouts | Joseph Hunkeler | 2026-01-18 | 3 | -0/+19 |
| | | | | | * Test blocks without a timeout use the global timeout setting | ||||
| * | Delivery context is constant | Joseph Hunkeler | 2025-11-06 | 1 | -1/+1 |
| | | |||||
| * | Duplicate tests | Joseph Hunkeler | 2025-11-06 | 1 | -0/+17 |
| | | |||||
| * | Duplicate jfrog_auth | Joseph Hunkeler | 2025-11-06 | 1 | -0/+11 |
| | | |||||
| * | Move docker struct duplication down to jfrog struct duplication | Joseph Hunkeler | 2025-11-06 | 1 | -9/+9 |
| | | |||||
| * | Delivery context is not modified | Joseph Hunkeler | 2025-11-06 | 1 | -1/+1 |
| | | |||||
| * | Fix System struct comment positions | Joseph Hunkeler | 2025-11-04 | 1 | -4/+2 |
| | | |||||
| * | Duplicate upload context | Joseph Hunkeler | 2025-11-04 | 1 | -1/+43 |
| | | |||||
| * | Add delivery_duplicate() and strdup_maybe() helper | Joseph Hunkeler | 2025-11-04 | 2 | -0/+110 |
| | | | | | | * The indexer needs to generate copies of the delivery context. The previous implementation (memcpy) left a lot to be desired. * strdup_maybe() might be useful elsewhere but for now I am leaving it static | ||||
| * | Debug messages | Joseph Hunkeler | 2025-07-08 | 2 | -0/+9 |
| | | |||||
| * | Add delivery_export.c | Joseph Hunkeler | 2025-07-07 | 3 | -0/+83 |
| | | |||||
| * | Remove dead code | Joseph Hunkeler | 2025-07-07 | 1 | -2/+0 |
| | | |||||
| * | Merge pull request #114 from jhunkeler/fail-on-baked-in-vcs-requirements | Joseph Hunkeler | 2025-07-03 | 2 | -0/+24 |
| |\ | | | | | Ban Python packages with VCS requirement URLs | ||||
| | * | Ban Python packages with VCS requirement URLs in their setup scripts/configsfail-on-baked-in-vcs-requirements | Joseph Hunkeler | 2025-07-02 | 2 | -0/+24 |
| | | | |||||
| * | | Bug: Injected --extra-index-url into conda and pip commandserrant-extra-index | Joseph Hunkeler | 2025-07-02 | 1 | -1/+1 |
| |/ | | | | * Fix: Only inject it in deferred PIP mode | ||||
