klayout/src
Matthias Koefferlein 94908162d6 LEF/DEF suffixes can be configured
The way to specify them is through the following
environment variables:

$KLAYOUT_LEF_FORMAT - LEF suffixes (default: "*.lef *.LEF *.lef.gz *.LEF.gz")
$KLAYOUT_DEF_FORMAT - DEF suffixes (default: "*.def *.DEF *.def.gz *.DEF.gz")

The string is a space-separated list of simple
match pattern. Only "*.xyz"-style pattern are allowed
currently.
2026-03-20 16:48:35 +01:00
..
ant Updating copyright to 2026 2026-02-07 17:12:53 +01:00
buddies Allowing to explicity specify a format 2026-03-20 16:30:28 +01:00
db Allowing to explicity specify a format 2026-03-20 16:30:28 +01:00
doc Updating doc and pyi files 2026-03-06 15:46:16 +01:00
drc Added the ability to run DRC and LVS from strmrun 2026-03-20 15:48:58 +01:00
edt Bugfix: double clicking an edge in partial mode opened the properties dialog, not setting a point 2026-02-24 21:44:33 +01:00
fontgen Updating copyright to 2026 2026-02-07 17:12:53 +01:00
gsi C++20 readiness 2026-02-16 23:49:23 +01:00
gsiqt Overloaded base class methods also need to transfer ownership of arguments 2026-02-14 19:41:20 +01:00
gtfui Updating copyright to 2026 2026-02-07 17:12:53 +01:00
icons Updating copyright to 2026 2026-02-07 17:12:53 +01:00
img Updating copyright to 2026 2026-02-07 17:12:53 +01:00
klayout_main Implementing --help as alias for -h and --version as alias for -v 2026-02-28 09:54:41 +01:00
lay Allowing to explicity specify a format 2026-03-20 16:30:28 +01:00
laybasic Merge pull request #2280 from KLayout/wip 2026-03-04 18:46:10 +01:00
layui Fixing issue #2293 2026-03-07 13:28:35 +01:00
layview Doc update 2026-03-01 15:32:21 +01:00
lib Updating copyright to 2026 2026-02-07 17:12:53 +01:00
lvs Updating copyright to 2026 2026-02-07 17:12:53 +01:00
lym Updating copyright to 2026 2026-02-07 17:12:53 +01:00
pex Updating copyright to 2026 2026-02-07 17:12:53 +01:00
plugins LEF/DEF suffixes can be configured 2026-03-20 16:48:35 +01:00
pya [consider merging] Bugfix: Python did not support downcasting of PolygonWithProperties to Polygon on Shapes#polygon for example 2026-02-24 21:00:21 +01:00
pyastub Updating copyright to 2026 2026-02-07 17:12:53 +01:00
pymod Updating doc and pyi files 2026-03-06 15:46:16 +01:00
rba Updating copyright to 2026 2026-02-07 17:12:53 +01:00
rbastub Updating copyright to 2026 2026-02-07 17:12:53 +01:00
rdb ReportDatabase#merge - a method to merge two report databases 2026-03-01 17:39:29 +01:00
tl Allowing to explicity specify a format 2026-03-20 16:30:28 +01:00
unit_tests Updating copyright to 2026 2026-02-07 17:12:53 +01:00
version Updating copyright to 2026 2026-02-07 17:12:53 +01:00
app.pri
klayout.pri Preparing to use C++20 atomics for thread locking, which is slightly more efficient. Right now, that's an experimental option. 2026-02-19 21:36:00 +01:00
klayout.pro
lib.pri
lib_ut.pri
with_all_libs.pri