summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/solver/nld_solver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* netlist: memory pool now supports aligned storage. (nw) couriersud2019-02-161-7/+7
* netlist: memory allocation clean-up. (nw) couriersud2019-02-131-2/+2
* netlist: More cpp core guidelines alignment. (nw) couriersud2019-02-111-17/+12
* netlist: more core guidelines work. (nw) couriersud2019-02-091-2/+2
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-13/+13
* netlist: Further simplification and optimization. (nw) couriersud2019-02-041-1/+1
* netlist: All devices now specify parameters in factory constructor. (nw) couriersud2019-02-011-1/+1
* netlist: remove trampoline code. (nw) couriersud2019-02-011-1/+1
* netlist: code maintenance and fixing kidniki ... (nw) couriersud2019-02-011-4/+5
* netlist: Refactoring continues ... plus some innovations (nw) couriersud2019-01-311-1/+1
* netlist: refactor code for better scalability and flexibility. (nw) couriersud2019-01-271-35/+34
* netlist: add comment processing to preprocessor. [couriersud] couriersud2019-01-201-1/+1
* netlist: More run/setup separation. (nw) couriersud2019-01-181-13/+13
* netlist: refactored netlist creation. (nw) couriersud2019-01-151-3/+3
* netlist: Code refactoring. (nw) couriersud2019-01-141-2/+2
* netlist: Fix logging during object construction. (nw) couriersud2019-01-131-1/+1
* netlist: fix bug recently introduced and some refactoring. (nw) couriersud2019-01-131-42/+36
* Reenable LOG_STATS - issue fixed by smf 12 months ago is gone. (nw) couriersud2019-01-131-8/+8
* Replace ATTR_UNUSED by c++ template. (nw) couriersud2019-01-131-2/+8
* Fix clang-8 warnings. (nw) couriersud2019-01-111-4/+5
* 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
* Various code alignments across solvers. (nw) couriersud2017-05-271-6/+12
* Netlist refactoring: couriersud2017-05-271-1/+1
* Changed Solver.PARALLEL parameter logic: couriersud2017-05-271-32/+12
* Fix openmp compile. (nw) couriersud2017-03-201-4/+4
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-221-2/+1
* Make sure netlist includes are not found directly on include path. couriersud2017-02-101-2/+2
* Netlist: It is now possible to have multiple handlers per device ... couriersud2017-02-051-1/+0
* Fixed a number of issues: couriersud2017-01-311-2/+10
* Separate include file usage for netlist. couriersud2017-01-291-1/+3
* Solver stuff: couriersud2017-01-291-71/+70
* Fix a hidden bug in the GMRES solver and more optimization. (nw) couriersud2017-01-281-6/+21
* Remove macro to avoid copying and replace with a struct. (nw) couriersud2017-01-271-1/+2
* Cleanup of includes. (nw) couriersud2017-01-271-1/+0
* Fix netlist code generation. (nw) couriersud2017-01-261-20/+23
* More netlist refactoring: couriersud2017-01-251-3/+6
* Netlist: code refactoring couriersud2017-01-201-1/+2
* Default argument on plib::environment now optional. (nw) couriersud2017-01-201-1/+1
* Converted warnings and fatal log messages to constants. couriersud2017-01-201-11/+11
* Register all devices using NETLIB_DEVICE_IMPL. Fix encoding issue. (nw) couriersud2017-01-161-0/+1
* Fix seldom used conditional build options. couriersud2017-01-121-3/+3
* Improve readability and remove some trampolines. (nw) couriersud2017-01-121-5/+5
* No need for a virtual stop which is needed only by the solver. (nw) couriersud2017-01-081-1/+1
* Rename misleading solver parameters. (nw) couriersud2017-01-081-13/+13
* Remove parameter GS_THRESHOLD. It is now outdated. (nw) couriersud2017-01-081-46/+49
* Fix startup when there are no timestep devices present, i.e. Capacitors couriersud2017-01-071-1/+4
* Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-051-502/+0
* Minor refactoring and renaming exercise. (nw) couriersud2017-01-041-1/+5