aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Rename mp_task to mp_pool_taskJoseph Hunkeler2024-09-181-1/+1
* Add pool summary and elapsed time outputJoseph Hunkeler2024-09-181-0/+12
* Fix doxygen commentsJoseph Hunkeler2024-09-181-3/+3
* Add multiprocessing.h to core.hJoseph Hunkeler2024-09-181-0/+1
* Fix mp_pool_join exampleJoseph Hunkeler2024-09-181-1/+1
* Fix sem_open initial stateJoseph Hunkeler2024-09-181-2/+2
* Darwin portability: Use sem_open and sem_close instead of sem_init and sem_de...Joseph Hunkeler2024-09-181-0/+1
* Fixing headersJoseph Hunkeler2024-09-181-10/+3
* Implement multiprocessing pool(s)Joseph Hunkeler2024-09-182-0/+4
* Move guard_ macros to core_mem.hJoseph Hunkeler2024-09-183-10/+141
* Pypi existence check (#30)Joseph Hunkeler2024-08-201-2/+13
* Allow the user to disable uploading build info objects to artifactory (#33)Joseph Hunkeler2024-08-171-0/+1
* Add template convience functions (and bug fixes) (#29)Joseph Hunkeler2024-08-151-0/+2
* Remove unused copytree() function (#27)Joseph Hunkeler2024-08-131-18/+0
* Move mkdirs() into utils module (#26)Joseph Hunkeler2024-08-132-8/+8
* More unit tests (and fixing bugs) (#23)Joseph Hunkeler2024-08-122-1/+2
* Return of the INI refactor (#20)Joseph Hunkeler2024-08-082-22/+23
* Refactor ini getter and setter usage (#19)Joseph Hunkeler2024-08-071-12/+40
* Version in package name (#15)Joseph Hunkeler2024-07-301-1/+4
* Check release (#14)Joseph Hunkeler2024-07-221-2/+40
* Regression tests, envctl, and bug fixes (#13)Joseph Hunkeler2024-07-202-9/+40
* Unit tests (#12)Joseph Hunkeler2024-07-152-1/+9
* Add github.c and github.h (#9)Joseph Hunkeler2024-07-065-19/+72
* Pass .ci_support/plat_arch_.yaml to conda-build (#8)Joseph Hunkeler2024-06-243-0/+21
* Rebrand OhMyCal (OMC) as STASIS (#7)Joseph Hunkeler2024-06-2122-137/+137
* Unit tests (#6)Joseph Hunkeler2024-06-206-32/+15
* Remove newlineJoseph Hunkeler2024-05-211-1/+0
* Consolidate OMC_COLOR_ definesJoseph Hunkeler2024-05-211-0/+40
* Documentation updateJoseph Hunkeler2024-05-202-2/+293
* junitxml: add missing "error" typeJoseph Hunkeler2024-05-171-18/+49
* DocumentationJoseph Hunkeler2024-05-161-0/+57
* First pass at test result creation, and optional markdown->html conversionJoseph Hunkeler2024-05-162-0/+48
* Allow doxygen to ingest header fileJoseph Hunkeler2024-05-031-4/+4
* Add delivery_dump_metadata()Joseph Hunkeler2024-05-021-0/+3
* Move listdir to utils.c and export prototypeJoseph Hunkeler2024-05-021-0/+3
* Convert ohmycal to a libraryJoseph Hunkeler2024-05-021-0/+5
* Move artifactory authentication redaction code into its own function: redact_...Joseph Hunkeler2024-04-151-0/+43
* Add ini_has_key() and expose ini_section_search() functionJoseph Hunkeler2024-04-151-0/+20
* Add ini_setval() functionJoseph Hunkeler2024-04-151-0/+13
* Save raw and rendered versions of the input configuration.Joseph Hunkeler2024-04-121-0/+1
* Export bootstrap_build_info()Joseph Hunkeler2024-04-121-0/+3
* Allow filtering of tags from repositories during build/test phaseJoseph Hunkeler2024-04-121-8/+9
* Remove HOME redirectionJoseph Hunkeler2024-04-101-1/+0
* fixme: add artifactory url to globalsJoseph Hunkeler2024-04-101-0/+1
* Stop duplicating the jfrog authentication context for each upload context.Joseph Hunkeler2024-04-101-1/+2
* Consolidate INIFILE handling across the delivery contextJoseph Hunkeler2024-04-101-0/+12
* We no longer pass INIFILE pointers to delivery_init()Joseph Hunkeler2024-04-101-1/+1
* Rewriting the specfile is now a two stage processJoseph Hunkeler2024-04-101-1/+4
* Add docker_validate_image_compression()Joseph Hunkeler2024-04-101-0/+2
* Add docker_sanitize_tag()Joseph Hunkeler2024-04-101-0/+1