Commit Graph

28 Commits

Author SHA1 Message Date
Mario Hüttel 5185097075 Fix #49: Initialize variable 2022-12-17 18:43:10 +01:00
Mario Hüttel c2ca2ff573 Rework the analysis cmd option to work with new statistics functions 2022-04-17 20:07:57 +02:00
Mario Hüttel c0ac6cc3c5 Move statistic calculation to parser. Show Vertex and GFX count in GUI. CLI -A param is now broken. Will implement in next commits. 2022-04-17 18:37:32 +02:00
Mario Hüttel ba6b07c8a2 Implement cell statistics command line interface 2022-04-17 00:37:26 +02:00
Mario Hüttel a36b78b237 Add vertex simplification to parser
* Duplicate / Redundant vertices of polygons are now removed during parsing.
* Implications: Reduced output size of tex document, faster rendering.
2022-04-10 15:28:23 +02:00
Mario Hüttel ceeb67355d Fix #38: Make parser store the datatype record of a graphics object 2020-04-19 02:58:34 +02:00
Mario Hüttel de9066f181 Add translation markers to all messages except for the gds parser's messages 2019-12-12 21:22:14 +01:00
Mario Hüttel e3b6ee66ef Fix typo in comment 2019-11-28 17:59:06 +01:00
Mario Hüttel 188c6f5d87 Fix style of gds-tree-checker 2019-10-28 22:43:28 +01:00
Mario Hüttel cfc156c1c0 Improve performance by prepending to list inststead of appending. O(n^2) -> O(1) 2019-09-15 13:28:05 +02:00
Mario Hüttel df7cc6d0fc Fix typo in name of function 2019-09-15 13:04:30 +02:00
Mario Hüttel c2323ab43d Fix typo 2019-08-19 19:51:40 +02:00
Mario Hüttel 40c4c8b4fb Fix compiler warning about uninitialized variable 2019-06-22 01:27:03 +02:00
Mario Hüttel 24b70eec48 Merge branch 'master' into dev 2019-06-13 23:25:00 +02:00
Mario Hüttel 8ffcba830d Fix #18: Segmentation fault due to a pointer pointing to already freed data. 2019-06-13 23:17:20 +02:00
Mario Hüttel 4f02854401 Reclassify unhandled GDS records as information rather than a warning 2019-06-10 23:03:01 +02:00
Mario Hüttel f2b02c0c1f Code and spelling improvements 2019-06-10 23:00:05 +02:00
Mario Hüttel e739305f46 Gds Parser: Add support for array refrences (AREFs) 2019-06-10 22:59:18 +02:00
Mario Hüttel 88cd834d13 Merge branch 'master' into dev
Incorporate urgent fixes
2019-06-08 13:33:16 +02:00
Mario Hüttel 7f7b4cc7bf Fix #17: Reference loop detection fix. This will be part of v1.0-1 2019-06-08 13:32:42 +02:00
Mario Hüttel f625d2daba Reclassify unhandled GDS records as information rather than a warning 2019-06-08 12:53:57 +02:00
Mario Hüttel 2ffa09d104 Code and spelling improvements 2019-06-08 12:43:01 +02:00
Mario Hüttel feb69b6d60 Gds Parser: Add support for array refrences (AREFs) 2019-06-08 12:41:15 +02:00
Mario Hüttel 583f01faae Enhance formatting, fix typos 2019-06-07 19:32:38 +02:00
Mario Hüttel 74ecde9807 Revert "gds-parser: Remove unnecessary code. Fix #13"
Code wasn't unnecessary. Oops.

This reverts commit aa413732f1.
2019-05-14 19:46:17 +02:00
Mario Hüttel aa413732f1 gds-parser: Remove unnecessary code. Fix #13 2019-05-14 18:35:40 +02:00
Mario Hüttel e8c7f78af4 Update include file hierarchy: Move include file to central include tree 2019-03-26 19:57:19 +01:00
Mario Hüttel 008fe52cb2 Rename gds-parser folder to gds-utils because it no longer contains only the parser 2019-03-21 21:24:59 +01:00