aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove usage of POSIX semaphoresJoseph Hunkeler2024-09-262-27/+9
| * Fix string op warningsJoseph Hunkeler2024-09-205-11/+17
| * Die if the current working directory cannot be determinedJoseph Hunkeler2024-09-201-2/+8
| * value can never be NULL here, and is initialized to zero. Use strcpy().Joseph Hunkeler2024-09-201-1/+1
| * Replace strncpy with a raw loops to populate the delim_* arraysJoseph Hunkeler2024-09-201-5/+19
| * Add option to define _FORTIFY_SOURCE=1Joseph Hunkeler2024-09-201-3/+6
| * Disable format-truncation and unused-result warnings in testsJoseph Hunkeler2024-09-201-2/+2
| * Refactor structureJoseph Hunkeler2024-09-2015-2022/+2083
| * Finish mp_pool_init() testadd-multiprocessingJoseph Hunkeler2024-09-201-8/+31
| * Export all variables when sourcing conda's profile scriptsJoseph Hunkeler2024-09-201-1/+1
| * Fix a likely buffer overflowJoseph Hunkeler2024-09-181-1/+1
| * Fix test code and expected values within test codeJoseph Hunkeler2024-09-181-1/+1
| * Fix syntax issue in rt_generic.shJoseph Hunkeler2024-09-181-1/+1
| * More testsJoseph Hunkeler2024-09-181-0/+30
| * Fix incorrect failure countJoseph Hunkeler2024-09-181-1/+2
| * Comment get_task_durationJoseph Hunkeler2024-09-181-0/+2
| * Move process status checks outside of the if-statementJoseph Hunkeler2024-09-181-10/+18
| * mp_pool_kill marks PIDs as unusedJoseph Hunkeler2024-09-181-0/+2
| * Rename mp_task to mp_pool_taskJoseph Hunkeler2024-09-184-5/+5
| * Bugfix: log_show_contents() did not close FILE pointerJoseph Hunkeler2024-09-181-0/+1
| * Remove workaround.tox_posargsJoseph Hunkeler2024-09-181-1/+0
| * Remove short circuit test codeJoseph Hunkeler2024-09-182-35/+1
| * Fix test status expectationJoseph Hunkeler2024-09-182-4/+3
| * Fix format spacingJoseph Hunkeler2024-09-181-1/+1
| * Implement mp_pool_show_summaryJoseph Hunkeler2024-09-181-3/+10
| * Add pool summary and elapsed time outputJoseph Hunkeler2024-09-182-0/+60
| * Wait for signaled processes to hang upJoseph Hunkeler2024-09-181-1/+5
| * Set task status to -1 by defaultJoseph Hunkeler2024-09-181-0/+3
| * 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