summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-17atom: Added csw cassette format Nigel Barnes3-26/+16
2017-04-17jfd_dsk: Fix Coverity CID 161175 Uninitialized scalar variable (nw) Nigel Barnes1-1/+1
2017-04-17Pruned out some cruft in src/lib/util/options.[cpp|h] Nathan Woods2-29/+4
2017-04-16More options refactoring Nathan Woods2-4/+25
2017-04-15Fixes issues specifying image/slot options fron INI files (reported by Robbbe... npwoods2-1/+10
2017-04-13[thomson] fix regressions to (legacy) floppy support (#2224) Antoine Miné1-36/+87
2017-04-10cdrom: translate from 2336 to 2048 (nw) cracyc1-0/+6
2017-04-09Minor optimization. (nw) couriersud1-4/+4
2017-04-09Parametrized device activation in truthtables. (nw) couriersud1-13/+15
2017-04-09Fix VS2015 build. (nw) couriersud4-2/+17
2017-04-09More work on 9316. (nw) couriersud1-13/+8
2017-04-09Refactored 74715 to one device layout. Removed subdevice. (nw) couriersud1-65/+31
2017-04-09Netlist code refactoring: couriersud37-446/+472
2017-04-06Introduced an 'util::arbitrary_clock' template class, to represent a clock th... npwoods4-50/+272
2017-04-04pstring, pdynlib, pfmtlog refactoring : couriersud18-314/+556
2017-04-02Fixed issue that could cause bogus arguments to be reported incorrectly Nathan Woods1-3/+8
2017-03-30Fix pedantic clang warnings. (nw) couriersud2-3/+3
2017-03-30Use char32_t were appropriate. (nw) couriersud1-3/+3
2017-03-30Change pstring to use std::string as storage container. couriersud17-619/+233
2017-03-30Turn psring iterator into a real forward iterator that works with standard al... Vas Crabb8-53/+85
2017-03-26srcclean (nw) Vas Crabb7-12/+12
2017-03-23archimedes: Added JFD floppy format as used by JASPP (Archimedes Software Pre... Nigel Barnes2-0/+396
2017-03-23apd_dsk: added notes (nw) Nigel Barnes1-3/+55
2017-03-20Fix openmp compile. (nw) couriersud1-4/+4
2017-03-19Refactored HTTP handling to be easier to extend and use (nw) Miodrag Milanovic1-0/+4
2017-03-16hp_ipc: de-skeletonize. Sergey Svishchev2-0/+72
2017-03-12New working software list additions Justin Kerk1-0/+4
2017-03-12eurocom2, waveterm: new skeleton drivers (Eltec EurocomII SBC, PPG Waveterm A) Sergey Svishchev2-0/+99
2017-03-11formats/cbm_tap: fix CID: 138003 "Dereference before null check" Sergey Svishchev1-7/+9
2017-03-05Fix clang warnings in netlist code. couriersud17-39/+38
2017-03-05More cppcheck fixes. (nw) Couriersud37-98/+100
2017-03-05Fix some cppcheck warnings. (nw) Couriersud5-36/+60
2017-03-03fix crash on excessive command-line options, clean up some tabulation, remove... Vas Crabb1-1/+1
2017-03-02apply clang-format, remove obsolete comments. no code changes. Sergey Svishchev2-4/+4
2017-02-27Fixed regression pertaining to specification of empty strings as slot names Nathan Woods2-5/+6
2017-02-25Netlist refactoring couriersud4-107/+105
2017-02-24Fix clang-5.0 warning .. Maximum of unsigned X and 0 is always X. (nw) couriersud1-1/+1
2017-02-24Fix netlist stats collection. Code refactoring: couriersud8-244/+160
2017-02-24Added a heap priority queue to the netlist source. couriersud2-7/+127
2017-02-23Vas feedback Nathan Woods1-8/+3
2017-02-22Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Nathan Woods2-25/+54
2017-02-22Softlist cleanup (#2075) npwoods2-0/+44
2017-02-22Fix VS2015 compile. (nw) couriersud4-4/+11
2017-02-22Improve readability. Add more c++11 noexcept and swap semantics. couriersud9-100/+131
2017-02-22Clean up net_t interface and increase readability. (nw) couriersud16-58/+40
2017-02-19Slightly improve event timing if state changes. couriersud3-23/+36
2017-02-19srcclean (nw) Vas Crabb17-105/+105
2017-02-19Add prodigy to mamenl build. Fix clang5 warnings. (nw) couriersud4-4/+4
2017-02-19More truthtable rework and clean up. (nw) couriersud7-227/+260
2017-02-19Fix nltool logging. (nw) couriersud1-8/+9