summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorder include order to comply with best practices. (nw) couriersud2017-02-1022-52/+53
* Make windows builds of nltool and nlwav understand unicode. couriersud2017-02-108-117/+295
* Make sure netlist includes are not found directly on include path. couriersud2017-02-10139-222/+229
* Sync with upstream (nw) Miodrag Milanovic2017-02-053-6/+19
* Netlist: It is now possible to have multiple handlers per device ... couriersud2017-02-0512-116/+233
* Fix 9322. (nw) couriersud2017-02-051-22/+25
* Add constexpr add noexcept. (nw) couriersud2017-02-054-87/+105
* Doxygen work. How the heck can one enforce a consistent device couriersud2017-02-055-232/+114
* Fix a bug in pstring.cpp causing crash if moved object is reused. (nw) couriersud2017-02-051-7/+10
* Some documentation work. couriersud2017-02-058-26/+261
* Avoid conflict with Apple C++ runtime header nl_types.h Vas Crabb2017-02-043-9/+9
* fix chd build (nw) Vas Crabb2017-02-021-7/+7
* yo sup dawg (nw) Vas Crabb2017-02-021-7/+47
* zx81: added tzx cassette format Nigel Barnes2017-02-014-61/+41
* apd_dsk: improved identify and simplified load (nw) Nigel Barnes2017-02-011-53/+74
* build fix (nw) Lord-Nightmare2017-01-311-0/+1
* Fixed a number of issues: couriersud2017-01-3125-253/+456
* Separate include file usage for netlist. couriersud2017-01-2988-1153/+1207
* Solver stuff: couriersud2017-01-298-141/+174
* Logging enhancement for Joakim. couriersud2017-01-281-0/+7
* Fix a hidden bug in the GMRES solver and more optimization. (nw) couriersud2017-01-2814-234/+273
* Fix bug which caused hazl1500 to crash. (nw) couriersud2017-01-283-19/+21
* Minor refactoring. (nw) couriersud2017-01-275-45/+37
* Remove macro to avoid copying and replace with a struct. (nw) couriersud2017-01-2718-65/+38
* Do not derive other classes from std::vector. More cleanup. (nw) couriersud2017-01-2716-74/+64
* Cleanup of includes. (nw) couriersud2017-01-2743-282/+239
* fix for visual studio (nw) smf-2017-01-261-3/+3
* Hopefully fix compile on some unknown compiler. (nw) couriersud2017-01-261-3/+4
* Fix netlist code generation. (nw) couriersud2017-01-266-67/+94
* Fixed building using system utf8proc Julian Sikorski2017-01-261-1/+1
* More netlist refactoring: couriersud2017-01-2530-276/+267
* Netlist refactoring: couriersud2017-01-2510-132/+210
* Added infix notation parsing to the function parser. (nw) couriersud2017-01-258-31/+153
* Updates "2016" strings to "2017 where relevant. Stiletto2017-01-242-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