summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_factory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* netlist: code maintenance. (nw) couriersud2019-11-131-4/+11
* netlist: maintenance. (nw) couriersud2019-11-081-10/+9
* netlist: Use unique_ptr where possible. (nw) couriersud2019-10-151-4/+4
* netlist: maintenance and lint fixes. (nw) couriersud2019-10-061-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-36/+51
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-51/+36
* netlist: memory code refactoring. (nw) couriersud2019-03-011-3/+3
* netlist: cosmetic changes - mostly indentation. (nw) couriersud2019-03-011-2/+2
* netlist: Fix relative include paths and a conflict. (nw) couriersud2019-02-231-1/+1
* Move ptime struct into plib namespace and fix relative includes. (nw) couriersud2019-02-231-1/+1
* netlist: memory management. [Couriersud] couriersud2019-02-221-5/+5
* netlist: refactoring startup process and array usage. (nw) couriersud2019-02-171-1/+1
* netlist: Separation of duties. (nw) couriersud2019-02-161-8/+7
* netlist: memory pool now supports aligned storage. (nw) couriersud2019-02-161-4/+5
* netlist: more memory allocation refactoring. (nw) couriersud2019-02-141-3/+3
* netlist: More cpp core guidelines alignment. (nw) couriersud2019-02-111-2/+6
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-6/+14
* netlist: All devices now specify parameters in factory constructor. (nw) couriersud2019-02-011-22/+14
* netlist: More run/setup separation. (nw) couriersud2019-01-181-6/+6
* netlist: refactored netlist creation. (nw) couriersud2019-01-151-6/+6
* Fix clang-8 warnings. (nw) couriersud2019-01-111-0/+1
* Move information where it belongs ... into the drivers. (nw) couriersud2019-01-101-1/+11
* cheekyms: add preliminary netlist sound based on schematics provided by Sam G... Vas Crabb2017-05-261-0/+0
* More cppcheck fixes. (nw) Couriersud2017-03-051-1/+1
* Fix VS2015 compile. (nw) couriersud2017-02-221-2/+2
* Improve readability. Add more c++11 noexcept and swap semantics. couriersud2017-02-221-1/+1
* Separate include file usage for netlist. couriersud2017-01-291-17/+15
* Remove macro to avoid copying and replace with a struct. (nw) couriersud2017-01-271-6/+2
* Cleanup of includes. (nw) couriersud2017-01-271-6/+0
* More netlist refactoring: couriersud2017-01-251-11/+4
* Register all devices using NETLIB_DEVICE_IMPL. Fix encoding issue. (nw) couriersud2017-01-161-1/+10
* Keep track were registry elements are created. (nw) couriersud2017-01-161-2/+20
* Move analog devices into "netlist::analog" namespace. Added couriersud2017-01-151-0/+1
* Prepare source for consistent error message usage. (nw) couriersud2017-01-141-10/+2
* Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-051-17/+14
* Fix some pedantic clang warnings. (nw) couriersud2017-01-051-1/+1
* Refactored factory. Use namespace "factory" instead of prefix factory_ couriersud2017-01-021-22/+55
* Simplify code. Introduce consistent approach to loading macro devices. couriersud2017-01-021-2/+1
* Various netlist fixes: couriersud2016-08-061-0/+1
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-1/+0
* Netlist changes couriersud2016-06-231-6/+6
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-1/+1
* - More code cleanup. couriersud2016-06-071-0/+1
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-11/+24
* Leading underscore massacre. (nw) couriersud2016-05-271-6/+6
* Moved more code into plib namespace. (nw) couriersud2016-05-271-9/+9
* Converted more devices to new layout. Improved memory handling in couriersud2016-05-211-12/+11
* Continuing work to move object initialization from start to constructor. couriersud2016-05-161-0/+9
* More automatic memory handling. (nw) couriersud2016-05-161-1/+1
* Some minor changes towards c++11. couriersud2016-05-081-12/+12