Mario Hüttel mhu
mhu pushed to master at mhu/gds-render 2019-03-07 20:23:00 +01:00
6e1b7d3f61 Update style checker to new version
mhu pushed to master at mhu/c-style-checker 2019-03-07 20:22:34 +01:00
3a58e3dd1c Remove spdx checking, remove const structs warning, add spelling dictionary
mhu pushed to master at mhu/gds-render 2019-03-07 20:11:42 +01:00
d1e6e7b05a fix style issues in main.c
mhu pushed to master at mhu/gds-render 2019-03-07 19:57:51 +01:00
187ae2a74b Add style checker as submodule
mhu pushed to master at mhu/c-style-checker 2019-03-07 19:56:30 +01:00
9238b877ef Init with modified form of linux style checker, add script to conveniently execute style checker
mhu deleted tag master from mhu/c-style-checker 2019-03-07 19:56:30 +01:00
mhu created repository mhu/c-style-checker 2019-03-07 19:56:16 +01:00
mhu pushed to master at mhu/gds-render 2019-03-06 20:05:44 +01:00
eeae61ad47 Check cells before displaying them and color the cells accordingly. Fixes #4
3146ca801f Add functions for checking cell reference loops
43fdab4533 Improve GDS parser
59835018af Edit colors
d81c6d1037 Make gds-parser more robust
Compare 19 commits »
mhu closed issue mhu/gds-render#4 2019-03-06 20:04:32 +01:00
Use proper cell entry colors
mhu pushed to dev at mhu/gds-render 2019-03-06 20:04:32 +01:00
eeae61ad47 Check cells before displaying them and color the cells accordingly. Fixes #4
3146ca801f Add functions for checking cell reference loops
43fdab4533 Improve GDS parser
59835018af Edit colors
Compare 4 commits »
mhu pushed to dev at mhu/gds-render 2019-03-06 18:13:17 +01:00
d81c6d1037 Make gds-parser more robust
ba53a1151e Add cell recursion cehck to command line interface
fdf2c9a42b fix style issue
34c113517b Fox doxygen file header
5291b682c7 remove braces around scale to prevent doxygen from interpreting this as HTML tag
Compare 9 commits »
mhu pushed to master at mhu/gds-render 2019-03-05 21:43:28 +01:00
586339cac1 fix doxygen
mhu pushed to dev at mhu/gds-render 2019-03-05 21:00:29 +01:00
3882f3944e Change selction filter function. Now only cells without major errors are selectable. Warnings are okay because the renderers can handle these (unresolved references etc...)
mhu pushed to dev at mhu/gds-render 2019-03-05 20:52:02 +01:00
00b47d7ded Add lib cell renderer to main window. It is needed for the Error level defines of the cells
e9b67fe1bc Implement error level indicator for cells
976bdd9854 Fix function description
Compare 3 commits »
mhu pushed to dev at mhu/gds-render 2019-03-05 20:11:05 +01:00
73e4806e65 Implenment child cell resolve checker
0b17c25ecc Add defualt value for check results
Compare 2 commits »
mhu pushed to dev at mhu/gds-render 2019-03-05 19:47:00 +01:00
0ef6d2f40f update trigonometric library doxygen
mhu pushed to dev at mhu/gds-render 2019-03-05 19:45:01 +01:00
58bb74b905 Add checks to cell structure
cd9030a24e Create GDS Tree checking functions. Renamed doxygen section of GDS Parser to GDS-Utilities so the cheking function fit into this section
Compare 2 commits »
mhu pushed to master at mhu/gds-render 2019-03-04 20:20:23 +01:00
546332a9c2 Merge branch 'dev'
68e7d52cd8 Changed settings dialog api to use database units. Implement render output size preview
91a3e8f983 Fix style
f74e2d5cf5 Fix bug
845da756b7 Fix bug of wrong bounding box calculation: Replace DBL_MIN with -DBL_MAX
Compare 21 commits »
mhu pushed to dev at mhu/gds-render 2019-03-04 20:14:28 +01:00
68e7d52cd8 Changed settings dialog api to use database units. Implement render output size preview
91a3e8f983 Fix style
f74e2d5cf5 Fix bug
Compare 3 commits »
mhu commented on issue mhu/gds-render#4 2019-02-28 21:29:23 +01:00
Use proper cell entry colors

Will tackle this feature as soon, as the current development in the dev branch (cell size preview and auto-scale) is completed.