| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-09-05 | build: enable strong stack protector | Felix Morgner | 1 | -0/+2 | |
| 2026-09-04 | kstd/libc: add missing undefined function | Felix Morgner | 1 | -0/+1 | |
| Even though we implement our own `memset` function, we did not define it as undefined. This lead to undefine symbols `-O2` builds, which prefer `memset` in situation in which `-Os` builds do not. | |||||
| 2026-08-20 | build: clean up header set verification | Felix Morgner | 1 | -5/+1 | |
| 2026-08-20 | build: improve linting exclusions for tests | Felix Morgner | 1 | -2/+2 | |
| 2026-08-15 | build: prevent double test building | Felix Morgner | 1 | -0/+4 | |
| 2026-07-26 | build: separate normal from stress tests | Felix Morgner | 1 | -1/+7 | |
| 2026-07-26 | build: add tsan build | Felix Morgner | 1 | -1/+1 | |
| 2026-07-26 | kstd: split mutex header | Felix Morgner | 1 | -1/+1 | |
| 2026-07-16 | chore: move system error implementation out of line | Felix Morgner | 1 | -0/+1 | |
| 2026-07-09 | cmake: extract test target creation | Felix Morgner | 1 | -28/+2 | |
| 2026-07-09 | chore: rename test source files | Felix Morgner | 1 | -6/+6 | |
| 2026-06-24 | kstd: implement kstd::formatted_size | Felix Morgner | 1 | -1/+1 | |
| 2026-06-15 | kstd: move string tests | Felix Morgner | 1 | -1/+0 | |
| 2026-06-15 | tests: globally enable sanitizers | Felix Morgner | 1 | -8/+0 | |
| 2026-06-15 | kstd: enable sanitizers for tests | Felix Morgner | 1 | -0/+8 | |
| 2026-06-15 | build: fix test reporter configuration | Felix Morgner | 1 | -1/+1 | |
| 2026-06-15 | bht: improve test resporting | Felix Morgner | 1 | -1/+7 | |
| 2026-06-15 | kstd: add SSO string replacement draft | Felix Morgner | 1 | -1/+1 | |
| 2026-06-15 | kstd: add basic char_traits implementation | Felix Morgner | 1 | -0/+1 | |
| 2026-05-19 | build: clean up dependencies | Felix Morgner | 1 | -21/+3 | |
| 2026-05-18 | ci: enable jUnit style test reports | Felix Morgner | 1 | -1/+1 | |
| 2026-05-02 | libs: adopt p1204 layout for kstd | Felix Morgner | 1 | -18/+16 | |
| 2026-04-21 | libs: prepare for clang-tidy | Felix Morgner | 1 | -2/+0 | |
| 2026-04-21 | build: clean up configuration | Felix Morgner | 1 | -24/+73 | |
| 2026-04-13 | kstd: add basic format and format_to tests | Felix Morgner | 1 | -0/+1 | |
| 2026-04-13 | kstd: move formatting implementation to kstd | Felix Morgner | 1 | -0/+1 | |
| 2026-04-02 | kstd: add some basic observer_ptr tests | Felix Morgner | 1 | -0/+1 | |
| 2026-04-01 | kernel: begin basic bht implementation | Felix Morgner | 1 | -3/+1 | |
| 2026-03-30 | Merge branch 'fmorgner/interrupt-handling' into develop-BA-FS26 | Felix Morgner | 1 | -0/+1 | |
| 2026-03-27 | add string tests | Lukas Oesch | 1 | -0/+1 | |
| 2026-03-27 | kernel/interrupts: switch to flat_map for dispatch | Felix Morgner | 1 | -0/+1 | |
| 2026-03-23 | ci: enable test builds | Felix Morgner | 1 | -2/+9 | |
| 2026-03-23 | testing: enable build-host testing | Felix Morgner | 1 | -10/+38 | |
| 2026-03-20 | libs: fix header globs | Felix Morgner | 1 | -1/+1 | |
| 2026-03-20 | kstd: simplify header packaging | Felix Morgner | 1 | -22/+3 | |
| 2026-03-20 | kstd: fix build system errors | Felix Morgner | 1 | -1/+4 | |
| 2026-03-17 | implement memcpy | Lukas Oesch | 1 | -0/+2 | |
| 2025-12-19 | kstd: clean up OS interface split | Felix Morgner | 1 | -2/+6 | |
| 2025-12-18 | kstd: begin basic formatted output implementation | Felix Morgner | 1 | -0/+5 | |
| 2025-12-10 | kstd: extract bitwise enum operations | Felix Morgner | 1 | -0/+2 | |
| 2025-12-05 | kstd: implement memcmp | Felix Morgner | 1 | -0/+1 | |
| 2025-10-29 | kstd: clean up libc implementation | Felix Morgner | 1 | -6/+10 | |
| 2025-10-28 | kstd: don't rely on newlib | Felix Morgner | 1 | -0/+8 | |
| 2025-07-23 | libs: move asm_ptr to kstd | Felix Morgner | 1 | -0/+1 | |
| 2025-07-14 | libs: rename kstd headers to be more STL like | Felix Morgner | 1 | -1/+8 | |
| 2025-07-14 | arch: prepare interfaces | Felix Morgner | 1 | -7/+0 | |
| 2025-07-14 | libs: begin extraction of kernel std | Felix Morgner | 1 | -0/+24 | |
