summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist
Commit message (Expand)AuthorAgeFilesLines
* srcclean and cleanup (nw) Vas Crabb2020-06-2110-40/+40
* Fix nltool build on CWG 1579-noncompliant compilers (nw) AJR2020-06-181-1/+1
* netlist: Fix copy elusion bug on OSX and clang < 8 [AJR, Couriersud] couriersud2020-06-141-11/+4
* netlist: fix some clang-tidy warnings. (nw) couriersud2020-06-134-7/+8
* nl_setup.cpp: Fix for some compilers not being CWG 1579 compliant (nw) AJR2020-06-131-2/+9
* netlist: Performance improvement and refactoring. [Couriersud] couriersud2020-06-1365-855/+1120
* netlist: Make fostrm actually write to file. (nw) couriersud2020-06-134-7/+4
* netlist: Improve static solver performance by 5%. [Couriersud] couriersud2020-06-136-10115/+15357
* Fix clang error: unknown warning group '-Wpmf-conversions', ignored [-Werror,... AJR2020-06-081-2/+2
* netlist: fix mingw7.2 compile. (nw) couriersud2020-06-081-2/+2
* netlist: prepare path to non-virtual update functions. (nw) couriersud2020-06-082-4/+15
* netlist: further optimize ppmf.h [Couriersud] couriersud2020-06-083-18/+143
* netlist: allow selection of base arena for pmempool_arena. (nw) couriersud2020-06-084-13/+23
* netlist: Fix MSVC build. [Couriersud] couriersud2020-06-081-56/+83
* netlist: arena code maintenance. (nw) couriersud2020-06-083-114/+141
* netlist: ppmf simplification. (nw) couriersud2020-06-081-57/+32
* netlist: code maintenance. (nw) couriersud2020-06-0831-278/+258
* netlist: remove more macro usage, fix win float exceptions. (nw) couriersud2020-06-065-31/+67
* netlist: Reduce macro usage and make use of pstring utf8. (nw) couriersud2020-06-0613-226/+115
* netlist: code maintenance. (nw) couriersud2020-06-065-74/+72
* netlist: Enable utf7 filenames on windows. (nw) couriersud2020-06-069-17/+75
* netlist: fix dpatrol. (nw) couriersud2020-06-011-6/+107
* netlist: clang-tidy, header order fixes. (nw) couriersud2020-06-0128-59/+58
* netlist: move multiparameter streaming into nl_interface.h (nw) couriersud2020-06-014-7/+124
* netlist: drop c++11 support. (nw) couriersud2020-06-0111-31/+30
* netlist: device factory enhancements. (nw) couriersud2020-06-013-10/+163
* netlist: debugger - use callbacks to access terminals. (nw) couriersud2020-06-012-13/+6
* netlist: Change use of NETLIB_DELEGATE macro. (nw) couriersud2020-06-0116-45/+48
* netlist: refactored ppmf.h [Couriersud] couriersud2020-06-014-109/+243
* mw8080bw: 280zzzap netlist audio (#6760) Colin Douglas Howell2020-05-301-107/+3152
* netlist: split plists.h and fix nvcc compile for 10.2 (nw) couriersud2020-05-2520-388/+451
* netlist: small memory system cleanup. (nw) couriersud2020-05-2510-235/+240
* netlist: code maintenance. (nw) couriersud2020-05-256-60/+63
* netlist: move netlist parsing where it belongs. (nw) couriersud2020-05-254-24/+32
* netlist: move configuration entries into netlist namespace. (nw) couriersud2020-05-257-84/+89
* netlist: improve performance. [Couriersud] couriersud2020-05-2415-240/+379
* netlist: move penum into own header file. (nw) couriersud2020-05-248-43/+74
* netlist: Better integretation of INT128. (nw) couriersud2020-05-244-20/+65
* netlist: fix a memory issue. (nw) couriersud2020-05-243-12/+10
* netlist: various clang-tidy-11 fixes. (nw) couriersud2020-05-2412-38/+46
* netlist: Fix performance issues and VC2019. [Couriersud] couriersud2020-05-2210-230/+318
* netlist: consolidate 9316-type counters. [Couriersud] couriersud2020-05-2211-556/+155
* netlist: fix performance decrease. (nw) couriersud2020-05-226-115/+145
* netlist: Add tristate support for rom devices. [Couriersud] couriersud2020-05-2022-153/+364
* netlist: improve syntax of generic device descriptors. (nw) couriersud2020-05-203-76/+81
* netlist: simplify factory call structure. (nw) couriersud2020-05-207-78/+83
* nlm_ttl74xx.cpp: Fix clang build [-Werror,-Wunused-function] (nw) AJR2020-05-181-0/+1
* Add 7421 device. Aaron Giles2020-05-183-0/+87
* Added missing definition. Aaron Giles2020-05-181-0/+3
* 74S127 outputs are numbered starting at 0. Aaron Giles2020-05-181-0/+1