Add gitlab issue/merge request templates
[apps/agl-service-can-low-level.git] / low-can-binding / can /
2021-01-11 Scott MurrayRestore /etc/dev-mapping.conf support 70/25870/2 10.92.0 10.93.0 11.91.0 11.92.0 12.90.0 12.90.1 12.91.0 12.92.0 12.93.0 13.93.0 koi/10.92.0 koi/10.93.0 koi_10.92.0 koi_10.93.0 lamprey/11.91.0 lamprey/11.92.0 lamprey_11.91.0 lamprey_11.92.0 marlin/12.90.0 marlin/12.90.1 marlin/12.91.0 marlin/12.92.0 marlin/12.93.0 marlin_12.90.0 marlin_12.90.1 marlin_12.91.0 marlin_12.92.0 marlin_12.93.0 needlefish/13.93.0 needlefish_13.93.0
2020-01-09 Romain Forlotmessage: move bit position flag and action 65/23465/3
2020-01-09 Romain Forlotmessage: Fix copying all bytes but the last one 63/23463/3
2020-01-09 Arthur Guyadercan-bus: process signal rework to subscribe message 61/23461/3
2020-01-09 Arthur Guyadercan_decoder : Move frame swap to only do it one time 60/23460/3
2020-01-09 Arthur Guyadersignal_t : Remove attribute is_big_endian 93/23393/3
2020-01-09 Arthur GuyaderUpdate flag FRAME_LAYOUT_IS_BIGENDIAN to BYTE_FRAME_IS_... 92/23392/3
2020-01-09 Romain Forlotformat: remove uneeded brackets. 91/23391/3
2020-01-09 Arthur Guyaderdecoder: Add new decoders: ascii, date, time 88/23388/3
2020-01-09 Arthur Guyadercan_bus: Add unit in the json that low-can emits 87/23387/3
2020-01-09 Arthur GUYADERmsg_def: returns pgn if j1939 used 82/23382/3
2020-01-09 Romain Forlotmessage: Rework message flags 78/23378/3
2020-01-09 Romain Forlotencoder: use contructor to initialize the vector 02/23302/4
2020-01-09 Romain Forlotconverter: Improve bit_position computation 00/23300/4
2020-01-09 Romain Forlotdecoder: reformat function to parse the bitfield 97/23297/4
2020-01-09 Romain Forlotmessage: Default frame layout as little endian. 96/23296/4
2020-01-09 Romain Forlotdecoder: rework how to swap frame layout. 60/23260/6
2020-01-09 Romain Forlotmessage: optimize getting subpart of a vector 59/23259/6
2020-01-09 Romain Forlotmsg_definition: integrate frame layout as a flag 57/23257/6
2020-01-09 Romain Forlotmisc: Some cleanup and fixes about signatures. 56/23256/6
2020-01-09 Romain Forlotall: format typo 45/23245/7
2020-01-09 Corentin Le Gallmessage-def: Fix code to avoid warnings 34/23234/6
2020-01-09 Romain Forlotall: format 31/23231/6
2020-01-09 Romain Forlotdecoder/encoder: typo 30/23230/6
2020-01-09 Romain Forlotdecoder/encoder: simplification of code. 27/23227/6
2020-01-09 Romain Forlotencoder: use switch case to handle CAN protocols 26/23226/6
2020-01-09 Romain Forlotmessage: Correctly detect extended CAN id. 25/23225/6
2020-01-09 Romain Forlotcan-bus: Use configuration from JSON file 20/23220/6
2020-01-09 Romain Forlotmessage: More explicit define about CAN protocols. 19/23219/6
2020-01-09 Romain Forlotdecoder: fix left behind character 18/23218/6
2020-01-09 Corentin Le Galldecoder: Fix bit_position swapping 12/23212/6
2020-01-09 Clément Béniersign: handle decode methods sign from can value 11/23211/6
2020-01-09 Corentin Le Gallcan: Add big endian CAN frame layout handle 10/23210/6
2020-01-09 Romain Forlotcan_message: add missing signature due to conflict 03/23203/6
2020-01-09 Romain ForlotAll: Make format coherent with the whole project 98/23198/6
2020-01-09 Romain Forlotall: Copyright update 96/23196/6
2020-01-09 Romain Forlotmessage_set: typedef long type signature 95/23195/6
2020-01-09 Arthur Guyadercontroller: Prepare project ot use the Controller 94/23194/6
2020-01-07 Romain Forlotall: Format one line 'if' or 'for' statement. 90/23190/6
2020-01-07 Romain Forlotcan: Fix receiving and sending extended CAN frames 87/23187/6
2020-01-07 Romain Forlotcan: Remove extended flags 86/23186/6
2019-12-05 Scott MurrayFix filter bitmask generation 78/23178/2
2019-08-30 Arthur GuyaderRemove in function convert_from_addr, the variable... 60/22260/4
2019-08-30 Arthur GuyaderAdd new decoders bytes for signal of long size 58/22258/4
2019-08-30 Arthur GuyaderChange signature of decoders 57/22257/4
2019-08-30 Arthur GuyaderAdd some typedef to reduce the size of the lines 56/22256/4
2019-08-30 Arthur GuyaderUpdate bit position and bit size in signal 54/22254/4
2019-08-30 Arthur GuyaderAdd feature ISO TP (multi frames and peer to peer) 53/22253/4
2019-08-30 Arthur GuyaderReplace all enum types with masks 52/22252/3
2019-08-30 Arthur GuyaderChange function get_bcm_msg to return a reference. 48/22248/3
2019-08-30 Arthur GuyaderMove attributes flags and maxdlen 47/22247/3
2019-08-29 Arthur GuyaderAdd function to convert vector to canfd or can frame. 44/22244/2
2019-08-29 Arthur GuyaderAdd function get_data_vector with index 43/22243/2
2019-08-29 Arthur GuyaderUpdate function to encode and decode message 42/22242/2
2019-08-29 Arthur GuyaderUpdate j1939 decode with function to_hex 41/22241/2
2019-08-29 Arthur GuyaderUniform indentation with tabulation 39/22239/2
2019-08-12 Arthur GuyaderIntegrate the J1939 features : address claiming and... 10/22010/13
2019-08-12 Arthur GuyaderAdd feature to build messages and fix some functions 09/22009/10
2019-07-03 Romain Forlotsignals.cpp: Make an insensitive string comparison 02/21802/2 7.99.3 8.0.0 8.0.1 8.0.2 halibut/7.99.3 halibut/8.0.0 halibut/8.0.1 halibut/8.0.2 halibut_7.99.3 halibut_8.0.0 halibut_8.0.1 halibut_8.0.2
2019-06-27 Romain ForlotMinor improvements 33/21733/4
2019-06-26 Romain ForlotRename some of the classes removing can- prefix 07/21407/10
2019-06-26 Romain ForlotNew constructor j1939 message definition 46/21746/1
2019-06-26 Romain ForlotChange can_message_t class usage for new j1939 08/21408/10
2019-06-19 Hiroki KogaModify to receive signal with bigger value than the... 66/21566/2
2018-12-14 Romain ForlotSmalls improvements 57/18757/3
2018-12-14 Romain ForlotCleaning the code for now unused functions 51/18751/3
2018-12-14 Romain ForlotCAN FD implementation 49/18749/3
2018-11-22 Romain ForlotAdjust "encoder" signature to fit cpp usage 01/18101/3
2018-11-22 Romain ForlotCode format and style changes 99/18099/3
2018-07-06 Romain ForlotFix: correctly stop the binding. 79/15079/3
2018-05-25 Jan-Simon MoellerMerge "Fixing typos made in comments" 5.99.1 flounder/5.99.1 flounder_5.99.1
2018-05-24 ydimitrovFixing typos made in comments 45/13945/6
2018-03-15 Jonathan AilletChange subscribed signals search to check filters as...
2018-03-14 Jonathan AilletDelete obsolete references.
2018-01-02 Romain ForlotMake low-can use afb-genskel by default
2017-11-30 Romain ForlotCorrectly reconstituting entire CAN frame
2017-11-08 Romain ForlotSend entire CAN message rather than CAN signal.
2017-11-08 Romain ForlotFix wrong filter condition (Thanks Parai Wang)
2017-09-28 Romain ForlotAdd timestamp to diagnostic message event too
2017-09-13 Romain ForlotAdd timestamp val to returned json object on event
2017-07-21 Romain ForlotExamples reorganization
2017-07-21 Romain ForlotFormat
2017-07-21 Romain ForlotFix: encoding value method has wrong signature.
2017-07-21 Romain ForlotBe able to write raw frame & encode value to sent
2017-07-21 Romain ForlotCleaning and renaming.
2017-07-10 Romain ForlotDifferent errors between no file and wrong content
2017-07-05 Romain ForlotFix: uninitialized variables.
2017-07-04 Romain ForlotDAB RC3 Fixes follows appfw API break.
2017-06-20 Romain ForlotSeparation Generator to a dedicated repo
2017-04-14 Romain ForlotChange directory architecture to use 2 separated projects.
2017-04-11 Romain ForlotAdd 'can-config-generator/' from commit 'b7591d16c26862...
2017-04-11 Romain ForlotHandle project new architecture using new CMakeFile