summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implement 7404 as macro device. (nw) couriersud2016-05-036-193/+98
* Converted most subdevices to unique_ptr. This is a temporary measure couriersud2016-05-0295-1118/+1140
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-279-22/+20
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-2424-158/+158
* Add missing files. couriersud2016-04-232-0/+132
* Implemented dynamic loading of precompiled solver code. [Couriersud] couriersud2016-04-2311-701/+212
* Simplify solver infrastructure. couriersud2016-04-189-63/+35
* merge me later bug fix couriersud2016-04-181-1/+4
* Merge me later couriersud2016-04-182-0/+619
* Merge pull request #809 from jmakovicka/master Miodrag Milanović2016-04-161-2/+2
|\
| * Fix type mismatch Jindřich Makovička2016-04-131-2/+2
* | Significant speed improvement: couriersud2016-04-159-74/+346
* | Recover from creating solvers by copy paste. Move common code were it couriersud2016-04-1510-408/+232
* | Moved solver members to proper place. Minor code changes. (nw) couriersud2016-04-158-55/+44
|/
* netlist_t no longer descends from netlist::object_t. couriersud2016-04-105-36/+47
* Get rid of some init_object calls. couriersud2016-04-103-10/+27
* Replace macros with templates. couriersud2016-04-102-16/+38
* Use templates in nl_math. couriersud2016-04-091-13/+18
* Use c++11 features to use more templates. couriersud2016-04-097-177/+78
* Solver model simplification. couriersud2016-04-097-414/+153
* Align with standalone-build. couriersud2016-04-093-16/+15
* nld_ms_sm.h: better use '!' instead of 'not' (nw) yz70s2016-04-081-1/+1
* Minor changes, mostly signed comparisons and adding includes for couriersud2016-04-089-38/+42
* Added m62(kidniki) to nl.lua. Started some experiments around parallel couriersud2016-04-082-11/+197
* Visual Studio 2015 netlist fix. (nw) dankan18902016-03-301-1/+2
* Try to fix netlist build visual studio 2015 yz70s2016-03-302-2/+2
* Cleanups and version bump Miodrag Milanovic2016-03-305-12/+11
* Remove sorting from Sherman-Morrison solver. It doesn't help. couriersud2016-03-291-53/+17
* Added woodbury solver to netlist. [Couriersud] couriersud2016-03-292-1/+698
* Visual Studio compile fix. (nw) dankan18902016-03-281-1/+1
* fix compile. (nw) dankan18902016-03-281-1/+1
* Added some notes about Sherman-Morrison. couriersud2016-03-281-0/+25
* Fix crash in stat output when no calculations were run couriersud2016-03-284-49/+66
* First version of Sherman-Morrison solver. couriersud2016-03-283-1/+639
* Fix pivoting and float usage. couriersud2016-03-284-18/+17
* netlist: couriersud2016-03-2710-246/+229
* netlist: couriersud2016-03-279-158/+102
* Fix kidniki sound speed. Make more class members private. couriersud2016-03-263-9/+15
* netlist: prepare code so that matrices can be allocated in one chunk of couriersud2016-03-265-27/+61
* Fix a bug. couriersud2016-03-261-1/+1
* Netlist: code maintenance couriersud2016-03-2321-270/+238
* Use std::atomic in nl_lists.h with OpenMP Vas Crabb2016-03-221-3/+6
* Netlist: Some code simplification couriersud2016-03-163-41/+9
* netlist: rename plist_t to pvector_t to clarify origin. couriersud2016-03-1420-98/+97
* Remove gcc pragmas. These caused problems with MS compiler. couriersud2016-03-141-2/+0
* netlist updates: couriersud2016-03-1429-617/+391
* consistency fixes and add missed files (nw) Miodrag Milanovic2016-03-049-4/+18
* more fixes (nw) Miodrag Milanovic2016-02-252-18/+18
* renamed names that clash system defines in various environments (nw) Miodrag Milanovic2016-02-252-15/+15
* Add a BC548 transistor model Vas Crabb2016-02-121-1/+2