summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/solver (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-223-10/+5
* srcclean (nw) Vas Crabb2017-02-194-5/+5
* Make sure netlist includes are not found directly on include path. couriersud2017-02-1015-40/+40
* Netlist: It is now possible to have multiple handlers per device ... couriersud2017-02-051-1/+0
* Fixed a number of issues: couriersud2017-01-318-152/+179
* Separate include file usage for netlist. couriersud2017-01-298-25/+15
* Solver stuff: couriersud2017-01-297-140/+173
* Fix a hidden bug in the GMRES solver and more optimization. (nw) couriersud2017-01-2813-232/+273
* Remove macro to avoid copying and replace with a struct. (nw) couriersud2017-01-273-4/+5
* Cleanup of includes. (nw) couriersud2017-01-273-2/+3
* Fix netlist code generation. (nw) couriersud2017-01-264-65/+85
* More netlist refactoring: couriersud2017-01-256-28/+25
* Netlist: code refactoring couriersud2017-01-203-11/+13
* Default argument on plib::environment now optional. (nw) couriersud2017-01-201-1/+1
* Converted warnings and fatal log messages to constants. couriersud2017-01-207-33/+24
* Netlist: couriersud2017-01-171-1/+1
* Register all devices using NETLIB_DEVICE_IMPL. Fix encoding issue. (nw) couriersud2017-01-161-0/+1
* Preparation work for automatically generated include file for devices. couriersud2017-01-161-0/+3
* Core refactoring couriersud2017-01-141-1/+1
* Fix seldom used conditional build options. couriersud2017-01-122-12/+15
* Improve readability and remove some trampolines. (nw) couriersud2017-01-126-16/+16
* No need for a virtual stop which is needed only by the solver. (nw) couriersud2017-01-082-2/+2
* Make stop be called again. Fix METHOD parameter. (nw) couriersud2017-01-081-1/+1
* Rename misleading solver parameters. (nw) couriersud2017-01-084-28/+27
* Remove parameter GS_THRESHOLD. It is now outdated. (nw) couriersud2017-01-082-48/+49
* Minor refactoring with focus on a bit more readability. (nw) couriersud2017-01-077-59/+59
* Fix startup when there are no timestep devices present, i.e. Capacitors couriersud2017-01-072-2/+4
* 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