summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/solver
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-253-4/+4
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-213-88/+75
* Continuing work to move object initialization from start to constructor. couriersud2016-05-164-32/+21
* Some use of share_ptr to ease memory management. (nw) couriersud2016-05-121-2/+1
* Align object registration syntax. (nw) couriersud2016-05-101-4/+4
* Rename connect_direct to connect_post_start to reflect usage. (nw) couriersud2016-05-101-1/+1
* Some minor changes towards c++11. couriersud2016-05-083-6/+6
* Fix standalone-compile. couriersud2016-05-063-6/+6
* Converted most subdevices to unique_ptr. This is a temporary measure couriersud2016-05-0212-40/+50
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-275-7/+6
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-243-10/+10
* Implemented dynamic loading of precompiled solver code. [Couriersud] couriersud2016-04-236-641/+155
* 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-158-74/+343
* | 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-156-49/+44
|/
* netlist_t no longer descends from netlist::object_t. couriersud2016-04-101-0/+3
* Use c++11 features to use more templates. couriersud2016-04-097-177/+78
* Solver model simplification. couriersud2016-04-096-400/+133
* Align with standalone-build. couriersud2016-04-092-14/+13
* 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-085-28/+33
* 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-303-7/+7
* 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-282-16/+11
* netlist: couriersud2016-03-276-243/+224
* netlist: couriersud2016-03-279-158/+102
* Fix kidniki sound speed. Make more class members private. couriersud2016-03-261-3/+1
* netlist: prepare code so that matrices can be allocated in one chunk of couriersud2016-03-264-26/+60
* Netlist: code maintenance couriersud2016-03-236-29/+46
* netlist: rename plist_t to pvector_t to clarify origin. couriersud2016-03-142-13/+13
* Remove gcc pragmas. These caused problems with MS compiler. couriersud2016-03-141-2/+0
* netlist updates: couriersud2016-03-144-45/+41
* netlist override update (nw) Miodrag Milanovic2015-12-068-24/+24
* These are not needed with official tools (nw) Miodrag Milanovic2015-11-101-12/+0
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-5/+5