summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* netlist: Change visibility to private for some members. [Couriersud] couriersud2019-11-2610-119/+112
* netlist: move nl_examples to src/lib/netlist/examples. (nw) couriersud2019-11-2536-0/+4249
* Fix clang error: cannot initialize a parameter of type 'void *' with an lvalu... AJR2019-11-241-1/+1
* apparently 3AM is not the time to code (nw) Vas Crabb2019-11-251-3/+3
* helps to git add before git commit (nw) Vas Crabb2019-11-251-1/+1
* pre-fill things allocated with operator new with 0xcd in debug builds (value ... Vas Crabb2019-11-251-0/+34
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-246-21/+21
* netlist: clang lint fixes and standalone build fix. (nw) couriersud2019-11-244-4/+6
* -netlist: Add new devices to net_lib.cpp, nw mooglyguy2019-11-231-0/+4
* -netlist: Fixed typo on 7442 diagram, nw MooglyGuy2019-11-231-1/+1
* -netlist: Added 7442 4-Line BCD to 10-Line Decimal Decoder. [Ryan Holtz] MooglyGuy2019-11-232-0/+167
* -netlist: Fix typo, nw MooglyGuy2019-11-231-1/+1
* -netlist: Added 7492 Divide-by-12 Counter. [Ryan Holtz] MooglyGuy2019-11-232-0/+198
* apple2: fix recognition of .NIB images on the old diskii controller (MT #7496... arbee2019-11-222-3/+3
* util/options.cpp: fix locale issues and a const correctness issue Vas Crabb2019-11-232-89/+169
* new working ZX Spectrum slot devices: DISCiPLE and +D disk interfaces (#5931) Tom2019-11-221-1/+1
* misc cleanup: Vas Crabb2019-11-183-101/+99
* netlist: more code maintenance. (nw) couriersud2019-11-1615-474/+502
* netlist: maintenance and bug fixes, remove DUMMY_INPUT. [Couriersud] couriersud2019-11-1532-348/+245
* netlist: Proxy and power terminal hack removal. [Couriersud] couriersud2019-11-1413-107/+184
* netlist: bug fix, code maintenance and performance improvement. (nw) couriersud2019-11-1315-88/+121
* netlist: code maintenance. (nw) couriersud2019-11-1318-227/+322
* netlist: maintenance. (nw) couriersud2019-11-1128-294/+129
* netlist: first steps on the way to calculated parameters. [Couriersud] couriersud2019-11-1022-106/+382
* netlist: code maintenance. (nw) couriersud2019-11-1023-396/+469
* netlist: code maintenance and bug fixes. (nw) couriersud2019-11-0882-1881/+1889
* netlist: maintenance. (nw) couriersud2019-11-0816-202/+238
* netlist: code and documentation maintenance fixes. [Couriersud] couriersud2019-11-0720-500/+809
* netlist: Minor optimizations. (nw) couriersud2019-11-054-38/+40
* netlist: more consistent exception handling. (nw) couriersud2019-11-0516-48/+44
* netlist: code maintenance. (nw) couriersud2019-11-0443-191/+263
* misc cleanup (nw) Vas Crabb2019-11-051-1/+1
* Fix invalid std::vector<> lookup in aviio.cpp npwoods2019-11-041-1/+2
* netlist: code maintenance. (nw) couriersud2019-11-047-6/+2
* Fix clang error: no member named 'getenv' in namespace 'std' (nw) AJR2019-11-031-0/+1
* netlist: code maintenance. (nw) couriersud2019-11-0339-515/+557
* netlist: remove pragma once. (nw) couriersud2019-11-038-18/+0
* netlist: Completed __float128 support. [Couriersud] couriersud2019-11-0319-57/+281
* netlist: fix regression, preliminary __float128 support. (nw) couriersud2019-11-0311-23/+172
* netlist: improve readability. (nw) couriersud2019-11-0232-352/+355
* netlist: add RELTOL/VNTOL solver parameters. Type safety. [Couriersud] couriersud2019-11-0244-437/+510
* netlist: Support for float, double and long double solvers. [Couriersud] couriersud2019-11-0233-263/+364
* netlist: code maintenance and bugfixes. (nw) couriersud2019-11-0111-192/+199
* netlist: convert constexpr constants into constexpr inline funcs. (nw) couriersud2019-11-013-17/+18
* netlist: further solver refactoring. (nw) couriersud2019-11-0111-260/+270
* It's C++14 where constexpr variables still aren't inlined, making ridiculous ... AJR2019-10-312-3/+3
* netlist: fix clang warnings & srcclean. (nw) couriersud2019-10-315-17/+17
* netlist: Compile with float/double floating point. [Couriersud] couriersud2019-10-3112-221/+282
* netlist: maintenance and simplifcation. (nw) couriersud2019-10-3147-647/+595
* netlist: move solver stuff into separate namespace. (nw) couriersud2019-10-3115-444/+446