COMMITS
September 4, 2023
A
Merge pull request #203 from arduino/fix-178
Alexander Entinger committed
A
Add a test case demonstrating the issue when trying to print a zero value for uint64_t.
Alexander Entinger committed
U
Bump codecov-action to v3, and use token
Umberto Baldi committed
M
Release version 1.4.2
Martino Facchin committed
A
Merge pull request #194 from arduino/fix-11-bit-can-id
Alexander Entinger committed
A
Merge branch 'master' into fix-11-bit-can-id
Alexander Entinger committed
A
Merge pull request #198 from haydenroche5/mbed_can_msg_fix
Alexander Entinger committed
A
Merge pull request #200 from PiotrekB416/Fix/string-replace-multiple-longer-by-shorter
Alexander Entinger committed
September 3, 2023
E
Fix Print::print(0ULL)
Earle F. Philhower, III committed
August 30, 2023
P
Update api/String.cpp
Piotr Bartoszewicz committed
P
Fix String::replace replace multiple occurrences of longer String by shorter one
PiotrekB416 committed
August 25, 2023
H
Fix format specifier for printing CAN message ID in CanMsg.h.
Hayden Roche committed
August 22, 2023
M
Merge pull request #196 from jboynes/fix_volatile
Martino Facchin committed
August 21, 2023
J
Fix volatile errors when compiling for C++23
Jeremy Boynes committed
August 10, 2023
A
Fix copy-assignment operator.
Alexander Entinger committed
August 3, 2023
A
Ignore visual studio code and clion artifacts.
Alexander Entinger committed
A
Encode expectations for value of "id" in unit test.
Alexander Entinger committed
A
Restore full public access to "id", even if that enables some foot-shooting.
Alexander Entinger committed
A
Fix wrong test case number.
Alexander Entinger committed
A
Completing test code for all APIs of CanMsg.
Alexander Entinger committed
A
Test CanMsg copy constructor.
Alexander Entinger committed
A
Fixing bug leading to incorrect length stored when frame lenght exceeds max data lenght.
Alexander Entinger committed
A
Adding test code for CanMsg::CanMsg.
Alexander Entinger committed
August 2, 2023
A
A
Implementing test code for "CanStandardId", "CanExtendedId", "isStandardId", "isExtendedId".
Alexander Entinger committed
A
A
Extend CanMsg to allow to distinguish between standard and extended IDs following a <linux/can.h> inspired approach.
Alexander Entinger committed
August 1, 2023
A
Merge pull request #193 from tttapa/patch-2
Alexander Entinger committed
July 31, 2023
P
test: fix CMAKE_{C,CXX}_FLAGS manipulation
Pieter Pas committed