rpcs3/Utilities
Jan Beich cd6bf37d06 Utilities: explicitly add more includes found by GCC
Utilities/Log.cpp: In member function 'void logs::file_writer::log(logs::level, const char*, std::size_t)':
Utilities/Log.cpp:559:9: error: 'memcpy' is not a member of 'std'
    std::memcpy(pos, text, frag);
         ^~~~~~
Utilities/Log.cpp:559:9: note: suggested alternative: 'empty'
    std::memcpy(pos, text, frag);
         ^~~~~~
         empty
Utilities/Log.cpp:560:9: error: 'memcpy' is not a member of 'std'
    std::memcpy(m_fptr, text + frag, size - frag);
         ^~~~~~
Utilities/Log.cpp:560:9: note: suggested alternative: 'empty'
    std::memcpy(m_fptr, text + frag, size - frag);
         ^~~~~~
         empty
Utilities/Log.cpp:564:9: error: 'memcpy' is not a member of 'std'
    std::memcpy(pos, text, size);
         ^~~~~~
Utilities/Log.cpp:564:9: note: suggested alternative: 'empty'
    std::memcpy(pos, text, size);
         ^~~~~~
         empty
Utilities/sync.h: In member function 'int futex(int*, int, int, const timespec*, int*, int)::futex_map::operator()(int*, int, int, const timespec*, int*, uint)':
Utilities/sync.h:110:20: error: 'find' is not a member of 'std'
     map.erase(std::find(map.find(uaddr), map.end(), ref));
                    ^~~~
Utilities/sync.h:110:20: note: suggested alternative: 'rend'
     map.erase(std::find(map.find(uaddr), map.end(), ref));
                    ^~~~
                    rend
2018-08-31 03:19:17 +04:00
..
Atomic.h Rearrange atomic operator internals 2018-08-25 01:15:47 +03:00
AtomicPtr.h
BEType.h Don't use std::aligned_storage 2018-08-25 15:47:03 +03:00
bin_patch.cpp yaml-cpp: update submodule and build integration 2018-06-13 04:25:34 +04:00
bin_patch.h
bit_set.h Rearrange atomic operator internals 2018-08-25 01:15:47 +03:00
BitField.h
cfmt.h
cond.cpp Replace notifier::lock_shared() with try_lock_shared() 2018-05-21 00:18:37 +03:00
cond.h Replace notifier::lock_shared() with try_lock_shared() 2018-05-21 00:18:37 +03:00
Config.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
Config.h Cfg: add missing get() methods 2018-05-09 22:19:55 +03:00
CPUStats.h silence warning 2018-07-12 18:02:28 +03:00
CRC.h
date_time.h RSX: use localtime_s instead of localtime 2018-07-28 23:10:45 +02:00
dynamic_library.cpp
dynamic_library.h Improve dynamic_library 2018-05-08 13:05:29 +03:00
event.h
File.cpp Implement fs::make_gather 2018-08-14 12:46:22 +03:00
File.h Implement fs::make_gather 2018-08-14 12:46:22 +03:00
GDBDebugServer.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
GDBDebugServer.h Delay GDB server launch until emulator run (#4658) 2018-06-08 13:34:27 +01:00
geometry.h Utilities/geometry: Add unsigned specializations to typedefs 2018-06-18 22:34:26 +03:00
git-version-gen.cmd Git Revision Fix (#5043) 2018-08-27 22:53:45 +04:00
GSL.h Update GSL and yaml-cpp submodules 2018-08-25 01:15:47 +03:00
hash.h rsx: Optimize hash_struct; vk cleanup 2018-08-18 16:14:30 +03:00
Interval.h
JIT.cpp clang: fix compilation on 3.7 2018-07-15 12:51:09 +04:00
JIT.h asmjit: update build integration 2018-06-12 20:03:53 +02:00
lockless.h
Log.cpp Utilities: explicitly add more includes found by GCC 2018-08-31 03:19:17 +04:00
Log.h Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
LUrlParser.cpp
LUrlParser.h
mutex.cpp Fix safe_writer_lock (typo) 2018-03-11 19:33:01 +03:00
mutex.h SPU: improve TSX usage 2018-04-06 21:47:54 +03:00
recursive_wrapper.hpp
rXml.cpp
rXml.h pugixml: update submodule and build integration 2018-06-24 02:02:36 +04:00
sema.cpp
sema.h
StrFmt.cpp Implement fmt::to_lower 2018-05-09 22:19:55 +03:00
StrFmt.h Fix type-safe formatting 2018-08-25 12:06:57 +03:00
StrUtil.h Implement fmt::to_lower 2018-05-09 22:19:55 +03:00
sync.h Utilities: explicitly add more includes found by GCC 2018-08-31 03:19:17 +04:00
sysinfo.cpp implement "Enable TSX" combobox 2018-06-17 00:43:00 +04:00
sysinfo.h implement "Enable TSX" combobox 2018-06-17 00:43:00 +04:00
Thread.cpp Rsx: rewrite address translation 2018-08-13 16:16:34 +03:00
Thread.h util/thread_ctrl: Method for measuring cycles a thread has run for 2018-05-30 12:35:41 +03:00
Timer.h
types.h Basic support for Vulkan Portability on OSX 2018-08-28 21:20:11 +03:00
variant_visitor.hpp Add support for Vulkan on Wayland 2018-01-11 12:26:41 +03:00
variant.hpp Add support for Vulkan on Wayland 2018-01-11 12:26:41 +03:00
version.cpp
version.h
VirtualMemory.cpp vm: allow 4k-aligned allocations for vm::stack 2018-08-30 14:56:45 +03:00
VirtualMemory.h Memory mirror support 2018-05-09 23:35:34 +03:00