kicad/pcbnew/drc
Jeff Young 667a54ad86 Retire insideArea in favour of intersectsArea and enclosedByArea. 2022-08-28 18:02:41 +01:00
..
drc_cache_generator.cpp Performance improvements. 2022-08-03 11:59:42 +01:00
drc_cache_generator.h More caching for DRC. 2022-06-17 23:58:31 +01:00
drc_engine.cpp ADDED defined pad groups for net-tie footprints 2022-08-19 18:54:20 +01:00
drc_engine.h Blacklist hashes for 2d integer elements 2022-08-26 08:43:37 -07:00
drc_item.cpp ADDED defined pad groups for net-tie footprints 2022-08-19 18:54:20 +01:00
drc_item.h ADDED defined pad groups for net-tie footprints 2022-08-19 18:54:20 +01:00
drc_length_report.h Unwrap some std::library typedefs. 2021-07-28 22:16:38 +01:00
drc_rtree.h Marginal performance improvements. 2022-08-26 13:22:57 +01:00
drc_rule.cpp Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
drc_rule.h Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
drc_rule_condition.cpp Apply a more sophisticated test for ignoring isInCoupledDiffPair. 2022-04-02 15:12:42 +01:00
drc_rule_condition.h Apply a more sophisticated test for ignoring isInCoupledDiffPair. 2022-04-02 15:12:42 +01:00
drc_rule_parser.cpp Move connection width testing to rule system. 2022-08-01 13:09:51 +01:00
drc_rule_parser.h Rename mechanical_clearance -> physical_clearance. 2022-05-06 15:54:46 +01:00
drc_test_provider.cpp Introduce new marker type so we can track DRC errors on the drawing sheet. 2022-08-15 18:03:03 +01:00
drc_test_provider.h Introduce new marker type so we can track DRC errors on the drawing sheet. 2022-08-15 18:03:03 +01:00
drc_test_provider_annular_width.cpp Performance improvements. 2022-08-03 11:59:42 +01:00
drc_test_provider_clearance_base.h More caching for DRC. 2022-06-17 23:58:31 +01:00
drc_test_provider_connection_width.cpp Performance (std::map -> std::unordered_map) and commenting. 2022-08-22 12:43:57 +01:00
drc_test_provider_connectivity.cpp Performance improvements. 2022-08-03 11:59:42 +01:00
drc_test_provider_copper_clearance.cpp Blacklist hashes for 2d integer elements 2022-08-26 08:43:37 -07:00
drc_test_provider_courtyard_clearance.cpp Fix a couple of DRC bugs where the bbox wasn't inflated for largestClearance. 2022-08-26 13:22:57 +01:00
drc_test_provider_diff_pair_coupling.cpp Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
drc_test_provider_disallow.cpp Retire insideArea in favour of intersectsArea and enclosedByArea. 2022-08-28 18:02:41 +01:00
drc_test_provider_edge_clearance.cpp Performance (std::map -> std::unordered_map) and commenting. 2022-08-22 12:43:57 +01:00
drc_test_provider_footprint_checks.cpp ADDED defined pad groups for net-tie footprints 2022-08-19 18:54:20 +01:00
drc_test_provider_hole_size.cpp Fix copy pasta error. 2022-07-08 17:44:36 -06:00
drc_test_provider_hole_to_hole.cpp Marginal performance improvements. 2022-08-26 13:22:57 +01:00
drc_test_provider_library_parity.cpp ADDED defined pad groups for net-tie footprints 2022-08-19 18:54:20 +01:00
drc_test_provider_matched_length.cpp Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
drc_test_provider_misc.cpp Introduce new marker type so we can track DRC errors on the drawing sheet. 2022-08-15 18:03:03 +01:00
drc_test_provider_physical_clearance.cpp Fix a couple of DRC bugs where the bbox wasn't inflated for largestClearance. 2022-08-26 13:22:57 +01:00
drc_test_provider_schematic_parity.cpp Remove shared wxString instance in DRC 2022-06-15 16:46:03 -07:00
drc_test_provider_silk_clearance.cpp Performance improvements. 2022-08-03 11:59:42 +01:00
drc_test_provider_sliver_checker.cpp Performance improvements. 2022-08-03 11:59:42 +01:00
drc_test_provider_solder_mask.cpp Fix a couple of DRC bugs where the bbox wasn't inflated for largestClearance. 2022-08-26 13:22:57 +01:00
drc_test_provider_text_dims.cpp Performance improvements. 2022-08-03 11:59:42 +01:00
drc_test_provider_track_width.cpp Performance improvements. 2022-08-03 11:59:42 +01:00
drc_test_provider_via_diameter.cpp Performance improvements. 2022-08-03 11:59:42 +01:00
drc_test_provider_zone_connections.cpp Fix a couple of DRC bugs where the bbox wasn't inflated for largestClearance. 2022-08-26 13:22:57 +01:00