COMMITS
November 7, 2023
A
Add unit test for String::isEmpty()
Alessandro Ranellucci committed
October 31, 2023
A
Add String::isEmpty()
Alessandro Ranellucci committed
November 6, 2023
A
Merge pull request #224 from jboynes/can_msg
Alexander Entinger committed
J
Fix brace style and indent
Jeremy Boynes committed
November 3, 2023
J
Don't use construtor delegation
Jeremy Boynes committed
A
Merge pull request #222 from jboynes/can_api
Alexander Entinger committed
November 2, 2023
J
Fix #217 issue with compiling with newer compiler
Jeremy Boynes committed
J
Add documentation for CAN API
Jeremy Boynes committed
September 27, 2023
M
Merge pull request #217 from arduino/fix-wno-null
Martino Facchin committed
September 26, 2023
A
Fix: do not call "memcpy" if there is a) no data to copy, or the src pointer is null.
Alexander Entinger committed
September 20, 2023
A
List ArduinoCore-renesas as core using ArduinoCore-API (#215)
Alexander Entinger committed
September 14, 2023
A
Merge pull request #214 from jboynes/clang_tidy
Alexander Entinger committed
J
Document that C++11 is required
Jeremy Boynes committed
September 13, 2023
A
Merge pull request #138 from per1234/issue-template
Alexander Entinger committed
A
Merge pull request #210 from jboynes/undeprecate_IPAddress
Alexander Entinger committed
A
Merge pull request #213 from jboynes/clang_tidy
Alexander Entinger committed
September 9, 2023
J
Remove guards as we alread require C++11
Jeremy Boynes committed
September 8, 2023
J
Replace use of deprecated sprintf in IPAddress
Jeremy Boynes committed
A
Merge pull request #208 from jboynes/native_tests
Alexander Entinger committed
J
Use <> style includes in tests
Jeremy Boynes committed
A
Merge pull request #207 from jboynes/fix_canmsg_volatile
Alexander Entinger committed
A
Merge pull request #206 from jboynes/test_toAscii
Alexander Entinger committed
A
Merge pull request #205 from jboynes/test_compareTo
Alexander Entinger committed
September 7, 2023
J
Also check the versioa for clang
Jeremy Boynes committed
J
-Wself-move was added in GCC 13
Jeremy Boynes committed
J
Allow tests to run on systems with case-insensive files.
Jeremy Boynes committed
J
Fix deprecated volatile access in CanMsgRingbuffer + testcase
Jeremy Boynes committed
J
Allow test_toAscii to compile under C++20
Jeremy Boynes committed
J
Do not rely on the actual value returned from strcmp in tests, only the on sign.
Jeremy Boynes committed
September 4, 2023
M
Merge pull request #202 from arduino/umbynos-patch-1
Martino Facchin committed