index
:
pub/teachos/kernel.git
develop
main
An educational OS kernel
fmorgner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-13
kstd: artificially inflate test coverage
Felix Morgner
1
-0
/
+45
2026-07-13
kstd: add posix-like error constants
Felix Morgner
3
-92
/
+227
2026-07-13
kstd: fix typo in error_code ctor
Felix Morgner
1
-1
/
+1
2026-07-13
kstd: make error_code formattable
Felix Morgner
2
-0
/
+26
2026-07-13
kapi: extend panic formatting
Felix Morgner
4
-4
/
+156
2026-07-12
kernel: integrate kstd system_error facility
Felix Morgner
1
-1
/
+1
2026-07-11
kstd: simplify errc message translation
Felix Morgner
1
-164
/
+88
2026-07-11
kstd: only support official POSIX error codes
Felix Morgner
1
-319
/
+178
2026-07-09
kstd: add more POSIX error codes to kstd::errc
Felix Morgner
1
-36
/
+367
2026-07-09
kstd: begin implementation of system_error
Felix Morgner
2
-0
/
+418
2026-07-09
cmake: extract test target creation
Felix Morgner
2
-53
/
+4
2026-07-09
chore: rename test source files
Felix Morgner
13
-11
/
+11
2026-07-09
kstd: silence documentation warnings
Felix Morgner
2
-0
/
+6
2026-07-09
kstd: rename kstd header to include hpp
Felix Morgner
49
-48
/
+48
2026-07-02
kstd: implement some assign overloads for string
Felix Morgner
1
-0
/
+30
2026-07-02
kstd: implement resize for string
Felix Morgner
2
-0
/
+199
2026-07-01
kstd: implement _s UDL operator for string.
Felix Morgner
2
-0
/
+35
2026-07-01
kstd: implement string hash support
Felix Morgner
2
-0
/
+56
2026-06-26
kstd: add some basic_string::compare overloads
Felix Morgner
2
-4
/
+411
2026-06-25
kstd: add more basic_string::insert overloads
Felix Morgner
2
-0
/
+347
2026-06-24
kstd: simplify kstd::to_string
Felix Morgner
1
-23
/
+7
2026-06-24
kstd: implement kstd::formatted_size
Felix Morgner
6
-32
/
+138
2026-06-15
kstd: add more long string tests
Felix Morgner
1
-0
/
+83
2026-06-15
kstd: move string tests
Felix Morgner
3
-2063
/
+1907
2026-06-15
kstd/debug: fix string pretty printer
Felix Morgner
2
-11
/
+7
2026-06-15
kstd/string: implement reserve and shrink_to_fit
Felix Morgner
2
-2
/
+137
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
2
-2
/
+2
2026-06-15
kstd: improve basic_string null checks
Felix Morgner
1
-0
/
+20
2026-06-15
kstd: fix signature of basic_string::operator=
Felix Morgner
1
-1
/
+1
2026-06-15
bht: improve test resporting
Felix Morgner
2
-2
/
+14
2026-06-15
kstd: fix stray std::string include
Felix Morgner
1
-1
/
+0
2026-06-15
kstd: add SSO string replacement draft
Felix Morgner
6
-555
/
+3218
2026-06-15
kstd: add basic char_traits implementation
Felix Morgner
3
-0
/
+240
2026-06-15
build: configure naming rule checks
Felix Morgner
2
-13
/
+13
2026-06-14
kstd/memory: fix self-referential shared_ptr deallocation
Felix Morgner
1
-3
/
+3
2026-06-03
kstd: implement flat_map copy assignment
Felix Morgner
2
-0
/
+52
2026-06-02
acpi: fix two lint issues
Felix Morgner
2
-0
/
+10
2026-06-02
kernel/vfs: add type registry tests
Felix Morgner
2
-0
/
+26
2026-06-02
kstd/string: simplify comparisons
Felix Morgner
2
-80
/
+69
2026-05-25
Refactor ssize_t
Marcel Braun
1
-0
/
+12
2026-05-19
build: clean up dependencies
Felix Morgner
4
-85
/
+7
2026-05-18
ci: enable jUnit style test reports
Felix Morgner
2
-2
/
+2
2026-05-10
kstd/vector: reduce code duplication
Felix Morgner
1
-166
/
+91
2026-05-10
debug: add pretty printer for boot modules registry
Felix Morgner
1
-10
/
+23
2026-05-07
debug: add support for kstd::observer_ptr
Felix Morgner
2
-1
/
+23
2026-05-07
debug: use gdb.ValuePrinter base class
Felix Morgner
4
-23
/
+31
2026-05-07
debug: align kstd printers with std ones
Felix Morgner
2
-13
/
+10
2026-05-07
debug: enable libstdc++ helpers
Felix Morgner
2
-15
/
+0
[next]