apps/agl-service-can-low-level.git
2020-01-24 Matt Ranostaylow-can: fix aborting on can_data not being an json_typ... 38/23638/1 halibut 8.0.6 halibut/8.0.6 halibut_8.0.6
2020-01-24 Matt Ranostaylow-can: fix returned event_t from generate_filter... 37/23637/1
2020-01-09 Matt Ranostaydocs: update script paths in README.md 62/23562/1 8.0.5 halibut/8.0.5 halibut_8.0.5
2019-12-03 Scott MurrayFix filter bitmask generation 76/23176/1 8.0.4 halibut/8.0.4 halibut_8.0.4
2019-12-03 Scott MurrayChange example message 0x3D9 back to non-FD 75/23175/1
2019-12-03 Scott MurrayUpdate steering wheel LIN message definition 74/23174/1
2019-11-28 Romain ForlotAdd steering wheel LIN message signal definitions 33/22933/2
2019-11-28 Romain Forlotrefactor(config.xml.in):Replace required api with requi... 15/23115/1
2019-11-28 Romain ForlotUpdate documentation 14/23114/1
2019-11-28 Romain ForlotRemove file socketcan-j1939 that was not removed before 13/23113/1
2019-11-28 Romain ForlotRemove in function convert_from_addr, the variable... 12/23112/1
2019-11-28 Romain ForlotRemove in function rx_filter_can, the variable val... 11/23111/1
2019-11-28 Romain ForlotAdd new decoders bytes for signal of long size 10/23110/1
2019-11-28 Romain ForlotChange signature of decoders 09/23109/1
2019-11-28 Romain ForlotAdd some typedef to reduce the size of the lines 08/23108/1
2019-11-28 Romain ForlotChange vector to list to allow to remove signal. 07/23107/1
2019-11-28 Romain ForlotUpdate bit position and bit size in signal 06/23106/1
2019-11-28 Romain ForlotAdd feature ISO TP (multi frames and peer to peer) 05/23105/1
2019-11-28 Romain ForlotReplace all enum types with masks 04/23104/1
2019-11-28 Romain ForlotUpdate function tx_send for multi frame prevision 03/23103/1
2019-11-28 Romain ForlotOnly defined signals can be written 02/23102/1
2019-11-28 Romain ForlotUpdate function rx_filter_can for multi frame prevision. 01/23101/1
2019-11-28 Romain ForlotChange function get_bcm_msg to return a reference. 00/23100/1
2019-11-28 Romain ForlotMove attributes flags and maxdlen 99/23099/1
2019-11-28 Romain ForlotAdd function remove last bcm frame 98/23098/1
2019-11-28 Romain ForlotAdd many frames in a subscription in the function tx_send. 97/23097/1
2019-11-28 Romain ForlotAdd function to convert vector to canfd or can frame. 96/23096/1
2019-11-28 Romain ForlotAdd function get_data_vector with index 95/23095/1
2019-11-28 Romain ForlotUpdate function to encode and decode message 94/23094/1
2019-11-28 Romain ForlotUpdate j1939 decode with function to_hex 93/23093/1
2019-11-28 Romain ForlotAdd file converter to manage all conversions 92/23092/1
2019-11-28 Romain ForlotUniform indentation with tabulation 91/23091/1
2019-11-28 Romain ForlotFix: only one subscription could be made 90/23090/1
2019-11-28 Romain ForlotUpdate documentation. 89/23089/1
2019-11-28 Romain ForlotAdd tests for J1939 features. 88/23088/1
2019-11-28 Romain ForlotIntegrate the J1939 features : address claiming and... 87/23087/1
2019-11-28 Romain ForlotAdd feature to build messages and fix some functions 86/23086/1
2019-11-28 Romain ForlotUpdate examples and can_samples 85/23085/1
2019-11-13 Scott MurrayFix branch in .gitreview 29/22929/1 8.0.3 halibut/8.0.3 halibut_8.0.3
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 Sebastien DouheretFix spelling 82/21782/1 7.99.2 halibut/7.99.2 halibut_7.99.2
2019-06-27 Sebastien DouheretFix invalid markdown filename in documentation 81/21781/1
2019-06-27 Romain ForlotMinor improvements 33/21733/4
2019-06-27 Arthur GuyaderAdd J1939 frame example. 14/21414/11
2019-06-27 Arthur GuyaderUpdate the documentation for J1939. 13/21413/11
2019-06-27 Romain ForlotUpdating application-generated.cpp. 12/21412/11
2019-06-26 Romain ForlotSmall fixes (include and pointer) 11/21411/10
2019-06-26 Romain ForlotModify function to open socket j1939 10/21410/10
2019-06-26 Arthur GuyaderAdd the possibility to subscribe an id or a pgn 09/21409/10
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-26 Romain ForlotAdd CMake option to compile with J1939 45/21745/1
2019-06-26 Romain ForlotUse subscription's sockets as shared_ptr 32/21732/3
2019-06-26 Romain ForlotUse shared_ptr to set message_set parent 31/21731/3
2019-06-26 Arthur GuyaderImplement a new socket type CAN for j1939 protocol 06/21406/10
2019-06-19 Hiroki KogaModify to receive signal with bigger value than the... 66/21566/2
2019-06-14 José BolloRequire to run at platform scope 33/21633/1
2019-05-17 Romain ForlotFix: double free issue 06/21206/5 7.99.1 halibut/7.99.1 halibut_7.99.1
2019-04-30 Romain ForlotRemoving submodule 07/21207/3
2019-04-15 Clément Bénierdocumentation: fix broken links in documentation 36/21036/1
2019-04-02 Pierre MARZINdocs: Fix broken links 81/20881/1
2019-03-16 Matt Ranostaybinding: can-low-level: remove useless .gitmodules 27/20727/1
2019-02-27 Raquel Medinaautobuild: fix warnings due to cp command exit error 47/20347/2
2019-02-06 zheng_wenlongAdd fake can data for dashboard 47/19947/1
2018-12-19 Frederic Marecdocs: add yaml book 65/19265/1 6.99.3 6.99.4 7.90.0 guppy/6.99.3 guppy/6.99.4 guppy_6.99.3 guppy_6.99.4 halibut/7.90.0 halibut_7.90.0
2018-12-14 Romain ForlotSmalls improvements 57/18757/3
2018-12-14 Romain ForlotSimpler handling of binding subscriptions 55/18755/3
2018-12-14 Romain ForlotFilter tests improvements 53/18753/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 ForlotAdds more tests about writing on CAN bus 43/18143/3 6.99.1 6.99.2 guppy/6.99.1 guppy/6.99.2 guppy_6.99.1 guppy_6.99.2
2018-11-22 Romain ForlotRework writing CAN message on CAN buses. 09/18109/4
2018-11-22 Romain ForlotUse newly generated cpp file with default encoders 07/18107/3
2018-11-22 Romain ForlotHandle several can_frame in a BCM message 05/18105/3
2018-11-22 Romain ForlotAdds a new function to build from a json_object. 03/18103/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-11-20 Romain ForlotUpdate gitignore 97/18097/1
2018-11-20 Romain ForlotAdded afb-helpers submodule 95/18095/1
2018-11-09 Frederic MarecChange .gitmodules following submodule migration 71/17771/3
2018-10-31 Romain ForlotMigrate app-templates to CMake module 21/17621/1
2018-10-15 Romain ForlotMigration to binding v3 07/17007/6
2018-10-15 Romain ForlotUpdated app-templates submodule 09/17009/5
2018-10-12 Romain ForlotChange the project name 69/17169/2
2018-10-09 Jose BolloUse feature 'required-binding' 45/17045/1
2018-09-25 Romain ForlotUse the unified script to launch tests 87/16787/1
2018-09-20 Sebastien Douheretdoc: Changed doc to new format 95/16695/1 6.90.0 guppy/6.90.0 guppy_6.90.0
2018-09-12 Romain ForlotReach fixture files in all cases. 39/16539/1
2018-08-23 Romain ForlotCleaning, set up binding version in config.cmake 23/16323/1 5.99.4 5.99.5 5.99.6 flounder/5.99.4 flounder/5.99.5 flounder/5.99.6 flounder_5.99.4 flounder_5.99.5 flounder_5.99.6
2018-08-20 Romain ForlotUse TEST app-templates labels 67/16167/1
2018-08-20 Romain ForlotSpecify the API name to be tested 65/16165/1
2018-08-20 Romain ForlotUse dedicated API name for the test 63/16163/1
2018-07-28 Romain ForlotUpdate gitignore 29/15829/1 5.99.3 flounder/5.99.3 flounder_5.99.3
2018-07-28 Romain ForlotSeveral tests improvements and fixes 25/15825/2
2018-07-27 Romain ForlotUpdated examples files and default configuration 23/15823/1
2018-07-27 Romain ForlotTiny doc fix 21/15821/1
2018-07-25 Romain ForlotAlign config.cmake file with app-template update 89/15589/3 5.99.2 flounder/5.99.2 flounder_5.99.2
2018-07-25 Romain ForlotRemove generated files from git repo 87/15587/3
2018-07-24 8000ffAdded frequency filter test 23/15623/1
next