aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Return of the INI refactor (#20)Joseph Hunkeler2024-08-081-1/+1
* Refactor ini getter and setter usage (#19)Joseph Hunkeler2024-08-071-11/+19
* Pass .ci_support/plat_arch_.yaml to conda-build (#8)Joseph Hunkeler2024-06-241-0/+7
* Rebrand OhMyCal (OMC) as STASIS (#7)Joseph Hunkeler2024-06-211-26/+26
* Unit tests (#6)Joseph Hunkeler2024-06-201-18/+20
* Consolidate OMC_COLOR_ definesJoseph Hunkeler2024-05-211-7/+0
* DocumentationJoseph Hunkeler2024-05-171-0/+30
* Move listdir to utils.c and export prototypeJoseph Hunkeler2024-05-021-0/+21
* Convert ohmycal to a libraryJoseph Hunkeler2024-05-021-2/+0
* Move artifactory authentication redaction code into its own function: redact_...Joseph Hunkeler2024-04-151-0/+28
* xmkstemp falls back to /tmp when globals are not yet initializedJoseph Hunkeler2024-04-101-3/+12
* Changes to ini_write() behavior:Joseph Hunkeler2024-04-021-1/+1
* Fix up result [de]allocation in fix_tox_confJoseph Hunkeler2024-03-241-4/+4
* Error messagesJoseph Hunkeler2024-03-221-4/+2
* Fix bad reallocJoseph Hunkeler2024-03-221-1/+9
* Consolidate pointer assignment to if-statementJoseph Hunkeler2024-03-221-5/+2
* Replace free() with guard_* macrosJoseph Hunkeler2024-03-221-0/+2
* Move collapse_whitespace to utils.c / utils.hJoseph Hunkeler2024-03-221-0/+25
* Add missing cleanupJoseph Hunkeler2024-03-181-1/+1
* Add fix_tox_conf functionJoseph Hunkeler2024-03-141-1/+57
* Pretty-print pytest xml results (if xmllint is present)Joseph Hunkeler2024-03-141-0/+58
* Allow path_store function to replace existing path elements without causing m...Joseph Hunkeler2024-03-141-0/+4
* Zero out the mkstemp template string to avoid garbage in file namesJoseph Hunkeler2024-03-141-1/+1
* Use do/while in guard_* macros to make them behave more like functionsJoseph Hunkeler2024-03-101-4/+4
* Reset console color before writingJoseph Hunkeler2024-03-061-0/+1
* Fix path_basenameJoseph Hunkeler2024-03-061-1/+1
* Prototypes documentationJoseph Hunkeler2024-03-041-37/+19
* xmkstemp allow setting file modeJoseph Hunkeler2024-03-041-2/+2
* Extract git repository informationJoseph Hunkeler2024-02-181-1/+21
* Add path_store functionJoseph Hunkeler2024-02-121-0/+42
* General improvementsJoseph Hunkeler2024-01-301-3/+3
* guard_free() all pointersJoseph Hunkeler2023-12-101-5/+4
* Use OMC_DIRSTACK_MAX instead of magic numbersJoseph Hunkeler2023-12-101-1/+1
* Add isempty_dir() functionJoseph Hunkeler2023-12-101-0/+19
* Add path_dirname() functionJoseph Hunkeler2023-12-101-0/+22
* Use TMPDIR, and fail when script cannot be executed within that filesystemJoseph Hunkeler2023-11-201-1/+1
* Fix warnings and add xmkstempJoseph Hunkeler2023-11-201-6/+21
* Use globalsJoseph Hunkeler2023-11-201-0/+5
* Replaces BUFSIZ with OMC_BUFSIZJoseph Hunkeler2023-11-201-4/+4
* Rebrand for the last timeJoseph Hunkeler2023-11-201-1/+3
* msg() function is now type voidJoseph Hunkeler2023-10-311-2/+9
* Initial commitJoseph Hunkeler2023-10-261-0/+417