summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/analog/nlid_fourterm.cpp
Commit message (Expand)AuthorAgeFilesLines
* netlist: fix bug, prepare for future changes and improve readability (#9947) couriersud2022-06-201-107/+97
* netlist: static solver work and improve code readability (#9841) couriersud2022-05-301-1/+2
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-091-1/+1
* netlist: Fix various issues around include directories. couriersud2020-08-251-2/+2
* netlist: Rewrote scheduler scheduling. couriersud2020-07-251-8/+9
* netlist: Potential regression trigger. couriersud2020-07-171-5/+0
* netlist: code maintenance. couriersud2020-07-161-0/+5
* netlist: Small improvement to visibility in four terms. (nw) couriersud2020-05-011-7/+11
* netlist: rename some camel case names. (nw) couriersud2020-04-191-4/+4
* netlist: make gain parameter mandatory for controoled sources. (nw) couriersud2020-01-291-4/+4
* netlist: add current controlled voltage source (CCVS). [Couriersud] couriersud2020-01-261-0/+14
* netlist: code maintenance. (nw) couriersud2019-11-101-7/+7
* netlist: code maintenance and bug fixes. (nw) couriersud2019-11-081-5/+1
* netlist: code maintenance. (nw) couriersud2019-11-031-2/+0
* netlist: Completed __float128 support. [Couriersud] couriersud2019-11-031-3/+3
* netlist: improve readability. (nw) couriersud2019-11-021-15/+15
* netlist: add RELTOL/VNTOL solver parameters. Type safety. [Couriersud] couriersud2019-11-021-3/+4
* netlist: maintenance and simplifcation. (nw) couriersud2019-10-311-19/+19
* (nw) Clean up the mess on master Vas Crabb2019-03-261-31/+21
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-21/+31
* netlist: analog readability refactoring. (nw) couriersud2019-02-251-12/+12
* netlist: Fix relative include paths and a conflict. (nw) couriersud2019-02-231-2/+2
* netlist: constants are now constexpr functions. (nw) couriersud2019-02-091-12/+12
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-13/+13
* netlist: All devices now specify parameters in factory constructor. (nw) couriersud2019-02-011-4/+4
* netlist: code maintenance and fixing kidniki ... (nw) couriersud2019-02-011-10/+0
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-221-4/+4
* Make sure netlist includes are not found directly on include path. couriersud2017-02-101-2/+2
* Separate include file usage for netlist. couriersud2017-01-291-0/+134