coriolis/hurricane/src/configuration
Jean-Paul Chaput e11bd98f52 Correct for various warnings appearing under gcc 8.3.0 (Debian 10).
Note: We don't suppress warnings due to unused variables or functions,
      as we may need them later or in debug mode...

* Change: In Hurricane::DBo::~DBo, add a noexcept(false) because
    constructed by default destructor of derived classes seems to
    loosen it. The right solution whould be to explicitely define
    all virtual destructors (too lazy for now).
* Change: In Viewer::Script, replace the deprecated
    PyModule_GetFilename() by PyModule_GetFilenameObject(), Unicode
    support again...
2021-10-01 16:12:28 +02:00
..
hurricane/configuration Correct for various warnings appearing under gcc 8.3.0 (Debian 10). 2021-10-01 16:12:28 +02:00
images More PEP8 compliant Python code. Start rewrite Python/C++ wrappers. 2020-04-08 11:24:42 +02:00
CMakeLists.txt Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
ConfEditorWidget.cpp Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
ConfTabWidget.cpp Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
Configuration.cpp Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
Configuration.qrc More PEP8 compliant Python code. Start rewrite Python/C++ wrappers. 2020-04-08 11:24:42 +02:00
ConfigurationDialog.cpp Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
ConfigurationWidget.cpp Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
LayoutDescription.cpp Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
LogWidget.cpp Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
Parameter.cpp Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
ParameterWidget.cpp Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
ProxyProperty.cpp Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
PyBasicLayer.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyBox.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyCfg.cpp Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
PyConfiguration.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyDataBase.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyDbU.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyDiffusionLayer.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyHurricane3.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyLayer.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyLayerMask.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyLayoutDescription.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyMaterial.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyParameter.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyPoint.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyRegularLayer.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyTechnology.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyTransistorLayer.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
PyTypeManager.cpp Updated doc of the new Python/C++ template wrapper. 2021-09-26 17:27:57 +02:00
PyViaLayer.cpp Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00