summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_factory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* netlist: fix bug, prepare for future changes and improve readability (#9947) couriersud2022-06-201-18/+25
* netlist: static solver work and improve code readability (#9841) couriersud2022-05-301-5/+7
* netlist: standalone makefile and prototype modifications (#9708) couriersud2022-05-081-4/+2
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-091-1/+1
* netlist: Pedantic and clang tidy updates couriersud2020-09-061-1/+1
* netlist: Truth tables are now standalone objects. couriersud2020-08-261-6/+15
* netlist: Potential regression trigger. couriersud2020-07-171-1/+0
* netlist: comment out empty reset and update calls couriersud2020-07-161-2/+2
* netlist: Performance improvement and refactoring. [Couriersud] couriersud2020-06-131-1/+1
* netlist: code maintenance. (nw) couriersud2020-06-081-2/+2
* netlist: code maintenance. (nw) couriersud2020-05-251-1/+6
* netlist: move netlist parsing where it belongs. (nw) couriersud2020-05-251-7/+0
* netlist: Add tristate support for rom devices. [Couriersud] couriersud2020-05-201-2/+2
* netlist: simplify factory call structure. (nw) couriersud2020-05-201-10/+3
* netlist: improve typesafety for source locations. (nw) couriersud2020-05-171-3/+4
* netlist: Extended functionality and code cleanup. [Couriersud] couriersud2020-05-121-7/+6
* netlist: remove family_setter and other maintenance. (nw) couriersud2020-05-091-1/+1
* netlist: Reduce memory allocation calls in non-core code. (nw) couriersud2020-04-101-1/+1
* netlist: code maintenance. (nw) couriersud2020-01-201-2/+2
* netlist: maintenance and bug fixes, remove DUMMY_INPUT. [Couriersud] couriersud2019-11-151-2/+2
* netlist: code maintenance. (nw) couriersud2019-11-131-2/+2
* netlist: maintenance. (nw) couriersud2019-11-081-6/+3
* netlist: code maintenance. (nw) couriersud2019-11-041-1/+4
* netlist: Use unique_ptr where possible. (nw) couriersud2019-10-151-2/+2
* netlist: scalable error messages. couriersud2019-04-181-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-79/+61
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-61/+79
* netlist: memory code refactoring. (nw) couriersud2019-03-011-1/+1
* netlist: memory management. [Couriersud] couriersud2019-02-221-1/+1
* netlist: Separation of duties. (nw) couriersud2019-02-161-8/+8
* netlist: memory pool now supports aligned storage. (nw) couriersud2019-02-161-2/+2
* netlist: More cpp core guidelines alignment. (nw) couriersud2019-02-111-5/+0
* netlist: more core guidelines work. (nw) couriersud2019-02-091-3/+3
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-7/+4
* netlist: All devices now specify parameters in factory constructor. (nw) couriersud2019-02-011-75/+65
* netlist: code maintenance and fixing kidniki ... (nw) couriersud2019-02-011-4/+0
* netlist: refactored netlist creation. (nw) couriersud2019-01-151-3/+3
* Move information where it belongs ... into the drivers. (nw) couriersud2019-01-101-0/+4
* cheekyms: add preliminary netlist sound based on schematics provided by Sam G... Vas Crabb2017-05-261-0/+0
* Fix VS2015 compile. (nw) couriersud2017-02-221-2/+1
* Separate include file usage for netlist. couriersud2017-01-291-0/+15
* Keep track were registry elements are created. (nw) couriersud2017-01-161-1/+9
* Prepare source for consistent error message usage. (nw) couriersud2017-01-141-3/+7
* Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-051-1/+21
* Refactored factory. Use namespace "factory" instead of prefix factory_ couriersud2017-01-021-5/+22
* Simplify code. Introduce consistent approach to loading macro devices. couriersud2017-01-021-17/+0
* Netlist updates: couriersud2016-07-211-1/+3
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-1/+0
* - More code cleanup. couriersud2016-06-071-2/+3
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-071-17/+0