kicad/qa
Jeff Young 095937563b Hook libeval compiler up to rule parser
- convert expression string tokens to single-quote-delimited
- fix bug where netclass assignments weren't getting updated after
  board setup dialog
- move property manager rebuild to lazy evaluation
- improve performance with wider use of const&
- retire DRC_SELECTOR stuff
- use wxString for GUI stuff (particularly translated stuff)
- fix EqualTo() to return false instead of asserting when op types
  don't match
- fix buffer overruns with fixed-size string buffers
- make expression function calls case-insensitive
- integrate expression errors into rule parser
- produce more and better error messages
- keep BOARD_ITEM ptrs const as long as possible
- fix a couple of uninitialized variables
2020-07-20 22:11:53 +01:00
..
common Refactor common QA components to create a single common library 2020-07-18 16:21:15 +01:00
common_tools Rip out the unused leftovers of the old color system 2020-06-18 22:32:14 -04:00
data QA: Move contents qa_shape_poly_set_refactor to qa_common 2019-01-29 08:15:44 -05:00
drc_proto Hook libeval compiler up to rule parser 2020-07-20 22:11:53 +01:00
eeschema Refactor common QA components to create a single common library 2020-07-18 16:21:15 +01:00
gal/gal_pixel_alignment Use Record handling for parsing 2020-04-03 23:22:24 +00:00
gerbview Refactor common QA components to create a single common library 2020-07-18 16:21:15 +01:00
libeval_compiler Hook libeval compiler up to rule parser 2020-07-20 22:11:53 +01:00
libs Adding failed arc test 2020-07-18 13:03:22 -07:00
pcb_test_window Convert all CMake paths to absolute instead of relative 2020-01-22 23:27:20 +00:00
pcbnew Refactor common QA components to create a single common library 2020-07-18 16:21:15 +01:00
pcbnew_tools Migrate PcbNew project settings to new framework 2020-07-02 22:08:54 -04:00
pcbnew_utils Add build dependency on pcbcommon in qa test 2020-03-01 17:03:12 +00:00
qa_utils Fix a few Coverity warnings. 2020-07-20 16:19:19 +02:00
testcases QA: fix a python test issue due to code changes in board.h 2020-02-23 20:18:06 +01:00
unit_test_utils Move SHAPE_ARC to start->mid->end format 2020-06-13 11:23:14 -07:00
utils/kicad2step Refactor common QA components to create a single common library 2020-07-18 16:21:15 +01:00
CMakeLists.txt Refactor common QA components to create a single common library 2020-07-18 16:21:15 +01:00
test.py QA: Add build-time option to enable XML output from tests 2019-04-18 10:59:06 +01:00