summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/astring.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-157/+0
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-2/+3
* more conversions to std::string (nw) Miodrag Milanovic2015-04-191-12/+12
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-4/+0
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+0
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-6/+6
* oops (nw) Olivier Galibert2015-01-251-1/+1
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-4/+4
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* removed astring::stringbuffer() / use cached value in astring::len() instead ... Oliver Stöneberg2012-09-081-2/+1
* re-applied astring changes after fixing bug in trimspace(), but still using s... Oliver Stöneberg2012-08-181-0/+1
* re-added excessive strlen() usage to astring since it causes mysterious forma... Oliver Stöneberg2012-08-171-2/+1
* avoid excessive usage of strlen() in astring by caching the length (no whatsnew) Oliver Stöneberg2012-08-171-1/+2
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-1/+1
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-081-3/+3
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-319/+94
* astring: Fix build on NetBSD and other systems where toupper() is a macro [Th... R. Belmont2011-04-231-0/+7
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-0/+1
* NetBSD support [Thomas Klausner] R. Belmont2011-02-021-0/+4
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-0/+1
* revert silly change Fabio Priuli2011-01-121-1/+1
* astring.h: fixed a duplicate name [Fabio Priuli] Fabio Priuli2011-01-121-1/+1
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-0/+1
* [Util] Added + and += operators to the astring class. Andrew Gardner2010-10-231-0/+5
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* Add a non-const bool operator. Aaron Giles2010-08-261-0/+1
* Since previous fix made lot of issues, found better solution for this astring... Miodrag Milanovic2010-08-221-1/+1
* Removed bool operator, and changed operator char *() to return NULL in case o... Miodrag Milanovic2010-08-221-2/+1
* Added bool operator to astring, returning true if the string is Aaron Giles2010-08-211-0/+1
* Added basic comparison operators to the astring class. Aaron Giles2010-08-191-0/+13
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-0/+5
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+2
* Cleanups and version bump. Aaron Giles2010-01-161-3/+3
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-16/+87
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+31
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-13/+13
* Assert copyright ownership of core library files, and relicense Aaron Giles2009-10-091-2/+30
* Fixed popmessage. Aaron Giles2008-07-141-0/+7
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-0/+3
* Added new option -snapname which lets you provide a template for how snapshot Aaron Giles2008-05-291-0/+9
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Oliver Stoneberg) Aaron Giles2008-01-031-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+228