vittorioromeo / meetingcpp2015Links
My Meeting C++ lightning talks: "Meaningful Casts" and "Static If".
☆10Updated 9 years ago
Alternatives and similar repositories for meetingcpp2015
Users that are interested in meetingcpp2015 are comparing it to the libraries listed below
Sorting:
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- A collection of single-header C++11 libraries by Chobolabs☆134Updated 5 years ago
- Computer science only☆52Updated 2 years ago
- Warning suppression library (C++)☆83Updated 5 years ago
- Repository for my C++Now 2016 sessions.☆43Updated 9 years ago
- A small C++ library to handle hashed strings serving as identifiers.☆189Updated 5 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆58Updated 6 years ago
- ☆39Updated 10 years ago
- Signals/Slots implementation with multiple executors☆29Updated 7 years ago
- A no-dependencies C++ extensible type erasure library☆45Updated 5 years ago
- The Tuesday C++ Vector Math and SIMD Library☆103Updated 8 years ago
- Type-safe and human-readable set of bool flags☆23Updated 8 years ago
- A basic implementation of C++ Concepts in C++14 (CppCon 2016 Lightning Talks)☆37Updated 9 years ago
- A set of small tools that allow you to state your intentions mre explicitly in the code☆198Updated 4 years ago
- Network Based Data Layer: C++ Framework for Managing Application State Across Network☆44Updated this week
- Measures how parsing overweight the major STLs have become☆60Updated 5 years ago
- dynamic polymorphism without inheritance☆31Updated 8 years ago
- C++ string formatting library☆47Updated 5 years ago
- λ → C++ library for functional programming☆37Updated 8 years ago
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 6 years ago
- Very fast regexp using c++11 templates.☆83Updated 10 years ago
- A high performance C++ playground library☆47Updated 9 years ago
- Use unused bits in your pointer☆46Updated 8 years ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C++☆89Updated 4 years ago
- The Bit Library