issues
search
ivanseidel
/
LinkedList
🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
MIT License
350
stars
118
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Added iterator function to LinkedList
#68
dindibo
opened
5 months ago
0
has no member named 'length'
#67
Dowan35
opened
12 months ago
0
Is LinkedList usable outside of the Arduino platform (e.g. in a regular desktop application)?
#66
divStar
opened
1 year ago
0
Added swap(index, index1) method
#65
davidefa
opened
1 year ago
0
Type requires no arg constructor
#64
abdasgup
opened
1 year ago
0
linkedlist
#63
opooor
closed
1 year ago
0
Disable copying.
#62
pvginkel
opened
2 years ago
0
[ADD] Iterable in rfor. [CLEAN] code style
#61
Narwhalsss360
opened
2 years ago
0
Is it thread safe ?
#60
oneandonlyonebutyou
opened
2 years ago
0
Linked_listC++
#59
BaraAlqady123
opened
2 years ago
0
Example won't compile for Arduino Portenta
#58
njhetherington
opened
2 years ago
7
Arduino auto-reboot 😄
#57
maincraft-io
closed
2 years ago
2
Cache improvement
#56
vortigont
opened
3 years ago
2
Added STL-like Iterators
#55
vortigont
opened
3 years ago
2
'class LinkedList<int>' has no member named 'add'
#54
americodias
opened
3 years ago
1
Install Instructions Are Incorrect
#53
Warren52
closed
2 years ago
4
Including LinkedList.h breaks Nano 33 IoT setup method
#52
Tetrahedran
opened
3 years ago
2
Add wrapper namespace to workaround Async Webserver Class name collision
#51
vortigont
opened
3 years ago
0
Add end() method to access last element of the list
#50
vortigont
closed
3 years ago
0
Bump library.json
#49
vortigont
closed
2 years ago
0
Avoid tests being compiled by Arduino build system
#48
per1234
closed
2 years ago
2
2 of 3 examples do not open in Arduino IDE 2.0
#47
mccartes
closed
2 years ago
1
Linked list
#46
ghost
opened
3 years ago
0
Add possibility to free memory
#45
ruigaspar
closed
3 years ago
1
No output to Serial Output
#44
KanLok78
closed
2 years ago
0
Type mismatch error
#43
miguelh72
opened
3 years ago
3
Changed the sub heading of Removing with Deleting
#42
vijay-jha
closed
3 years ago
1
Consider issue #40 (Overlapping with ESPAsyncWebServer)
#41
papadenis
opened
4 years ago
1
This library overlaps with ESPAsyncWebServer
#40
papadenis
opened
4 years ago
0
iostream compilation error on Arduino Mega
#39
Luana-Menezes
closed
2 years ago
4
Arduino Nano 33 Incompatibility
#38
gentle-giant
opened
4 years ago
0
it does not work
#37
Rombersoft
closed
2 years ago
1
Compile error for Arduino Nano
#36
SummerTime244
closed
4 years ago
2
Thread Protection
#35
justcallmekoko
closed
4 years ago
1
HF
#34
k9889
opened
5 years ago
1
Compile errors with 1.8.10 arduino ide
#33
mdlagor
closed
2 years ago
5
sort for class objects?
#32
michelep
closed
2 years ago
2
Update library.json
#31
ogatatsu
closed
5 years ago
0
Corrected a comment in LinkedList.h
#30
jwd83
closed
5 years ago
0
feature request: clear + free objects
#29
RyanAveryBSU
closed
2 years ago
1
non-virtual deconstructor
#28
RyanAveryBSU
closed
2 years ago
3
missing source code
#27
RyanAveryBSU
closed
2 years ago
1
Test suite
#26
JasonThomasData
closed
5 years ago
1
getNode() --> return NULL pointer instead of bool "false"
#25
cmooney3
closed
5 years ago
2
Add unit tests and continuous integration
#24
s-celles
closed
5 years ago
1
it is hard to judge get() success or not?
#23
m2mer
opened
6 years ago
2
Return nullptr instead of false in getNode
#22
eriknstevenson
closed
5 years ago
1
Revert "Fix bug in unshift"
#21
ivanseidel
closed
7 years ago
0
Fix bug in unshift
#20
sidoh
closed
7 years ago
3
add [] operator support
#19
NitrofMtl
closed
5 years ago
1
Next