summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/pfunction.h
Commit message (Expand)AuthorAgeFilesLines
* netlist: static solver work and improve code readability (#9841) couriersud2022-05-301-1/+1
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-091-1/+1
* netlist: more clang lint fixes. couriersud2020-10-021-2/+20
* netlist: Add parse optimization to pfunction. couriersud2020-10-021-0/+5
* srcclean for 0.223 Vas Crabb2020-07-261-1/+1
* netlist: pfunction supports unary minus and removed duplicate code. couriersud2020-07-101-27/+39
* netlist: pfunction now supports unary minus operators. couriersud2020-07-051-0/+1
* netlist: add more constructors and () operator to pfunction. couriersud2020-07-031-3/+21
* netlist: Add log() to pfunction. Aaron Giles2020-07-031-0/+1
* netlist: Add comparison operators to pfunction. couriersud2020-07-021-0/+7
* netlist: include file refactoring. couriersud2020-06-281-1/+0
* netlist: Restructered the save state system. (nw) couriersud2020-05-041-3/+3
* netlist: simplify pfunction state handling. (nw) couriersud2020-05-031-15/+7
* netlist: Fix clang-tidy warnings. (nw) couriersud2020-04-281-2/+2
* netlist: code maintenance and edge case fixes. (nw) couriersud2020-04-201-1/+2
* netlist: code maintenance on pfunction. (nw) couriersud2020-04-191-5/+10
* netlist: added min and max to pfunction. (nw) couriersud2020-02-161-0/+2
* netlist: clang lint readability fixes. (nw) couriersud2020-01-251-2/+2
* netlist: code maintenance. (nw) couriersud2020-01-201-3/+3
* netlist: first steps on the way to calculated parameters. [Couriersud] couriersud2019-11-101-16/+7
* netlist: code maintenance and bug fixes. (nw) couriersud2019-11-081-41/+43
* netlist: code maintenance. (nw) couriersud2019-11-041-1/+1
* netlist: code maintenance. (nw) couriersud2019-11-031-0/+1
* netlist: Completed __float128 support. [Couriersud] couriersud2019-11-031-1/+3
* netlist: add RELTOL/VNTOL solver parameters. Type safety. [Couriersud] couriersud2019-11-021-1/+3
* netlist: fix clang warnings & srcclean. (nw) couriersud2019-10-311-2/+2
* netlist: Compile with float/double floating point. [Couriersud] couriersud2019-10-311-4/+8
* netlist: code maintenance. (nw) couriersud2019-10-291-2/+2
* netlist: MB3614 again, function controlled VARCLOCK and other couriersud2019-04-071-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-2/+2
* Fix state saving for pfunction lfsr. (nw) couriersud2017-05-281-0/+17
* srcclean (nw) Vas Crabb2017-05-281-4/+4
* Fix issues identified by Vas and LordKale4: couriersud2017-05-271-0/+12
* Add rand() function to pfunction expression parser. Use this to simulate couriersud2017-05-271-0/+1
* More cppcheck fixes. (nw) Couriersud2017-03-051-4/+4
* srcclean (nw) Vas Crabb2017-02-191-1/+1
* Reorder include order to comply with best practices. (nw) couriersud2017-02-101-2/+2
* Cleanup of includes. (nw) couriersud2017-01-271-1/+0
* Added infix notation parsing to the function parser. (nw) couriersud2017-01-251-2/+20
* Netlist: couriersud2017-01-171-0/+70