aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix git describe testsmanylinuxJoseph Hunkeler24 hours1-3/+7
|
* Add TODOsJoseph Hunkeler24 hours1-0/+2
|
* Add strlist_appendf function (future use)Joseph Hunkeler30 hours3-0/+38
|
* Implement manylinux supportJoseph Hunkeler30 hours1-18/+255
|
* Clean up messagesJoseph Hunkeler30 hours1-9/+15
|
* Clean up messagesJoseph Hunkeler30 hours1-8/+9
|
* add missing short optionsJoseph Hunkeler30 hours1-1/+1
|
* overview, not overiewJoseph Hunkeler30 hours1-3/+2
|
* No need to print these every timeJoseph Hunkeler30 hours1-1/+1
|
* No need to print these every timeJoseph Hunkeler30 hours1-1/+1
|
* No need to print these every timeJoseph Hunkeler30 hours1-2/+2
|
* Return from function on failure to read, instead of exiting the programJoseph Hunkeler30 hours1-1/+1
|
* Comment why we're exiting the function without an errorJoseph Hunkeler30 hours1-0/+1
|
* Rename function to better express its purposeJoseph Hunkeler30 hours1-2/+3
|
* Check system requirements before setupJoseph Hunkeler33 hours1-0/+1
|
* Initialize the python version override before the template engineJoseph Hunkeler33 hours1-4/+2
|
* Initialize sysconfdir earlyJoseph Hunkeler33 hours2-2/+5
|
* Improve envctl_do_required outputJoseph Hunkeler33 hours1-6/+11
| | | | * On failure the user has a better idea of what needs to be fixed
* Flags are constantJoseph Hunkeler33 hours1-1/+1
|
* Add backwards compatible way to emit only stdout, or stderr from docker commandJoseph Hunkeler33 hours2-2/+17
|
* Handle wheel_builder configuration itemsJoseph Hunkeler33 hours1-0/+34
|
* Bootstrap needs to know if docker is availableJoseph Hunkeler33 hours1-0/+2
|
* Free wheel_builder membersJoseph Hunkeler33 hours1-0/+2
|
* Update docker_script argument to remove container after executionJoseph Hunkeler33 hours1-1/+1
|
* Bugfix: Repository URL not freed when no match occursJoseph Hunkeler33 hours1-1/+1
|
* Bugfix: Remove redundant string copy after duplicationJoseph Hunkeler34 hours1-1/+0
|
* Add wheel_builder to default configurationJoseph Hunkeler34 hours1-0/+12
|
* Add wheel_builder CLI argumentsJoseph Hunkeler34 hours4-1/+15
|
* Bugfix: Memory leaked in version value reassignmentJoseph Hunkeler3 days1-1/+2
|
* Bugfix: Populate tag information when testing is disabledJoseph Hunkeler13 days1-0/+6
|
* Pass `--rm` to docker_script()Joseph Hunkeler13 days1-1/+1
|
* docker_script() now passes arguments to docker_execJoseph Hunkeler13 days2-3/+3
| | | | * Implicit 'docker run --rm' removed
* Add method to get a byte string of random alpha-numeric valuesJoseph Hunkeler13 days2-0/+62
| | | | | * get_random_generator_file() * get_random_bytes()
* Bugfix: git describe output should always produce long output if a tag existsJoseph Hunkeler13 days1-1/+1
|
* Bugfix: Avoid segfault on freeing uninitialized Wheel structJoseph Hunkeler13 days1-0/+3
|
* Merge pull request #127 from jhunkeler/cibuildwheelJoseph Hunkeler2026-02-191-1/+0
|\ | | | | Bugfix: Allow cibuildwheel if docker is usable
| * Bugfix: Allow cibuildwheel if docker is usablecibuildwheelJoseph Hunkeler2026-02-191-1/+0
| | | | | | | | * --no-docker is for disabling image builds, not wheels
* | Merge pull request #126 from jhunkeler/cibuildwheelJoseph Hunkeler2026-02-184-11/+30
|\| | | | | Use cibuildwheel
| * Error checking and sequencingJoseph Hunkeler2026-02-182-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 linuxJoseph Hunkeler2026-02-131-2/+1
| |
| * Tentative solution for building wheels on modern OSesJoseph Hunkeler2026-02-131-3/+9
| |
| * Install cibuildwheelJoseph Hunkeler2026-02-131-0/+4
| |
| * Fix memory leak when reading a commentJoseph Hunkeler2026-02-131-0/+1
|/
* Merge pull request #125 from jhunkeler/retry-downloadJoseph Hunkeler2026-02-127-49/+99
|\ | | | | Add a retry loop to download()
| * errmsg argument must be a valid pointerretry-downloadJoseph Hunkeler2026-02-121-3/+4
| | | | | | | | * Remove redundant status check already performed by HTTP_ERROR()
| * Use ssize_t to avoid rollover from strtol on user inputJoseph Hunkeler2026-02-121-3/+3
| |
| * Error message pointer must be validJoseph Hunkeler2026-02-121-1/+4
| |
| * Error message pointer must be validJoseph Hunkeler2026-02-121-1/+4
| |
| * Test against the tc struct's expected valueJoseph Hunkeler2026-02-121-2/+3
| |
| * Remove dead codeJoseph Hunkeler2026-02-121-1/+0
| |