summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2016-09-263-64/+64
* Bad OG, no cookie, nw either therealmogminer@gmail.com2016-09-251-1/+1
* Consolidated code that inputs characters into buffers Nathan Woods2016-09-192-0/+33
* Added HxC HFE disk format. Michael Zapf2016-09-182-0/+782
* Fixed a potential buffer overrun in the code that reads headers for the CoCo ... Nathan Woods2016-09-131-3/+6
* Alphabetizing the #include's, and added typedef's for the reverse iterators Nathan Woods2016-09-121-8/+10
* Fixed some stupid errors Nathan Woods2016-09-121-2/+3
* Folded util::contiguous_sequence_wrapper<T> into coretmpl.h, and fixing the r... Nathan Woods2016-09-123-90/+71
* Forgot to remove these m_ptr's Nathan Woods2016-09-121-2/+2
* Implementing util::contiguous_sequence_wrapper<T>::[c]r[begin|end]() Nathan Woods2016-09-121-0/+8
* Renamed util::view<T> to util::contiguous_sequence_wrapper<T>, changed ::iter... Nathan Woods2016-09-123-157/+84
* Introduced an STL container for a view (util::view<T>), and changed opresolv ... Nathan Woods2016-09-113-10/+164
* Subscripting std::array<..., 0> is bad; working around this specific case Nathan Woods2016-09-101-1/+1
* Merge pull request #1332 from npwoods/option_guide_and_imgtool Vas Crabb2016-09-103-502/+495
|\
| * Changing an 'assert(false)' to 'throw false', so that this always errors even... Nathan Woods2016-09-091-2/+2
| * Properly catching another out of memory condition Nathan Woods2016-09-091-2/+7
| * Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-032-11/+19
| * Figured out a slightly better way to make the option guide macros to work Nathan Woods2016-09-031-8/+7
| * Attempting to make option_guide and option_guide::entry POD types; need to fi... Nathan Woods2016-09-023-24/+54
| * Incorporating Vas Crabb feedback Nathan Woods2016-09-012-3/+3
| * option_guide C++-ification, touched up imgtool Nathan Woods2016-08-273-495/+446
* | ti99: Explicitly add the cell_size to mfm_w call (nw) Michael Zapf2016-09-051-6/+6
* | added header checks to identify in uef_cas and csw_cas formats Nigel Barnes2016-09-022-18/+38
* | More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2... Vas Crabb2016-08-301-17/+34
* | srcclean and translation regeneration Vas Crabb2016-08-294-16/+16
|/
* some C++14 features are not supported by VS2013. VS2015 is free for home use ... Miodrag Milanovic2016-08-272-10/+0
* gah how did I miss that (nw) Vas Crabb2016-08-271-1/+1
* While I'm causing full recompiles all the time, reduce necessary number of in... Vas Crabb2016-08-274-2/+211
* ti99: Fixed another issue with double stepping. Michael Zapf2016-08-252-19/+44
* ti99: Forgot to reset the TRACE flag. Michael Zapf2016-08-241-1/+1
* Forgot srcclean Michael Zapf2016-08-241-1/+1
* ti99: Fix a problem with formatted disk images that do not match the expected... Michael Zapf2016-08-242-9/+12
* Performs argument checking on the return value of CassetteLegacyWaveFiller.ch... Nathan Woods2016-08-231-1/+8
* Fixed regression with cassette code that caused hangs to happen when loading ... Nathan Woods2016-08-202-22/+32
* casserr_t ==> enum class cassette_image::error Nathan Woods2016-08-2046-302/+306
* Stop forcing cassette image create when loading zero-length images. Also min... Nathan Woods2016-08-202-7/+7
* Fixed an issue with legacy floppy loading caused by filetype() now being a st... Nathan Woods2016-08-182-6/+6
* abc80x: Fixed ABC-838 disk image cell size. [Curt Coder] Curt Coder2016-08-151-1/+1
* hdc92x4: Added 9224 emulation; ti99_dsk: Fixed issue with deleted data marks ... Michael Zapf2016-08-141-23/+24
* victor9k: WIP. (nw) Curt Coder2016-08-141-0/+2
* victor9k: Set floppy RPM after track step. Boots to CP/M now. [Curt Coder] Curt Coder2016-08-121-1/+1
* Add a preliminary parser for RINF netlist format. (nw) couriersud2016-08-104-6/+332
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-082-179/+0
|\
| * Removed src/lib/util/cstrpool.[cpp|h]; it is no longer used Nathan Woods2016-08-052-179/+0
* | Add target minw to standalone netlist makefile. (nw) couriersud2016-08-071-31/+40
* | Fix noexcept and NL_NOEXCEPT to pass g++ 6.x builds. (nw) couriersud2016-08-074-42/+42
* | removed NL_NOEXCEPT since there is a case when these calls throws exceptions ... Miodrag Milanovic2016-08-072-7/+7
* | More consistent use of NL_NOEXCEPT macro to fix debug build (nw) AJR2016-08-061-4/+4
* | Use noexcept in netlist code where appropriate. couriersud2016-08-0711-127/+122
* | Added doc target to netlist makefile. Removed old style cast. (nw) couriersud2016-08-062-2/+6