|
5185097075
|
Fix #49: Initialize variable
|
2022-12-17 18:43:10 +01:00 |
|
|
8b1f667819
|
Merge pull request 'issue/47-add-vertex-count-to-gui' (#48) from issue/47-add-vertex-count-to-gui into dev
Reviewed-on: #48
|
2022-04-17 20:09:47 +02:00 |
|
|
c2ca2ff573
|
Rework the analysis cmd option to work with new statistics functions
|
2022-04-17 20:07:57 +02:00 |
|
|
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 |
|
|
22bc3a18d7
|
Issue #47: Add renderer for cell statistics and render dummy value
|
2022-04-17 17:40:18 +02:00 |
|
|
dbc9fcdf34
|
Issue #47: AddVertex count column to tree view
|
2022-04-17 16:54:57 +02:00 |
|
|
b39030aeaa
|
Fix PKGBUILD
|
2022-04-17 00:47:41 +02:00 |
|
|
2f59a762cd
|
Fix PKGBUILD
|
2022-04-17 00:46:51 +02:00 |
|
|
ab26f8a2af
|
Fix PKGBUILD
|
2022-04-17 00:45:49 +02:00 |
|
|
9a43cd53f8
|
Update PKGBUILD
|
2022-04-17 00:38:50 +02:00 |
|
|
ba6b07c8a2
|
Implement cell statistics command line interface
|
2022-04-17 00:37:26 +02:00 |
|
|
1548c82542
|
Add libfort for pretty console tables
|
2022-04-16 16:13:22 +02:00 |
|
|
fb6d31c120
|
Fix stuck at -1 return value when executing command line interface
|
2022-04-16 16:00:50 +02:00 |
|
|
f6c65d9c7a
|
Merge branch 'dev'
|
2022-04-10 15:35:14 +02:00 |
|
|
d43bec2cea
|
Merge pull request 'issue/44-remove-duplicate-vertices' (#45) from issue/44-remove-duplicate-vertices into dev
Reviewed-on: #45
|
2022-04-10 15:33:41 +02:00 |
|
|
05a1ef9014
|
Disable debug output of parser.
|
2022-04-10 15:31:55 +02:00 |
|
|
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 |
|
|
ac87cafa37
|
Merge pull request 'Merge new features and minor fixes for v1.2.1 release' (#43) from dev into master
Reviewed-on: #43
|
2022-04-09 20:39:09 +02:00 |
|
|
091729841a
|
Merge branch 'master' into dev
|
2022-04-09 20:39:07 +02:00 |
|
|
28368e8a32
|
Cairo Renderer: Only print notification that layer is rendered, if it is actually rendered
|
2022-04-09 20:36:49 +02:00 |
|
|
2b3cc8222a
|
Merge pull request 'Change icons to new Adwaita icons' (#42) from update-icons into dev
Reviewed-on: #42
|
2022-04-09 20:15:26 +02:00 |
|
|
c23150b819
|
Merge branch 'dev' into update-icons
|
2022-04-09 20:15:01 +02:00 |
|
|
049e6c2a4c
|
Merge pull request 'Improve some features' (#41) from improve-features into dev
Reviewed-on: #41
|
2022-04-09 20:13:47 +02:00 |
|
|
600e10e4d5
|
Increase layer count of Cairo renderer as this turned out to be too low for some semiconductor technologies
|
2022-04-09 20:10:11 +02:00 |
|
|
238f2cea82
|
Improve Autonaming in GUI
Autonaming now only asks for overwrite confirmation, if there
are layers with non empty names. Otherwise, the dialog is not shown.
|
2022-04-09 20:08:24 +02:00 |
|
|
91706ccf2e
|
Change icons to new Adwaita icons
|
2022-04-09 19:40:39 +02:00 |
|
|
17e7239e54
|
Merge branch 'dev'
|
2022-02-11 21:57:10 +01:00 |
|
|
554b73c406
|
Fix hard crash in case of a unwritable Latex Output file. Print warnign instead of hard stop
|
2022-02-11 21:56:54 +01:00 |
|
|
4eebff04a4
|
Update README.MD
Add github status badge for CI
|
2021-10-01 23:46:32 +02:00 |
|
|
04525611fa
|
Update cmake.yml
Add gettext to dependencies
|
2021-10-01 23:43:37 +02:00 |
|
|
cb92d64ec3
|
Update cmake.yml
|
2021-10-01 23:41:40 +02:00 |
|
|
37ff2080f9
|
Create cmake.yml
|
2021-10-01 23:35:16 +02:00 |
|
|
e1b85d1a99
|
Merge branch 'issue/39-fix-search' of mhu/gds-render into dev
|
2020-11-26 23:08:55 +01:00 |
|
|
b0c9afdae5
|
Fix #39: Checking of pure library entry in cell selector was broken
|
2020-11-26 23:07:48 +01:00 |
|
|
f6abfada2c
|
ColorPalette: Fix Dispose function
* Set freed pointer to NULL in dispose function because dispose cna be run multiple times. This fixes the case of freeing an already freed pointer.
|
2020-07-09 23:54:40 +02:00 |
|
|
f135b42d8a
|
make clear we're not getting a return value from vector_2d_copy
|
2020-06-29 20:03:38 +02:00 |
|
|
058564326b
|
Update library and compiler versions in doxygen
|
2020-04-24 01:17:20 +02:00 |
|
|
fd1eac7fda
|
Merge branch 'master' into dev
|
2020-04-24 01:07:50 +02:00 |
|
|
2c91956b32
|
Doxygen: Update calculate_cell_bounding_box()
* Fix typo
* Extend description
|
2020-04-24 01:05:37 +02:00 |
|
|
232d025211
|
Doxygen: Update calculate_cell_bounding_box()
* Add note about problematic behaviour
* Fix typos
|
2020-04-24 01:02:10 +02:00 |
|
|
ceeb67355d
|
Fix #38: Make parser store the datatype record of a graphics object
|
2020-04-19 02:58:34 +02:00 |
|
|
ba51a437a4
|
Fix definition of datatype in GDS graphics type
|
2020-04-19 02:57:15 +02:00 |
|
|
e461b0be1d
|
Merge branch 'dev'
|
2020-04-19 00:52:42 +02:00 |
|
|
42f1636860
|
Make unit test reporting compact
|
2020-04-19 00:50:30 +02:00 |
|
|
d29109e516
|
Add unittests for calculation functions for vectors
|
2020-04-19 00:40:17 +02:00 |
|
|
b784f28d4c
|
Change unit test output to include successful tests as well
|
2020-04-19 00:40:03 +02:00 |
|
|
94851570e9
|
Add preliminary working principle of unit tests
|
2020-04-18 03:23:15 +02:00 |
|
|
f4fa1bd4e5
|
Make tests link against libraries
|
2020-04-18 02:45:23 +02:00 |
|
|
2e7bb03c17
|
Add testing folder to doxygen's exclude list
|
2020-04-18 02:38:40 +02:00 |
|
|
39ff0dec1a
|
Add test target to cmake
|
2020-04-18 02:32:11 +02:00 |
|