aboutsummaryrefslogtreecommitdiff
path: root/src/lib/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix bad indentorder-of-battleJoseph Hunkeler2025-04-081-1/+1
|
* Add debug_hexdump utilityJoseph Hunkeler2025-04-082-0/+53
|
* Bug fix: Prevents garbage at the end of generated release notesJoseph Hunkeler2025-04-081-2/+5
|
* base and "based_on" installations shall hardcode the requested python ↵Joseph Hunkeler2025-04-022-4/+27
| | | | version in the YAML config instead of trusting it
* Converts file system path to file:// pathJoseph Hunkeler2025-03-251-1/+12
|
* Remove extras usage where applicableJoseph Hunkeler2025-03-202-1/+26
|
* free(3): If ptr is NULL, no operation is performed.free-memJoseph Hunkeler2025-03-208-16/+23
|
* Ignore wildcards in docker_sanitize_tagJoseph Hunkeler2025-02-151-1/+1
|
* Merge pull request #90 from jhunkeler/2025-copyrightJoseph Hunkeler2025-02-121-1/+1
|\ | | | | Update copyright information
| * Update copyright information2025-copyrightJoseph Hunkeler2025-02-121-1/+1
| |
* | Merge pull request #84 from jhunkeler/add-strlist-containsJoseph Hunkeler2025-02-122-0/+43
|\ \ | | | | | | Add strlist_contains function
| * | Implements function strlist_containsJoseph Hunkeler2025-01-312-0/+43
| | |
* | | Add debug statements to template.cJoseph Hunkeler2025-02-121-16/+27
| | |
* | | Add debug statements to multiprocessing.cJoseph Hunkeler2025-02-121-0/+10
| | |
* | | Fix debug statements to ini.cJoseph Hunkeler2025-02-121-9/+3
| | |
* | | Add debug statements to delivery_postprocess.cJoseph Hunkeler2025-02-121-2/+3
| | |
* | | Add debug statements to copy.cJoseph Hunkeler2025-02-121-0/+6
| | |
* | | Free output string on errorJoseph Hunkeler2025-02-121-0/+1
| | |
* | | Simplify string duplication in normalize_spaceJoseph Hunkeler2025-02-121-1/+1
| | |
* | | Display time elapsed in multiprocessing progress-related outputJoseph Hunkeler2025-02-122-4/+8
| | |
* | | Fix empty statement warningJoseph Hunkeler2025-02-121-1/+1
| | |
* | | Move messaging macros into core_message.hJoseph Hunkeler2025-02-123-4/+21
| | |
* | | Encapsulate macro arguments in parenthesesJoseph Hunkeler2025-02-123-4/+3
| |/ |/|
* | trlist_remove: free the requested index before moving the pointers upJoseph Hunkeler2025-02-041-0/+1
| |
* | junitxml: free pointer to testcase arrayJoseph Hunkeler2025-02-041-0/+1
| |
* | junitxml: free _Error structJoseph Hunkeler2025-02-041-0/+3
| |
* | Free wheel platform tagJoseph Hunkeler2025-02-041-0/+1
|/
* listdir: sort records alphabetically by defaultJoseph Hunkeler2024-12-241-0/+1
|
* junitxml: expose number of tests that passedJoseph Hunkeler2024-12-222-0/+3
|
* git_clone: rework the error handler to return the proper exit codefix-git-clone-returnJoseph Hunkeler2024-12-161-6/+31
| | | | * Use goto to drop out for different failure conditions
* git_clone return NULL on checkout errorJoseph Hunkeler2024-12-161-1/+1
|
* Quote destination pathJoseph Hunkeler2024-12-111-1/+1
|
* Restructure projectdelivery-libJoseph Hunkeler2024-12-1127-3/+2571
| | | | | | * Move headers to relevant include directories within the target tree(s) * Adjust doxygen configuration to search correct paths * Adjust CMake configuration to use new include paths
* Move delivery_*.c sources into their own libraryJoseph Hunkeler2024-12-0812-2575/+0
|
* Fix listdir()Joseph Hunkeler2024-12-061-3/+9
| | | | | * Now returns the absolute path(s) to the file(s) * Remove restriction on reading hidden files
* Fix segfault in join_exJoseph Hunkeler2024-12-061-17/+15
| | | | | * Calculate the number of function arguments with va_copy() * Remove realloc() usage. No point.
* Add ability to use artifactory without uploading any artifacts at the end.Joseph Hunkeler2024-12-031-0/+1
| | | | | | * New option: --no-artifactory-upload * Implies --no-artifactory-build-info * Updated README.md
* delivery_exists() returns DELIVERY_NOT_FOUND by defaultJoseph Hunkeler2024-12-031-12/+12
|
* Simplify delivery_exists() functionJoseph Hunkeler2024-12-031-11/+13
| | | | * Returns DELIVERY_[NOT_]FOUND, or -1 on error
* Fix error message wordingJoseph Hunkeler2024-12-031-1/+1
|
* Add DELIVERY_[NOT_]FOUND definesJoseph Hunkeler2024-12-031-0/+17
| | | | * Add delivery_series_sync function to download previously delivered files from artifactory
* Unindent script_setupJoseph Hunkeler2024-12-031-0/+1
|
* Unindent scriptJoseph Hunkeler2024-12-031-0/+3
|
* Add basic unindent functionJoseph Hunkeler2024-12-031-0/+25
|
* pip_packages now accepts name[extra1,extra2]==version stringsJoseph Hunkeler2024-12-031-6/+13
|
* Break down indexer into independent source filesJoseph Hunkeler2024-11-181-0/+10
| | | | | * Generate test result output * Add helper function to manage changing file extensions
* Attempt conda environment removal only when its present on-diskworkaround-shebang-nightmareJoseph Hunkeler2024-11-131-0/+6
|
* Rename path_manip() to env_manipulate_pathstr()Joseph Hunkeler2024-11-132-8/+7
| | | | * Add key argument to generalize the function
* Remove unused file streamJoseph Hunkeler2024-11-121-1/+0
|
* Move 'env -0' translation routine out of conda_activateJoseph Hunkeler2024-11-121-39/+44
| | | | * Add static env0_to_runtime function