summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib
Commit message (Expand)AuthorAgeFilesLines
* netlist: add more defines to nltool -v --version output couriersud2019-05-011-2/+2
* netlist: move things where they belong (nw) couriersud2019-04-291-5/+29
* netlist: fix include order and logging queue stats (nw) couriersud2019-04-281-3/+3
* plib: don't assume constructors will only throw things derived from std::exce... Vas Crabb2019-04-242-2/+2
* netlist: fix validation errors. (nw) couriersud2019-04-231-3/+10
* netlist: fix exception handling and uninitialized var. (nw) couriersud2019-04-223-3/+3
* netlist/plib: Fix memory leak when exception is thrown in constructor. couriersud2019-04-222-2/+28
* netlist: Fix MT06827. couriersud2019-04-224-17/+30
* netlist: fix some error/warnings. (nw) couriersud2019-04-222-71/+75
* netlist: minor optimization. (nw) couriersud2019-04-221-1/+1
* netlist: lint and pedantic warning fixes. (nw) couriersud2019-04-221-0/+6
* netlist: srcclean (nw) couriersud2019-04-181-4/+4
* netlist: scalable error messages. couriersud2019-04-181-0/+6
* plib: mempool refactoring. (nw) couriersud2019-04-171-24/+19
* netlist: Improve validation code. couriersud2019-04-161-1/+1
* netlist: Add validation support to netlist device. couriersud2019-04-152-15/+33
* plib: fix crash when argument is missing. (nw) couriersud2019-04-131-1/+3
* netlist: clang lint fixes and pedantic warning fixes. (nw) couriersud2019-04-124-6/+7
* netlist: MB3614 again, function controlled VARCLOCK and other couriersud2019-04-073-7/+21
* netlist: TYPE=2 opamp model and MB3614 fixes. couriersud2019-04-071-3/+4
* Netlist: Add global parameter to disable semi-conductor capacitance couriersud2019-03-311-0/+1
* netlist: Timing bug fix. Affects regression tests. [Couriersud] couriersud2019-03-291-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-2638-1497/+4004
* Revert "conflict resolution (nw)" andreasnaive2019-03-2538-4004/+1497
* netlist: add MOSFET model. [Couriersud] couriersud2019-03-252-1/+30
* srcclean (nw) Vas Crabb2019-03-241-1/+1
* netlist: refactor model code. (nw) couriersud2019-03-181-0/+6
* netlist: Added B-E and B-C capacitance to EB model. [Couriersud] couriersud2019-03-171-0/+6
* Fix bug. (nw) couriersud2019-03-171-1/+1
* netlist: Fix formatting bug. (nw) couriersud2019-03-171-50/+58
* netlist: remove printf. (nw) couriersud2019-03-022-2/+3
* netlist: refactoring. (nw) couriersud2019-03-017-90/+26
* netlist: memory code refactoring. (nw) couriersud2019-03-018-266/+259
* netlist: clang tidy. (nw) couriersud2019-03-011-1/+1
* netlist: cosmetic changes - mostly indentation. (nw) couriersud2019-03-019-26/+25
* netlist: fix bugs in the alignment code. (nw) couriersud2019-02-254-34/+79
* netlist: tidy changes and better constexpr support for ptime class. (nw) couriersud2019-02-248-53/+52
* netlist: more alignment related refactoring. (nw) couriersud2019-02-247-72/+213
* Move fillmatrix to to matrix solver base class. (nw) couriersud2019-02-242-3/+11
* srcclean (nw) Vas Crabb2019-02-245-75/+75
* Move ptime struct into plib namespace and fix relative includes. (nw) couriersud2019-02-231-0/+136
* netlist: Fix some more exotic compile options. (nw) couriersud2019-02-231-1/+1
* netlist: fix visibility issues and more issues reported by tidy. (nw) couriersud2019-02-2219-60/+84
* netlist: memory management. [Couriersud] couriersud2019-02-228-50/+257
* netlist: fix a bug and some performance tweaks. (nw) couriersud2019-02-203-22/+48
* (nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will... Vas Crabb2019-02-192-5/+5
* netlist: tick off some issues clang-tidy highlights. (nw) couriersud2019-02-186-193/+217
* netlist: refactoring startup process and array usage. (nw) couriersud2019-02-172-12/+13
* netlist: memory pool now supports aligned storage. (nw) couriersud2019-02-166-54/+164
* netlist: indent. (nw) couriersud2019-02-131-114/+114