summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/src2html.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-906/+0
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-91/+93
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-2/+2
* more conversions to std::string (nw) Miodrag Milanovic2015-04-191-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-7/+7
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-18/+18
* fixed several missing assert.h includes (nw) Oliver Stöneberg2015-03-201-0/+1
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-1/+1
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-1/+1
* 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-11/+11
* fixed several Visual Studio compiler warnings and 64-bit libflac compilation ... Miodrag Milanovic2012-02-291-4/+7
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-081-1/+1
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-348/+275
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-1/+1
* Add C++ keywords. Support hash files and .lst files. Aaron Giles2011-04-181-0/+31
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-12-231-1/+6
* Fixed srcclean handling of embedded comments within strings [Atari Ace] Phil Bennett2009-12-031-1/+1
* Change tools I wrote to be straight BSD. Aaron Giles2009-10-311-2/+30
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-1/+1
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-10/+10
* Added new function core_fload() to load a file into an allocated buffer. Aaron Giles2009-03-111-11/+5
* Cleanups and version bump. Aaron Giles2008-11-021-10/+10
* Changed from explicit styles to classes. Aaron Giles2008-10-301-70/+66
* Modified src2html to use a template source file instead of hard-coding to Aaron Giles2008-10-301-63/+85
* Cleanups for 0.122u5. Aaron Giles2008-01-111-1/+1
* Undid accidental checkin of experimental improvements. Aaron Giles2008-01-111-31/+21
* (From Chad) Aaron Giles2008-01-111-7/+24
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-40/+99
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+860