Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 25, 2021
- committed
Add String(const uint8_t *, unsigned int) constructor
Show description for 0d83f1acommittedAdd String::concat(const uint8_t *, unsigned int) version
Show description for eaab14dcommittedDon't mess with the original in String::substring
Show description for dd236bfcommittedAdd String(char *, unsigned) constructor
Show description for 8431488committedMake String::concat(const char *, unsigned int) public
Show description for 3b88acacommittedSimplify String::concat(char)
Show description for 81a2d51committedMake string concat, copy and move work on non-terminated strings
Show description for 59dd995committedRemove strlen in calls like String::concat(s, strlen(s))
Show description for 184dd3ecommittedMerge pull request #137 from matthijskooijman/simplify-string-tests
Show description for d5790a0authoredUse == for string comparison in tests
Show description for c64e2c4committedFix String::compareTo(const char*) for invalid strings
Show description for a675d5acommittedAdd tests for String operator == and !=
Show description for f7311d9committed
Commits on Dec 31, 2020
Properly print Arduino String objects in tests
Show description for 0c8dbd6committedFix whitespace issues in testcases
Show description for 3caa039committed
Commits on Dec 14, 2020
- committed
Commits on Dec 10, 2020
Merge pull request #131 from arduino/fix-buf-size-float
Show description for 78f3f41authoredChanging return type of 'requestFrom' from uint8_t to size_t allows the function to return the correct amount of bytes read (since internally it's already a size_t which is downcast to a uint8_t up…
Show description for 4f19438authored
Commits on Dec 9, 2020
- committed
- committed
- committed
Commits on Nov 25, 2020
Merge pull request #127 from arduino/hardware-spi-pure-virtual
Show description for 4bd75dfauthored- committed
Commits on Nov 17, 2020
- authored
Merge pull request #120 from giulcioffi/namespaced_api_Hardware
Show description for c4cae11authored
Commits on Nov 6, 2020
Merge pull request #122 from arduino/ci-unit-test
Show description for 105276fauthoredMerge pull request #126 from per1234/badge
Show description for c4a350aauthored- authored
Commits on Nov 5, 2020
- committed
- committed
- committed
- committed
- committed
- committed
- committed