klayout/src/db/unit_tests
Matthias Koefferlein 6cf7558384 WIP: preparations for global net extraction 2019-01-06 17:04:13 +01:00
..
dbArray.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbBox.cc Fixed #108 (Box#enlarge, Box#move on empty boxes) 2018-04-07 09:21:50 +02:00
dbBoxScanner.cc WIP: new classes for hier network processor. 2018-12-02 01:30:56 +01:00
dbBoxTree.cc Better memory statistics. 2018-04-15 00:54:30 +02:00
dbCell.cc Many warnings fixed for MSVC 2018-08-29 01:46:18 +02:00
dbCellGraphUtils.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbCellHullGenerator.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbCellMapping.cc IMPORTANT BUGFIX: array repo handling 2019-01-05 21:55:06 +01:00
dbClip.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbDeepRegionTests.cc WIP: More on deep regions & hier processor 2018-11-22 01:26:03 +01:00
dbDeepShapeStoreTests.cc WIP: some refactoring for better consistency and easier usage of the device extractor. 2018-12-27 10:33:08 +01:00
dbEdge.cc Fixed Edge unit tests. 2018-07-23 19:37:36 +02:00
dbEdgePair.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbEdgePairRelations.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbEdgePairs.cc EdgePairs refactoring 2018-11-10 00:07:53 +01:00
dbEdgeProcessor.cc Merge branch 'master' into pymod 2018-09-01 09:37:08 +02:00
dbEdges.cc Many bug fixes after refactoring. 2018-11-09 01:14:22 +01:00
dbEdgesToContours.cc FEATURE: DXF accuracy and "keep layer names" feature 2018-04-18 23:34:59 +02:00
dbExpression.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbHierNetworkProcessorTests.cc WIP: preparations for global net extraction 2019-01-06 17:04:13 +01:00
dbHierProcessorTests.cc WIP: built test bench 2018-12-02 23:58:47 +01:00
dbHierarchyBuilderTests.cc Fixed a bug that caused a segfault in the Layout2Netlist object (array repo references to original layout rather than to the working layout) 2019-01-05 22:40:53 +01:00
dbLayer.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbLayerMapping.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbLayout.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbLayoutDiff.cc A couple of changes to make MSVC work - not done yet. 2018-09-02 00:40:35 +02:00
dbLayoutQuery.cc Many warnings fixed for MSVC 2018-08-29 01:46:18 +02:00
dbLayoutToNetlistTests.cc WIP: refactoring - separated pins of net into outgoing and subcircuit. 2019-01-06 12:53:22 +01:00
dbLayoutUtils.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbLibraries.cc Massive reduction of Qt dependencies, but also massive refactoring. 2018-07-03 00:51:36 +02:00
dbLoadLayoutOptionsTests.cc A huge patch to make Windows build functional again after recent updates 2018-10-08 23:31:22 +02:00
dbMatrix.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbNetlistDeviceClassesTests.cc Removed a compiler warning. 2018-12-31 01:42:55 +01:00
dbNetlistDeviceExtractorTests.cc WIP: GSI binding of device extractor classes. 2018-12-30 11:32:33 +01:00
dbNetlistExtractorTests.cc WIP: added one more level of abstraction to layout-to-netlist extraction (db::LayoutToNetlist) for easier use. 2018-12-30 17:53:46 +01:00
dbNetlistPropertyTests.cc WIP: refactoring of the netlist property thing. Now it's internal and there is only the device terminal property. The property also does not store device pointers but just IDs 2018-12-27 01:27:58 +01:00
dbNetlistTests.cc WIP: first steps towards global nets. 2019-01-06 15:28:40 +01:00
dbObject.cc Fixed some issues found by Coverity scan. 2018-03-19 18:24:09 +01:00
dbPCells.cc Massive reduction of Qt dependencies, but also massive refactoring. 2018-07-03 00:51:36 +02:00
dbPath.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbPoint.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbPolygon.cc Better memory statistics. 2018-04-15 00:54:30 +02:00
dbPolygonTools.cc WIP: code factory 2018-09-22 02:45:56 +02:00
dbPropertiesRepository.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbRecursiveShapeIteratorTests.cc WIP: added one more level of abstraction to layout-to-netlist extraction (db::LayoutToNetlist) for easier use. 2018-12-30 17:53:46 +01:00
dbRegion.cc Region refactoring: many unit tests are passing again. 2018-11-07 00:45:29 +01:00
dbSaveLayoutOptionsTests.cc A huge patch to make Windows build functional again after recent updates 2018-10-08 23:31:22 +02:00
dbShape.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbShapeArray.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbShapeRepository.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbShapes.cc Introduced edge pairs as valid shapes for db::Shapes 2018-11-09 22:59:26 +01:00
dbStreamLayers.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbText.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbTilingProcessor.cc Enabled build without qt, Ruby and Python 2018-12-16 23:50:34 +00:00
dbTrans.cc 64bit coordinate support enhanced 2018-01-10 22:12:55 +01:00
dbVariableWidthPath.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbVector.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
dbWriterTools.cc Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
unit_tests.pro WIP: added one more level of abstraction to layout-to-netlist extraction (db::LayoutToNetlist) for easier use. 2018-12-30 17:53:46 +01:00