Age | Commit message (Expand) | Author | Files | Lines |
2020-01-09 | message: move bit position flag and action |  Romain Forlot | 1 | -22/+1 |
2020-01-09 | message: Fix copying all bytes but the last one |  Romain Forlot | 3 | -64/+18 |
2020-01-09 | Update flag FRAME_LAYOUT_IS_BIGENDIAN to BYTE_FRAME_IS_BIG_ENDIAN |  Arthur Guyader | 1 | -1/+1 |
2020-01-09 | message: Rework message flags |  Romain Forlot | 1 | -10/+11 |
2020-01-09 | message: Default frame layout as little endian. |  Romain Forlot | 1 | -1/+1 |
2020-01-09 | decoder: rework how to swap frame layout. |  Romain Forlot | 2 | -1/+13 |
2020-01-09 | message: optimize getting subpart of a vector |  Romain Forlot | 1 | -19/+7 |
2020-01-09 | msg_definition: integrate frame layout as a flag |  Romain Forlot | 1 | -0/+1 |
2020-01-09 | misc: Some cleanup and fixes about signatures. |  Romain Forlot | 2 | -2/+2 |
2020-01-09 | all: format |  Romain Forlot | 2 | -34/+28 |
2020-01-09 | message: More explicit define about CAN protocols. |  Romain Forlot | 1 | -2/+2 |
2020-01-09 | can_message: add missing signature due to conflict |  Romain Forlot | 1 | -4/+3 |
2020-01-09 | All: Make format coherent with the whole project |  Romain Forlot | 5 | -19/+19 |
2020-01-08 | can: Remove extended flags |  Romain Forlot | 2 | -12/+8 |
2019-08-30 | Remove in function convert_from_addr, the variable flags was not used |  Arthur Guyader | 1 | -1/+0 |
2019-08-30 | Add feature ISO TP (multi frames and peer to peer) |  Arthur Guyader | 6 | -7/+39 |
2019-08-30 | Replace all enum types with masks |  Arthur Guyader | 6 | -60/+36 |
2019-08-30 | Change function get_bcm_msg to return a reference. |  Arthur Guyader | 2 | -2/+2 |
2019-08-30 | Move attributes flags and maxdlen |  Arthur Guyader | 5 | -22/+41 |
2019-08-29 | Add function to convert vector to canfd or can frame. |  Arthur Guyader | 2 | -1/+64 |
2019-08-29 | Add function get_data_vector with index |  Arthur Guyader | 2 | -0/+35 |
2019-08-29 | Update j1939 decode with function to_hex |  Arthur Guyader | 1 | -19/+2 |
2019-08-29 | Uniform indentation with tabulation |  Arthur Guyader | 3 | -148/+148 |
2019-08-12 | Integrate the J1939 features : address claiming and write. |  Arthur Guyader | 4 | -19/+66 |
2019-08-12 | Add feature to build messages and fix some functions |  Arthur Guyader | 6 | -47/+181 |
2019-06-27 | Minor improvements |  Romain Forlot | 2 | -6/+4 |
2019-06-26 | Rename some of the classes removing can- prefix |  Romain Forlot | 6 | -20/+20 |
2019-06-26 | Change can_message_t class usage for new j1939 |  Romain Forlot | 6 | -0/+661 |