summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/flac.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-1/+1
|
* use C++ library includes (nw) firewave2020-01-221-1/+1
|
* Reverting part of changes from previous commits as described in mail on list ↵ Miodrag Milanovic2016-10-231-1/+1
| | | | (nw)
* there you go (nw) Miodrag Milanovic2016-10-221-1/+1
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* some bool <-> int not needed conversions, also cleaned drivenum.* was using ↵ Miodrag Milanovic2016-10-211-1/+1
| | | | memset for clearing vector (nw)
* fix after pass through the diff Vas Crabb2016-08-011-4/+4
|
* std::min and std:max instead of MIN and MAX, also some more macros converted ↵ Miodrag Milanovic2016-07-311-5/+5
| | | | to inline functions (nw)
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-12/+12
|
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-6/+12
|
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-7/+7
| | | | Subverted somewhat by chd_file class
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-24/+24
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+625