| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | there are reasons for things being the way they were (nw) | 2020-01-31 | 1 | -2/+20 | |
| | | |||||
| * | fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) | 2020-01-30 | 1 | -5/+5 | |
| | | |||||
| * | fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) | 2020-01-30 | 1 | -20/+2 | |
| | | |||||
| * | (nw) get rid of the rest of assert_always - it's better to be explicit about ↵ | 2019-09-20 | 1 | -4/+8 | |
| | | | | | what this thing is supposed to do | ||||
| * | fix windows compile (nw) | 2017-02-11 | 1 | -0/+1 | |
| | | |||||
| * | Move special windows.h include directives to build defines (nw) | 2016-12-28 | 1 | -3/+0 | |
| | | |||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -10/+10 | |
| | | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, ↵ | 2016-10-22 | 1 | -46/+46 | |
| | | | | | utf16_char, unicode_char (nw) | ||||
| * | algorithm-> utility where appropriate, fix imgtool (nw) | 2016-07-31 | 1 | -1/+1 | |
| | | |||||
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ↵ | 2016-07-31 | 1 | -1/+4 | |
| | | | | | to inline functions (nw) | ||||
| * | more cleanup (nw) | 2016-07-01 | 1 | -10/+8 | |
| | | |||||
| * | Cleanup and version bumpmame0175 | 2016-06-29 | 1 | -1/+1 | |
| | | |||||
| * | The calling convention goes inside the brackets of pointers to functions. ↵ | 2016-06-15 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | Allows compiling with MSVC (nw) Revision: 58dc78b6eba373d88fe7ef68f9ce3c2c43e635d6 Author: Giuseppe Gorgoglione <gorgogsp@gmail.com> Date: 28/05/2016 03:14:15 Message: Introduce dynamic_module This is a central cross-platform facility to dynamically bind functions from shared libraries. Updated all OSD modules to use it. | ||||
| * | Introduce dynamic_module | 2016-06-11 | 1 | -40/+44 | |
| | | | | | | This is a central cross-platform facility to dynamically bind functions from shared libraries. Updated all OSD modules to use it. | ||||
| * | Cleanups and version bumpmame0173 | 2016-04-27 | 1 | -1/+0 | |
| | | |||||
| * | Create diagnostic module for profiling and crash diagnostics | 2016-04-17 | 1 | -0/+1086 | |
