klayout/src
Matthias Köfferlein 97ed4cf0f2
Merge pull request #712 from KLayout/gsi-fixes
Some enhancements to script API
2021-01-31 19:20:35 +01:00
..
ant Merge branch 'master' into complex_drc_ops 2021-01-17 19:55:28 +01:00
buddies Replaced std::auto_ptr by std::unique_ptr because the latter is deprecated 2021-01-23 21:55:51 +01:00
db Fixed another link issue on Windows 2021-01-27 21:42:43 +01:00
drc Major enhancements for DRC feature (universal DRC) 2021-01-17 19:26:22 +01:00
edt Replaced std::auto_ptr by std::unique_ptr because the latter is deprecated 2021-01-23 21:55:51 +01:00
fontgen Updated copyright to 2021 2021-01-05 22:57:48 +01:00
gsi Merge pull request #712 from KLayout/gsi-fixes 2021-01-31 19:20:35 +01:00
gsiqt Some issues with the byte array binding fixed, less ambiguitites with Qt bindings, tests added. 2021-01-24 23:44:40 +01:00
gtfui Updated copyright to 2021 2021-01-05 22:57:48 +01:00
img Replaced std::auto_ptr by std::unique_ptr because the latter is deprecated 2021-01-23 21:55:51 +01:00
klayout_main Replaced std::auto_ptr by std::unique_ptr because the latter is deprecated 2021-01-23 21:55:51 +01:00
lay Added methods to manipulate key bindings and menu visibility through scripts (MainWindow#set_key_bindings, MainWindow#get_key_bindings, MainWindow#set_menu_items_hidden ...) 2021-01-26 23:10:26 +01:00
laybasic Added methods to manipulate key bindings and menu visibility through scripts (MainWindow#set_key_bindings, MainWindow#get_key_bindings, MainWindow#set_menu_items_hidden ...) 2021-01-26 23:10:26 +01:00
lib Updated copyright to 2021 2021-01-05 22:57:48 +01:00
lvs Updated copyright to 2021 2021-01-05 22:57:48 +01:00
lym Replaced std::auto_ptr by std::unique_ptr because the latter is deprecated 2021-01-23 21:55:51 +01:00
plugins Replaced std::auto_ptr by std::unique_ptr because the latter is deprecated 2021-01-23 21:55:51 +01:00
pya Some issues with the byte array binding fixed, less ambiguitites with Qt bindings, tests added. 2021-01-24 23:44:40 +01:00
pyastub Updated copyright to 2021 2021-01-05 22:57:48 +01:00
pymod Some build fixes to enable basic compilation on CentOS6 2021-01-24 17:37:46 +00:00
rba Merge pull request #710 from KLayout/byte-arrays 2021-01-27 12:42:48 +01:00
rbastub Updated copyright to 2021 2021-01-05 22:57:48 +01:00
rdb Replaced std::auto_ptr by std::unique_ptr because the latter is deprecated 2021-01-23 21:55:51 +01:00
tl Added signal-safe sleep function which does not return when a timer signal happens. Fixes some random fails in the test suite. 2021-01-31 16:20:16 +01:00
unit_tests Replaced std::auto_ptr by std::unique_ptr because the latter is deprecated 2021-01-23 21:55:51 +01:00
version Updated copyright to 2021 2021-01-05 22:57:48 +01:00
app.pri
klayout.pri Compatibility with Qt 4.6.x on CentOS6 2020-11-22 19:54:13 +00:00
klayout.pro
lib.pri
lib_ut.pri
with_all_libs.pri