summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/cassimg.cpp
Commit message (Expand)AuthorAgeFilesLines
* cassimg: don't construct string from nullptr (#8265). Robbbert2021-07-211-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* Low-level #include overhaul AJR2021-01-021-0/+2
* Cassette image processing cleanup AJR2021-01-011-0/+9
* formats/cassimg.cpp: Finish encapsulation of cassette_image class. Vas Crabb2020-10-021-134/+134
* -imagedev/cassimg.cpp: Make the interface look something like C++. Vas Crabb2020-10-021-468/+350
* use C++ library includes (nw) firewave2020-01-221-2/+2
* Use canonical spelling of "canonical" (nw) AJR2019-08-021-2/+2
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-4/+4
* Bug fix for multi-channel reads in cassette_get_samples(). (#3725) Frank Palazzolo2018-07-091-17/+22
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-1/+1
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-61/+61
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-2/+2
* srcclean and translation regeneration Vas Crabb2016-08-291-1/+1
* some C++14 features are not supported by VS2013. VS2015 is free for home use ... Miodrag Milanovic2016-08-271-5/+0
* 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-201-17/+26
* casserr_t ==> enum class cassette_image::error Nathan Woods2016-08-201-79/+79
* Stop forcing cassette image create when loading zero-length images. Also min... Nathan Woods2016-08-201-6/+6
* fix after pass through the diff Vas Crabb2016-08-011-1/+1
* cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-1/+1
* fix linux compile (nw) Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-9/+10
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
* fix build for VS 2013 and earlier. dankan18902015-12-071-0/+2
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 5 Miodrag Milanovic2015-12-041-10/+10
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1007