| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-08-21 | [src/run.c] Time configuration run | Dennis Camera | 1 | -10/+30 | |
| 2022-08-21 | [src/run.c] Move creatfile, mktempdir, rmtree to util/fs.c | Dennis Camera | 3 | -111/+130 | |
| 2022-08-21 | Work around void * arithmetic errors | Dennis Camera | 2 | -4/+6 | |
| ...but the data structure should probably be reworked instead of relying on the optional uintptr_t type :-/ | |||||
| 2022-08-21 | [src/log.h] Fix variadic macro error (-pedantic) | Dennis Camera | 1 | -5/+5 | |
| src/skonfig.c: In function ‘main’: src/skonfig.c:229:64: error: ISO C99 requires at least one argument for the "..." in a variadic macro 229 | sk_error("cannot find configuration directory."); | ^ | |||||
| 2022-08-21 | [configure.ac] Enable -pedantic, -pedantic-errors, -Werror=pedantic if ↵ | Dennis Camera | 1 | -0/+4 | |
| supported by $CC | |||||
| 2022-08-21 | [src/run.c] Generate and store object marker | Dennis Camera | 1 | -1/+51 | |
| 2022-08-21 | [src/run.c] Implement linking type runner to type commands | Dennis Camera | 2 | -1/+44 | |
| 2022-08-21 | [src/run.c] Implement linking SK_PATH into local_hostdir | Dennis Camera | 2 | -26/+146 | |
| 2022-08-20 | [src/run.c] Use pathjoin_r for simpler logic | Dennis Camera | 1 | -18/+30 | |
| 2022-08-20 | [src/util/string.c] Add _r variants for strjoin functions | Dennis Camera | 2 | -63/+144 | |
| 2022-08-20 | Create sub directories of local workdir | Dennis Camera | 1 | -8/+52 | |
| 2022-08-20 | Implement local workdir clean up | Dennis Camera | 2 | -0/+34 | |
| 2022-08-19 | Implement creation of local temporary workdir | Dennis Camera | 3 | -10/+159 | |
| 2022-08-19 | [configure.ac] Fix no AC_LANG_SOURCE call detected in body | Dennis Camera | 1 | -3/+3 | |
| configure.ac:29: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ./lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from... ./lib/autoconf/general.m4:2823: _AC_COMPILE_IFELSE is expanded from... ./lib/autoconf/general.m4:2839: AC_COMPILE_IFELSE is expanded from... | |||||
| 2022-08-18 | [Makefile.am] Remove manual setting of -O and -g CC flags | Dennis Camera | 1 | -6/+0 | |
| autoconf already checks and sets these options | |||||
| 2022-08-18 | [configure.ac] Check for correct POSIX conformance level | Dennis Camera | 2 | -1/+19 | |
| 2022-08-18 | [configure.ac] Check for some compiler security flags and use them if available | Dennis Camera | 2 | -1/+33 | |
| 2022-08-17 | Misc | Dennis Camera | 3 | -8/+20 | |
| 2022-08-17 | Compiler includes config.h in all modules | Dennis Camera | 6 | -10/+1 | |
| 2022-08-15 | Implement stub run module | Dennis Camera | 4 | -2/+78 | |
| 2022-08-14 | Implement logging module | Dennis Camera | 8 | -56/+391 | |
| 2022-08-03 | [configure.ac] Check if the compiling system supports shebangs | Dennis Camera | 1 | -0/+9 | |
| 2022-08-03 | [src/config.c] Add config module (does not parse INI files, yet) | Dennis Camera | 5 | -0/+502 | |
| 2022-08-03 | Move helper functions out to src/util/ | Dennis Camera | 9 | -48/+356 | |
| 2022-08-03 | [skonfig.c] Implement option parser | Dennis Camera | 3 | -10/+245 | |
| 2022-08-03 | Set package URL | Dennis Camera | 1 | -1/+1 | |
| 2022-08-03 | Rename main.c to skonfig.c | Dennis Camera | 3 | -2/+2 | |
| 2022-08-03 | Add debug builds | Dennis Camera | 3 | -0/+38 | |
| 2022-08-03 | Add Autotools framework | Dennis Camera | 10 | -0/+1330 | |
