Mario Hüttel mhu
mhu pushed to master at mhu/gds-render 2019-11-16 16:03:16 +01:00
2b0e2095e6 Update documentation and implementations of bounding box calculations. Rename functions to fit their behavior
mhu pushed to python-renderer at mhu/gds-render 2019-11-16 16:03:16 +01:00
c7ceef7d66 Merge branch 'dev' into python-renderer
80730ab9c4 Merge branch 'master' into dev
2b0e2095e6 Update documentation and implementations of bounding box calculations. Rename functions to fit their behavior
0c20db39bd Update documentation and implementations of bounding box calculations. Rename functions to fit their behavior
ebce4a2669 Add python renderer to plugins
Compare 5 commits »
mhu pushed to dev at mhu/gds-render 2019-11-16 16:03:15 +01:00
80730ab9c4 Merge branch 'master' into dev
2b0e2095e6 Update documentation and implementations of bounding box calculations. Rename functions to fit their behavior
Compare 2 commits »
mhu pushed to dev at mhu/gds-render 2019-11-16 15:55:05 +01:00
0c20db39bd Update documentation and implementations of bounding box calculations. Rename functions to fit their behavior
mhu pushed to Issue-28-new-gui-features at mhu/gds-render 2019-11-15 21:43:36 +01:00
1b1f742ae1 Fix doxygen for command line header
3b6837b886 Rename python renderer to plugin example and leave it be as a template
efb1af7ee0 Complete chain of passing command line parameters to external renderer
fa1a78e54c Edit comments
0417784877 Add property for command line parameters to external renderer
Compare 21 commits »
mhu pushed to dev at mhu/gds-render 2019-11-15 21:42:59 +01:00
1b1f742ae1 Fix doxygen for command line header
3b6837b886 Rename python renderer to plugin example and leave it be as a template
efb1af7ee0 Complete chain of passing command line parameters to external renderer
fa1a78e54c Edit comments
0417784877 Add property for command line parameters to external renderer
Compare 17 commits »
mhu pushed to python-renderer at mhu/gds-render 2019-11-15 21:40:27 +01:00
1b1f742ae1 Fix doxygen for command line header
3b6837b886 Rename python renderer to plugin example and leave it be as a template
efb1af7ee0 Complete chain of passing command line parameters to external renderer
fa1a78e54c Edit comments
0417784877 Add property for command line parameters to external renderer
Compare 16 commits »
mhu deleted branch external-renderer-rework from mhu/gds-render 2019-11-15 21:40:09 +01:00
mhu pushed to external-renderer-rework at mhu/gds-render 2019-11-15 21:39:37 +01:00
1b1f742ae1 Fix doxygen for command line header
mhu pushed to external-renderer-rework at mhu/gds-render 2019-11-15 21:35:34 +01:00
3b6837b886 Rename python renderer to plugin example and leave it be as a template
efb1af7ee0 Complete chain of passing command line parameters to external renderer
fa1a78e54c Edit comments
0417784877 Add property for command line parameters to external renderer
Compare 4 commits »
mhu pushed to external-renderer-rework at mhu/gds-render 2019-11-15 20:50:50 +01:00
c186d3cdb3 Pass command line parameters for shared object renderer to command line convert struct
f02a720f99 Uodate translations of main.c
374a893dda Add W option to command line parser for external renderer parameters
Compare 3 commits »
mhu pushed to external-renderer-rework at mhu/gds-render 2019-11-14 23:39:52 +01:00
83a7848c14 Merge branch 'dev' into external-renderer-rework
7977ee7c8b Merge branch 'master' into dev
e7f0f904e8 main: Free command line option context, add comment for freeing all the command line parameter data
Compare 3 commits »
mhu deleted tag japanese-translations from mhu/gds-render 2019-11-14 23:39:52 +01:00
mhu pushed to japanese-translations at mhu/gds-render 2019-11-14 23:39:52 +01:00
c497a41ca6 Merge branch 'dev' into japanese-translations
11f2068b76 Improve Cmake target for translations. Still not perfect.
24d66e74fe Merge commit '866d36873a4adef0ef8505de25740c03ec92a2e0' into dev
40a7e5a650 Compilation: Add -Wextra to compile arguments + Fix minor resulting warnings
d8f6981fe6 Gui: Only promt overwrite message of auto-naming tool when there are actual elements in the layer selector
mhu pushed to dev at mhu/gds-render 2019-11-14 23:39:51 +01:00
7977ee7c8b Merge branch 'master' into dev
e7f0f904e8 main: Free command line option context, add comment for freeing all the command line parameter data
Compare 2 commits »
mhu pushed to master at mhu/gds-render 2019-11-14 23:39:18 +01:00
e7f0f904e8 main: Free command line option context, add comment for freeing all the command line parameter data
mhu pushed to external-renderer-rework at mhu/gds-render 2019-11-14 19:38:38 +01:00
48eb2c296f Merge branch 'dev' into external-renderer-rework
3d5c4daad9 Doxygen: Rework documentation make targets
9899b94db6 cmake: rework source list for generated files
Compare 3 commits »
mhu pushed to dev at mhu/gds-render 2019-11-14 19:34:38 +01:00
3d5c4daad9 Doxygen: Rework documentation make targets
9899b94db6 cmake: rework source list for generated files
Compare 2 commits »
mhu pushed to external-renderer-rework at mhu/gds-render 2019-11-12 21:15:42 +01:00
f153485996 Implement base construct of new external renderer. CLI parameters still not implemented. Currently NULL is passed to init func. Forking implemented but not tested
mhu pushed to external-renderer-rework at mhu/gds-render 2019-11-12 20:52:47 +01:00
f15e82b5dc Modify External Renderer: External renderer docu updated for future changes, restructuring. Not that the changes in the documentation are not yet implemented in code