summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_setup.cpp
Commit message (Expand)AuthorAgeFilesLines
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-211-8/+9
* More memory timebombs removed. (nw) couriersud2016-05-211-2/+12
* Converted more devices to new layout. Improved memory handling in couriersud2016-05-211-16/+19
* Continuing work to move object initialization from start to constructor. couriersud2016-05-161-20/+14
* More automatic memory handling. (nw) couriersud2016-05-161-25/+18
* Some use of share_ptr to ease memory management. (nw) couriersud2016-05-121-10/+7
* Code simplification couriersud2016-05-121-25/+4
* Devices are now created after the netlist was parsed. This enables us couriersud2016-05-121-1/+26
* Don't include netlist name in device names. (nw) couriersud2016-05-121-2/+4
* Code simplification. (nw) couriersud2016-05-121-22/+22
* A step towards late creation of devices. (nw) couriersud2016-05-101-8/+7
* Align object registration syntax. (nw) couriersud2016-05-101-0/+17
* Converted most subdevices to unique_ptr. This is a temporary measure couriersud2016-05-021-20/+18
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-15/+15
* netlist_t no longer descends from netlist::object_t. couriersud2016-04-101-5/+0
* Netlist: code maintenance couriersud2016-03-231-13/+8
* netlist: rename plist_t to pvector_t to clarify origin. couriersud2016-03-141-4/+4
* netlist updates: couriersud2016-03-141-62/+49
* netlist override update (nw) Miodrag Milanovic2015-12-061-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1054