This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
cxx-ring-buffer
Watch
1
Star
0
Fork
0
You've already forked cxx-ring-buffer
forked from
Ferdi265/cxx-ring-buffer
Code
Pull Requests
Activity
13
Commits
2
Branches
3
Tags
5992de4201754cc7908bbadd7ca031bdcdb286a4
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Ferdinand Bachmann
5992de4201
Merge pull request
#2
from 0xFEEDC0DE64/fix_iterator_plus_minus
...
Fixed pointer to ref conversion
2020-04-18 14:36:59 +02:00
detect
fix feature detection for strong enough constexpr
2020-04-18 13:56:49 +02:00
include
Fixed pointer to ref conversion
2020-04-18 14:28:27 +02:00
test
add constexpr-array-shim to test constexpr on C++14
2020-04-18 14:15:25 +02:00
.gitignore
initial import
2020-04-18 11:36:18 +02:00
CMakeLists.txt
don't build tests and add CXXFLAGS by default
2020-04-18 14:20:48 +02:00
Description
a small header-only implementation of a C++ ring-buffer container wrapper and STL-style iterators
103
KiB
Languages
C++
75.2%
CMake
22.8%
C
1.8%
QMake
0.2%