Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure projectdelivery-lib | Joseph Hunkeler | 2024-12-11 | 1 | -135/+0 |
| | | | | | | * 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 | ||||
* | More unit tests (and fixing bugs) (#23) | Joseph Hunkeler | 2024-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add test_artifactory.c to suite * Add test_ini_getval_wrapper to ini.c * basic ini_getval_TYPE() conversion checks * bugfix: use strtof in INIVAL_TYPE_FLOAT case * Include stdio.h to pull in FILE structure * bugfix: free data at index during strlist_set operation * Previous behavior of setting the pointer to NULL introduced a subtle memory leak * Set strlist error when index it out of range * Import private delivery functions required for mock context creation * Remove static declaration * populate_delivery_cfg() * Add test_junitxml.c * Fix duplicate define value for JUNIT_RESULT_STATE_ERROR * Add static junit test data * Copy test data to current test directory | ||||
* | Rebrand OhMyCal (OMC) as STASIS (#7) | Joseph Hunkeler | 2024-06-21 | 1 | -3/+3 |
| | |||||
* | Documentation update | Joseph Hunkeler | 2024-05-20 | 1 | -1/+1 |
| | |||||
* | junitxml: add missing "error" type | Joseph Hunkeler | 2024-05-17 | 1 | -18/+49 |
| | |||||
* | Documentation | Joseph Hunkeler | 2024-05-16 | 1 | -0/+57 |
| | |||||
* | First pass at test result creation, and optional markdown->html conversion | Joseph Hunkeler | 2024-05-16 | 1 | -0/+47 |