COMMITS
April 7, 2021
M
Bring most commonly used classes to default namespace
Martino Facchin committed
April 6, 2021
M
Release v1.3.0
Martino Facchin committed
M
Merge pull request #144 from facchinm/no_forced_namespace
Martino Facchin committed
M
Fix CI without explicit Arduino.h include
Martino Facchin committed
March 29, 2021
M
Remove forceful "using namespace arduino" from headers
Martino Facchin committed
February 2, 2021
P
Add issue templates
per1234 committed
January 25, 2021
A
Merge pull request #133 from edgar-bonet/many-digits
Alexander Entinger committed
E
Avoid overflowing parseFloat()'s internal 'value'
Edgar Bonet committed
E
Test Stream::parseFloat() with a huge number of digits
Edgar Bonet committed
A
Merge pull request #97 from arduino/stringnonull
Alexander Entinger committed
A
Merge pull request #137 from matthijskooijman/simplify-string-tests
Alexander Entinger committed
December 31, 2020
M
fixup! Make string concat, copy and move work on non-terminated strings
Matthijs Kooijman committed
M
Fix String::compareTo(const char*) for invalid strings
Matthijs Kooijman committed
M
Add tests for String operator == and !=
Matthijs Kooijman committed
M
Fix whitespace issues in testcases
Matthijs Kooijman committed
August 4, 2015
M
Add String(const uint8_t *, unsigned int) constructor
Matthijs Kooijman committed
March 17, 2014
M
Add String::concat(const uint8_t *, unsigned int) version
Matthijs Kooijman committed
March 16, 2014
M
Don't mess with the original in String::substring
Matthijs Kooijman committed
M
Add String(char *, unsigned) constructor
Matthijs Kooijman committed
M
Make String::concat(const char *, unsigned int) public
Matthijs Kooijman committed
M
Simplify String::concat(char)
Matthijs Kooijman committed
M
Make string concat, copy and move work on non-terminated strings
Matthijs Kooijman committed
M
Remove strlen in calls like String::concat(s, strlen(s))
Matthijs Kooijman committed
December 30, 2020
M
Use == for string comparison in tests
Matthijs Kooijman committed
M
Properly print Arduino String objects in tests
Matthijs Kooijman committed
December 14, 2020
A
Release v1.2.0
Alexander Entinger committed
A
Replacing computational expensive pow call with result of accumulated multiplication.
Alexander Entinger committed
A
Exchanging the type of 'value' from 'long' to 'double' prevents overflow when parsing float values.
Alexander Entinger committed
December 11, 2020
E
Test Stream::parseFloat() with a large number
Edgar Bonet committed
E
Use Approx() macro for fuzzy comparison
Edgar Bonet committed