363 Commits (61ab7cc91506f84dc9dcdd48ca393ddd4f6e06cc)

Author SHA1 Message Date
Seth Hillbrand 6e2b20ed0e Update BS Threadpool to 5.0 1 month ago
Jeff Young 6f59821930 Prefer const &. 1 month ago
Seth Hillbrand c995d47c87 Force overlapping wires to share labels 2 months ago
Mark Roszko 8d37fc8e80 Fix driver candidates sort not enforcing ordering if two buses have identical members 2 months ago
Mark Roszko 5895c27f4a Rename Prj() on schematic to avoid conflict with global function 2 months ago
Seth Hillbrand 4aa2047f45 Replace alg::delete and alg::delete_if with std c++20 2 months ago
Seth Hillbrand 52f8bf83f6 Remove threading from connection vec update 2 months ago
Seth Hillbrand b21e3e45d9 Extract generic item connectivity update and add QA 2 months ago
Seth Hillbrand 15ca4b1ba2 Extract symbol connectivity routine and add QA 2 months ago
Seth Hillbrand 7102b2d5e5 Clarify some driver sorting logic and add addl QA 2 months ago
Seth Hillbrand c5545d202d Remove doubly-included kicad_algo 2 months ago
Seth Hillbrand 094870e7a4 String fixes 3 months ago
Seth Hillbrand 3a06de0076 Consolidate ERC label warnings 3 months ago
Marek Roszko dea46f7780 Add a TRANSACTION class to experiment with performance metrics in nightlies 4 months ago
Jeff Young e615fcfe90 Improve progress reporting for opening and importing schematics. 4 months ago
Jeff Young 2dd28d18e8 Performance improvements for ERC. 5 months ago
JamesJCode 019921cb48 Add new CONNECTIVITY_CANDIDATE flag 5 months ago
JamesJCode fabcab1a86 Fix grammar in DRC error message 6 months ago
Wayne Stambaugh 31374906af Fix crash in connection graph when loading a version 8.0 schematic. 6 months ago
Wayne Stambaugh 6dcac5bded Test for hierarchical labels in root sheet when running ERC. 6 months ago
Wayne Stambaugh c810ef716d Actually prevent recursion when building connection sub-graph. 6 months ago
Seth Hillbrand bccf365380 Isolate thread pool loops 6 months ago
Mike Williams c67924ccac schematic: convert RunOnChildren to also take recursion mode argument 7 months ago
Wayne Stambaugh 7bc1404956 Fix broken Eeschema QA test when building jumper connectivity. 7 months ago
Jon Evans 805ca0c791 ADDED: Jumpers for symbols 7 months ago
Seth Hillbrand 4f6a73d83c Prevent ERC error with NC pin+NC marker 7 months ago
Seth Hillbrand 2b557c5497 Revert "Allow a no-connect to connect to a single pin (but not multiple pins)." 7 months ago
Jeff Young ee4a6127c6 Allow a no-connect to connect to a single pin (but not multiple pins). 7 months ago
Jon Evans 32b5cf6221 Fix broken build 7 months ago
Seth Hillbrand 49a4699d5a ADDED: Local power symbol option 8 months ago
Jeff Young f951497a4f Code brevity. 7 months ago
Wayne Stambaugh f45915ba93 Eeschema folder housekeeping. 8 months ago
Seth Hillbrand 452e69de85 Move thread pool into true singleton 9 months ago
Seth Hillbrand 074e6df3bc Revert "Move thread pool to singleton class" 9 months ago
Seth Hillbrand 361f61a023 Move thread pool to singleton class 9 months ago
Ian McInerney e845db1977 Implement dnagling wire to bus entry ERC 9 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 9 months ago
Seth Hillbrand 6e09649a70 Fix crash on net highlighting 10 months ago
Seth Hillbrand ad985aff9d Check secondary driver names when merging 10 months ago
Jan Wichmann 30cebd17e0 Added ERC check for directive labels 11 months ago
jean-pierre charras 16d389a488 ERC: fix "label not connected anywhere" ERC does not have configurable severity 11 months ago
Alex Shvartzkop 371a1b711f Fix some warnings. 1 year ago
James J 7ce00e511b Multi-netclass support 1 year ago
JamesJCode 559854ec0f Add ERC check for dangling wire endpoints 1 year ago
JamesJCode 90304e0639 Remove unnecessary erase of netclasses from netclass map 1 year ago
JamesJCode 924b027503 Resolve netclasses on vector buses embedded in buses 1 year ago
Jeff Young 16340e6cf4 Support both short and long item descriptions. 1 year ago
Mike Williams a5e2615251 Revert "SCH/LIB SYMBOL: never allow null LIB_SYMBOLs in SCH_SYMBOL" 1 year ago
JamesJCode 0826c10a20 Don't re-add deleted netclass assignments in incremental connectivity 1 year ago
Mike Williams 0b187e7122 SCH/LIB SYMBOL: never allow null LIB_SYMBOLs in SCH_SYMBOL 1 year ago