KiCad PCB EDA Suite
Loading...
Searching...
No Matches
merge_validators.cpp File Reference
#include <diff_merge/merge_validators.h>
#include <algorithm>
#include <map>

Go to the source code of this file.

Namespaces

namespace  KICAD_DIFF
 

Functions

VALIDATION_REPORT KICAD_DIFF::CheckRefdesUniqueness (const std::vector< REFDES_ENTRY > &aEntries)
 Run refdes-uniqueness checks.
 
VALIDATION_REPORT KICAD_DIFF::CheckConnectivityRebuildFlag (bool aPlanRequiredRebuild, bool aApplierReportedRebuild)
 Information needed for the connectivity-rebuild side-effect check.
 
VALIDATION_REPORT KICAD_DIFF::CheckSchemaVersions (int aAncestorVersion, int aOursVersion, int aTheirsVersion)
 Schema-version compatibility check: every input to the merge must use a compatible serialization version.