summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/solver
Commit message (Expand)AuthorAgeFilesLines
* netlist: fix bug recently introduced and some refactoring. (nw) couriersud2019-01-132-44/+39
* Fix bug in GMRES solver. (nw) couriersud2019-01-131-2/+2
* Reenable LOG_STATS - issue fixed by smf 12 months ago is gone. (nw) couriersud2019-01-132-10/+10
* Replace ATTR_UNUSED by c++ template. (nw) couriersud2019-01-132-3/+11
* Improve dealing ownership in pstreams. (nw) couriersud2019-01-131-2/+2
* Removed most inlines not necessary ... (nw) couriersud2019-01-128-34/+36
* Fix clang-8 warnings. (nw) couriersud2019-01-117-21/+19
* Move information where it belongs ... into the drivers. (nw) couriersud2019-01-101-1/+1
* Improve type safety on string->numeric conversions. (nw) couriersud2019-01-101-1/+1
* More c++ alignment. pstring now behaves like std::string. (nw) couriersud2019-01-061-8/+8
* srcclean and other cleanup (nw) Vas Crabb2018-06-242-0/+0
* disable netlist statistic logging on shutdown, because it triggers a use afte... smf-2018-01-311-1/+1
* Various code alignments across solvers. (nw) couriersud2017-05-277-76/+137
* Cleanup of solver code. (nw) couriersud2017-05-279-289/+46
* Netlist refactoring: couriersud2017-05-271-1/+1
* Changed Solver.PARALLEL parameter logic: couriersud2017-05-271-32/+12
* Fix VS2015 build. (nw) couriersud2017-04-091-1/+1
* Netlist code refactoring: couriersud2017-04-093-5/+5
* pstring, pdynlib, pfmtlog refactoring : couriersud2017-04-043-6/+16
* Change pstring to use std::string as storage container. couriersud2017-03-301-1/+2
* Fix openmp compile. (nw) couriersud2017-03-201-4/+4
* Fix clang warnings in netlist code. couriersud2017-03-059-12/+12
* More cppcheck fixes. (nw) Couriersud2017-03-053-2/+3
* 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