aboutsummaryrefslogtreecommitdiffstats
path: root/utils/ringbuffer.cc
Commit message (Collapse)AuthorAgeFilesLines
* {Q_DP1}: Modernize codebase by replacing NULL with nullptrnxf322882019-05-281-2/+2
| | | | Fixes -Wzero-as-null-pointer-constant warning.
* Create libnfcutils static library and add native testsnxf322882018-06-131-0/+116
First commit to establish native unit test framework and break out independent modules into shared libraries to allow inclusing into unit test binaries.