summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/putil.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* netlist: maintenance. (nw) couriersud2019-11-111-2/+27
* netlist: first steps on the way to calculated parameters. [Couriersud] couriersud2019-11-101-0/+1
* netlist: code maintenance and bug fixes. (nw) couriersud2019-11-081-36/+28
* netlist: code maintenance. (nw) couriersud2019-11-031-437/+5
* netlist: Completed __float128 support. [Couriersud] couriersud2019-11-031-3/+193
* netlist: fix regression, preliminary __float128 support. (nw) couriersud2019-11-031-0/+66
* netlist: improve readability. (nw) couriersud2019-11-021-2/+8
* netlist: add RELTOL/VNTOL solver parameters. Type safety. [Couriersud] couriersud2019-11-021-2/+5
* netlist: Support for float, double and long double solvers. [Couriersud] couriersud2019-11-021-0/+13
* netlist: code maintenance. (nw) couriersud2019-10-291-18/+29
* netlist: Preprocessor enhancements. [Couriersud] couriersud2019-10-281-3/+48
* Netlist: code maintenance and improvements. [Couriersud] couriersud2019-10-181-0/+112
* netlist: code maintenance. (nw) couriersud2019-10-111-5/+8
* netlist: maintenance and lint fixes. (nw) couriersud2019-10-061-8/+8
* netlist: more code cleanup. (nw) couriersud2019-10-051-0/+1
* netlist: code simplification. (nw) couriersud2019-10-031-13/+13
* netlist: more lint corrections. (nw) couriersud2019-09-281-1/+1
* netlist: Fix more lint warnings/hints (nw) couriersud2019-09-281-1/+1
* netlist: Fix a number of minor issues. (nw) couriersud2019-09-271-2/+2
* Fixed a compilation bug under clang-cl (#5677) npwoods2019-09-231-1/+1
* netlist code maintenance (nw) couriersud2019-09-211-6/+18
* netlist code maintenance. (nw) couriersud2019-09-171-43/+35
* netlist: fix include order and logging queue stats (nw) couriersud2019-04-281-3/+3
* netlist: fix validation errors. (nw) couriersud2019-04-231-3/+10
* netlist: fix exception handling and uninitialized var. (nw) couriersud2019-04-221-1/+1
* netlist: Fix MT06827. couriersud2019-04-221-12/+25
* netlist: fix some error/warnings. (nw) couriersud2019-04-221-1/+75
* netlist: srcclean (nw) couriersud2019-04-181-4/+4
* netlist: TYPE=2 opamp model and MB3614 fixes. couriersud2019-04-071-3/+4
* Netlist: Add global parameter to disable semi-conductor capacitance couriersud2019-03-311-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-10/+93
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-93/+10
* netlist: add MOSFET model. [Couriersud] couriersud2019-03-251-0/+29
* netlist: tidy changes and better constexpr support for ptime class. (nw) couriersud2019-02-241-1/+1
* netlist: more alignment related refactoring. (nw) couriersud2019-02-241-0/+31
* netlist: added missing noexcept. (nw) couriersud2019-02-091-3/+3
* netlist: constants are now constexpr functions. (nw) couriersud2019-02-091-3/+4
* netlist: make constants struct members constexpr const. (nw) couriersud2019-02-081-4/+4
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-7/+21
* netlist: Refactoring and some functionality enhancements. (nw) couriersud2019-02-041-0/+4
* netlist: Refactoring continues ... plus some innovations (nw) couriersud2019-01-311-2/+2
* Replace ATTR_UNUSED by c++ template. (nw) couriersud2019-01-131-4/+0
* Fix clang-8 warnings. (nw) couriersud2019-01-111-0/+3
* Improve type safety on string->numeric conversions. (nw) couriersud2019-01-101-0/+5
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-0/+0
* More cppcheck fixes. (nw) Couriersud2017-03-051-1/+1
* Remove macro to avoid copying and replace with a struct. (nw) couriersud2017-01-271-1/+2
* Do not derive other classes from std::vector. More cleanup. (nw) couriersud2017-01-271-7/+2
* Cleanup of includes. (nw) couriersud2017-01-271-3/+3
* Added infix notation parsing to the function parser. (nw) couriersud2017-01-251-1/+1