summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* netlist: rename some macros. (nw) couriersud2020-04-2626-98/+75
* netlist: clang tidy fixes and srcclean. (nw) couriersud2020-04-253-3/+8
* netlist: unify solver calls. (nw) couriersud2020-04-2516-169/+183
* netlist: improve readability. (nw) couriersud2020-04-2515-57/+73
* netlist: document trapezoidal capacitor integration. (nw) couriersud2020-04-231-1/+47
* netlist: Documentation update. (nw) couriersud2020-04-223-521/+980
* netlist: Fix a segfault happening only under for certain netlists. couriersud2020-04-221-3/+46
* netlist: code maintenance and edge case fixes. (nw) couriersud2020-04-2019-132/+175
* netlist: rename some camel case names. (nw) couriersud2020-04-1914-93/+96
* netlist: simplify object structure a bit. (nw) couriersud2020-04-192-22/+20
* netlist: compile time improvement and code maintenance. (nw) couriersud2020-04-196-19/+38
* netlist: code maintenance on pfunction. (nw) couriersud2020-04-192-13/+18
* netlist: clang-tidy, srcclean and pedantic warnings fixed. (nw) couriersud2020-04-1816-38/+38
* netlist: remove code duplication. (nw) couriersud2020-04-1812-135/+45
* netlist: nltool usage and static compile changes. [Couriersud] couriersud2020-04-189-127/+251
* netlist: Fix alternative LM3900 implementations. (nw) couriersud2020-04-181-5/+4
* netlist: Fix a macro expansion bug. (nw) couriersud2020-04-182-1/+6
* netlist: Move macros where they belong. (nw) couriersud2020-04-182-23/+3
* netlist: basename function now accepts a suffix to remove. (nw) couriersud2020-04-182-4/+9
* netlist: add parameter to split_paragraphs ... (nw) couriersud2020-04-182-10/+13
* netlib: remove a fixme in pmain.cpp. (nw) couriersud2020-04-182-7/+7
* netlist: Document alternative approach to CD4016. (nw) couriersud2020-04-172-32/+102
* netlist-doc: Fix typo. (nw) couriersud2020-04-141-1/+1
* netlist: fix standalone build and doxygen mainpage. (nw) couriersud2020-04-142-5/+7
* netlist: improve performance up to 65% on audio netlists. [Couriersud] couriersud2020-04-1320-117/+10249
* formats: permission from Nigel Barnes to relicense Acorn and AFS disk handler... Vas Crabb2020-04-135-7/+5
* (nw) formats: reduce dependencies on libemu Vas Crabb2020-04-1327-79/+103
* formats/apridisk.cpp: fixed compile Ivan Vangelista2020-04-131-0/+1
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-1327-28/+26
* split was using sha1.h directly - fix that (nw) Vas Crabb2020-04-131-1/+1
* util: re-implement SHA-1 and get rid of the two third-party implementations (nw) Vas Crabb2020-04-137-731/+198
* netlist: minor code maintenance. (nw) couriersud2020-04-113-21/+19
* netlist: performance improvement. (nw) couriersud2020-04-104-19/+17
* netlist: Reduce memory allocation calls in non-core code. (nw) couriersud2020-04-107-23/+39
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-0818-15/+110
* centralise instantiation of more of the util::strformat engine Vas Crabb2020-04-082-0/+1066
* H8: added support for H8T tapes. Robbbert2020-04-062-0/+168
* netlist: Fix some clang-tidy-10 warnings. (nw) couriersud2020-04-0523-84/+80
* srcclean (nw) Vas Crabb2020-03-223-44/+44
* netlist: Document alternative opamp output stage. (nw) couriersud2020-03-211-2/+33
* netlist: Change MB3614 outout impedance. (nw) couriersud2020-03-211-1/+1
* netlist: document linearized diode model above max. dissip. [Couriersud] couriersud2020-03-211-5/+55
* (nw) Cleanup on the way: Vas Crabb2020-03-101-11/+95
* williams.cpp: Improve williams2 color display. [Couriersud] couriersud2020-03-052-10/+9
* Merge pull request #6385 from shattered/_ad71766bb26 R. Belmont2020-03-022-0/+307
|\
| * ibmxdf_dsk: IBM Extended Disk Format support (nw) Sergey Svishchev2020-03-022-0/+307
* | netlist: Fix inductor. (nw) couriersud2020-03-023-266/+262
* | Use netlist to calculate RGB values for Turkey Shoot. [Couriersud] couriersud2020-03-022-0/+468
* | nlwav: add sampled output format. [Couriersud] couriersud2020-03-023-11/+106
|/
* netlist: use initializer_list. (nw) couriersud2020-03-0236-56/+114