summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_setup.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Fix DEBUG build. (nw) couriersud2017-05-271-1/+1
* Netlist code refactoring: couriersud2017-04-091-2/+2
* pstring, pdynlib, pfmtlog refactoring : couriersud2017-04-041-6/+6
* Change pstring to use std::string as storage container. couriersud2017-03-301-14/+12
* Turn psring iterator into a real forward iterator that works with standard al... Vas Crabb2017-03-301-7/+7
* More cppcheck fixes. (nw) Couriersud2017-03-051-8/+8
* Improve readability. Add more c++11 noexcept and swap semantics. couriersud2017-02-221-1/+0
* Fixed a number of issues: couriersud2017-01-311-5/+3
* Separate include file usage for netlist. couriersud2017-01-291-23/+22
* Fix bug which caused hazl1500 to crash. (nw) couriersud2017-01-281-13/+0
* Do not derive other classes from std::vector. More cleanup. (nw) couriersud2017-01-271-4/+4
* Cleanup of includes. (nw) couriersud2017-01-271-2/+0
* More netlist refactoring: couriersud2017-01-251-15/+5
* Netlist: code refactoring couriersud2017-01-201-4/+63
* Assume string literals are UTF8 in netlist code. couriersud2017-01-201-6/+7
* Default argument on plib::environment now optional. (nw) couriersud2017-01-201-1/+1
* Converted warnings and fatal log messages to constants. couriersud2017-01-201-45/+53
* 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-2/+0
* Move analog devices into "netlist::analog" namespace. Added couriersud2017-01-151-1/+1
* Add code to remove devices connected only to rail terminals. couriersud2017-01-141-3/+6
* Core refactoring couriersud2017-01-141-0/+3
* Improve readability and remove some trampolines. (nw) couriersud2017-01-121-70/+3
* - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-121-26/+2
* Move netlists into macro folder. (nw) couriersud2017-01-091-25/+1
* More cleanups. (nw) couriersud2017-01-061-8/+12
* Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-051-0/+18
* Fix parsing of macro devices. (nw) couriersud2017-01-041-1/+1
* Refactored factory. Use namespace "factory" instead of prefix factory_ couriersud2017-01-021-2/+2
* Simplify code. Introduce consistent approach to loading macro devices. couriersud2017-01-021-20/+11
* cstr() ==> c_str() (nw) couriersud2016-12-301-4/+4
* Align noexcept usage. Rename register_con to add_terminal for clearity. couriersud2016-12-301-15/+17
* Analog to digital proxy rework. (nw) couriersud2016-12-301-13/+57
* Some preparation for future changes on proxies and chip families. (nw) couriersud2016-12-281-4/+5
* Moved proxy code into separate file. (nw) couriersud2016-12-281-0/+1
* Simplify. (nw) couriersud2016-12-271-33/+34
* Fix loading roms in two devices. (nl) couriersud2016-12-271-1/+1
* Netlist: Roms now specify an identifier in the netlist. couriersud2016-12-271-13/+33
* Well, it sorta looks like Stunt Cycle, at least. (nw) MooglyGuy2016-12-261-0/+1
* -netlist: Added shared RAM pointer, for use by netlist RAM devices which need... therealmogminer@gmail.com2016-12-211-2/+2
* -netlist: Add simple ROM hookup capability. [Ryan Holtz] therealmogminer@gmail.com2016-12-211-0/+3
* Use noexcept in netlist code where appropriate. couriersud2016-08-071-4/+29
* Various netlist fixes: couriersud2016-08-061-14/+16
* Netlist updates: couriersud2016-07-211-102/+50
* Moved two macros, added more RAII and improved exceptions. Fixed some couriersud2016-07-091-1/+1
* Netlist improvements: couriersud2016-07-011-14/+22
* Remove shared_ptr usage and replace with plib:owned_ptr. Clean up nltool couriersud2016-06-241-1/+1
* Netlist changes couriersud2016-06-231-14/+76
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-84/+59