Mario Hüttel mhu
mhu pushed to python-renderer at mhu/gds-render 2019-11-18 22:31:11 +01:00
7d6faf8db7 Merge branch 'dev' into python-renderer
c6483dbebd Merge branch 'master' into dev
86342da2a2 Remove unneeded comments
Compare 3 commits »
mhu pushed to dev at mhu/gds-render 2019-11-18 22:30:57 +01:00
c6483dbebd Merge branch 'master' into dev
86342da2a2 Remove unneeded comments
Compare 2 commits »
mhu pushed to master at mhu/gds-render 2019-11-18 22:30:14 +01:00
86342da2a2 Remove unneeded comments
mhu commented on issue mhu/gds-render#30 2019-11-18 22:23:43 +01:00
Python Renderer Implementation

9eed1ac33d637c3d7783a5407356272b27e8b50b now contains a base structure we can work with. Probably it won't end in the best result but better than nothing.

mhu pushed to python-renderer at mhu/gds-render 2019-11-18 22:20:29 +01:00
9eed1ac33d Add header for foced fork variable. Don't know what it is good for yet. But why not...
mhu pushed to python-renderer at mhu/gds-render 2019-11-18 22:08:03 +01:00
246695610c plugins: python renderer: Fix broken code due to merge. Functions of plugins now have to be exported explicitly.
bd4d91807b Merge branch 'dev' into python-renderer
ce8386799b external renderer: Rename FUNC_DECL to EXPORTED_FUNC_DECL to show that it also exports a function
374e3b54c0 plugins: example plugin: Make all functions invisible except for the explicitly exported ones
2aa1fffa8e plugins: python renderer: Add fork request to python renderer library, so it wont destory the base application
Compare 6 commits »
mhu pushed to dev at mhu/gds-render 2019-11-18 21:59:48 +01:00
ce8386799b external renderer: Rename FUNC_DECL to EXPORTED_FUNC_DECL to show that it also exports a function
374e3b54c0 plugins: example plugin: Make all functions invisible except for the explicitly exported ones
Compare 2 commits »
mhu pushed to python-renderer at mhu/gds-render 2019-11-18 21:29:46 +01:00
447d583103 plugins: python renderer: Add color output to cmake
mhu pushed to python-renderer at mhu/gds-render 2019-11-18 20:29:20 +01:00
394efb79cf Merge branch 'python-renderer' of git.shimatta.de:mhu/gds-render into python-renderer
2420b80c9e plugins: python renderer: Add GdsPoint object type definition to gds_render module. This is still playing around as I don't really know what I'm doing at the moment.
Compare 2 commits »
mhu deleted branch translations from mhu/gds-render 2019-11-17 22:32:47 +01:00
mhu deleted branch memory-leak-check from mhu/gds-render 2019-11-17 22:32:38 +01:00
mhu pushed to memory-leak-check at mhu/gds-render 2019-11-17 22:32:18 +01:00
a48fe9ab58 Merge branch 'master' into dev
9bd225b837 Merge branch 'Issue-28-new-gui-features' into dev
00d6710922 Doxygen error fixes
a65295fbeb remove now unneeded mapping parser completely
23775b079a Code improvements
mhu deleted tag translations from mhu/gds-render 2019-11-17 22:32:18 +01:00
mhu pushed to translations at mhu/gds-render 2019-11-17 22:32:18 +01:00
70ea6a8901 Merge branch 'master' into translations
529b49ee2e Fix coding style problems in bounding-box.c
6d31193123 Fix coding style in vector-operations.c
e7bf59aa8c Merge branch 'master' into translations
188c6f5d87 Fix style of gds-tree-checker
mhu deleted tag memory-leak-check from mhu/gds-render 2019-11-17 22:32:17 +01:00
mhu pushed to dev at mhu/gds-render 2019-11-17 22:32:16 +01:00
3651296c3a Merge branch 'master' into dev
5fe21f1d73 bounding box: Fix doxygen documentation typo
Compare 2 commits »
mhu pushed to python-renderer at mhu/gds-render 2019-11-17 22:32:11 +01:00
02f221b926 Merge branch 'master' into python-renderer
5fe21f1d73 bounding box: Fix doxygen documentation typo
Compare 2 commits »
mhu pushed to master at mhu/gds-render 2019-11-17 22:31:35 +01:00
5fe21f1d73 bounding box: Fix doxygen documentation typo
mhu pushed to python-renderer at mhu/gds-render 2019-11-17 17:30:12 +01:00
dd2f21c5cd Fix remaining licence headers
mhu pushed to python-renderer at mhu/gds-render 2019-11-17 17:12:45 +01:00
b27676e0a4 plugins: python renderer: Make python scripts work from all directories