summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_base.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* netlist: Remove const on return types and non-necessary ref-by. (nw) couriersud2019-01-191-13/+11
* netlist: More run/setup separation. (nw) couriersud2019-01-181-203/+85
* netlist: refactored netlist creation. (nw) couriersud2019-01-151-41/+68
* netlist: Code refactoring. (nw) couriersud2019-01-141-8/+8
* netlist: Improve type safety for parameters. (nw) couriersud2019-01-131-29/+13
* netlist: Fix logging during object construction. (nw) couriersud2019-01-131-8/+5
* Move mainclock code from nl_base into header of nlid_system. (nw) couriersud2019-01-121-35/+2
* Fix clang-8 warnings. (nw) couriersud2019-01-111-3/+1
* Move NL_KEEP_STATISTICS from netlist_types to the individual use cases. couriersud2019-01-111-10/+10
* Refactoring and bug fixes. (nw) couriersud2019-01-101-2/+2
* Improve type safety on string->numeric conversions. (nw) couriersud2019-01-101-2/+2
* Fix reset order for nets. (nw) couriersud2019-01-071-9/+7
* Fix reported crash. (nw) couriersud2019-01-071-2/+5
* Code maintenance and bug fixes. (nw) couriersud2019-01-071-22/+6
* Code maintenance. (nw) couriersud2019-01-071-15/+14
* Code maintenance and fix for "pure virtual call" error. (nw) couriersud2019-01-061-2/+5
* More c++ alignment. pstring now behaves like std::string. (nw) couriersud2019-01-061-3/+2
* Netlist refactoring: couriersud2017-05-271-1/+1
* Netlist code refactoring: couriersud2017-04-091-53/+44
* Change pstring to use std::string as storage container. couriersud2017-03-301-2/+0
* Fix some cppcheck warnings. (nw) Couriersud2017-03-051-8/+8
* Netlist refactoring couriersud2017-02-251-5/+8
* Fix netlist stats collection. Code refactoring: couriersud2017-02-241-5/+9
* Improve readability. Add more c++11 noexcept and swap semantics. couriersud2017-02-221-11/+11
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-221-6/+4
* srcclean (nw) Vas Crabb2017-02-191-2/+2
* Optimized 7493 device. Gives some 5 to 10% improvement to pong. couriersud2017-02-161-8/+11
* Move inline constructors from header to cpp. (nw) couriersud2017-02-151-0/+27
* Remove duplicate save states / Save state simplification. (nw) couriersud2017-02-131-3/+3
* Optimize queue save state. (nw) couriersud2017-02-121-11/+16
* Reorder include order to comply with best practices. (nw) couriersud2017-02-101-3/+3
* Netlist: It is now possible to have multiple handlers per device ... couriersud2017-02-051-46/+105
* Add constexpr add noexcept. (nw) couriersud2017-02-051-4/+26
* build fix (nw) Lord-Nightmare2017-01-311-0/+1
* Fixed a number of issues: couriersud2017-01-311-17/+23
* Separate include file usage for netlist. couriersud2017-01-291-7/+7
* Fix bug which caused hazl1500 to crash. (nw) couriersud2017-01-281-6/+20
* More netlist refactoring: couriersud2017-01-251-29/+26
* Netlist refactoring: couriersud2017-01-251-10/+4
* srcclean (nw) Vas Crabb2017-01-221-8/+8
* Netlist: code refactoring couriersud2017-01-201-50/+2
* Assume string literals are UTF8 in netlist code. couriersud2017-01-201-2/+2
* Converted warnings and fatal log messages to constants. couriersud2017-01-201-4/+22
* Preparation work for automatically generated include file for devices. couriersud2017-01-161-1/+2
* Introduce a more structured approach to models. (nw) couriersud2017-01-151-0/+1
* Prepare source for consistent error message usage. (nw) couriersud2017-01-141-7/+11
* Add code to remove devices connected only to rail terminals. couriersud2017-01-141-0/+27
* Core refactoring couriersud2017-01-141-8/+7
* Improve readability and remove some trampolines. (nw) couriersud2017-01-121-11/+65
* - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-121-12/+31