summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/tests
Commit message (Expand)AuthorAgeFilesLines
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-211-1/+1
* netlist: include file work (#10096) couriersud2022-07-161-3/+3
* netlist: fix bug, prepare for future changes and improve readability (#9947) couriersud2022-06-202-2/+61
* netlist: fix bugs and more cpp instead of macros (#9897) couriersud2022-06-102-9/+10
* netlist: static solver work and improve code readability (#9841) couriersud2022-05-303-8/+204
* netlist: Address comments from PR #9794, partially fix issue #9801 (#9805) couriersud2022-05-234-4/+4
* netlist: More c++, less macros, added support for cspell (#9794) couriersud2022-05-223-12/+39
* netlist: Fixes to address PR #9752 and issue #8590 / EMSCRIPTEN (#9773) couriersud2022-05-192-1/+96
* netlist: Improved PPMF target support and test coverage. (#9752) couriersud2022-05-152-0/+431
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-1/+1
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-092-2/+2
* netlist: catch parenthesis count mismatch in formulas. couriersud2020-10-031-1/+6
* netlist: code maintenance and performance optimizations. Couriersud2020-09-051-0/+19
* netlist: build system improvements couriersud2020-08-241-2/+2
* netlist: further nl_base.h splitting into headers in core subdir. couriersud2020-07-281-1/+1
* netlist: unit test macros now have a "P" prefix. couriersud2020-07-101-12/+13
* netlist: pfunction now supports unary minus operators. couriersud2020-07-051-13/+24
* netlist: Add basic unit testing support. couriersud2020-07-051-0/+43