John Bandela

Results 8 repositories owned by John Bandela

cppcomponents

212
Stars
25
Forks
Watchers

Allows you to write binary components in C++11 that can be used across different compilers and standard libraries

auto_tie

16
Stars
0
Forks
Watchers

A kinda, sorta emulation of structured binding for C++14

cppcomponents_libuv

30
Stars
4
Forks
Watchers

Libuv wrapper for cppcomponents

cpp_async_await

38
Stars
6
Forks
Watchers

cross_compiler_call

25
Stars
3
Forks
Watchers

Ability to easily define interfaces that are able to be used accross compilers

jrb_node

18
Stars
2
Forks
Watchers

Simple boost asio based sync and async http client and http and https server

simple_match

231
Stars
16
Forks
Watchers

Simple header only pattern matching for c++14

stackless_coroutine

330
Stars
37
Forks
Watchers

Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.