summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_setup.h
Commit message (Expand)AuthorAgeFilesLines
* netlist: Fix logging during object construction. (nw) couriersud2019-01-131-2/+2
* Improve dealing ownership in pstreams. (nw) couriersud2019-01-131-1/+1
* Code maintenance and fix for "pure virtual call" error. (nw) couriersud2019-01-061-1/+2
* More c++ alignment. pstring now behaves like std::string. (nw) couriersud2019-01-061-2/+2
* Netlist code refactoring: couriersud2017-04-091-2/+2
* More cppcheck fixes. (nw) Couriersud2017-03-051-9/+9
* Avoid conflict with Apple C++ runtime header nl_types.h Vas Crabb2017-02-041-1/+1
* Fixed a number of issues: couriersud2017-01-311-2/+0
* Separate include file usage for netlist. couriersud2017-01-291-7/+31
* Remove macro to avoid copying and replace with a struct. (nw) couriersud2017-01-271-2/+1
* Cleanup of includes. (nw) couriersud2017-01-271-12/+4
* More netlist refactoring: couriersud2017-01-251-2/+2
* Netlist: code refactoring couriersud2017-01-201-1/+3
* Assume string literals are UTF8 in netlist code. couriersud2017-01-201-1/+1
* Converted warnings and fatal log messages to constants. couriersud2017-01-201-1/+1
* Keep track were registry elements are created. (nw) couriersud2017-01-161-4/+4
* Preparation work for automatically generated include file for devices. couriersud2017-01-161-0/+3
* Improve readability and remove some trampolines. (nw) couriersud2017-01-121-3/+3
* - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-121-2/+2
* Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-051-15/+2
* Refactored factory. Use namespace "factory" instead of prefix factory_ couriersud2017-01-021-4/+4
* Simplify code. Introduce consistent approach to loading macro devices. couriersud2017-01-021-4/+1
* Analog to digital proxy rework. (nw) couriersud2016-12-301-0/+1
* Moved proxy code into separate file. (nw) couriersud2016-12-281-1/+3
* Simplify. (nw) couriersud2016-12-271-1/+4
* Netlist: Roms now specify an identifier in the netlist. couriersud2016-12-271-16/+35
* Use noexcept in netlist code where appropriate. couriersud2016-08-071-0/+2
* Various netlist fixes: couriersud2016-08-061-1/+0
* Netlist updates: couriersud2016-07-211-39/+31
* Netlist improvements: couriersud2016-07-011-1/+12
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-3/+1
* Remove shared_ptr usage and replace with plib:owned_ptr. Clean up nltool couriersud2016-06-241-2/+2
* Netlist changes couriersud2016-06-231-49/+118
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-12/+16
* - More code cleanup. couriersud2016-06-071-11/+5
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-071-1/+1
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-2/+2
* Leading underscore massacre. (nw) couriersud2016-05-271-32/+32
* Moved more code into plib namespace. (nw) couriersud2016-05-271-13/+13
* Moved all parameter definitions in constructors. (nw) couriersud2016-05-251-1/+3
* fix android build (nw) Miodrag Milanovic2016-05-241-2/+2
* Converted more devices to new layout. Improved memory handling in couriersud2016-05-211-8/+12
* Continuing work to move object initialization from start to constructor. couriersud2016-05-161-1/+2
* More automatic memory handling. (nw) couriersud2016-05-161-1/+10
* Code simplification couriersud2016-05-121-12/+8
* mergeme couriersud2016-05-121-4/+3
* Devices are now created after the netlist was parsed. This enables us couriersud2016-05-121-3/+5
* Code simplification. (nw) couriersud2016-05-121-26/+3
* A step towards late creation of devices. (nw) couriersud2016-05-101-2/+2
* Some minor changes towards c++11. couriersud2016-05-081-1/+1