Pinned Repositories
atomic_shared_ptr
awesome-modern-cpp
A collection of resources on modern C++
ccia_code_samples
Code samples for C++ Concurrency in Action
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
indexed_view
A view that allows iteration over a view, returning the index of each item along with each item
internal_ptr
jthread
C++ class for a joining and cooperative interruptible thread (should become std::jthread)
object_ptr
An implementation of jss::object_ptr; a type similar to std::experimental::observer_ptr but with a few improvements
strong_typedef
A class template that creates a new type that is distinct from the underlying type, but convertible to and from it
ticketmap
anthonywilliams's Repositories
anthonywilliams/ccia_code_samples
Code samples for C++ Concurrency in Action
anthonywilliams/strong_typedef
A class template that creates a new type that is distinct from the underlying type, but convertible to and from it
anthonywilliams/awesome-modern-cpp
A collection of resources on modern C++
anthonywilliams/object_ptr
An implementation of jss::object_ptr; a type similar to std::experimental::observer_ptr but with a few improvements
anthonywilliams/ticketmap
anthonywilliams/atomic_shared_ptr
anthonywilliams/indexed_view
A view that allows iteration over a view, returning the index of each item along with each item
anthonywilliams/internal_ptr
anthonywilliams/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
anthonywilliams/jthread
C++ class for a joining and cooperative interruptible thread (should become std::jthread)
anthonywilliams/polymorphic_value
A polymorphic value-type for C++
anthonywilliams/variant
An implementation of std::variant
anthonywilliams/ACCU_PDFs_2019
PDFs of presenter slides from ACCU 2019
anthonywilliams/ACCUConf_PDFs
Slide PDFs for the ACCU conferences
anthonywilliams/CppTrimProposal
A repository for work on a proposal for trim functions in the C++ standard library
anthonywilliams/libgraphqlparser
A GraphQL query parser in C++ with C and C++ APIs
anthonywilliams/org-alert
System notifications of org agenda items
anthonywilliams/parsedown
Better Markdown Parser in PHP