summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_ne555.cpp
Commit message (Expand)AuthorAgeFilesLines
* netlist: Add the NE566 as a macro device. [Couriersud] couriersud2020-05-011-21/+0
* netlist: More clang-tidy fixes. (nw) couriersud2020-04-281-15/+15
* netlist: improve readability. (nw) couriersud2020-04-251-2/+2
* netlist: code and documentation maintenance fixes. [Couriersud] couriersud2019-11-071-37/+58
* netlist: improve readability. (nw) couriersud2019-11-021-9/+9
* netlist: add RELTOL/VNTOL solver parameters. Type safety. [Couriersud] couriersud2019-11-021-9/+9
* netlist: maintenance and simplifcation. (nw) couriersud2019-10-311-4/+4
* netlist: Improve validation code. couriersud2019-04-161-1/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-44/+57
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-57/+44
* netlist: add MC1455P as device. (nw) couriersud2019-03-171-0/+2
* netlist: Add output resistance to NE555. couriersud2019-03-171-2/+9
* New working machine couriersud2019-03-121-3/+5
* netlist: fix breakout paddle regression. (nw) couriersud2019-03-101-12/+16
* netlist: fix reset bug in 555 device. (nw) Couriersud2019-03-091-11/+12
* srcclean (nw) Vas Crabb2019-02-241-1/+1
* netlist: Fix relative include paths and a conflict. (nw) couriersud2019-02-231-2/+2
* netlist: All devices now specify parameters in factory constructor. (nw) couriersud2019-02-011-2/+2
* netlist: remove trampoline code. (nw) couriersud2019-02-011-6/+6
* Removed most inlines not necessary ... (nw) couriersud2019-01-121-14/+11
* Move information where it belongs ... into the drivers. (nw) couriersud2019-01-101-2/+2
* Make sure netlist includes are not found directly on include path. couriersud2017-02-101-2/+2
* Doxygen work. How the heck can one enforce a consistent device couriersud2017-02-051-10/+8
* Some documentation work. couriersud2017-02-051-2/+45
* Separate include file usage for netlist. couriersud2017-01-291-1/+1
* More netlist refactoring: couriersud2017-01-251-1/+1
* Move analog devices into "netlist::analog" namespace. Added couriersud2017-01-151-4/+4
* Core refactoring couriersud2017-01-141-3/+3
* - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-121-4/+4
* Netlist updates: couriersud2016-07-211-7/+7
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-2/+0
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-7/+4
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-071-4/+4
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-50/+121
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-211-25/+0
* Continuing work to move object initialization from start to constructor. couriersud2016-05-161-45/+21
* Align object registration syntax. (nw) couriersud2016-05-101-4/+4
* Converted most subdevices to unique_ptr. This is a temporary measure couriersud2016-05-021-28/+28
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+129