summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-173-6/+6
* Final round of struct/union/enum normalization. Aaron Giles2012-09-1615-37/+30
* Enum and union normalization. Aaron Giles2012-09-161-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-1516-57/+28
* (MESS) support for writing to compressed hard drives using diff files. [smf] smf-2012-09-081-0/+3
* removed astring::stringbuffer() / use cached value in astring::len() instead ... Oliver Stöneberg2012-09-082-3/+7
* Made cmd line parameter parsing going into unlimited levels (no whatsnew) Miodrag Milanovic2012-09-042-1/+13
* Created new sprite device base class, which manages a bitmap Aaron Giles2012-09-021-0/+19
* re-applied astring changes after fixing bug in trimspace(), but still using s... Oliver Stöneberg2012-08-182-7/+16
* re-added excessive strlen() usage to astring since it causes mysterious forma... Oliver Stöneberg2012-08-172-16/+8
* avoid excessive usage of strlen() in astring by caching the length (no whatsnew) Oliver Stöneberg2012-08-172-8/+16
* firewave's patch fixes more !-operator warnings Michaël Banaan Ananas2012-07-281-1/+1
* fixed memory leak in chd_file_compressor::hashmap (no whatsnew) Oliver Stöneberg2012-07-271-0/+1
* Enable support building the bundled 7z library with a C++ compiler. [Markus ... Scott Stone2012-07-241-3/+0
* CHD fixes: [jmak] R. Belmont2012-06-173-3/+22
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-111-1/+1
* import of chdman fix from mess (nw) Miodrag Milanovic2012-05-231-2/+2
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-232-0/+13
* CHD error handl​ing by Firewave (no whatsnew) Miodrag Milanovic2012-05-212-1/+8
* Corrected error message to include other possibility (nw) Scott Stone2012-05-181-1/+1
* Change error message to be more descriptive to actual error that occurs when ... Scott Stone2012-05-181-1/+1
* Fix error in decompression for avhuff. Converted cubeqst CHDs Aaron Giles2012-05-071-1/+3
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-05-031-2/+0
* Sync with MAME, various fixes from Firewave and RB (no whatsnew) Miodrag Milanovic2012-04-301-3/+5
* Separated user gain from input gain. Added more functions to Aaron Giles2012-04-261-1/+1
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-0/+18
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-082-22/+22
* Added code to cdrom.c to compute and verify ECC codes for mode 1/2 Aaron Giles2012-04-064-87/+562
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-9/+64
* Allow compilation with compatible system-installed versions of libjpeg and li... R. Belmont2012-03-291-0/+5
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-2/+2
* When copying CHDs, preserve the flag that indicates whether the metadata Aaron Giles2012-03-061-2/+2
* chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve... R. Belmont2012-03-045-51/+86
* fixed several Visual Studio compiler warnings and 64-bit libflac compilation ... Miodrag Milanovic2012-02-291-2/+2
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-261-4/+4
* Better management of FLAC block sizes, aiming to keep them around 2k Aaron Giles2012-02-263-70/+88
* Be more rigorous about parsing invalid hashes. Report them Aaron Giles2012-02-211-0/+4
* chd.c: fix trivial uninitialized variable (nw) R. Belmont2012-02-201-1/+2
* Fix ld tool compilation. Aaron Giles2012-02-202-4/+4
* The right fix is to not compare against array index -1. Aaron Giles2012-02-193-22/+17
* This one visible on clean only (nw) Miodrag Milanovic2012-02-191-1/+1
* compile fix (nw) Miodrag Milanovic2012-02-191-1/+1
* chdcd: Fix crash when parsing bin/cue [R. Belmont] R. Belmont2012-02-192-10/+15
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-1916-482/+482
* Compile fix for PPC OSX (nw) R. Belmont2012-02-191-1/+1
* fixed MacOSX compile. no whatsnew. Fabio Priuli2012-02-191-1/+1
* Fix compile under 4.6.2 (no whatsnew) Miodrag Milanovic2012-02-191-0/+1
* free_file_line no longer complains about NULL free's not existing. Aaron Giles2012-02-191-2/+2
* Update CHD error list in chd.c Aaron Giles2012-02-191-1/+5
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-193-5/+35