index
:
pub/teachos/kernel.git
develop
main
An educational OS kernel
fmorgner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
ide: fix print include path
Felix Morgner
1
-1
/
+1
2026-07-09
cmake: extract test target creation
Felix Morgner
4
-111
/
+45
2026-07-09
chore: rename test source files
Felix Morgner
14
-11
/
+12
2026-07-09
ide: fix test patterns
Felix Morgner
2
-2
/
+7
2026-07-09
ide: remove unnecessary filetype overrides
Felix Morgner
2
-16
/
+1
2026-07-09
kstd: silence documentation warnings
Felix Morgner
2
-0
/
+6
2026-07-09
kstd: rename kstd header to include hpp
Felix Morgner
159
-245
/
+245
2026-07-04
doc: cleanup links and formatting
Felix Morgner
1
-8
/
+23
2026-07-04
doc: add architecture overview and project ideas
Felix Morgner
1
-0
/
+165
2026-07-03
Merge branch 'fmorgner/develop/p1204-for-kernel' into 'develop'
Felix Morgner
124
-70
/
+70
2026-07-03
kernel: fix test image path
Felix Morgner
1
-1
/
+1
2026-07-03
kernel: rearrange sources according to p1204
Felix Morgner
124
-69
/
+69
2026-07-02
Merge branch 'fmorgner/develop/basic_string-next' into 'develop'
Felix Morgner
11
-61
/
+1231
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
3
-1
/
+354
2026-06-24
kstd: simplify kstd::to_string
Felix Morgner
1
-23
/
+7
2026-06-24
kstd: implement kstd::formatted_size
Felix Morgner
7
-33
/
+139
2026-06-15
ide: update neovim config
Felix Morgner
2
-70
/
+85
2026-06-15
Merge branch 'fmorgner/develop/kstd-string-rewrite' into 'develop'
Felix Morgner
10
-431
/
+3435
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
build: allow disabling of sanitizers
Felix Morgner
1
-2
/
+5
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
2
-8
/
+3
2026-06-15
kstd: enable sanitizers for tests
Felix Morgner
1
-0
/
+8
2026-06-15
build: fix test reporter configuration
Felix Morgner
3
-3
/
+3
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
build: remove unused variable
Felix Morgner
1
-1
/
+0
2026-06-15
bht: improve test resporting
Felix Morgner
4
-4
/
+23
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
ide: fix include style
Felix Morgner
1
-3
/
+6
2026-06-15
ci: speed up test execution
Felix Morgner
1
-1
/
+1
2026-06-15
ide: enable ranges modernization lint
Felix Morgner
1
-0
/
+3
2026-06-15
x86_64: suppress lint on init_array symbols
Felix Morgner
1
-0
/
+2
2026-06-15
build: configure naming rule checks
Felix Morgner
6
-21
/
+43
2026-06-15
ide: synchronize extensions
Felix Morgner
2
-4
/
+7
2026-06-15
ide: move cspell words to cspell.json
Felix Morgner
2
-43
/
+51
2026-06-14
Merge branch 'fmorgner/develop/fix-shared-ptr-leaks' into 'develop'
Felix Morgner
3
-9
/
+9
2026-06-14
kstd/memory: fix self-referential shared_ptr deallocation
Felix Morgner
1
-3
/
+3
2026-06-14
kernel/vfs: fix reference cycle for dentries
Felix Morgner
2
-6
/
+6
[prev]
[next]