aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add comments, remove dead codeJoseph Hunkeler2024-09-181-2/+24
* Break parent/child calls into static functionsJoseph Hunkeler2024-09-181-71/+86
* Add test_multiprocessing.cJoseph Hunkeler2024-09-181-0/+73
* Split mp_task into to functionsJoseph Hunkeler2024-09-181-63/+74
* Guard against overrunJoseph Hunkeler2024-09-181-2/+6
* Update example configJoseph Hunkeler2024-09-181-0/+13
* Fix doxygen commentsJoseph Hunkeler2024-09-181-3/+3
* Add multiprocessing.h to core.hJoseph Hunkeler2024-09-183-2/+2
* Fix opt_flags assignment.Joseph Hunkeler2024-09-181-1/+3
* Fix mp_pool_join exampleJoseph Hunkeler2024-09-181-1/+1
* Workaround for a bug in firewatchJoseph Hunkeler2024-09-181-1/+1
* Fix sem_open initial stateJoseph Hunkeler2024-09-182-29/+16
* Darwin: Remove mmap MAP_POPULATE flagJoseph Hunkeler2024-09-181-3/+3
* Darwin portability: Use sem_open and sem_close instead of sem_init and sem_de...Joseph Hunkeler2024-09-182-4/+8
* Correct package nameJoseph Hunkeler2024-09-181-1/+1
* Fixing headersJoseph Hunkeler2024-09-182-12/+3
* Update integration test to utilize the multiprocessing poolJoseph Hunkeler2024-09-182-5/+30
* Implement multiprocessing pool(s)Joseph Hunkeler2024-09-187-86/+252
* Move guard_ macros to core_mem.hJoseph Hunkeler2024-09-185-10/+515
* Reference basetemp_dir and junitxml_file functions in README.md (#44)Joseph Hunkeler2024-09-181-11/+11
* Fixes incorrect reference to conda environment variable (#45)Joseph Hunkeler2024-09-181-1/+1
* Fix errant change of "cmd" string (#42)Joseph Hunkeler2024-09-161-2/+2
* Fix typo: (#41)Joseph Hunkeler2024-08-304-8/+8
* Bug fix: CONDA_ENV_DEFAULT should be CONDA_DEFAULT_ENV (#40)Joseph Hunkeler2024-08-291-1/+1
* Add test_environment.c (#39)Joseph Hunkeler2024-08-291-0/+76
* Pandoc improvements (#37)Joseph Hunkeler2024-08-283-12/+355
* System calls fixup (#38)Joseph Hunkeler2024-08-282-47/+20
* More tests (#36)Joseph Hunkeler2024-08-262-0/+133
* CI add pandoc (and bug fixes) (#35)Joseph Hunkeler2024-08-203-1/+19
* Update mission configs (#34)Joseph Hunkeler2024-08-209-103/+211
* Pypi existence check (#30)Joseph Hunkeler2024-08-204-11/+101
* Allow the user to disable uploading build info objects to artifactory (#33)Joseph Hunkeler2024-08-174-6/+20
* Implement TODO item (#32)Joseph Hunkeler2024-08-171-11/+25
* Undo changes made to Dockerfile.in (#31)Joseph Hunkeler2024-08-174-8/+4
* Add template convience functions (and bug fixes) (#29)Joseph Hunkeler2024-08-156-2/+57
* Support git+schema style strings in package list (#24)Joseph Hunkeler2024-08-151-16/+41
* indexer: Handle destination directories more gracefully (#28)Joseph Hunkeler2024-08-153-35/+128
* Remove unused copytree() function (#27)Joseph Hunkeler2024-08-132-102/+0
* Move mkdirs() into utils module (#26)Joseph Hunkeler2024-08-134-35/+36
* Add test_recipe.c (#25)Joseph Hunkeler2024-08-131-0/+100
* More unit tests (and fixing bugs) (#23)Joseph Hunkeler2024-08-1211-5/+352
* Fix Dockerfile ADD (#22)Joseph Hunkeler2024-08-094-4/+8
* Render during bootstrap (#21)Joseph Hunkeler2024-08-081-2/+2
* Return of the INI refactor (#20)Joseph Hunkeler2024-08-0814-200/+228
* Fix leaks in tpl functions (#18)Joseph Hunkeler2024-08-072-0/+4
* Refactor ini getter and setter usage (#19)Joseph Hunkeler2024-08-076-244/+324
* Fixes deprecated call to ENV in Dockerfile templates (#17)Joseph Hunkeler2024-07-314-4/+4
* Fixes readout of packages in delivery (#16)Joseph Hunkeler2024-07-312-8/+27
* Version in package name (#15)Joseph Hunkeler2024-07-306-25/+79
* Check release (#14)Joseph Hunkeler2024-07-224-38/+140