summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/srcclean.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-4/+15
* mattel/aquarius.cpp: Support pasting Arabic text for aquarius_ar in Arabic mode. Vas Crabb2024-01-111-0/+1
* tools/srcclean.cpp: Escape 'high' Unicode characters found in strings rather ... Vas Crabb2023-03-151-10/+20
* -tools/srcclean.cpp: Use the same rules for character literals and strings in... Vas Crabb2023-03-141-1/+1
* embargo: remove input tag lookups hap2022-09-131-1/+1
* A little more refactoring, and Coverity fixes: Vas Crabb2021-11-251-1/+1
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-3/+9
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-3/+3
* srcclean: Added JSON cleaning support, and some cleanup. Vas Crabb2021-08-201-2/+302
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+2
* Low-level #include overhaul AJR2021-01-021-1/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+5
* Build system maintenance: Vas Crabb2019-10-041-20/+125
* srcclean: treat *.xslt as XML (nw) Vas Crabb2019-01-031-1/+2
* fix building with clang 6.0.1 (nw) smf-2018-07-071-0/+2
* More initialisation at declaration to make things clearer, clean up some tabu... Vas Crabb2018-01-291-43/+26
* missing thing in if condition (nw) Vas Crabb2017-07-101-0/+2
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-130/+130
* fix srcclean when doing multiple files in a single run (nw) Vas Crabb2016-09-281-9/+9
* Add Lua-cleaning ability to srcclean Vas Crabb2016-08-301-37/+388
* clang didn't like that... Vas Crabb2016-08-041-1/+5
* remove leftover crud (nw) Vas Crabb2016-08-031-18/+0
* fix overlong code detection in srcclean Vas Crabb2016-08-021-2/+12
* Make srcclean a bit more forgiving Vas Crabb2016-08-021-3/+3
* Re-write srcclean to be cool with UTF-8 and C++14 [Vas Crabb] Vas Crabb2016-08-021-291/+1512
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* clang-modernize part 5 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+402