summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/solver
Commit message (Expand)AuthorAgeFilesLines
...
* Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-053-533/+567
* Minor refactoring and renaming exercise. (nw) couriersud2017-01-042-2/+6
* cstr() ==> c_str() (nw) couriersud2016-12-301-2/+2
* Align noexcept usage. Rename register_con to add_terminal for clearity. couriersud2016-12-301-1/+1
* Use noexcept in netlist code where appropriate. couriersud2016-08-071-1/+1
* Various netlist fixes: couriersud2016-08-061-21/+59
* Netlist updates: couriersud2016-07-2113-165/+162
* Netlist improvements: couriersud2016-07-016-29/+32
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-292-3/+3
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-2513-13/+0
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-1610-157/+129
* - More code cleanup. couriersud2016-06-0711-103/+131
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-073-6/+4
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-0713-28/+80
* Leading underscore massacre. (nw) couriersud2016-05-2712-223/+223
* Moved more code into plib namespace. (nw) couriersud2016-05-279-61/+61
* Remove dependency on osd_ticks. Converted palloc and friends into couriersud2016-05-272-14/+14
* Moved all parameter definitions in constructors. (nw) couriersud2016-05-255-45/+36
* 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