summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix Clang build. it still fails b/c of the file and directory stuff. (nw) arbee2016-06-241-2/+2
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-11/+7
* Remove shared_ptr usage and replace with plib:owned_ptr. Clean up nltool couriersud2016-06-241-2/+2
* Netlist changes couriersud2016-06-231-69/+70
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-88/+66
* - More code cleanup. couriersud2016-06-071-163/+141
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-071-145/+70
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-24/+25
* Moved more code into plib namespace. (nw) couriersud2016-05-271-14/+14
* Remove dependency on osd_ticks. Converted palloc and friends into couriersud2016-05-271-1/+1
* Moved all parameter definitions in constructors. (nw) couriersud2016-05-251-40/+59
* Fixed breakout attract mode. (nw) couriersud2016-05-251-0/+9
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-8/+5
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-211-58/+47
* More memory timebombs removed. (nw) couriersud2016-05-211-2/+0
* Converted more devices to new layout. Improved memory handling in couriersud2016-05-211-14/+22
* Continuing work to move object initialization from start to constructor. couriersud2016-05-161-39/+73
* More automatic memory handling. (nw) couriersud2016-05-161-9/+10
* Some use of share_ptr to ease memory management. (nw) couriersud2016-05-121-34/+41
* Code simplification couriersud2016-05-121-2/+17
* Align object registration syntax. (nw) couriersud2016-05-101-29/+3
* Rename connect_direct to connect_post_start to reflect usage. (nw) couriersud2016-05-101-1/+4
* Simplify object model by removing default_logic_family(). couriersud2016-05-081-1/+1
* Converted most subdevices to unique_ptr. This is a temporary measure couriersud2016-05-021-31/+19
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-27/+27
* Implemented dynamic loading of precompiled solver code. [Couriersud] couriersud2016-04-231-1/+9
* Moved solver members to proper place. Minor code changes. (nw) couriersud2016-04-151-4/+0
* netlist_t no longer descends from netlist::object_t. couriersud2016-04-101-16/+28
* Get rid of some init_object calls. couriersud2016-04-101-4/+20
* netlist: couriersud2016-03-271-1/+2
* Fix kidniki sound speed. Make more class members private. couriersud2016-03-261-1/+1
* Netlist: code maintenance couriersud2016-03-231-32/+34
* Netlist: Some code simplification couriersud2016-03-161-31/+6
* netlist updates: couriersud2016-03-141-63/+47
* netlist override update (nw) Miodrag Milanovic2015-12-061-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1050