rpcs3/Utilities
Emmanuel Gil Peyrot 0ff5938b1f Utilities: Remove unused headers
AtomicPtr.h has never been used since its introduction in
da7472fe81.

Same for Interval.h, since 4fedf5749e.

event.h’s last usage got removed in
70e2873e69.
2019-11-12 19:51:57 +03:00
..
address_range.h Fix -Wsign-compare a little bit 2019-06-28 01:45:29 +03:00
asm.h Fix system time wraparound 2019-08-30 22:02:25 +03:00
BEType.h Improve to_se conversion template 2019-09-28 15:39:50 +03:00
bin_patch.cpp Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
bin_patch.h Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
bit_set.h Implement waitable atomics 2019-07-29 03:04:55 +03:00
BitField.h bf_t: Remove <limits> lib dependency 2019-11-03 14:59:47 +03:00
cfmt.h Correct get_int_t to get_uint_t. 2019-07-29 00:12:07 +03:00
cond.cpp cond_variable: improve wait a bit 2019-10-19 14:02:13 +03:00
cond.h Revert "Revert "Remove shared_cond and simplify reservation waiting"" 2019-09-24 05:01:00 +03:00
Config.cpp Avoid exceptions in cfg::try_to_int64 and cfg::try_to_enum_value 2019-11-08 19:27:11 +03:00
Config.h Input: move some pad handler logic to the parent class 2019-09-24 21:09:24 +02:00
CPUStats.h
CRC.h
date_time.h Screenshot function 2019-08-14 19:24:42 +02:00
dynamic_library.cpp Fix dynamic_library::loaded 2019-06-16 21:31:38 +03:00
dynamic_library.h
File.cpp Simplify fmt::throw_exception 2019-11-08 19:27:11 +03:00
File.h Remove fs::file::set_delete 2019-11-08 19:27:11 +03:00
geometry.h rsx: Explicity describe transfer regions for both source and destination blocks 2019-10-04 18:10:46 +03:00
git-version-gen.cmd
hash.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
JIT.cpp Rewrite the way LLVM JIT does memory allocation to allow use of more than one contiguous segment (#6771) 2019-10-29 01:01:07 +03:00
JIT.h Implement cpu_thread::suspend_all 2019-06-19 20:36:12 +03:00
lockless.h Implement lf_bunch<> 2019-10-26 21:24:12 +03:00
Log.cpp Remove fs::file::set_delete 2019-11-08 19:27:11 +03:00
Log.h Fix log format misuse 2019-10-09 02:14:52 +03:00
LUrlParser.cpp
LUrlParser.h
mutex.cpp Use atomic wait in shared_mutex and semaphore 2019-07-29 03:04:55 +03:00
mutex.h Prioritize vip_lock in shared_mutex 2019-10-06 16:03:38 +03:00
rXml.cpp
rXml.h
sema.cpp Use atomic wait in shared_mutex and semaphore 2019-07-29 03:04:55 +03:00
sema.h Implement waitable atomics 2019-07-29 03:04:55 +03:00
span.h rsx: Wrap gsl::span definition into Utilities/span.h 2019-11-09 20:00:50 +01:00
StrFmt.cpp Simplify fmt::throw_exception 2019-11-08 19:27:11 +03:00
StrFmt.h Simplify fmt::throw_exception 2019-11-08 19:27:11 +03:00
StrUtil.h Improve strcpy_trunc 2019-09-21 03:59:43 +03:00
sync.h Restore using keyed events in waitable atomics on Windows 2019-10-18 23:08:00 +03:00
sysinfo.cpp Add experimental TSC frequency detection 2019-07-15 17:20:12 +03:00
sysinfo.h Add experimental TSC frequency detection 2019-07-15 17:20:12 +03:00
Thread.cpp Small warnings cleanup (#6671) 2019-10-25 13:32:21 +03:00
Thread.h Deprecate thread_ctrl::spawn 2019-10-12 19:14:50 +03:00
Timer.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
typemap.h typeindices.hpp: add typeindex() helper 2019-09-19 02:16:14 +03:00
types.h rsx: Replace gsl::byte with C++17’s std::byte 2019-11-09 19:30:05 +01:00
version.cpp
version.h
VirtualMemory.cpp
VirtualMemory.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00