1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-25 12:15:40 +00:00
wfjm 2a50d35e71 some minor c++11 and -Weverything code updates
- use `nullptr` instead of plain '0'
- use `[[noreturn]]` (clang -Wmissing-noreturn)
- drop never reached returns (clang -Wunreachable-code-return)
- drop `throw()` lists, use `noexcept` (clang -Wdeprecated)
- add `R*_Init` prototypes (clang -Wmissing-prototypes)
- Rw11VirtEthTap.cpp: BUGFIX: buffer not null terminated (coverity)
2018-10-28 12:19:19 +01:00
..
2014-12-20 16:39:52 +00:00
2016-12-23 15:51:48 +01:00

This directory tree contains C++ sources for rlink backend and is organized in

Directory Content
librlink rlink core library
librlinktpp tcl wrapper for rlink core library
librtcltools support classes for tcl wrappers
librtools support classes
librutiltpp some custom tcl commands
librw11 w11 backend library
librwxxtpp tcl wrapper for w11 backend library
tclshcpp custom tcl shell
testtclsh statically linked custom tcl shell