summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_setup.cpp
Commit message (Expand)AuthorAgeFilesLines
* netlist: Improved MOS transistor model. [Couriersud] couriersud2019-03-291-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-344/+494
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-494/+344
* netlist: refactor model code. (nw) couriersud2019-03-181-40/+48
* netlist: Add UJT example for 2N6027. couriersud2019-03-171-0/+1
* netlist: Fix formatting bug. (nw) couriersud2019-03-171-5/+0
* netlist: fix bugs in object initialization order. (nw) Couriersud2019-03-061-37/+28
* netlist: memory code refactoring. (nw) couriersud2019-03-011-7/+7
* netlist: fix visibility issues and more issues reported by tidy. (nw) couriersud2019-02-221-7/+7
* netlist: memory management. [Couriersud] couriersud2019-02-221-8/+8
* netlist: remove locked-in context from sources. (nw) couriersud2019-02-171-5/+5
* netlist: refactoring startup process and array usage. (nw) couriersud2019-02-171-17/+19
* (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... Vas Crabb2019-02-181-1/+1
* netlist: Separation of duties. (nw) couriersud2019-02-161-195/+207
* netlist: memory pool now supports aligned storage. (nw) couriersud2019-02-161-15/+15
* netlist: more memory allocation refactoring. (nw) couriersud2019-02-141-7/+6
* netlist: More cpp core guidelines alignment. (nw) couriersud2019-02-111-2/+2
* netlist: Fix crashes on certain hardware/library combos. (nw) couriersud2019-02-091-0/+1
* netlist: more core guidelines work. (nw) couriersud2019-02-091-5/+5
* netlist: constants are now constexpr functions. (nw) couriersud2019-02-091-2/+2
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-33/+58
* netlist: Refactoring and some functionality enhancements. (nw) couriersud2019-02-041-5/+6
* netlist: fix some issues. (nw) couriersud2019-02-021-3/+36
* netlist: pstream and ppreprocessor (now a pistream) refactoring. (nw) couriersud2019-01-191-15/+6
* netlist: More run/setup separation. (nw) couriersud2019-01-181-6/+132
* netlist: refactored netlist creation. (nw) couriersud2019-01-151-5/+5
* netlist: Code refactoring. (nw) couriersud2019-01-141-14/+3
* netlist: Improve type safety for parameters. (nw) couriersud2019-01-131-35/+5
* netlist: Fix logging during object construction. (nw) couriersud2019-01-131-2/+2
* Improve dealing ownership in pstreams. (nw) couriersud2019-01-131-7/+7
* Improve type safety on string->numeric conversions. (nw) couriersud2019-01-101-5/+8
* add C++ standard library headers for things that are used (nw) Vas Crabb2019-01-071-0/+2
* Code maintenance and fix for "pure virtual call" error. (nw) couriersud2019-01-061-10/+11
* More c++ alignment. pstring now behaves like std::string. (nw) couriersud2019-01-061-17/+17
* 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