klayout/src/db/unit_tests
Matthias Koefferlein 318efbf7b0 Fixed 'scale_and_snap' feature 2019-11-07 22:54:16 +01:00
..
dbArray.cc Fixed a regular arrays issue with begin_touching 2019-10-04 22:45:23 +02:00
dbBox.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbBoxScanner.cc Some performance improvement by eliminating empty objects in the box scanner. 2019-01-21 22:37:02 +01:00
dbBoxTree.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbCell.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbCellGraphUtils.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbCellHullGenerator.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbCellMapping.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbCellVariantsTests.cc Cell variant resolution by propagation, grid check now implementation hierarchically (with propagation) 2019-02-17 10:59:04 +01:00
dbClip.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbDeepEdgePairsTests.cc Fixed a nasty issue with editable mode. 2019-02-18 23:34:46 +01:00
dbDeepEdgesTests.cc pull_interacting for edges/edges and edges/regions, some enhancements and bug fixes 2019-10-03 13:08:37 +02:00
dbDeepRegionTests.cc Fixed #400, added tests. 2019-11-06 23:28:16 +01:00
dbDeepShapeStoreTests.cc Added tests (breakout cells, LVS cheats) 2019-10-18 00:25:51 +02:00
dbEdge.cc Modified edge transformation to maintain the orientation paradigm 2019-02-10 16:03:46 +01:00
dbEdgePair.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbEdgePairRelations.cc Fixed #281 (proper reporting of width/space violations in the kissing-corner case) 2019-06-17 20:48:07 +02:00
dbEdgePairs.cc Updated test because of edge pair normlization 2019-03-09 20:25:45 +01:00
dbEdgeProcessor.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbEdges.cc pull_interacting for edges/edges and edges/regions, some enhancements and bug fixes 2019-10-03 13:08:37 +02:00
dbEdgesToContours.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbExpression.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbHierNetworkProcessorTests.cc Fixed crash by introducing a new scheme for storing cluster refs 2019-02-25 22:36:24 +01:00
dbHierProcessorTests.cc Avoid netlist extraction issues with duplicate instances 2019-06-13 13:33:28 +02:00
dbHierarchyBuilderTests.cc Enabled transformations for deep regions/edges/edge pairs - important for handling layouts with different DBUs in DRC 2019-02-22 01:02:48 +01:00
dbLayer.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbLayerMapping.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbLayout.cc Spelling errors in code and comments fixed 2019-03-31 15:25:18 +00:00
dbLayoutDiff.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbLayoutQueryTests.cc Fix for layout query performance improvement: needs to check for qualified cell name (with lib), not pure cellname 2019-08-18 19:09:07 +02:00
dbLayoutToNetlistReaderTests.cc Updated test data. 2019-08-30 11:01:00 +02:00
dbLayoutToNetlistTests.cc Updated tests. 2019-10-26 01:48:50 +02:00
dbLayoutToNetlistWriterTests.cc Updated test data. 2019-08-30 11:01:00 +02:00
dbLayoutUtils.cc Fixed 'scale_and_snap' feature 2019-11-07 22:54:16 +01:00
dbLayoutVsSchematicTests.cc Updated golden data of two tests for Windows. 2019-07-16 01:27:08 +02:00
dbLibraries.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbLoadLayoutOptionsTests.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbMatrix.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbNetlistCompareTests.cc Solved ambiguous bus resolution problem. 2019-10-29 23:26:17 +01:00
dbNetlistDeviceClassesTests.cc Fixed unit tests. 2019-07-04 01:24:19 +02:00
dbNetlistDeviceExtractorTests.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbNetlistExtractorTests.cc Added tests (breakout cells, LVS cheats) 2019-10-18 00:25:51 +02:00
dbNetlistReaderTests.cc Updated test golden data (mainly: nets are not purged when there is a subcircuit pin on it) 2019-08-29 23:26:03 +02:00
dbNetlistTests.cc WIP: fake pin debug issue with LVS 2019-09-30 21:58:13 +02:00
dbNetlistWriterTests.cc Don't write third terminal for R or C (WithBulk variants) 2019-07-15 23:19:03 +02:00
dbObject.cc issue #317: provide undo combination for the paste+move sequence in 'interactive paste'. Same for 'interactive dup' 2019-09-04 23:47:05 +02:00
dbPCells.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbPath.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbPoint.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbPolygon.cc Enabled net tracing for heavily decomposed polygons 2019-09-19 00:13:14 +02:00
dbPolygonToolsTests.cc First fix for issue-306: some polygons are not recognized as rounded, more robust radius extraction. 2019-08-17 23:55:49 +02:00
dbPropertiesRepository.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbRecursiveShapeIteratorTests.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbRegion.cc pull_interacting for edges/edges and edges/regions, some enhancements and bug fixes 2019-10-03 13:08:37 +02:00
dbSaveLayoutOptionsTests.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbShape.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbShapeArray.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbShapeRepository.cc Spelling errors in code and comments fixed 2019-03-31 15:25:18 +00:00
dbShapes.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbStreamLayers.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbText.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbTilingProcessor.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbTrans.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbVariableWidthPath.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbVector.cc Updated copyright. 2019-01-08 01:09:25 +01:00
dbWriterTools.cc Updated copyright. 2019-01-08 01:09:25 +01:00
unit_tests.pro Merge branch 'issue-306' 2019-08-19 00:03:39 +02:00