Commit Graph

18 Commits

Author SHA1 Message Date
1fac7d7721 Merge branch 'dev' into python-renderer 2020-04-19 03:00:22 +02:00
ceeb67355d Fix #38: Make parser store the datatype record of a graphics object 2020-04-19 02:58:34 +02:00
7526597251 Merge branch 'master' into python-renderer 2020-02-10 23:06:40 +01:00
de9066f181 Add translation markers to all messages except for the gds parser's messages 2019-12-12 21:22:14 +01:00
7721a40912 Merge branch 'dev' into python-renderer 2019-11-28 17:59:22 +01:00
e3b6ee66ef Fix typo in comment 2019-11-28 17:59:06 +01:00
dd2f21c5cd Fix remaining licence headers 2019-11-17 17:30:08 +01:00
cfc156c1c0 Improve performance by prepending to list inststead of appending. O(n^2) -> O(1) 2019-09-15 13:28:05 +02:00
df7cc6d0fc Fix typo in name of function 2019-09-15 13:04:30 +02:00
40c4c8b4fb Fix compiler warning about uninitialized variable 2019-06-22 01:27:03 +02:00
f625d2daba Reclassify unhandled GDS records as information rather than a warning 2019-06-08 12:53:57 +02:00
2ffa09d104 Code and spelling improvements 2019-06-08 12:43:01 +02:00
feb69b6d60 Gds Parser: Add support for array refrences (AREFs) 2019-06-08 12:41:15 +02:00
583f01faae Enhance formatting, fix typos 2019-06-07 19:32:38 +02:00
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
aa413732f1 gds-parser: Remove unnecessary code. Fix #13 2019-05-14 18:35:40 +02:00
e8c7f78af4 Update include file hierarchy: Move include file to central include tree 2019-03-26 19:57:19 +01:00
008fe52cb2 Rename gds-parser folder to gds-utils because it no longer contains only the parser 2019-03-21 21:24:59 +01:00