COMMITS
December 10, 2020
E
Test Stream::parseFloat() with many digits
Edgar Bonet committed
A
Merge pull request #131 from arduino/fix-buf-size-float
Alexander Entinger committed
December 9, 2020
A
Ensure that no buffer overflow can occur by limiting the number of post-comma digits
Alexander Entinger committed
A
Increase buffer size in order to avoid buffer overflow when using large floating point numbers
Alexander Entinger committed
November 25, 2020
M
Merge pull request #127 from arduino/hardware-spi-pure-virtual
Martino Facchin committed
A
HardwareSPI needs to be a abstract base class, that is only pure virtual functions.
Alexander Entinger committed
November 17, 2020
M
Release 1.1.0
Martino Facchin committed
M
Merge pull request #120 from giulcioffi/namespaced_api_Hardware
Martino Facchin committed
November 6, 2020
A
Merge pull request #122 from arduino/ci-unit-test
Alexander Entinger committed
A
Merge pull request #126 from per1234/badge
Alexander Entinger committed
P
Add readme badges for Unit Tests workflow and Codecov
per1234 committed
November 5, 2020
G
Add test code that implies move(String &rhs) from larger to smaller buffer
giulcioffi committed
G
Add test code for String::operator =
giulcioffi committed
G
Add test code for String(String &&) and String(StringSumHelper &&)
giulcioffi committed
A
Adding test code for Stream::readBytesUntil()
Alexander Entinger committed
A
Adding test code for Stream::readBytes(...)
Alexander Entinger committed
A
Reworking parseInt test code
Alexander Entinger committed
A
Adding test code for Stream::parseFloat(...)
Alexander Entinger committed
A
Addding test code for Stream::parseInt(...)
Alexander Entinger committed
A
Adding test code for Stream::findUntil(...)
Alexander Entinger committed
A
Adding test code for Stream::find(...)
Alexander Entinger committed
A
Adding test code for Stream::readStringUntil(...)
Alexander Entinger committed
November 4, 2020
G
Test String(const __FlashStringHelper) constructor() with invalid buffer
giulcioffi committed
G
Add test code for & String::operator[]
giulcioffi committed
G
Add test cases for String::toInt() and String::toDouble() with invalid buffer
giulcioffi committed
A
Augmenting the MillisFake module with an automatic mode where real system time is in play
Alexander Entinger committed
A
Fixing a couple of issues within StreamMock so that it's now fully functional
Alexander Entinger committed
November 3, 2020
G
Add test case for String::compareTo() with empty buffer
giulcioffi committed