summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/regrep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few more class memory access warnings. Vas Crabb2024-04-141-6/+11
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-5/+3
* regrep.cpp: Code cleanup AJR2023-02-161-36/+34
* fixed a couple of reportedly uninitiated variables in the tools. Robbbert2022-04-031-1/+1
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-15/+19
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-8/+8
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Low-level #include overhaul AJR2021-01-021-1/+5
* Various improvements to image file handling: Vas Crabb2020-10-081-6/+6
* Cleaned up bitmap API. Vas Crabb2020-09-271-22/+18
* use C++ library includes (nw) firewave2020-01-221-5/+5
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-5/+5
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-5/+5
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-9/+9
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-70/+70
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-9/+9
* fixed error (nw) Miodrag Milanovic2015-12-311-2/+2
* missed one, thanks hap (nw) Miodrag Milanovic2015-12-311-2/+2
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
* clang-modernize part 5 Miodrag Milanovic2015-12-041-43/+43
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1109