Age | Commit message (Collapse) | Author |
|
create the arch_t and kernel_t types
use char const * instead of std::string
use custom function instead of std::cerr and std::cout
replace as many stdlib function with custom-made ones
|
|
clean up Makefile
create PKGBUILD file
create dedicated folder for language examples
try to avoid macros where possible
remove C relics
create semi-working Vulkan test
|
|
fix makefile cxxflags
|
|
move codebase to c++
rework makefile
create simple wayland demo
|
|
|
|
makefile optimizations
added readme
added stdc version checking
x connection handling to a different file
|
|
make makefile super nice
update .gitignore
|
|
improve makefile
create luma example file
expanded stdlib
|
|
create simple xcb demo
|