rpcsx/rpcs3/util
Nekotekina 04dedb17eb Disable exception handling.
Use -fno-exceptions in cmake.
On MSVC, enable _HAS_EXCEPTION=0.
Cleanup throw/catch from the source.
Create yaml.cpp enclave because it needs exception to work.
Disable thread_local optimizations in logs.cpp (TODO).
Implement cpu_counter for cpu_threads (moved globals).
2020-03-12 16:03:08 +03:00
..
atomic.cpp Fix warnings in emucore 2020-03-04 21:23:34 +03:00
atomic.hpp atomic_t: Fix regression from #7489 2020-02-15 14:07:52 +03:00
atomic2.cpp Fix warnings in emucore 2020-03-04 21:23:34 +03:00
atomic2.hpp Implement multi_cas with atomic2 type 2019-11-01 20:41:16 +03:00
cereal.cpp Disable exception handling. 2020-03-12 16:03:08 +03:00
endian.hpp Another attempt to fix OSX 2020-02-20 16:54:56 +03:00
fixed_typemap.cpp fixed_typemap.hpp: remove <algorithm> dep in header 2020-02-28 00:04:37 +03:00
fixed_typemap.hpp fixed_typemap.hpp: reset creation index to avoid confusion 2020-02-28 00:16:04 +03:00
init_mutex.hpp SPU LLVM: add SPU profiling to compilation thread 2019-11-11 23:13:13 +03:00
logs.cpp Disable exception handling. 2020-03-12 16:03:08 +03:00
logs.hpp Logs: add 'always' method for debugging 2020-03-10 11:23:56 +03:00
shared_cptr.cpp Implement shared_cptr and atomic_cptr 2020-01-20 16:53:42 +03:00
shared_cptr.hpp Make RPCS3 compile in C++2a mode 2020-02-04 23:43:55 +03:00
typeindices.hpp Fix code relying on initialization order 2020-01-31 11:23:55 +03:00
yaml.cpp Disable exception handling. 2020-03-12 16:03:08 +03:00
yaml.hpp Disable exception handling. 2020-03-12 16:03:08 +03:00