kicad/qa
Seth Hillbrand dc47d251f5 Fix richio vprint
stdlib checks do not allow dereferencing the first element of a vector
when there are no elements in the vector (regardless of whether we have
allocated memory for them).  This whole function is rather
over-engineered, setting up multiple allocations and branches depending
of the string size.  This commit reduces the function to the actions
needed (get the string size, print it into the output)
2023-10-10 10:58:37 -07:00
..
data DbLib: support columns with numeric data 2023-09-16 22:37:12 -04:00
mocks Move DefaultTransform definition to transform.cpp, so it can be shared 2023-01-15 19:17:51 +01:00
pcbnew_utils Rename Save -> SaveBoard, Load -> LoadBoard in PLUGIN. 2023-08-15 05:26:12 +03:00
qa_utils Break out the boundary violating parts of gal into common through subclassing 2023-09-23 09:37:47 -04:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
schematic_utils Schematic plugins refactoring, fixes for PCB plugins. 2023-08-31 05:08:03 +03:00
tests Fix richio vprint 2023-10-10 10:58:37 -07:00
tools Profile can live in core 2023-09-07 07:47:01 -04:00
CMakeLists.txt Move tests around 2023-04-24 22:09:36 -04:00