Matthias Koefferlein
2191febc38
Updating test data for better robustness
2025-03-22 20:41:24 +01:00
Matthias Koefferlein
2668b42d29
Separating tl::hfunc from std namespace. Needed to support int128 in tl::Variant for 64bit coordinate builds.
2025-03-22 20:35:15 +01:00
Matthias Koefferlein
561a760881
Updating doc, python stubs, fixed non-Qt builds
2025-03-22 17:51:07 +01:00
Matthias Koefferlein
e6914c78b9
Fixing builds for Qt4
2025-03-22 17:29:16 +01:00
Matthias Koefferlein
ee60ae8146
Changelog for 0.30
2025-03-22 14:49:16 +01:00
Matthias Koefferlein
2aa88fe29c
Fixed a linker issue on Qt4
2025-03-22 14:09:00 +01:00
Matthias Koefferlein
283a9d0b22
Build fixes for Qt4
2025-03-22 00:02:13 +01:00
Matthias Koefferlein
69a8f3ac11
Preparations for 0.30.
2025-03-21 23:52:08 +01:00
Matthias Koefferlein
12b3cd011b
Merge branch 'master' into devel
2025-03-21 19:24:33 +01:00
Matthias Koefferlein
6f69efd427
WIP
2025-03-20 23:30:30 +01:00
Matthias Koefferlein
d9343ee530
WIP
2025-03-18 17:28:12 +01:00
Matthias Koefferlein
1f5c2b5132
Marked one test as long runner
2025-03-18 14:44:27 +01:00
Matthias Koefferlein
df631aa970
Some minor refactoring
2025-03-18 00:19:15 +01:00
Matthias Koefferlein
6596008826
instrumenting triangles implementation with Quad Tree, but without effect
2025-03-18 00:10:00 +01:00
Matthias Koefferlein
cd62f62140
WIP (quad tree)
2025-03-16 23:24:06 +01:00
Matthias Koefferlein
4e65b96cb7
WIP (quad tree)
2025-03-16 21:10:15 +01:00
Matthias Koefferlein
f3037d11f3
WIP (quad tree)
2025-03-16 18:16:15 +01:00
Matthias Koefferlein
4aeb94d42e
WIP (quad tree)
2025-03-16 17:13:06 +01:00
Matthias Koefferlein
477e2b5a31
WIP (quad tree)
2025-03-16 16:43:56 +01:00
Matthias Koefferlein
4369835e8b
WIP (quad tree)
2025-03-16 16:36:49 +01:00
Matthias Koefferlein
f1f35ae2a4
WIP (quad tree)
2025-03-16 14:46:03 +01:00
Matthias Koefferlein
5c8e0539ee
WIP (quad tree)
2025-03-16 13:56:16 +01:00
Matthias Koefferlein
54b5d9f5d6
WIP (quad tree)
2025-03-16 13:35:51 +01:00
Matthias Koefferlein
f136fdcde6
WIP
2025-03-16 00:52:57 +01:00
Matthias Koefferlein
d60b296417
Improvement: Device#terminal_ref to get a NetTerminalRef from a Device.
2025-03-14 23:29:09 +01:00
Matthias Köfferlein
1feffe7beb
Merge pull request #2001 from Kazzz-S/0.29.12-mac1
...
Use Ruby 3.3.7 from MacPorts
2025-03-14 14:06:59 +01:00
Matthias Koefferlein
82d2adeb05
Maybe fixing Github action
2025-03-14 01:29:49 +01:00
Matthias Koefferlein
ed809952c3
Pinning setuptools to <76.0.0 for now as this version is broken for MSVC
2025-03-14 01:12:13 +01:00
Matthias Koefferlein
60f7c70f11
Trying to fix github workflow
2025-03-13 23:35:58 +01:00
Matthias Koefferlein
d6273f9bbb
[consider merging] avoiding a crash due to recursion in PCell recomputation with macro editor open (IDE generated processEvent calls and these may issue mouse events during execution of a mouse event response code)
2025-03-13 00:01:28 +01:00
Matthias Koefferlein
930e09809b
Added an argument name
2025-03-09 23:20:57 +01:00
Matthias Koefferlein
2baaf322eb
Fixed a few doc typos and default values for 'lmap' on build_nets
2025-03-09 23:20:18 +01:00
Matthias Koefferlein
da88973df9
A number of new methods and variants in LayoutToNetlist
...
The goal is to support texts as native objects in
LayoutToNetlist.
Primarily this means, that instead of using a Region
to identify a layer, it is encouraged to use a
layer index instead. Also, Region is not longer the
only way to represent a layer, Texts is available
too.
It is possible now to retrieve the texts of a net
using "texts_of_net".
Also, the "lmap" parameter of "build_nets" became
optional. If "nil", a layer map is created based
on the layer info attribute of the layers.
2025-03-09 23:07:46 +01:00
Matthias Koefferlein
86202fa23c
WIP: refactoring of LayoutToNetlist for more consistent support of Texts for layers
2025-03-09 19:22:04 +01:00
Kazunari Sekigawa
c0f2bdd3d6
Use Ruby 3.3.7 from MacPorts
2025-03-07 06:51:21 +09:00
Matthias Koefferlein
903bd70223
Fixed merge issues
2025-03-06 22:24:05 +01:00
Matthias Koefferlein
87e7d8e493
Merge branch 'master' into devel
2025-03-06 19:35:32 +01:00
Matthias Koefferlein
e06498763a
Fixing issue #1997 .
2025-03-05 19:12:38 +01:00
Matthias Koefferlein
5edb32cc33
Merge branch 'master' of github.com:KLayout/klayout
2025-03-05 18:41:43 +01:00
Matthias Koefferlein
4ebb292b7a
Updating doc, py includes
2025-03-05 18:41:28 +01:00
Matthias Koefferlein
605fa44ca6
Another refinement for DSS bug fix.
2025-03-05 10:26:45 +01:00
Matthias Koefferlein
70af6bd7c9
Another refinement for DSS bug solution
2025-03-04 20:37:58 +01:00
Matthias Koefferlein
465f13adc6
Corrected naming of artifacts in build action
2025-03-04 19:50:52 +01:00
Matthias Koefferlein
7b4e8a3462
Refined solution for DSS remapping bug
2025-03-04 19:50:33 +01:00
Matthias Koefferlein
3893f3be56
Merge branch 'master' of github.com:KLayout/klayout
2025-03-03 18:36:05 +01:00
Matthias Köfferlein
8a01352549
Merge pull request #1992 from KLayout/feature/issue-1989
...
Feature/issue 1989
2025-03-03 18:35:46 +01:00
Matthias Köfferlein
e1c26fbd0f
Merge pull request #1994 from KLayout/bugfix/issue-1993
...
Bugfix/issue 1993
2025-03-03 18:35:26 +01:00
Matthias Koefferlein
ac1c656bc0
Fixed unit tests
2025-03-03 18:34:43 +01:00
Matthias Koefferlein
f7a76033bb
Updated changelog
2025-03-03 18:04:01 +01:00
Matthias Koefferlein
fddce5c1a2
Merge branch 'master' of github.com:KLayout/klayout
2025-03-03 01:19:30 +01:00