summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Updates "2016" strings to "2017 where relevant. Stiletto2017-01-252-2/+2
* srcclean (nw) Vas Crabb2017-01-2217-227/+227
* Netlist: code refactoring couriersud2017-01-2030-220/+260
* Assume string literals are UTF8 in netlist code. couriersud2017-01-2016-131/+108
* Default argument on plib::environment now optional. (nw) couriersud2017-01-203-3/+3
* Converted warnings and fatal log messages to constants. couriersud2017-01-2019-159/+234
* Netlist: couriersud2017-01-1712-371/+507
* apd_dsk: new floppy format 'Archimedes Protected Disk' Nigel Barnes2017-01-162-0/+155
* Register all devices using NETLIB_DEVICE_IMPL. Fix encoding issue. (nw) couriersud2017-01-169-77/+116
* Keep track were registry elements are created. (nw) couriersud2017-01-169-37/+73
* Preparation work for automatically generated include file for devices. couriersud2017-01-1619-11/+138
* Move analog devices into "netlist::analog" namespace. Added couriersud2017-01-1522-301/+322
* Added more documentation to diode and bjt model. (nw) couriersud2017-01-155-14/+92
* Introduce a more structured approach to models. (nw) couriersud2017-01-158-38/+129
* Merge pull request #1974 from shattered/_55d0495 R. Belmont2017-01-142-4/+4
|\
| * formats/wd177x_dsk: allow override of build_sector_description, like nec765_dsk Sergey Svishchev2017-01-152-4/+4
* | Prepare source for consistent error message usage. (nw) couriersud2017-01-145-22/+50
* | Add code to remove devices connected only to rail terminals. couriersud2017-01-143-3/+35
* | Core refactoring couriersud2017-01-1418-77/+78
* | Fix seldom used conditional build options. couriersud2017-01-124-36/+55
* | Improve readability and remove some trampolines. (nw) couriersud2017-01-1216-218/+176
* | Fix timing issue in CD4538. Add "pow" (power) to the function model. couriersud2017-01-124-7/+14
* | - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-1214-97/+98
|/
* Merge pull request #1950 from shattered/_3aa32de R. Belmont2017-01-092-5/+10
|\
| * TeleDisk loader: accept images produced from 8" SSSD disks Sergey Svishchev2017-01-101-1/+3
| * ImageDisk loader: don't crash on tracks with no data Sergey Svishchev2017-01-101-4/+7
* | Move netlists into macro folder. (nw) couriersud2017-01-098-82/+130
* | nlwav now accepts stdin and stdout. (nw) couriersud2017-01-091-40/+66
|/
* Reduce memory footprint for parameters. (nw) couriersud2017-01-082-11/+28
* Decrease memory footprint. (nw) couriersud2017-01-082-23/+43
* No need for a virtual stop which is needed only by the solver. (nw) couriersud2017-01-084-19/+4
* Make stop be called again. Fix METHOD parameter. (nw) couriersud2017-01-082-2/+2
* Rename misleading solver parameters. (nw) couriersud2017-01-084-28/+27
* Remove parameter GS_THRESHOLD. It is now outdated. (nw) couriersud2017-01-082-48/+49
* Fix regression. (nw) couriersud2017-01-082-2/+3
* pc_dsk: Handle 1.44MB images with 1,024-byte footer, which have turned up in ... Justin Kerk2017-01-083-2/+8
* pc_dsk: Assume a smaller gap size to allow 400K disk images to load. Fixes e.... Justin Kerk2017-01-071-1/+1
* Fix some clang pedantic warnings. (nw) couriersud2017-01-074-5/+5
* Minor refactoring with focus on a bit more readability. (nw) couriersud2017-01-0712-77/+94
* Fix startup when there are no timestep devices present, i.e. Capacitors couriersud2017-01-074-12/+47
* Fix stuntcyc regression. (nw) couriersud2017-01-061-1/+1
* intX_fast_t may depend on compiler implementation and thus is not suited couriersud2017-01-065-21/+21
* Make destructors virtual on base classes. (nw) couriersud2017-01-063-3/+4
* More cleanups. (nw) couriersud2017-01-068-53/+119
* Merge pull request #1911 from npwoods/imgtool_use_wide_console Vas Crabb2017-01-052-0/+40
|\
| * Vas Crabb feedback: Nathan Woods2017-01-041-3/+3
| * [Imgtool] Changed to use wcout/wcerr in order to support Unicode console output Nathan Woods2017-01-022-0/+40
* | Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-0527-730/+1041
* | Fix some pedantic clang warnings. (nw) couriersud2017-01-056-7/+7
* | Added websockets as well (nw) Miodrag Milanovic2017-01-044-1/+24