aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate count member assignmentJoseph Hunkeler2 days1-17/+25
|
* NULL terminate keyword arraysJoseph Hunkeler2 days1-0/+2
|
* Trying to get macOS to pick up libzipJoseph Hunkeler2 days1-1/+1
|
* Trying to get macOS to pick up libzipJoseph Hunkeler2 days1-1/+4
|
* Add missing includes for libzipJoseph Hunkeler2 days1-0/+1
|
* CI: Install libzipJoseph Hunkeler2 days1-0/+2
|
* CI: Install libzipJoseph Hunkeler2 days1-0/+7
|
* QOL: Fix ambiguous error message when mission directory does not existJoseph Hunkeler2 days1-1/+1
|
* Implement wheel package parserJoseph Hunkeler2 days7-0/+1760
| | | | * Add raw variant of strlist_append_tokenize function
* Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.hJoseph Hunkeler2 days6-24/+24
| | | | | | | | * Refactor wheel struct as WheelInfo * Refactor wheel_* functions as wheelinfo_* # Conflicts: # src/lib/core/wheelinfo.c
* Merge pull request #128 from jhunkeler/manylinuxHEADnextmasterJoseph Hunkeler3 days25-99/+571
|\ | | | | Manylinux
| * Add wheel builder options to README.mdmanylinuxJoseph Hunkeler3 days1-24/+26
| |
| * Fix system requirement logic. If docker is not usable, disable.Joseph Hunkeler2026-03-061-3/+7
| |
| * Fix segfault if repository_info_tag was NULLJoseph Hunkeler2026-03-061-3/+5
| | | | | | | | * Tag is version otherwise
| * Only execute image check when requestedJoseph Hunkeler2026-03-061-9/+14
| | | | | | | | * Fix memory leak on failure
| * Bugfix: Only use the version field of the tagJoseph Hunkeler2026-03-061-1/+14
| |
| * Fix git describe testsJoseph Hunkeler2026-03-051-3/+7
| |
| * Add TODOsJoseph Hunkeler2026-03-051-0/+2
| |
| * Add strlist_appendf function (future use)Joseph Hunkeler2026-03-053-0/+38
| |
| * Implement manylinux supportJoseph Hunkeler2026-03-051-18/+255
| |
| * Clean up messagesJoseph Hunkeler2026-03-051-9/+15
| |
| * Clean up messagesJoseph Hunkeler2026-03-051-8/+9
| |
| * add missing short optionsJoseph Hunkeler2026-03-051-1/+1
| |
| * overview, not overiewJoseph Hunkeler2026-03-051-3/+2
| |
| * No need to print these every timeJoseph Hunkeler2026-03-051-1/+1
| |
| * No need to print these every timeJoseph Hunkeler2026-03-051-1/+1
| |
| * No need to print these every timeJoseph Hunkeler2026-03-051-2/+2
| |
| * Return from function on failure to read, instead of exiting the programJoseph Hunkeler2026-03-051-1/+1
| |
| * Comment why we're exiting the function without an errorJoseph Hunkeler2026-03-051-0/+1
| |
| * Rename function to better express its purposeJoseph Hunkeler2026-03-051-2/+3
| |
| * Check system requirements before setupJoseph Hunkeler2026-03-051-0/+1
| |
| * Initialize the python version override before the template engineJoseph Hunkeler2026-03-051-4/+2
| |
| * Initialize sysconfdir earlyJoseph Hunkeler2026-03-052-2/+5
| |
| * Improve envctl_do_required outputJoseph Hunkeler2026-03-051-6/+11
| | | | | | | | * On failure the user has a better idea of what needs to be fixed
| * Flags are constantJoseph Hunkeler2026-03-051-1/+1
| |
| * Add backwards compatible way to emit only stdout, or stderr from docker commandJoseph Hunkeler2026-03-052-2/+17
| |
| * Handle wheel_builder configuration itemsJoseph Hunkeler2026-03-051-0/+34
| |
| * Bootstrap needs to know if docker is availableJoseph Hunkeler2026-03-051-0/+2
| |
| * Free wheel_builder membersJoseph Hunkeler2026-03-051-0/+2
| |
| * Update docker_script argument to remove container after executionJoseph Hunkeler2026-03-051-1/+1
| |
| * Bugfix: Repository URL not freed when no match occursJoseph Hunkeler2026-03-051-1/+1
| |
| * Bugfix: Remove redundant string copy after duplicationJoseph Hunkeler2026-03-051-1/+0
| |
| * Add wheel_builder to default configurationJoseph Hunkeler2026-03-051-0/+12
| |
| * Add wheel_builder CLI argumentsJoseph Hunkeler2026-03-054-1/+15
| |
| * Bugfix: Memory leaked in version value reassignmentJoseph Hunkeler2026-03-031-1/+2
| |
| * Bugfix: Populate tag information when testing is disabledJoseph Hunkeler2026-02-221-0/+6
| |
| * Pass `--rm` to docker_script()Joseph Hunkeler2026-02-221-1/+1
| |
| * docker_script() now passes arguments to docker_execJoseph Hunkeler2026-02-222-3/+3
| | | | | | | | * Implicit 'docker run --rm' removed
| * Add method to get a byte string of random alpha-numeric valuesJoseph Hunkeler2026-02-222-0/+62
| | | | | | | | | | * get_random_generator_file() * get_random_bytes()
| * Bugfix: git describe output should always produce long output if a tag existsJoseph Hunkeler2026-02-221-1/+1
| |