summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/solver
Commit message (Expand)AuthorAgeFilesLines
* netlist: runtime performance statistics on demand. couriersud2019-04-224-12/+1
* netlist: Add more validations and fix issues identified. couriersud2019-04-213-4/+1
* netlist: scalable error messages. couriersud2019-04-182-7/+6
* netlist: Improve validation code. couriersud2019-04-161-1/+1
* netlist: clang lint fixes and pedantic warning fixes. (nw) couriersud2019-04-122-16/+16
* netlist: TYPE=2 opamp model and MB3614 fixes. couriersud2019-04-071-1/+4
* netlist: Improved MOS transistor model. [Couriersud] couriersud2019-03-292-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-2616-2841/+2231
* Revert "conflict resolution (nw)" andreasnaive2019-03-2516-2231/+2841
* netlist: add MOSFET model. [Couriersud] couriersud2019-03-251-0/+1
* netlist: refactoring. (nw) couriersud2019-03-011-2/+2
* netlist: memory code refactoring. (nw) couriersud2019-03-013-9/+9
* Netlist: improve readability. (nw) couriersud2019-03-013-19/+25
* netlist: cosmetic changes - mostly indentation. (nw) couriersud2019-03-0112-1193/+1168
* netlist: analog readability refactoring. (nw) couriersud2019-02-253-15/+15
* netlist: fix bugs in the alignment code. (nw) couriersud2019-02-253-22/+25
* netlist: tidy changes and better constexpr support for ptime class. (nw) couriersud2019-02-247-16/+16
* netlist: more alignment related refactoring. (nw) couriersud2019-02-244-43/+65
* Move fillmatrix to to matrix solver base class. (nw) couriersud2019-02-243-40/+45
* Prepare further optimization. (nw) couriersud2019-02-245-27/+22
* srcclean (nw) Vas Crabb2019-02-241-1/+1
* netlist: Fix relative include paths and a conflict. (nw) couriersud2019-02-232-3/+3
* Move ptime struct into plib namespace and fix relative includes. (nw) couriersud2019-02-238-16/+17
* netlist: Fix some more exotic compile options. (nw) couriersud2019-02-237-45/+33
* Fix indentation. (nw) couriersud2019-02-222-739/+739
* netlist: fix visibility issues and more issues reported by tidy. (nw) couriersud2019-02-223-13/+6
* netlist: memory management. [Couriersud] couriersud2019-02-226-28/+40
* netlist: fix a bug and some performance tweaks. (nw) couriersud2019-02-202-10/+25
* (nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will... Vas Crabb2019-02-192-8/+7
* netlist: memory pool now supports aligned storage. (nw) couriersud2019-02-165-12/+12
* netlist: more memory allocation refactoring. (nw) couriersud2019-02-142-4/+4
* netlist: memory allocation clean-up. (nw) couriersud2019-02-132-3/+3
* netlist: More cpp core guidelines alignment. (nw) couriersud2019-02-1110-42/+20
* netlist: more core guidelines work. (nw) couriersud2019-02-0912-42/+42
* netlist: constants are now constexpr functions. (nw) couriersud2019-02-093-7/+7
* netlist: make constants struct members constexpr const. (nw) couriersud2019-02-082-3/+3
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-0713-158/+135
* netlist: Further simplification and optimization. (nw) couriersud2019-02-041-1/+1
* netlist: All devices now specify parameters in factory constructor. (nw) couriersud2019-02-011-1/+1
* netlist: remove trampoline code. (nw) couriersud2019-02-011-1/+1
* netlist: code maintenance and fixing kidniki ... (nw) couriersud2019-02-014-15/+18
* netlist: Refactoring continues ... plus some innovations (nw) couriersud2019-01-3114-1046/+392
* srcclean and cleanup (nw) Vas Crabb2019-01-272-6/+6
* Fix clang build (nw) AJR2019-01-262-1/+2
* netlist: refactor code for better scalability and flexibility. (nw) couriersud2019-01-2714-861/+928
* netlist: add comment processing to preprocessor. [couriersud] couriersud2019-01-201-1/+1
* netlist: Fix assertion. (nw) couriersud2019-01-191-1/+1
* netlist: Remove const on return types and non-necessary ref-by. (nw) couriersud2019-01-192-2/+2
* netlist: More run/setup separation. (nw) couriersud2019-01-186-27/+27
* netlist: refactored netlist creation. (nw) couriersud2019-01-1513-22/+22