-
Notifications
You must be signed in to change notification settings - Fork 47
Commit 239f4c2
committed
Release v2.8
Squashed commit of the following:
commit bc79cf9d6d0badaca7b3e5a8e0ce0869911ead47
Author: astand <[email protected]>
Date: Thu May 4 20:18:00 2023 +0200
Release v2.8
Squashed commit of the following:
commit 1f47c93d88fb25507e7e7b8f82918a2f9f3b5e13
Author: astand <[email protected]>
Date: Fri Jan 27 22:20:20 2023 +0100
Build fixes (v2.8).
commit 5648e4ac7e1b861cf4fa74cf739664c44e719114
Author: Alex Ch <[email protected]>
Date: Wed Jan 25 21:04:58 2023 +0300
prt_double fix (#21)
* prt_double fix (for e.g. '-20.47')
* generator updated
* Styling and doxy fixes
* astyle script corrected
* RELEASES file updated
* Rebased with master
* DBC line test fixed
Co-authored-by: Alexey Chernobaev <[email protected]>
commit 286b76c075921cc63e8ea8b6693985b13ddefbec
Author: astand <[email protected]>
Date: Wed Jan 18 20:58:10 2023 +0100
Style script handles 'src' directory only
commit 17218df8e2c5c522657c19a6937404fba2ca42f1
Author: astand <[email protected]>
Date: Tue Jan 17 22:17:07 2023 +0100
Fixed bug in prt_double
commit b89d2ee4ee58221c7c62cdd1ae3b99bbcf5fd926
Author: astand <[email protected]>
Date: Sun Jan 15 14:55:58 2023 +0100
Fixed floating parsing, better printing, removed duplication.
commit d63b36a2280e5785ff5f29a8cddf89784aee9f34
Author: astand <[email protected]>
Date: Thu Sep 29 22:40:32 2022 +0300
Fixed long line reading from istream.
commit 9fbe4fd2a50c6b02d48b8ab92a0f22accc958cc5
Author: Astakhov Andrey <[email protected]>
Date: Tue Jul 26 22:51:21 2022 +0300
New monitor impl (#14)
* Added build configuration for generated files.
* Hash and SysTick monitor function wrapped to macros.
* Release editing. App version printing.
commit 55045782228bc4087b223f475a11f244cb4f2854
Merge: 4c4bf72 f93b297
Author: Astakhov Andrey <[email protected]>
Date: Sun Jul 24 23:45:28 2022 +0300
Merge pull request #13 from astand/gen-options
Optional sources generation
commit f93b2972d5e668b5cad8e3a486145ca92f400a10
Author: astand <[email protected]>
Date: Sun Jul 24 23:44:55 2022 +0300
Update release notes.
commit d95209af3a2cc2f2a764561ad339c931cdc93f1f
Author: astand <[email protected]>
Date: Sun Jul 24 23:37:24 2022 +0300
Fixed astyle script.
commit 630e4ebaa71dcadbb7f2f884d1ac052675c5f276
Author: astand <[email protected]>
Date: Sun Jul 24 23:36:15 2022 +0300
Added script to remove all generated code.
commit aad15d4cb61d637836395e42766a270aec9e8828
Author: astand <[email protected]>
Date: Sun Jul 24 23:36:01 2022 +0300
Added option to disable some sources generation.
commit 54ff5c0950fb9befe95a90a22b53f98cbbe0123c
Author: astand <[email protected]>
Date: Sun Jul 24 23:01:27 2022 +0300
Extended bitext test.
commit f8848a335230d4402bd53eedb08164f54e7fe3df
Author: astand <[email protected]>
Date: Sat Jul 23 21:28:19 2022 +0300
Removed unuseful things.
commit c05ee54ec1fee47e43255cf6c5347bdf88947649
Author: astand <[email protected]>
Date: Sat Jul 23 17:12:25 2022 +0300
Added versions to FS gen config.
commit 2ae86732ec4fa79146bb6c0490df2178e1f58609
Author: astand <[email protected]>
Date: Sat Jul 23 16:52:47 2022 +0300
Removed overhead in fs-creator.
commit 792423ef2197eec390fc654f7241eb7910d0f38e
Author: astand <[email protected]>
Date: Sat Jul 23 16:33:24 2022 +0300
Added tests for bitext function (from gen code).
commit e0b0d41b9e59ba43ad4bfee5fa0fc388dc28bb27
Author: astand <[email protected]>
Date: Sat Jul 23 15:49:46 2022 +0300
Small enhancement,
commit 0f95aaec334ad4b0760d304a72a691b9d2a23888
Author: astand <[email protected]>
Date: Thu Jul 21 22:19:26 2022 +0300
Tests updated.
commit e3d732f448e18168633b4ea21d79d9612dd3abe4
Author: astand <[email protected]>
Date: Thu Jul 21 22:06:31 2022 +0300
New config in new config parser class.
commit 92d1b9479f48f4acc6b7e1a35a2ff0a5000fa1fe
Author: astand <[email protected]>
Date: Wed Jul 20 23:39:22 2022 +0300
Arguments parsing in separated class.
commit b6cb00081a2d0df431287f8c6f77b96aa22a1fba
Author: astand <[email protected]>
Date: Tue Jul 19 11:39:31 2022 +0300
New generation options are introduced in help message.
commit 4c4bf72ebd452660f452730569f5ba47900807d3
Author: astand <[email protected]>
Date: Wed Jul 20 00:16:42 2022 +0300
Added GTEST support.
commit 677efdfccdb0e7309b4e9161a0fb4277b51553c3
Merge: f986286 322becf
Author: Astakhov Andrey <[email protected]>
Date: Tue Jul 19 11:04:37 2022 +0300
Merge pull request #12 from astand/fix-opt
Structural refactoring and changes in fmon-* source code for making fmon-* driver's support a bit easier.
commit 322becfb0c87b219835be4ca704efb8bc75850f2
Author: astand <[email protected]>
Date: Sat Jul 2 21:05:09 2022 +0300
Updates in fmon-* source code, some inner optimizations etc.
Some service level improvements.
New fmon generator and fmon model.
Config section for MONO fmon mode.
FS splitted to gen and file settings.
Direct appending to fwriter.
Removed useless methods.
FileWriter API update.
Mon generator with new FWriter API.
Update in FWriter API. All users use new API.
Added main header with empty lines in comments of some signals.
Ignore vscode config.
Driver compilation config printer as separated driver.
AStyle format to all sources.
Update realese notes.
commit f986286b621d5c410ef12e0c5642873cba20d09b
Merge: 9100dba 2e104d4
Author: Astakhov Andrey <[email protected]>
Date: Sat May 7 21:05:08 2022 +0300
Merge pull request #10 from astand/valtables
Issue#9 and other things
commit 2e104d4f0e981d46007f908fed67dde716b2851a
Author: astand <[email protected]>
Date: Sat May 7 21:01:06 2022 +0300
Config update for windows using.
commit 6fbb51b90f79509096baea45d0a27f5461f43786
Author: astand <[email protected]>
Date: Sat May 7 21:00:48 2022 +0300
Fixed incompleted square brakets migration.
commit 33191387b33078a129a35aff082adc23206e3cd1
Author: astand <[email protected]>
Date: Sat May 7 20:52:09 2022 +0300
Release notes editing.
commit 4c13d07252213ff58c2f7bf8d4a490efb7f72022
Author: astand <[email protected]>
Date: Sat May 7 20:29:07 2022 +0300
Test DBC generation with square brakets includes.
commit dcce732399c9d44a2241b967cb4dd6926fecbae0
Author: astand <[email protected]>
Date: Sat May 7 20:28:45 2022 +0300
Files which is presumed to be in __include__ in square brackets.
commit 1d163c6f77453aa329b57f0097c40991d0fb5b4e
Author: astand <[email protected]>
Date: Sat May 7 13:21:25 2022 +0300
WTF was that?
commit 500427f8eb05d6dd9caf094d093e344efcf795c9
Author: astand <[email protected]>
Date: Sat May 7 13:21:07 2022 +0300
Minor style change.
commit a14407aa0fe9df31995d420b62e919f1505805a8
Author: astand <[email protected]>
Date: Sat May 7 13:20:28 2022 +0300
Added test on binutil souce code version (compare with main lib).
commit 556c0729dd2074536eb9e638107e396689d63832
Author: astand <[email protected]>
Date: Sat May 7 12:44:32 2022 +0300
Added test on source code versions (main driver h/c).
commit 739870b524b1bad84a8f9a0607986e17a6798c8c
Author: astand <[email protected]>
Date: Sat May 7 12:17:55 2022 +0300
Remove extra empty comment line generation.
commit 230933fb0639340126f65d683e9832c211564ce5
Author: astand <[email protected]>
Date: Sat May 7 12:07:25 2022 +0300
Minor improvement in signal's info comments.
commit e4fd53f28f45d33510fca571e480020993ca37e7
Author: astand <[email protected]>
Date: Sat May 7 11:58:10 2022 +0300
Added more info about sign extending function.
commit 013b993c0220c7ddff36a2e9c1c4ceda43575dc2
Author: astand <[email protected]>
Date: Sat May 7 11:57:55 2022 +0300
Test DBC with new val table macros generated.
commit 6661cdd2c48324a033d60fa1ce1a08dd459f9ec8
Author: astand <[email protected]>
Date: Sat May 7 11:02:17 2022 +0300
Added value table's macros printing to main driver header.
commit 961c15b644499b1079cf95ab65657c32622348b7
Author: astand <[email protected]>
Date: Sat May 7 11:01:19 2022 +0300
Added more specific value tables handling.
commit cb9137ec554775887efb4f629b1d870da6489c45
Author: astand <[email protected]>
Date: Fri May 6 22:42:51 2022 +0300
Main dbc driver name stripped by C-name checker.
commit 3eff250217a97e5bbd60ab8169be2e3577eaf5e0
Author: astand <[email protected]>
Date: Fri May 6 22:41:47 2022 +0300
Added helper for valid C-identifier stripper.
commit 9100dba4c764c3c1ca763c33a949d3d63fedc4ed
Author: astand <[email protected]>
Date: Fri Mar 11 23:10:16 2022 +0300
Removed unused line.
commit 323d2a838cd41d3f2c426b49d241832be1ce8a64
Author: astand <[email protected]>
Date: Fri Mar 11 23:06:29 2022 +0300
Added test DBC CAN matrix and generation scripts.
commit 45209db1ba68e615654e53bfbe79251aa5902881
Author: astand <[email protected]>
Date: Fri Mar 11 22:50:17 2022 +0300
Gitignore and gitattribute unused content removed.
commit 75b5813d1c0b6c4f76e7b5ac3ace53e2d5676768
Author: astand <[email protected]>
Date: Sat Feb 19 23:21:41 2022 +0300
Changelog editing.
commit 634b4b75f2e6c19ee2d9dab18945a7e6af4fec82
Author: astand <[email protected]>
Date: Sat Feb 19 23:17:11 2022 +0300
Added signature extension for signed signal types.
commit ad43ded46a38eeccf0a52a67fcbf4bc51a501010
Author: astand <[email protected]>
Date: Sat Feb 19 23:16:34 2022 +0300
Target signals type selection optimized.
commit 83d894d3aaea9e6f2c5835d2505dac9304b7fa42
Author: astand <[email protected]>
Date: Wed Feb 2 16:10:35 2022 +0300
Updated docs.
commit bdef03ca8411ab1fab2cafdc48834eb3827eae24
Author: astand <[email protected]>
Date: Wed Feb 2 11:25:02 2022 +0300
Minor fixes.
commit b29a47aa52ffab2aa67a79602d00c69dbb3191d5
Author: astand <[email protected]>
Date: Wed Feb 2 11:18:16 2022 +0300
Version update (v2.0).
commit f470bbc18ba6b9310f92a479d7b29388b4ee4576
Author: astand <[email protected]>
Date: Wed Feb 2 11:18:09 2022 +0300
Change way of passing calling arguments.
commit 7d42aec031c6e8650d87d8a09f060c9d25a4a13b
Author: astand <[email protected]>
Date: Wed Feb 2 09:28:07 2022 +0300
Explicit cast from int64 to uint32.
commit 196b17d24bc12275dbe5f62383bb9475eaf9609c
Author: astand <[email protected]>
Date: Wed Feb 2 00:02:39 2022 +0300
Fixed error in with bitutil wrong dir generation.
commit 770bb9b9ff78b5f70fa29e8099927a0dc5941ecd
Author: astand <[email protected]>
Date: Tue Feb 1 22:15:23 2022 +0300
Added filter for local test infrustructure.
commit 57f38633138380c717717be2b6813a06cae2ddc7
Author: astand <[email protected]>
Date: Tue Feb 1 22:15:04 2022 +0300
Simple fix problem with too long lines.
commit 5d9a5a7b3c40a69d5c4396f58b0b665ff4c7a3f1
Author: astand <[email protected]>
Date: Mon Jan 24 11:37:19 2022 +0300
Changelog editing.
commit d1993618192d1b8d9917e9ac40cd58d80965563b
Author: astand <[email protected]>
Date: Mon Jan 17 21:50:24 2022 +0300
Added astyle bin and format script.
commit 8526c87e65a4f334f871a4e688ef84d4a0bed582
Author: astand <[email protected]>
Date: Mon Jan 17 09:11:02 2022 +0300
Enhanced directory structure for generated files.
commit ebe6786c08b88e7d33eca38c16e846f4d08883d7
Author: astand <[email protected]>
Date: Fri Dec 17 23:32:32 2021 +0300
Fixed extra line for ValTable parsed lines.
commit f80fb2a7d1f3c92260454977fe896001ac5641c4
Author: Astakhov Andrey <[email protected]>
Date: Tue Nov 9 21:50:22 2021 +0300
Update README.md
commit 25eae4133962ba46fe24f740d3ff8836696a41f0
Author: Astakhov Andrey <[email protected]>
Date: Tue Nov 9 14:45:37 2021 +0300
Update README.md
commit 4e3f22f51ae3e49a31e3e8584f8ca6b2d909eaef
Author: astand <[email protected]>
Date: Tue Nov 9 13:58:23 2021 +0300
Updated readme.
commit 2938aa6d7db736d8bbc66f24119ba3d3cdadb13a
Author: astand <[email protected]>
Date: Tue Nov 9 10:14:23 2021 +0300
Releases updated for v1.9.
commit 3d3605f62c174165e34282346837f0ad0c43ba93
Author: astand <[email protected]>
Date: Tue Nov 9 09:43:55 2021 +0300
All sources processed by code style tool.
commit 2f22c2e4b9c1cb985239fa3239385d11c5cb428b
Author: astand <[email protected]>
Date: Tue Nov 9 09:40:12 2021 +0300
Fixed: closing comment in -config.h, minor code style.
commit 3b6b7bcfd2f1d58c3c3de44846678bebb2757b4a
Author: astand <[email protected]>
Date: Mon Nov 1 22:14:28 2021 +0300
Release updated for v1.8.
commit 906b274f654cb463f9e9e70bed76293e1b516038
Author: astand <[email protected]>
Date: Mon Oct 25 20:58:58 2021 +0300
Fixed wrong way of rewriting CSM signal.
commit 48556b35a6d302afeb38c1bcc86ec034bbc5bb6e
Author: astand <[email protected]>
Date: Sun Oct 10 21:35:48 2021 +0300
Releases updated for v1.7.
commit c5bbd7fca998352ccb9b86a107abbb6fc3b6165e
Author: astand <[email protected]>
Date: Sun Oct 10 21:32:55 2021 +0300
Added suppot for multi Transmiters.
commit 02d1e28b40b43a7b9356e237ccccec7f12612d4b
Author: astand <[email protected]>
Date: Sun Oct 10 21:31:36 2021 +0300
Fixed potential bug. Missing node adding on RecS item matching.
commit 9af49b087ec18bf0e27619b7cad915945b002e5a
Author: astand <[email protected]>
Date: Sun Oct 10 21:30:01 2021 +0300
Changes on style guide.
commit a2c0079bffe9b4331bed929054b4e7c2781e1ae7
Author: astand <[email protected]>
Date: Thu Sep 9 22:50:54 2021 +0300
Releases updated for v1.6.
commit f918d0163e8417fefa8a026ab3a08885b948af8a
Author: astand <[email protected]>
Date: Thu Sep 9 22:45:43 2021 +0300
Fixed issue with 1 frame in RX struct.
commit 6439bccdb82f8026f5d62fc9a9aac73bfbaebdf7
Author: astand <[email protected]>
Date: Wed Sep 8 23:19:21 2021 +0300
Added optional binutil generation for each node in DBC.
commit 6481e7e3213fccb5213f7873ae10a3f300272805
Author: astand <[email protected]>
Date: Thu Aug 26 23:38:09 2021 +0300
Fixed some issues.
commit 75f0193ac80e9ee1f0478bc094c019cba32e4522
Author: astand <[email protected]>
Date: Tue Jul 13 21:56:13 2021 +0300
Removed test info. Edited README.md.
commit ff67c1fc9d0ed8213675ee98bbde67aa83133419
Author: astand <[email protected]>
Date: Sun Jul 11 22:07:48 2021 +0300
Hotfixed README layout.
commit 002c86b8759733631cb9946bbfbaeed5d2064d4f
Author: astand <[email protected]>
Date: Sun Jul 11 22:04:23 2021 +0300
v1.3
commit 2ba501e3493097f673bcb07bacd8b1c7a2693b79
Author: astand <[email protected]>
Date: Sun Jul 11 22:04:10 2021 +0300
Added template file generation. Refactored config comment text.
commit f604b883c07b43573d10499701e52dec7b6fd600
Author: astand <[email protected]>
Date: Sun Jul 11 17:59:17 2021 +0300
Readme updated.
commit e7a4cab503c69684d5b800ccab0cecfff70a9f37
Author: astand <[email protected]>
Date: Sun Jul 11 13:19:53 2021 +0300
v1.2
commit 0ad29f6a55916b0a10c262c21f40aa2eaf84506e
Author: astand <[email protected]>
Date: Sun Jul 11 13:19:39 2021 +0300
Added LICENSE and README.
commit 0628848deae72fb9a656018843073ea57d2b9389
Author: astand <[email protected]>
Date: Sun Jul 11 13:18:20 2021 +0300
Improved help message text.
commit 64745a172900f95c330ad60a4f1808f543213a05
Author: astand <[email protected]>
Date: Sun Jul 11 12:20:54 2021 +0300
Application executable name changed - coderdbc.
commit 3376c580b8168c7f13f9287087eb53dfde884894
Author: astand <[email protected]>
Date: Sat Jul 10 17:10:18 2021 +0300
Fixed type casting warning.
commit 84601a99676f947f842ba0968a8ec0ea0d36f2d1
Author: astand <[email protected]>
Date: Sat Jul 10 17:05:18 2021 +0300
Removed useless files and settings.
commit 359da554595212aad4b8c9ca883e9f9c5317fdbe
Author: astand <[email protected]>
Date: Sat Jul 10 15:41:38 2021 +0300
Added help message.
commit eca35e01304bdd5cf309164b1a119312efcbac96
Author: astand <[email protected]>
Date: Sat Jul 10 15:22:25 2021 +0300
Project became executable (CLI).
commit 1d168d9e2621475b2a8a4d55bcd31c6ca6502d02
Author: astand <[email protected]>
Date: Sat Jul 10 15:21:30 2021 +0300
Added option for rewriting source output files.
commit 8456d4c243f25234426e1a5dc04866ac38ae15e8
Author: astand <[email protected]>
Date: Sat Jul 10 15:20:45 2021 +0300
Fixed windows related issues.
commit 776a05a9465f84451c4657e5b614831d4748cbf0
Author: astand <[email protected]>
Date: Sat May 15 12:59:49 2021 +0300
Added DBC version info parsing.
commit e06f777de2bb4fe2252a8bfeb25778456eebe21e
Author: astand <[email protected]>
Date: Sun Apr 4 13:40:01 2021 +0300
Added start info as user defined text.
commit 12c735fb2238d72547de3bb772564802baeef155
Author: astand <[email protected]>
Date: Thu Apr 1 20:13:05 2021 +0300
Fixed value table first pair skipping.
commit 1ff121bb1f5cb3ae60ec5e7e6c3a07876c116408
Author: astand <[email protected]>
Date: Tue Mar 30 21:38:02 2021 +0300
Fixed GetFrameHash call syntax.
commit abfcc41eeb6ca76b5e0cbb8ab94a7095d31ba0d4
Author: astand <[email protected]>
Date: Sat Mar 27 14:17:25 2021 +0300
True fix issue with big comment section.
commit b714eb0a2ba33d69f382ae803796f0cf29c7064d
Author: astand <[email protected]>
Date: Sun Mar 14 22:50:22 2021 +0300
Fixed issue with big comment and localization.
commit 2ccb121d67659536c22cbcc5a56c179a743b55a1
Author: astand <[email protected]>
Date: Sat Mar 6 19:10:51 2021 +0300
Fixed macros for *_phys <-> *_ro signal conversion.
commit d15afe698a0603ac2c9b761328b353620f29e614
Author: astand <[email protected]>
Date: Thu Mar 4 13:08:48 2021 +0300
Updated comment text in drv_conf.h file.
commit b5a687b23e257b92a2e397cc3de780760d97fbe0
Author: astand <[email protected]>
Date: Thu Mar 4 13:08:31 2021 +0300
Fixed integer x = ***_toS(x) issue. Added postfix *_ro to non simple signals.
commit 43730ed8d9cb9028097b38504b847aee9ba666a4
Author: astand <[email protected]>
Date: Thu Mar 4 12:33:20 2021 +0300
Changed comments in gen code.
commit 1e837ce27539afdf3e0c448b09cdce3fbbdd3d93
Author: astand <[email protected]>
Date: Thu Mar 4 12:32:55 2021 +0300
Fixed issue when DLC is less then actual Message layout takes.
commit b67759bdceac636c2c6f025752efe4ab82e812ee
Author: astand <[email protected]>
Date: Sun Feb 28 16:03:41 2021 +0300
GetSystemTick func name.
commit ab5ccece612f3d268319a83e742b580fad728162
Author: astand <[email protected]>
Date: Thu Feb 18 22:19:48 2021 +0300
Fixed grammar errors.
commit 0cc9b3efe9c8a84b0bb1db587c4129517241ef45
Author: astand <[email protected]>
Date: Wed Feb 17 14:46:17 2021 +0300
Removed cmake dir.
commit 60abfecff28f543f112bc7c9147ec5da2d436a44
Author: astand <[email protected]>
Date: Wed Feb 17 14:13:04 2021 +0300
Added template ***-config.h generation.
commit cf4ac280374412c49ab25eb833d17e19c73e528a
Author: astand <[email protected]>
Date: Wed Feb 17 11:56:42 2021 +0300
Simple support for multiplexed signals.
commit b952fab0bdcc5a0fe43966c41b7527b4a4b12013
Author: astand <[email protected]>
Date: Wed Feb 17 10:48:37 2021 +0300
Fixed issue with comment text for message.
commit 051df8e991963cf9a17f9c17220eb0ce55056663
Author: astand <[email protected]>
Date: Wed Feb 17 10:48:17 2021 +0300
Fixed value table code printing issue.
commit c369336ceb9245dbf7d5f4e2d51a24412bb0b951
Author: astand <[email protected]>
Date: Wed Feb 17 10:38:43 2021 +0300
resplit has more param - type of pslit strategy. (was only NOT matched).
commit b3af67692da39be0390a63bbcd384dd6bced2612
Author: astand <[email protected]>
Date: Sun Feb 14 00:18:39 2021 +0300
Added cmake building.
commit 4fd51160d2efee074d933c04ec66411cc2e280b3
Author: astand <[email protected]>
Date: Sat Feb 13 23:48:24 2021 +0300
Added util source print.
commit c0bc4b1d9d2af99df4a33b67185a6dc4092a71ac
Author: astand <[email protected]>
Date: Wed Feb 10 20:01:58 2021 +0300
Fixed minor issues (warnings).
commit 147994ab107874598eda6b5b9db3e2f94fe5fa48
Author: astand <[email protected]>
Date: Wed Feb 10 19:50:20 2021 +0300
Removed unused code.
commit 00748b35f8d7c1a5656c5670e79d3bd55510f8b3
Author: astand <[email protected]>
Date: Wed Feb 10 19:48:11 2021 +0300
Added util header print. Some additional improvements.
commit ad787bc79ca98ee313a2381cfcfb1dc717e7228e
Author: astand <[email protected]>
Date: Wed Feb 10 12:14:09 2021 +0300
Added first variant of util generator.
commit bc72a4f09daa3b2ec9f010a613d64c5b94adfe94
Author: astand <[email protected]>
Date: Wed Feb 10 10:18:36 2021 +0300
Formatter function for printf.
commit 9e400dbfa15194d17ba77decb2849c7854cfd7ee
Author: astand <[email protected]>
Date: Sun Feb 7 17:49:35 2021 +0300
On ubuntu getline puts (or shows) '\r' at the end of line.
commit 9cd30495ff1e19666e3a43b1aac42a5bf0965c8b
Author: astand <[email protected]>
Date: Sun Feb 7 17:48:36 2021 +0300
Fixed some issues.
commit 79fc48e7334ad79c0ba8173ddaec4109a36e1b69
Author: astand <[email protected]>
Date: Sun Feb 7 16:41:05 2021 +0300
Fixed comment printing.
commit 0947ebf6eb5a77d7f0869307c984cb7a9b7653e3
Author: astand <[email protected]>
Date: Sat Feb 6 14:50:38 2021 +0300
Added CSM calc and pack in both Pack functions.
commit 6798987a6054bec586c327cef470ac9927a0d2fb
Author: astand <[email protected]>
Date: Wed Feb 3 18:53:47 2021 +0300
Added CSM check in unpack function.
commit e56d43c7430be29c828c423b54336cc858bc91ca
Author: astand <[email protected]>
Date: Wed Feb 3 18:41:18 2021 +0300
Added Checksum signal detection.
commit a7d6cf053f2516c2a2a63bd806a063c8ab8cda36
Author: astand <[email protected]>
Date: Wed Feb 3 17:01:54 2021 +0300
Common refactoring and bug fix (field width).
commit d7fdcafbd321f5fe38fce92796352b36acff6652
Author: astand <[email protected]>
Date: Wed Feb 3 16:59:49 2021 +0300
Added auto rolling handling code.
commit 362a4d1a16d9cd515e1b70cdffcd8bf58b7abe64
Author: astand <[email protected]>
Date: Wed Feb 3 16:57:30 2021 +0300
Removed empty phys macro in pack functions.
commit 69e9687292e8e15b6dd52142aa06eccae5584e20
Author: astand <[email protected]>
Date: Sun Jan 31 23:47:51 2021 +0300
Added changed for Linux building.
commit a719f7297f0d867915bb14ed2fe9f785c4c25762
Author: astand <[email protected]>
Date: Sun Jan 31 18:58:44 2021 +0300
Added fmon-source file generation.
commit e634227dfe97a8e471425092bdf72848bb837bc5
Author: astand <[email protected]>
Date: Sun Jan 31 18:37:08 2021 +0300
Added fmon-header file generation.
commit 25ba5569bfecf329ecc80136599a32e11d6c543a
Author: astand <[email protected]>
Date: Sun Jan 31 17:46:19 2021 +0300
Source files filling moved to dedicated functions.
commit d6b8c463815193e76467c93efda9cb89135e7d72
Author: astand <[email protected]>
Date: Sun Jan 31 17:35:25 2021 +0300
Small refactoring.
commit ba889648fc02f850495959dcf01b9c8ce64ee793
Author: astand <[email protected]>
Date: Mon Jan 25 20:55:01 2021 +0300
Fixed comment style. CYC value bug.
commit 950ed796cd13c803481baea28bfbd8ed89fee87b
Author: astand <[email protected]>
Date: Mon Jan 25 20:53:37 2021 +0300
Fixed warning on unused param (dlc) in Unpack function.
commit bd87a48c33f60e379ee60f6139a9caba76407ed5
Author: astand <[email protected]>
Date: Mon Jan 25 13:17:53 2021 +0300
Fixed generator formatting bugs.
commit 22ea2f10c8fb54aef0f20a9a55481066f04274a2
Author: astand <[email protected]>
Date: Mon Jan 25 13:17:35 2021 +0300
Fixed bug in sign of sigfloat type signal.
commit 2cd8af4b76dd8f849c34b96a8cba4eab08fe4cfd
Author: astand <[email protected]>
Date: Mon Jan 25 11:32:02 2021 +0300
Added "*_phys" sigs and auto toS/fromS conversion.
commit e95d50a2234498f3991730ab162d5754f7fc0363
Author: astand <[email protected]>
Date: Mon Jan 25 11:31:15 2021 +0300
Fixed "fromS" macro - type cast must be skipped.
commit d4e160358e660bdaef5f38f9be7639b84bd2be5a
Author: astand <[email protected]>
Date: Mon Jan 25 11:30:17 2021 +0300
Added more signal type class (3 classes for now).
commit 11426ccccfdcdd392cf2e7543d389338957b9385
Author: astand <[email protected]>
Date: Thu Jan 21 21:53:17 2021 +0300
Added print toS and fromS macros.
commit 3d57bbe344cf709bdc74a2ba7f6ee6381fe41bb9
Author: astand <[email protected]>
Date: Thu Jan 21 21:51:59 2021 +0300
Do not make signal conversation inside unpack function.
commit b8ad3cb33871bdcfbc7cfbf28101895c33dbc958
Author: astand <[email protected]>
Date: Thu Jan 21 21:51:24 2021 +0300
Helpers added.
commit 4c18e408a3eee02ac20b7589f33542cc95f8e964
Author: astand <[email protected]>
Date: Thu Jan 21 21:50:36 2021 +0300
Fixed minor issues.
commit bdd40613fbe5690e09c0fede10680edf20afab13
Author: astand <[email protected]>
Date: Thu Jan 21 17:26:33 2021 +0300
Signal type detection refactored.
commit 981b25ac8c2452349da7c188458f46b4c4058ac8
Author: astand <[email protected]>
Date: Thu Jan 21 11:49:30 2021 +0300
Added 2-Pack functions bodies.
commit 155755087e8e276639e30c9a4836ea9a3202cfde
Author: astand <[email protected]>
Date: Mon Jan 11 20:37:43 2021 +0300
Basic struct and unpack func in -c main source code.
commit bf0ed04585d4dfe1f93be6e7c608f0762aea740e
Author: astand <[email protected]>
Date: Mon Jan 11 20:10:42 2021 +0300
Fs creator keeps lowcase drvname in separated field.
commit 246a2b9119abf970527a837db0f4d4bb3d4b9d43
Author: astand <[email protected]>
Date: Mon Jan 11 20:09:16 2021 +0300
Style format.
commit 30edc79c7fb764d633ecffcf193ba95f600b8ef0
Author: astand <[email protected]>
Date: Mon Jan 11 20:08:53 2021 +0300
Renamed variable for clarificatin.
commit c7ae93ea852f39104d806e3be9681b704a41e297
Author: astand <[email protected]>
Date: Mon Jan 11 20:08:30 2021 +0300
Fixed unpack sig format bug.
commit ff267a4b6167f6dc248c2a930c7a13f18f0948af
Author: astand <[email protected]>
Date: Mon Jan 11 16:58:20 2021 +0300
PrintF refactored completely.
commit b0856e0431146b749fab2eff6ca347c7e5980fe0
Author: astand <[email protected]>
Date: Mon Jan 11 16:46:14 2021 +0300
Using fsd filelds for #ifdef selection.
commit fc9663ac3afd5f56565ce6a5ee6c25c1bcfffb6b
Author: astand <[email protected]>
Date: Sun Dec 13 01:08:31 2020 +0300
Added separated common attributes creator.
commit 74b4b2d7c7caa54c953944e43be9c0fc0ba48ec4
Author: astand <[email protected]>
Date: Sat Dec 12 00:40:04 2020 +0300
Added printF optimization.
commit 98c8eda0d5b503035dc2db40093ee1fd407ef427
Author: astand <[email protected]>
Date: Sat Dec 12 00:30:42 2020 +0300
Added Functions prototypes printing.
commit c620841bb6820638ef8c00390a59049968e521b5
Author: astand <[email protected]>
Date: Fri Dec 11 23:54:15 2020 +0300
Added mon1 field if defined setting.
commit 2a2ff62231a3c4a9fa752b915c0b010f6ca9a3b4
Author: astand <[email protected]>
Date: Mon Dec 7 12:58:05 2020 +0300
Added c++17 in project option.
commit 14f7017aae61b43ab874deb15c53dc920b73a968
Author: astand <[email protected]>
Date: Mon Dec 7 12:57:33 2020 +0300
Added part of main .h file writer. Added filewriter.
commit 7b1350081e939fe1d7d8927a27bfa7a533011cf6
Author: astand <[email protected]>
Date: Thu Nov 26 22:17:48 2020 +0300
Added minimal struct of main code generator.
commit 26cf3f3212a19e813437e0df7119c8bf4a56bd0c
Author: astand <[email protected]>
Date: Thu Nov 26 22:12:57 2020 +0300
SigPrinter minor refactoring. Income Msgs as const.
commit 44e2db26f78396231001961d003a712db3a82b09
Author: astand <[email protected]>
Date: Thu Nov 26 14:45:56 2020 +0300
Added offset calculation in to_signal expression.
commit 4915ed195f67c2b17469b64e44fb02b289e0760e
Author: astand <[email protected]>
Date: Thu Nov 26 11:58:18 2020 +0300
Added core signals/message expression printer code.
commit 45a85ac7c40e93a9f9dd6d46b6b34dfbdd2f2d7a
Author: astand <[email protected]>
Date: Thu Nov 26 10:12:28 2020 +0300
Added sig-expression and sig-printer base code.
commit 6350af48373f31af38ca37115fe6314668430372
Author: astand <[email protected]>
Date: Thu Nov 26 10:11:47 2020 +0300
Code dir migration.
commit ab769a9824b7caaadf41cf076f41a0977a5a043d
Author: astand <[email protected]>
Date: Sun Nov 22 22:30:17 2020 +0300
Added value table parsing.
commit 7bd24c5e17175044edef7e26297705a927677767
Author: astand <[email protected]>
Date: Sat Nov 21 22:44:01 2020 +0300
Added basic dbcscanner core code.
commit b488963d1c8a71770fb8ff278499efde6e13d2dd
Author: astand <[email protected]>
Date: Thu May 4 20:17:34 2023 +0200
Release v2.7
Squashed commit of the following:
commit b89d2ee4ee58221c7c62cdd1ae3b99bbcf5fd926
Author: astand <[email protected]>
Date: Sun Jan 15 14:55:58 2023 +0100
Fixed floating parsing, better printing, removed duplication.
commit d63b36a2280e5785ff5f29a8cddf89784aee9f34
Author: astand <[email protected]>
Date: Thu Sep 29 22:40:32 2022 +0300
Fixed long line reading from istream.
commit 9fbe4fd2a50c6b02d48b8ab92a0f22accc958cc5
Author: Astakhov Andrey <[email protected]>
Date: Tue Jul 26 22:51:21 2022 +0300
New monitor impl (#14)
* Added build configuration for generated files.
* Hash and SysTick monitor function wrapped to macros.
* Release editing. App version printing.
commit 55045782228bc4087b223f475a11f244cb4f2854
Merge: 4c4bf72 f93b297
Author: Astakhov Andrey <[email protected]>
Date: Sun Jul 24 23:45:28 2022 +0300
Merge pull request #13 from astand/gen-options
Optional sources generation
commit f93b2972d5e668b5cad8e3a486145ca92f400a10
Author: astand <[email protected]>
Date: Sun Jul 24 23:44:55 2022 +0300
Update release notes.
commit d95209af3a2cc2f2a764561ad339c931cdc93f1f
Author: astand <[email protected]>
Date: Sun Jul 24 23:37:24 2022 +0300
Fixed astyle script.
commit 630e4ebaa71dcadbb7f2f884d1ac052675c5f276
Author: astand <[email protected]>
Date: Sun Jul 24 23:36:15 2022 +0300
Added script to remove all generated code.
commit aad15d4cb61d637836395e42766a270aec9e8828
Author: astand <[email protected]>
Date: Sun Jul 24 23:36:01 2022 +0300
Added option to disable some sources generation.
commit 54ff5c0950fb9befe95a90a22b53f98cbbe0123c
Author: astand <[email protected]>
Date: Sun Jul 24 23:01:27 2022 +0300
Extended bitext test.
commit f8848a335230d4402bd53eedb08164f54e7fe3df
Author: astand <[email protected]>
Date: Sat Jul 23 21:28:19 2022 +0300
Removed unuseful things.
commit c05ee54ec1fee47e43255cf6c5347bdf88947649
Author: astand <[email protected]>
Date: Sat Jul 23 17:12:25 2022 +0300
Added versions to FS gen config.
commit 2ae86732ec4fa79146bb6c0490df2178e1f58609
Author: astand <[email protected]>
Date: Sat Jul 23 16:52:47 2022 +0300
Removed overhead in fs-creator.
commit 792423ef2197eec390fc654f7241eb7910d0f38e
Author: astand <[email protected]>
Date: Sat Jul 23 16:33:24 2022 +0300
Added tests for bitext function (from gen code).
commit e0b0d41b9e59ba43ad4bfee5fa0fc388dc28bb27
Author: astand <[email protected]>
Date: Sat Jul 23 15:49:46 2022 +0300
Small enhancement,
commit 0f95aaec334ad4b0760d304a72a691b9d2a23888
Author: astand <[email protected]>
Date: Thu Jul 21 22:19:26 2022 +0300
Tests updated.
commit e3d732f448e18168633b4ea21d79d9612dd3abe4
Author: astand <[email protected]>
Date: Thu Jul 21 22:06:31 2022 +0300
New config in new config parser class.
commit 92d1b9479f48f4acc6b7e1a35a2ff0a5000fa1fe
Author: astand <[email protected]>
Date: Wed Jul 20 23:39:22 2022 +0300
Arguments parsing in separated class.
commit b6cb00081a2d0df431287f8c6f77b96aa22a1fba
Author: astand <[email protected]>
Date: Tue Jul 19 11:39:31 2022 +0300
New generation options are introduced in help message.
commit 4c4bf72ebd452660f452730569f5ba47900807d3
Author: astand <[email protected]>
Date: Wed Jul 20 00:16:42 2022 +0300
Added GTEST support.
commit 677efdfccdb0e7309b4e9161a0fb4277b51553c3
Merge: f986286 322becf
Author: Astakhov Andrey <[email protected]>
Date: Tue Jul 19 11:04:37 2022 +0300
Merge pull request #12 from astand/fix-opt
Structural refactoring and changes in fmon-* source code for making fmon-* driver's support a bit easier.
commit 322becfb0c87b219835be4ca704efb8bc75850f2
Author: astand <[email protected]>
Date: Sat Jul 2 21:05:09 2022 +0300
Updates in fmon-* source code, some inner optimizations etc.
Some service level improvements.
New fmon generator and fmon model.
Config section for MONO fmon mode.
FS splitted to gen and file settings.
Direct appending to fwriter.
Removed useless methods.
FileWriter API update.
Mon generator with new FWriter API.
Update in FWriter API. All users use new API.
Added main header with empty lines in comments of some signals.
Ignore vscode config.
Driver compilation config printer as separated driver.
AStyle format to all sources.
Update realese notes.
commit f986286b621d5c410ef12e0c5642873cba20d09b
Merge: 9100dba 2e104d4
Author: Astakhov Andrey <[email protected]>
Date: Sat May 7 21:05:08 2022 +0300
Merge pull request #10 from astand/valtables
Issue#9 and other things
commit 2e104d4f0e981d46007f908fed67dde716b2851a
Author: astand <[email protected]>
Date: Sat May 7 21:01:06 2022 +0300
Config update for windows using.
commit 6fbb51b90f79509096baea45d0a27f5461f43786
Author: astand <[email protected]>
Date: Sat May 7 21:00:48 2022 +0300
Fixed incompleted square brakets migration.
commit 33191387b33078a129a35aff082adc23206e3cd1
Author: astand <[email protected]>
Date: Sat May 7 20:52:09 2022 +0300
Release notes editing.
commit 4c13d07252213ff58c2f7bf8d4a490efb7f72022
Author: astand <[email protected]>
Date: Sat May 7 20:29:07 2022 +0300
Test DBC generation with square brakets includes.
commit dcce732399c9d44a2241b967cb4dd6926fecbae0
Author: astand <[email protected]>
Date: Sat May 7 20:28:45 2022 +0300
Files which is presumed to be in __include__ in square brackets.
commit 1d163c6f77453aa329b57f0097c40991d0fb5b4e
Author: astand <[email protected]>
Date: Sat May 7 13:21:25 2022 +0300
WTF was that?
commit 500427f8eb05d6dd9caf094d093e344efcf795c9
Author: astand <[email protected]>
Date: Sat May 7 13:21:07 2022 +0300
Minor style change.
commit a14407aa0fe9df31995d420b62e919f1505805a8
Author: astand <[email protected]>
Date: Sat May 7 13:20:28 2022 +0300
Added test on binutil souce code version (compare with main lib).
commit 556c0729dd2074536eb9e638107e396689d63832
Author: astand <[email protected]>
Date: Sat May 7 12:44:32 2022 +0300
Added test on source code versions (main driver h/c).
commit 739870b524b1bad84a8f9a0607986e17a6798c8c
Author: astand <[email protected]>
Date: Sat May 7 12:17:55 2022 +0300
Remove extra empty comment line generation.
commit 230933fb0639340126f65d683e9832c211564ce5
Author: astand <[email protected]>
Date: Sat May 7 12:07:25 2022 +0300
Minor improvement in signal's info comments.
commit e4fd53f28f45d33510fca571e480020993ca37e7
Author: astand <[email protected]>
Date: Sat May 7 11:58:10 2022 +0300
Added more info about sign extending function.
commit 013b993c0220c7ddff36a2e9c1c4ceda43575dc2
Author: astand <[email protected]>
Date: Sat May 7 11:57:55 2022 +0300
Test DBC with new val table macros generated.
commit 6661cdd2c48324a033d60fa1ce1a08dd459f9ec8
Author: astand <[email protected]>
Date: Sat May 7 11:02:17 2022 +0300
Added value table's macros printing to main driver header.
commit 961c15b644499b1079cf95ab65657c32622348b7
Author: astand <[email protected]>
Date: Sat May 7 11:01:19 2022 +0300
Added more specific value tables handling.
commit cb9137ec554775887efb4f629b1d870da6489c45
Author: astand <[email protected]>
Date: Fri May 6 22:42:51 2022 +0300
Main dbc driver name stripped by C-name checker.
commit 3eff250217a97e5bbd60ab8169be2e3577eaf5e0
Author: astand <[email protected]>
Date: Fri May 6 22:41:47 2022 +0300
Added helper for valid C-identifier stripper.
commit 9100dba4c764c3c1ca763c33a949d3d63fedc4ed
Author: astand <[email protected]>
Date: Fri Mar 11 23:10:16 2022 +0300
Removed unused line.
commit 323d2a838cd41d3f2c426b49d241832be1ce8a64
Author: astand <[email protected]>
Date: Fri Mar 11 23:06:29 2022 +0300
Added test DBC CAN matrix and generation scripts.
commit 45209db1ba68e615654e53bfbe79251aa5902881
Author: astand <[email protected]>
Date: Fri Mar 11 22:50:17 2022 +0300
Gitignore and gitattribute unused content removed.
commit 75b5813d1c0b6c4f76e7b5ac3ace53e2d5676768
Author: astand <[email protected]>
Date: Sat Feb 19 23:21:41 2022 +0300
Changelog editing.
commit 634b4b75f2e6c19ee2d9dab18945a7e6af4fec82
Author: astand <[email protected]>
Date: Sat Feb 19 23:17:11 2022 +0300
Added signature extension for signed signal types.
commit ad43ded46a38eeccf0a52a67fcbf4bc51a501010
Author: astand <[email protected]>
Date: Sat Feb 19 23:16:34 2022 +0300
Target signals type selection optimized.
commit 83d894d3aaea9e6f2c5835d2505dac9304b7fa42
Author: astand <[email protected]>
Date: Wed Feb 2 16:10:35 2022 +0300
Updated docs.
commit bdef03ca8411ab1fab2cafdc48834eb3827eae24
Author: astand <[email protected]>
Date: Wed Feb 2 11:25:02 2022 +0300
Minor fixes.
commit b29a47aa52ffab2aa67a79602d00c69dbb3191d5
Author: astand <[email protected]>
Date: Wed Feb 2 11:18:16 2022 +0300
Version update (v2.0).
commit f470bbc18ba6b9310f92a479d7b29388b4ee4576
Author: astand <[email protected]>
Date: Wed Feb 2 11:18:09 2022 +0300
Change way of passing calling arguments.
commit 7d42aec031c6e8650d87d8a09f060c9d25a4a13b
Author: astand <[email protected]>
Date: Wed Feb 2 09:28:07 2022 +0300
Explicit cast from int64 to uint32.
commit 196b17d24bc12275dbe5f62383bb9475eaf9609c
Author: astand <[email protected]>
Date: Wed Feb 2 00:02:39 2022 +0300
Fixed error in with bitutil wrong dir generation.
commit 770bb9b9ff78b5f70fa29e8099927a0dc5941ecd
Author: astand <[email protected]>
Date: Tue Feb 1 22:15:23 2022 +0300
Added filter for local test infrustructure.
commit 57f38633138380c717717be2b6813a06cae2ddc7
Author: astand <[email protected]>
Date: Tue Feb 1 22:15:04 2022 +0300
Simple fix problem with too long lines.
commit 5d9a5a7b3c40a69d5c4396f58b0b665ff4c7a3f1
Author: astand <[email protected]>
Date: Mon Jan 24 11:37:19 2022 +0300
Changelog editing.
commit d1993618192d1b8d9917e9ac40cd58d80965563b
Author: astand <[email protected]>
Date: Mon Jan 17 21:50:24 2022 +0300
Added astyle bin and format script.
commit 8526c87e65a4f334f871a4e688ef84d4a0bed582
Author: astand <[email protected]>
Date: Mon Jan 17 09:11:02 2022 +0300
Enhanced directory structure for generated files.
commit ebe6786c08b88e7d33eca38c16e846f4d08883d7
Author: astand <[email protected]>
Date: Fri Dec 17 23:32:32 2021 +0300
Fixed extra line for ValTable parsed lines.
commit f80fb2a7d1f3c92260454977fe896001ac5641c4
Author: Astakhov Andrey <[email protected]>
Date: Tue Nov 9 21:50:22 2021 +0300
Update README.md
commit 25eae4133962ba46fe24f740d3ff8836696a41f0
Author: Astakhov Andrey <[email protected]>
Date: Tue Nov 9 14:45:37 2021 +0300
Update README.md
commit 4e3f22f51ae3e49a31e3e8584f8ca6b2d909eaef
Author: astand <[email protected]>
Date: Tue Nov 9 13:58:23 2021 +0300
Updated readme.
commit 2938aa6d7db736d8bbc66f24119ba3d3cdadb13a
Author: astand <[email protected]>
Date: Tue Nov 9 10:14:23 2021 +0300
Releases updated for v1.9.
commit 3d3605f62c174165e34282346837f0ad0c43ba93
Author: astand <[email protected]>
Date: Tue Nov 9 09:43:55 2021 +0300
All sources processed by code style tool.
commit 2f22c2e4b9c1cb985239fa3239385d11c5cb428b
Author: astand <[email protected]>
Date: Tue Nov 9 09:40:12 2021 +0300
Fixed: closing comment in -config.h, minor code style.
commit 3b6b7bcfd2f1d58c3c3de44846678bebb2757b4a
Author: astand <[email protected]>
Date: Mon Nov 1 22:14:28 2021 +0300
Release updated for v1.8.
commit 906b274f654cb463f9e9e70bed76293e1b516038
Author: astand <[email protected]>
Date: Mon Oct 25 20:58:58 2021 +0300
Fixed wrong way of rewriting CSM signal.
commit 48556b35a6d302afeb38c1bcc86ec034bbc5bb6e
Author: astand <[email protected]>
Date: Sun Oct 10 21:35:48 2021 +0300
Releases updated for v1.7.
commit c5bbd7fca998352ccb9b86a107abbb6fc3b6165e
Author: astand <[email protected]>
Date: Sun Oct 10 21:32:55 2021 +0300
Added suppot for multi Transmiters.
commit 02d1e28b40b43a7b9356e237ccccec7f12612d4b
Author: astand <[email protected]>
Date: Sun Oct 10 21:31:36 2021 +0300
Fixed potential bug. Missing node adding on RecS item matching.
commit 9af49b087ec18bf0e27619b7cad915945b002e5a
Author: astand <[email protected]>
Date: Sun Oct 10 21:30:01 2021 +0300
Changes on style guide.
commit a2c0079bffe9b4331bed929054b4e7c2781e1ae7
Author: astand <[email protected]>
Date: Thu Sep 9 22:50:54 2021 +0300
Releases updated for v1.6.
commit f918d0163e8417fefa8a026ab3a08885b948af8a
Author: astand <[email protected]>
Date: Thu Sep 9 22:45:43 2021 +0300
Fixed issue with 1 frame in RX struct.
commit 6439bccdb82f8026f5d62fc9a9aac73bfbaebdf7
Author: astand <[email protected]>
Date: Wed Sep 8 23:19:21 2021 +0300
Added optional binutil generation for each node in DBC.
commit 6481e7e3213fccb5213f7873ae10a3f300272805
Author: astand <[email protected]>
Date: Thu Aug 26 23:38:09 2021 +0300
Fixed some issues.
commit 75f0193ac80e9ee1f0478bc094c019cba32e4522
Author: astand <[email protected]>
Date: Tue Jul 13 21:56:13 2021 +0300
Removed test info. Edited README.md.
commit ff67c1fc9d0ed8213675ee98bbde67aa83133419
Author: astand <[email protected]>
Date: Sun Jul 11 22:07:48 2021 +0300
Hotfixed README layout.
commit 002c86b8759733631cb9946bbfbaeed5d2064d4f
Author: astand <[email protected]>
Date: Sun Jul 11 22:04:23 2021 +0300
v1.3
commit 2ba501e3493097f673bcb07bacd8b1c7a2693b79
Author: astand <[email protected]>
Date: Sun Jul 11 22:04:10 2021 +0300
Added template file generation. Refactored config comment text.
commit f604b883c07b43573d10499701e52dec7b6fd600
Author: astand <[email protected]>
Date: Sun Jul 11 17:59:17 2021 +0300
Readme updated.
commit e7a4cab503c69684d5b800ccab0cecfff70a9f37
Author: astand <[email protected]>
Date: Sun Jul 11 13:19:53 2021 +0300
v1.2
commit 0ad29f6a55916b0a10c262c21f40aa2eaf84506e
Author: astand <[email protected]>
Date: Sun Jul 11 13:19:39 2021 +0300
Added LICENSE and README.
commit 0628848deae72fb9a656018843073ea57d2b9389
Author: astand <[email protected]>
Date: Sun Jul 11 13:18:20 2021 +0300
Improved help message text.
commit 64745a172900f95c330ad60a4f1808f543213a05
Author: astand <[email protected]>
Date: Sun Jul 11 12:20:54 2021 +0300
Application executable name changed - coderdbc.
commit 3376c580b8168c7f13f9287087eb53dfde884894
Author: astand <[email protected]>
Date: Sat Jul 10 17:10:18 2021 +0300
Fixed type casting warning.
commit 84601a99676f947f842ba0968a8ec0ea0d36f2d1
Author: astand <[email protected]>
Date: Sat Jul 10 17:05:18 2021 +0300
Removed useless files and settings.
commit 359da554595212aad4b8c9ca883e9f9c5317fdbe
Author: astand <[email protected]>
Date: Sat Jul 10 15:41:38 2021 +0300
Added help message.
commit eca35e01304bdd5cf309164b1a119312efcbac96
Author: astand <[email protected]>
Date: Sat Jul 10 15:22:25 2021 +0300
Project became executable (CLI).
commit 1d168d9e2621475b2a8a4d55bcd31c6ca6502d02
Author: astand <[email protected]>
Date: Sat Jul 10 15:21:30 2021 +0300
Added option for rewriting source output files.
commit 8456d4c243f25234426e1a5dc04866ac38ae15e8
Author: astand <[email protected]>
Date: Sat Jul 10 15:20:45 2021 +0300
Fixed windows related issues.
commit 776a05a9465f84451c4657e5b614831d4748cbf0
Author: astand <[email protected]>
Date: Sat May 15 12:59:49 2021 +0300
Added DBC version info parsing.
commit e06f777de2bb4fe2252a8bfeb25778456eebe21e
Author: astand <[email protected]>
Date: Sun Apr 4 13:40:01 2021 +0300
Added start info as user defined text.
commit 12c735fb2238d72547de3bb772564802baeef155
Author: astand <[email protected]>
Date: Thu Apr 1 20:13:05 2021 +0300
Fixed value table first pair skipping.
commit 1ff121bb1f5cb3ae60ec5e7e6c3a07876c116408
Author: astand <[email protected]>
Date: Tue Mar 30 21:38:02 2021 +0300
Fixed GetFrameHash call syntax.
commit abfcc41eeb6ca76b5e0cbb8ab94a7095d31ba0d4
Author: astand <[email protected]>
Date: Sat Mar 27 14:17:25 2021 +0300
True fix issue with big comment section.
commit b714eb0a2ba33d69f382ae803796f0cf29c7064d
Author: astand <[email protected]>
Date: Sun Mar 14 22:50:22 2021 +0300
Fixed issue with big comment and localization.
commit 2ccb121d67659536c22cbcc5a56c179a743b55a1
Author: astand <[email protected]>
Date: Sat Mar 6 19:10:51 2021 +0300
Fixed macros for *_phys <-> *_ro signal conversion.
commit d15afe698a0603ac2c9b761328b353620f29e614
Author: astand <[email protected]>
Date: Thu Mar 4 13:08:48 2021 +0300
Updated comment text in drv_conf.h file.
commit b5a687b23e257b92a2e397cc3de780760d97fbe0
Author: astand <[email protected]>
Date: Thu Mar 4 13:08:31 2021 +0300
Fixed integer x = ***_toS(x) issue. Added postfix *_ro to non simple signals.
commit 43730ed8d9cb9028097b38504b847aee9ba666a4
Author: astand <[email protected]>
Date: Thu Mar 4 12:33:20 2021 +0300
Changed comments in gen code.
commit 1e837ce27539afdf3e0c448b09cdce3fbbdd3d93
Author: astand <[email protected]>
Date: Thu Mar 4 12:32:55 2021 +0300
Fixed issue when DLC is less then actual Message layout takes.
commit b67759bdceac636c2c6f025752efe4ab82e812ee
Author: astand <[email protected]>
Date: Sun Feb 28 16:03:41 2021 +0300
GetSystemTick func name.
commit ab5ccece612f3d268319a83e742b580fad728162
Author: astand <[email protected]>
Date: Thu Feb 18 22:19:48 2021 +0300
Fixed grammar errors.
commit 0cc9b3efe9c8a84b0bb1db587c4129517241ef45
Author: astand <[email protected]>
Date: Wed Feb 17 14:46:17 2021 +0300
Removed cmake dir.
commit 60abfecff28f543f112bc7c9147ec5da2d436a44
Author: astand <[email protected]>
Date: Wed Feb 17 14:13:04 2021 +0300
Added template ***-config.h generation.
commit cf4ac280374412c49ab25eb833d17e19c73e528a
Author: astand <[email protected]>
Date: Wed Feb 17 11:56:42 2021 +0300
Simple support for multiplexed signals.
commit b952fab0bdcc5a0fe43966c41b7527b4a4b12013
Author: astand <[email protected]>
Date: Wed Feb 17 10:48:37 2021 +0300
Fixed issue with comment text for message.
commit 051df8e991963cf9a17f9c17220eb0ce55056663
Author: astand <[email protected]>
Date: Wed Feb 17 10:48:17 2021 +0300
Fixed value table code printing issue.
commit c369336ceb9245dbf7d5f4e2d51a24412bb0b951
Author: astand <[email protected]>
Date: Wed Feb 17 10:38:43 2021 +0300
resplit has more param - type of pslit strategy. (was only NOT matched).
commit b3af67692da39be0390a63bbcd384dd6bced2612
Author: astand <[email protected]>
Date: Sun Feb 14 00:18:39 2021 +0300
Added cmake building.
commit 4fd51160d2efee074d933c04ec66411cc2e280b3
Author: astand <[email protected]>
Date: Sat Feb 13 23:48:24 2021 +0300
Added util source print.
commit c0bc4b1d9d2af99df4a33b67185a6dc4092a71ac
Author: astand <[email protected]>
Date: Wed Feb 10 20:01:58 2021 +0300
Fixed minor issues (warnings).
commit 147994ab107874598eda6b5b9db3e2f94fe5fa48
Author: astand <[email protected]>
Date: Wed Feb 10 19:50:20 2021 +0300
Removed unused code.
commit 00748b35f8d7c1a5656c5670e79d3bd55510f8b3
Author: astand <[email protected]>
Date: Wed Feb 10 19:48:11 2021 +0300
Added util header print. Some additional improvements.
commit ad787bc79ca98ee313a2381cfcfb1dc717e7228e
Author: astand <[email protected]>
Date: Wed Feb 10 12:14:09 2021 +0300
Added first variant of util generator.
commit bc72a4f09daa3b2ec9f010a613d64c5b94adfe94
Author: astand <[email protected]>
Date: Wed Feb 10 10:18:36 2021 +0300
Formatter function for printf.
commit 9e400dbfa15194d17ba77decb2849c7854cfd7ee
Author: astand <[email protected]>
Date: Sun Feb 7 17:49:35 2021 +0300
On ubuntu getline puts (or shows) '\r' at the end of line.
commit 9cd30495ff1e19666e3a43b1aac42a5bf0965c8b
Author: astand <[email protected]>
Date: Sun Feb 7 17:48:36 2021 +0300
Fixed some issues.
commit 79fc48e7334ad79c0ba8173ddaec4109a36e1b69
Author: astand <[email protected]>
Date: Sun Feb 7 16:41:05 2021 +0300
Fixed comment printing.
commit 0947ebf6eb5a77d7f0869307c984cb7a9b7653e3
Author: astand <[email protected]>
Date: Sat Feb 6 14:50:38 2021 +0300
Added CSM calc and pack in both Pack functions.
commit 6798987a6054bec586c327cef470ac9927a0d2fb
Author: astand <[email protected]>
Date: Wed Feb 3 18:53:47 2021 +0300
Added CSM check in unpack function.
commit e56d43c7430be29c828c423b54336cc858bc91ca
Author: astand <[email protected]>
Date: Wed Feb 3 18:41:18 2021 +0300
Added Checksum signal detection.
commit a7d6cf053f2516c2a2a63bd806a063c8ab8cda36
Author: astand <[email protected]>
Date: Wed Feb 3 17:01:54 2021 +0300
Common refactoring and bug fix (field width).
commit d7fdcafbd321f5fe38fce92796352b36acff6652
Author: astand <[email protected]>
Date: Wed Feb 3 16:59:49 2021 +0300
Added auto rolling handling code.
commit 362a4d1a16d9cd515e1b70cdffcd8bf58b7abe64
Author: astand <[email protected]>
Date: Wed Feb 3 16:57:30 2021 +0300
Removed empty phys macro in pack functions.
commit 69e9687292e8e15b6dd52142aa06eccae5584e20
Author: astand <[email protected]>
Date: Sun Jan 31 23:47:51 2021 +0300
Added changed for Linux building.
commit a719f7297f0d867915bb14ed2fe9f785c4c25762
Author: astand <[email protected]>
Date: Sun Jan 31 18:58:44 2021 +0300
Added fmon-source file generation.
commit e634227dfe97a8e471425092bdf72848bb837bc5
Author: astand <[email protected]>
Date: Sun Jan 31 18:37:08 2021 +0300
Added fmon-header file generation.
commit 25ba5569bfecf329ecc80136599a32e11d6c543a
Author: astand <[email protected]>
Date: Sun Jan 31 17:46:19 2021 +0300
Source files filling moved to dedicated functions.
commit d6b8c463815193e76467c93efda9cb89135e7d72
Author: astand <[email protected]>
Date: Sun Jan 31 17:35:25 2021 +0300
Small refactoring.
commit ba889648fc02f850495959dcf01b9c8ce64ee793
Author: astand <[email protected]>
Date: Mon Jan 25 20:55:01 2021 +0300
Fixed comment style. CYC value bug.
commit 950ed796cd13c803481baea28bfbd8ed89fee87b
Author: astand <[email protected]>
Date: Mon Jan 25 20:53:37 2021 +0300
Fixed warning on unused param (dlc) in Unpack function.
commit bd87a48c33f60e379ee60f6139a9caba76407ed5
Author: astand <[email protected]>
Date: Mon Jan 25 13:17:53 2021 +0300
Fixed generator formatting bugs.
commit 22ea2f10c8fb54aef0f20a9a55481066f04274a2
Author: astand <[email protected]>
Date: Mon Jan 25 13:17:35 2021 +0300
Fixed bug in sign of sigfloat type signal.
commit 2cd8af4b76dd8f849c34b96a8cba4eab08fe4cfd
Author: astand <[email protected]>
Date: Mon Jan 25 11:32:02 2021 +0300
Added "*_phys" sigs and auto toS/fromS conversion.
commit e95d50a2234498f3991730ab162d5754f7fc0363
Author: astand <[email protected]>
Date: Mon Jan 25 11:31:15 2021 +0300
Fixed "fromS" macro - type cast must be skipped.
commit d4e160358e660bdaef5f38f9be7639b84bd2be5a
Author: astand <[email protected]>
Date: Mon Jan 25 11:30:17 2021 +0300
Added more signal type class (3 classes for now).
commit 11426ccccfdcdd392cf2e7543d389338957b9385
Author: astand <[email protected]>
Date: Thu Jan 21 21:53:17 2021 +0300
Added print toS and fromS macros.
commit 3d57bbe344cf709bdc74a2ba7f6ee6381fe41bb9
Author: astand <[email protected]>
Date: Thu Jan 21 21:51:59 2021 +0300
Do not make signal conversation inside unpack function.
commit b8ad3cb33871bdcfbc7cfbf28101895c33dbc958
Author: astand <[email protected]>
Date: Thu Jan 21 21:51:24 2021 +0300
Helpers added.
commit 4c18e408a3eee02ac20b7589f33542cc95f8e964
Author: astand <[email protected]>
Date: Thu Jan 21 21:50:36 2021 +0300
Fixed minor issues.
commit bdd40613fbe5690e09c0fede10680edf20afab13
Author: astand <[email protected]>
Date: Thu Jan 21 17:26:33 2021 +0300
Signal type detection refactored.
commit 981b25ac8c2452349da7c188458f46b4c4058ac8
Author: astand <[email protected]>
Date: Thu Jan 21 11:49:30 2021 +0300
Added 2-Pack functions bodies.
commit 155755087e8e276639e30c9a4836ea9a3202cfde
Author: astand <[email protected]>
Date: Mon Jan 11 20:37:43 2021 +0300
Basic struct and unpack func in -c main source code.
commit bf0ed04585d4dfe1f93be6e7c608f0762aea740e
Author: astand <[email protected]>
Date: Mon Jan 11 20:10:42 2021 +0300
Fs creator keeps lowcase drvname in separated field.
commit 246a2b9119abf970527a837db0f4d4bb3d4b9d43
Author: astand <[email protected]>
Date: Mon Jan 11 20:09:16 2021 +0300
Style format.
commit 30edc79c7fb764d633ecffcf193ba95f600b8ef0
Author: astand <[email protected]>
Date: Mon Jan 11 20:08:53 2021 +0300
Renamed variable for clarificatin.
commit c7ae93ea852f39104d806e3be9681b704a41e297
Author: astand <[email protected]>
Date: Mon Jan 11 20:08:30 2021 +0300
Fixed unpack sig format bug.
commit ff267a4b6167f6dc248c2a930c7a13f18f0948af
Author: astand <[email protected]>
Date: Mon Jan 11 16:58:20 2021 +0300
PrintF refactored completely.
commit b0856e0431146b749fab2eff6ca347c7e5980fe0
Author: astand <[email protected]>
Date: Mon Jan 11 16:46:14 2021 +0300
Using fsd filelds for #ifdef selection.
commit fc9663ac3afd5f56565ce6a5ee6c25c1bcfffb6b
Author: astand <[email protected]>
Date: Sun Dec 13 01:08:31 2020 +0300
Added separated common attributes creator.
commit 74b4b2d7c7caa54c953944e43be9c0fc0ba48ec4
Author: astand <[email protected]>
Date: Sat Dec 12 00:40:04 2020 +0300
Added printF optimization.
commit 98c8eda0d5b503035dc2db40093ee1fd407ef427
Author: astand <[email protected]>
Date: Sat Dec 12 00:30:42 2020 +0300
Added Functions prototypes printing.
commit c620841bb6820638ef8c00390a59049968e521b5
Author: astand <[email protected]>
Date: Fri Dec 11 23:54:15 2020 +0300
Added mon1 field if defined setting.
commit 2a2ff62231a3c4a9fa752b915c0b010f6ca9a3b4
Author: astand <[email protected]>
Date: Mon Dec 7 12:58:05 2020 +0300
Added c++17 in project option.
commit 14f7017aae61b43ab874deb15c53dc920b73a968
Author: astand <[email protected]>
Date: Mon Dec 7 12:57:33 2020 +0300
Added part of main .h file writer. Added filewriter.
commit 7b1350081e939fe1d7d8927a27bfa7a533011cf6
Author: astand <[email protected]>
Date: Thu Nov 26 22:17:48 2020 +0300
Added minimal struct of main code generator.
commit 26cf3f3212a19e813437e0df7119c8bf4a56bd0c
Author: astand <[email protected]>
Date: Thu Nov 26 22:12:57 2020 +0300
SigPrinter minor refactoring. Income Msgs as const.
commit 44e2db26f78396231001961d003a712db3a82b09
Author: astand <[email protected]>
Date: Thu Nov 26 14:45:56 2020 +0300
Added offset calculation in to_signal expression.
commit 4915ed195f67c2b17469b64e44fb02b289e0760e
Author: astand <[email protected]>
Date: Thu Nov 26 11:58:18 2020 +0300
Added core signals/message expression printer code.
commit 45a85ac7c40e93a9f9dd6d46b6b34dfbdd2f2d7a
Author: astand <[email protected]>
Date: Thu Nov 26 10:12:28 2020 +0300
Added sig-expression and sig-printer base code.
commit 6350af48373f31af38ca37115fe6314668430372
Author: astand <[email protected]>
Date: Thu Nov 26 10:11:47 2020 +0300
Code dir migration.
commit ab769a9824b7caaadf41cf076f41a0977a5a043d
Author: astand <[email protected]>
Date: Sun Nov 22 22:30:17 2020 +0300
Added value table parsing.
commit 7bd24c5e17175044edef7e26297705a927677767
Author: astand <[email protected]>
Date: Sat Nov 21 22:44:01 2020 +0300
Added basic dbcscanner core code.
commit 51610b25e74be86243ad4a56c446036dcc6c0804
Author: astand <[email protected]>
Date: Thu May 4 20:17:09 2023 +0200
Release v2.6
Squashed commit of the following:
commit d63b36a2280e5785ff5f29a8cddf89784aee9f34
Author: astand <[email protected]>
Date: Thu Sep 29 22:40:32 2022 +0300
Fixed long line reading from istream.
commit 9fbe4fd2a50c6b02d48b8ab92a0f22accc958cc5
Author: Astakhov Andrey <[email protected]>
Date: Tue Jul 26 22:51:21 2022 +0300
New monitor impl (#14)
* Added build configuration for generated files.
* Hash and SysTick monitor function wrapped to macros.
* Release editing. App version printing.
commit 55045782228bc4087b223f475a11f244cb4f2854
Merge: 4c4bf72 f93b297
Author: Astakhov Andrey <[email protected]>
Date: Sun Jul 24 23:45:28 2022 +0300
Merge pull request #13 from astand/gen-options
Optional sources generation
commit f93b2972d5e668b5cad8e3a486145ca92f400a10
Author: astand <[email protected]>
Date: Sun Jul 24 23:44:55 2022 +0300
Update release notes.
commit d95209af3a2cc2f2a764561ad339c931cdc93f1f
Author: astand <[email protected]>
Date: Sun Jul 24 23:37:24 2022 +0300
Fixed astyle script.
commit 630e4ebaa71dcadbb7f2f884d1ac052675c5f276
Author: astand <[email protected]>
Date: Sun Jul 24 23:36:15 2022 +0300
Added script to remove all generated code.
commit aad15d4cb61d637836395e42766a270aec9e8828
Author: astand <[email protected]>
Date: Sun Jul 24 23:36:01 2022 +0300
Added option to disable some sources generation.
commit 54ff5c0950fb9befe95a90a22b53f98cbbe0123c
Author: astand <[email protected]>
Date: Sun Jul 24 23:01:27 2022 +0300
Extended bitext test.
commit f8848a335230d4402bd53eedb08164f54e7fe3df
Author: astand <[email protected]>
Date: Sat Jul 23 21:28:19 2022 +0300
Removed unuseful things.
commit c05ee54ec1fee47e43255cf6c5347bdf88947649
Author: astand <[email protected]>
Date: Sat Jul 23 17:12:25 2022 +0300
Added versions to FS gen config.
commit 2ae86732ec4fa79146bb6c0490df2178e1f58609
Author: astand <[email protected]>
Date: Sat Jul 23 16:52:47 2022 +0300
Removed overhead in fs-creator.
commit 792423ef2197eec390fc654f7241eb7910d0f38e
Author: astand <[email protected]>
Date: Sat Jul 23 16:33:24 2022 +0300
Added tests for bitext function (from gen code).
commit e0b0d41b9e59ba43ad4bfee5fa0fc388dc28bb27
Author: astand <[email protected]>
Date: Sat Jul 23 15:49:46 2022 +0300
Small enhancement,
commit 0f95aaec334ad4b0760d304a72a691b9d2a23888
Author: astand <[email protected]>
Date: Thu Jul 21 22:19:26 2022 +0300
Tests updated.
commit e3d732f448e18168633b4ea21d79d9612dd3abe4
Author: astand <[email protected]>
Date: Thu Jul 21 22:06:31 2022 +0300
New config in new config parser class.
commit 92d1b9479f48f4acc6b7e1a35a2ff0a5000fa1fe
Author: astand <[email protected]>
Date: Wed Jul 20 23:39:22 2022 +0300
Arguments parsing in separated class.
commit b6cb00081a2d0df431287f8c6f77b96aa22a1fba
Author: astand <[email protected]>
Date: Tue Jul 19 11:39:31 2022 +0300
New generation options are introduced in help message.
commit 4c4bf72ebd452660f452730569f5ba47900807d3
Author: astand <[email protected]>
Date: Wed Jul 20 00:16:42 2022 +0300
Added GTEST support.
commit 677efdfccdb0e7309b4e9161a0fb4277b51553c3
Merge: f986286 322becf
Author: Astakhov Andrey <[email protected]>
Date: Tue Jul 19 11:04:37 2022 +0300
Merge pull request #12 from astand/fix-opt
Structural refactoring and changes in fmon-* source code for making fmon-* driver's support a bit easier.
commit 322becfb0c87b219835be4ca704efb8bc75850f2
Author: astand <[email protected]>
Date: Sat Jul 2 21:05:09 2022 +0300
Updates in fmon-* source code, some inner optimizations etc.
Some service level improvements.
New fmon generator and fmon model.
Config section for MONO fmon mode.
FS splitted to gen and file settings.
Direct appending to fwriter.
Removed useless methods.
FileWriter API update.
Mon generator with new FWriter API.
Update in FWriter API. All…1 parent 192427c commit 239f4c2Copy full SHA for 239f4c2
File tree
7 files changed
+85
-63
lines changedFilter options
- docs
- src
- codegen
- helpers
- tests
7 files changed
+85
-63
lines changed+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 |
| |
4 | 10 |
| |
5 | 11 |
| |
|
src/codegen/c-main-generator.cpp
Copy file name to clipboardExpand all lines: src/codegen/c-main-generator.cpp+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
569 | 569 |
| |
570 | 570 |
| |
571 | 571 |
| |
572 |
| - | |
| 572 | + | |
573 | 573 |
| |
574 | 574 |
| |
575 | 575 |
| |
576 | 576 |
| |
577 | 577 |
| |
578 | 578 |
| |
579 |
| - | |
| 579 | + | |
580 | 580 |
| |
581 | 581 |
| |
582 | 582 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + |
+32-37
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
| 4 | + | |
| 5 | + | |
3 | 6 |
| |
4 | 7 |
| |
5 | 8 |
| |
| |||
144 | 147 |
| |
145 | 148 |
| |
146 | 149 |
| |
147 |
| - | |
| 150 | + | |
148 | 151 |
| |
149 |
| - | |
| 152 | + | |
150 | 153 |
| |
151 |
| - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
152 | 157 |
| |
153 |
| - | |
154 |
| - | |
| 158 | + | |
155 | 159 |
| |
156 |
| - | |
157 |
| - | |
158 |
| - | |
| 160 | + | |
159 | 161 |
| |
160 |
| - | |
| 162 | + | |
161 | 163 |
| |
162 |
| - | |
| 164 | + | |
163 | 165 |
| |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
| 166 | + | |
174 | 167 |
| |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 | 168 |
| |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
| 169 | + | |
| 170 | + | |
186 | 171 |
| |
187 |
| - | |
188 |
| - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
189 | 177 |
| |
190 | 178 |
| |
191 |
| - | |
| 179 | + | |
192 | 180 |
| |
193 |
| - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
194 | 190 |
| |
195 | 191 |
| |
196 | 192 |
| |
197 |
| - | |
| 193 | + | |
198 | 194 |
| |
199 | 195 |
| |
200 |
| - | |
| 196 | + | |
201 | 197 |
| |
202 |
| - |
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
+38-17
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
122 | 124 |
| |
123 | 125 |
| |
124 | 126 |
| |
125 |
| - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
126 | 147 |
|
0 commit comments