| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix git describe testsmanylinux | Joseph Hunkeler | 24 hours | 1 | -3/+7 |
| | | |||||
| * | Add TODOs | Joseph Hunkeler | 24 hours | 1 | -0/+2 |
| | | |||||
| * | Add strlist_appendf function (future use) | Joseph Hunkeler | 30 hours | 3 | -0/+38 |
| | | |||||
| * | Implement manylinux support | Joseph Hunkeler | 30 hours | 1 | -18/+255 |
| | | |||||
| * | Clean up messages | Joseph Hunkeler | 30 hours | 1 | -9/+15 |
| | | |||||
| * | Clean up messages | Joseph Hunkeler | 30 hours | 1 | -8/+9 |
| | | |||||
| * | add missing short options | Joseph Hunkeler | 30 hours | 1 | -1/+1 |
| | | |||||
| * | overview, not overiew | Joseph Hunkeler | 30 hours | 1 | -3/+2 |
| | | |||||
| * | No need to print these every time | Joseph Hunkeler | 30 hours | 1 | -1/+1 |
| | | |||||
| * | No need to print these every time | Joseph Hunkeler | 30 hours | 1 | -1/+1 |
| | | |||||
| * | No need to print these every time | Joseph Hunkeler | 30 hours | 1 | -2/+2 |
| | | |||||
| * | Return from function on failure to read, instead of exiting the program | Joseph Hunkeler | 30 hours | 1 | -1/+1 |
| | | |||||
| * | Comment why we're exiting the function without an error | Joseph Hunkeler | 30 hours | 1 | -0/+1 |
| | | |||||
| * | Rename function to better express its purpose | Joseph Hunkeler | 30 hours | 1 | -2/+3 |
| | | |||||
| * | Check system requirements before setup | Joseph Hunkeler | 33 hours | 1 | -0/+1 |
| | | |||||
| * | Initialize the python version override before the template engine | Joseph Hunkeler | 33 hours | 1 | -4/+2 |
| | | |||||
| * | Initialize sysconfdir early | Joseph Hunkeler | 33 hours | 2 | -2/+5 |
| | | |||||
| * | Improve envctl_do_required output | Joseph Hunkeler | 33 hours | 1 | -6/+11 |
| | | | | | * On failure the user has a better idea of what needs to be fixed | ||||
| * | Flags are constant | Joseph Hunkeler | 33 hours | 1 | -1/+1 |
| | | |||||
| * | Add backwards compatible way to emit only stdout, or stderr from docker command | Joseph Hunkeler | 33 hours | 2 | -2/+17 |
| | | |||||
| * | Handle wheel_builder configuration items | Joseph Hunkeler | 33 hours | 1 | -0/+34 |
| | | |||||
| * | Bootstrap needs to know if docker is available | Joseph Hunkeler | 33 hours | 1 | -0/+2 |
| | | |||||
| * | Free wheel_builder members | Joseph Hunkeler | 33 hours | 1 | -0/+2 |
| | | |||||
| * | Update docker_script argument to remove container after execution | Joseph Hunkeler | 33 hours | 1 | -1/+1 |
| | | |||||
| * | Bugfix: Repository URL not freed when no match occurs | Joseph Hunkeler | 33 hours | 1 | -1/+1 |
| | | |||||
| * | Bugfix: Remove redundant string copy after duplication | Joseph Hunkeler | 34 hours | 1 | -1/+0 |
| | | |||||
| * | Add wheel_builder to default configuration | Joseph Hunkeler | 34 hours | 1 | -0/+12 |
| | | |||||
| * | Add wheel_builder CLI arguments | Joseph Hunkeler | 34 hours | 4 | -1/+15 |
| | | |||||
| * | Bugfix: Memory leaked in version value reassignment | Joseph Hunkeler | 3 days | 1 | -1/+2 |
| | | |||||
| * | Bugfix: Populate tag information when testing is disabled | Joseph Hunkeler | 13 days | 1 | -0/+6 |
| | | |||||
| * | Pass `--rm` to docker_script() | Joseph Hunkeler | 13 days | 1 | -1/+1 |
| | | |||||
| * | docker_script() now passes arguments to docker_exec | Joseph Hunkeler | 13 days | 2 | -3/+3 |
| | | | | | * Implicit 'docker run --rm' removed | ||||
| * | Add method to get a byte string of random alpha-numeric values | Joseph Hunkeler | 13 days | 2 | -0/+62 |
| | | | | | | * get_random_generator_file() * get_random_bytes() | ||||
| * | Bugfix: git describe output should always produce long output if a tag exists | Joseph Hunkeler | 13 days | 1 | -1/+1 |
| | | |||||
| * | Bugfix: Avoid segfault on freeing uninitialized Wheel struct | Joseph Hunkeler | 13 days | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #127 from jhunkeler/cibuildwheel | Joseph Hunkeler | 2026-02-19 | 1 | -1/+0 |
| |\ | | | | | Bugfix: Allow cibuildwheel if docker is usable | ||||
| | * | Bugfix: Allow cibuildwheel if docker is usablecibuildwheel | Joseph Hunkeler | 2026-02-19 | 1 | -1/+0 |
| | | | | | | | | | * --no-docker is for disabling image builds, not wheels | ||||
| * | | Merge pull request #126 from jhunkeler/cibuildwheel | Joseph Hunkeler | 2026-02-18 | 4 | -11/+30 |
| |\| | | | | | Use cibuildwheel | ||||
| | * | Error checking and sequencing | Joseph Hunkeler | 2026-02-18 | 2 | -12/+21 |
| | | | | | | | | | | | | | * 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 |
| | | | |||||
| | * | Install cibuildwheel | Joseph Hunkeler | 2026-02-13 | 1 | -0/+4 |
| | | | |||||
| | * | Fix memory leak when reading a comment | Joseph Hunkeler | 2026-02-13 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #125 from jhunkeler/retry-download | Joseph Hunkeler | 2026-02-12 | 7 | -49/+99 |
| |\ | | | | | Add a retry loop to download() | ||||
| | * | errmsg argument must be a valid pointerretry-download | Joseph Hunkeler | 2026-02-12 | 1 | -3/+4 |
| | | | | | | | | | * Remove redundant status check already performed by HTTP_ERROR() | ||||
| | * | Use ssize_t to avoid rollover from strtol on user input | Joseph Hunkeler | 2026-02-12 | 1 | -3/+3 |
| | | | |||||
| | * | Error message pointer must be valid | Joseph Hunkeler | 2026-02-12 | 1 | -1/+4 |
| | | | |||||
| | * | Error message pointer must be valid | Joseph Hunkeler | 2026-02-12 | 1 | -1/+4 |
| | | | |||||
| | * | Test against the tc struct's expected value | Joseph Hunkeler | 2026-02-12 | 1 | -2/+3 |
| | | | |||||
| | * | Remove dead code | Joseph Hunkeler | 2026-02-12 | 1 | -1/+0 |
| | | | |||||
