Skip to content

Releases: SMFSW/cQueue

cQueue v2.0

16 Apr 12:52

Choose a tag to compare

v2.0:

- No more inlines in header file (to generate proper static library)
- MISRA refactoring

cQueue v1.9

13 Sep 17:31

Choose a tag to compare

- Fixed stddef.h missing include for some toolchains, thanks to @Junb…

cQueue v1.8

20 Nov 17:18

Choose a tag to compare

Re-enabling TravisCI status

cQueue v1.7

02 Dec 17:16

Choose a tag to compare

- Fix wrong github tag leading to no update by Arduino Library Manage…

cQueue v1.6

15 Nov 17:06

Choose a tag to compare

QueueDuplicates for loop fixed when checking whole queue

cQueue v1.5

02 Jun 16:45

Choose a tag to compare

v1.5:

- Fixed README.md thanks to @reydelleon
- INC_IDX & DEC_IDX macros changed to inlines
- Removed gcc attributes macros (which can cause issues parsing projects where macros already defined)

cQueue v1.4

26 May 14:13

Choose a tag to compare

v1.4: added q_getRemainingCount inline & added example sketch

cQueue v1.3

22 Mar 20:09

Choose a tag to compare

v1.3: prepared for tag

cQueue v1.2

12 Nov 00:11

Choose a tag to compare

v1.2: use of const qualifier in function parameters

cQueue v1.1

16 Aug 19:58

Choose a tag to compare

v1.1: controlling queue allocation succesfulness