aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/atomic.h (renamed from src/common/src/atomic.h)0
-rw-r--r--src/common/atomic_gcc.h (renamed from src/common/src/atomic_gcc.h)0
-rw-r--r--src/common/atomic_win32.h (renamed from src/common/src/atomic_win32.h)0
-rw-r--r--src/common/break_points.cpp (renamed from src/common/src/break_points.cpp)0
-rw-r--r--src/common/break_points.h (renamed from src/common/src/break_points.h)0
-rw-r--r--src/common/chunk_file.h (renamed from src/common/src/chunk_file.h)0
-rw-r--r--src/common/common.h (renamed from src/common/src/common.h)0
-rw-r--r--src/common/common_funcs.h (renamed from src/common/src/common_funcs.h)0
-rw-r--r--src/common/common_paths.h (renamed from src/common/src/common_paths.h)0
-rw-r--r--src/common/common_types.h (renamed from src/common/src/common_types.h)0
-rw-r--r--src/common/console_listener.cpp (renamed from src/common/src/console_listener.cpp)0
-rw-r--r--src/common/console_listener.h (renamed from src/common/src/console_listener.h)0
-rw-r--r--src/common/cpu_detect.h (renamed from src/common/src/cpu_detect.h)0
-rw-r--r--src/common/debug_interface.h (renamed from src/common/src/debug_interface.h)0
-rw-r--r--src/common/emu_window.h (renamed from src/common/src/emu_window.h)0
-rw-r--r--src/common/extended_trace.cpp (renamed from src/common/src/extended_trace.cpp)0
-rw-r--r--src/common/extended_trace.h (renamed from src/common/src/extended_trace.h)0
-rw-r--r--src/common/fifo_queue.h (renamed from src/common/src/fifo_queue.h)0
-rw-r--r--src/common/file_search.cpp (renamed from src/common/src/file_search.cpp)0
-rw-r--r--src/common/file_search.h (renamed from src/common/src/file_search.h)0
-rw-r--r--src/common/file_util.cpp (renamed from src/common/src/file_util.cpp)0
-rw-r--r--src/common/file_util.h (renamed from src/common/src/file_util.h)0
-rw-r--r--src/common/fixed_size_queue.h (renamed from src/common/src/fixed_size_queue.h)0
-rw-r--r--src/common/hash.cpp (renamed from src/common/src/hash.cpp)0
-rw-r--r--src/common/hash.h (renamed from src/common/src/hash.h)0
-rw-r--r--src/common/linear_disk_cache.h (renamed from src/common/src/linear_disk_cache.h)0
-rw-r--r--src/common/log.h (renamed from src/common/src/log.h)0
-rw-r--r--src/common/log_manager.cpp (renamed from src/common/src/log_manager.cpp)0
-rw-r--r--src/common/log_manager.h (renamed from src/common/src/log_manager.h)0
-rw-r--r--src/common/math_util.cpp (renamed from src/common/src/math_util.cpp)0
-rw-r--r--src/common/math_util.h (renamed from src/common/src/math_util.h)0
-rw-r--r--src/common/mem_arena.cpp (renamed from src/common/src/mem_arena.cpp)0
-rw-r--r--src/common/mem_arena.h (renamed from src/common/src/mem_arena.h)0
-rw-r--r--src/common/memory_util.cpp (renamed from src/common/src/memory_util.cpp)0
-rw-r--r--src/common/memory_util.h (renamed from src/common/src/memory_util.h)0
-rw-r--r--src/common/misc.cpp (renamed from src/common/src/misc.cpp)0
-rw-r--r--src/common/msg_handler.cpp (renamed from src/common/src/msg_handler.cpp)0
-rw-r--r--src/common/msg_handler.h (renamed from src/common/src/msg_handler.h)0
-rw-r--r--src/common/platform.h (renamed from src/common/src/platform.h)0
-rw-r--r--src/common/scm_rev.h (renamed from src/common/src/scm_rev.h)0
-rw-r--r--src/common/std_condition_variable.h (renamed from src/common/src/std_condition_variable.h)0
-rw-r--r--src/common/std_mutex.h (renamed from src/common/src/std_mutex.h)0
-rw-r--r--src/common/std_thread.h (renamed from src/common/src/std_thread.h)0
-rw-r--r--src/common/string_util.cpp (renamed from src/common/src/string_util.cpp)0
-rw-r--r--src/common/string_util.h (renamed from src/common/src/string_util.h)0
-rw-r--r--src/common/swap.h (renamed from src/common/src/swap.h)0
-rw-r--r--src/common/thread.cpp (renamed from src/common/src/thread.cpp)0
-rw-r--r--src/common/thread.h (renamed from src/common/src/thread.h)0
-rw-r--r--src/common/thunk.h (renamed from src/common/src/thunk.h)0
-rw-r--r--src/common/timer.cpp (renamed from src/common/src/timer.cpp)0
-rw-r--r--src/common/timer.h (renamed from src/common/src/timer.h)0
-rw-r--r--src/common/utf8.cpp (renamed from src/common/src/utf8.cpp)0
-rw-r--r--src/common/utf8.h (renamed from src/common/src/utf8.h)0
-rw-r--r--src/common/version.cpp (renamed from src/common/src/version.cpp)0
54 files changed, 0 insertions, 0 deletions
diff --git a/src/common/src/atomic.h b/src/common/atomic.h
index 883bc14fb6..883bc14fb6 100644
--- a/src/common/src/atomic.h
+++ b/src/common/atomic.h
diff --git a/src/common/src/atomic_gcc.h b/src/common/atomic_gcc.h
index 2eb38697b2..2eb38697b2 100644
--- a/src/common/src/atomic_gcc.h
+++ b/src/common/atomic_gcc.h
diff --git a/src/common/src/atomic_win32.h b/src/common/atomic_win32.h
index 760b16d4da..760b16d4da 100644
--- a/src/common/src/atomic_win32.h
+++ b/src/common/atomic_win32.h
diff --git a/src/common/src/break_points.cpp b/src/common/break_points.cpp
index 787263f792..787263f792 100644
--- a/src/common/src/break_points.cpp
+++ b/src/common/break_points.cpp
diff --git a/src/common/src/break_points.h b/src/common/break_points.h
index dc771ba013..dc771ba013 100644
--- a/src/common/src/break_points.h
+++ b/src/common/break_points.h
diff --git a/src/common/src/chunk_file.h b/src/common/chunk_file.h
index 68c2943ab7..68c2943ab7 100644
--- a/src/common/src/chunk_file.h
+++ b/src/common/chunk_file.h
diff --git a/src/common/src/common.h b/src/common/common.h
index 3b71d9b3d3..3b71d9b3d3 100644
--- a/src/common/src/common.h
+++ b/src/common/common.h
diff --git a/src/common/src/common_funcs.h b/src/common/common_funcs.h
index 7ca0b3501a..7ca0b3501a 100644
--- a/src/common/src/common_funcs.h
+++ b/src/common/common_funcs.h
diff --git a/src/common/src/common_paths.h b/src/common/common_paths.h
index 9ccb87d823..9ccb87d823 100644
--- a/src/common/src/common_paths.h
+++ b/src/common/common_paths.h
diff --git a/src/common/src/common_types.h b/src/common/common_types.h
index af1cd0e21b..af1cd0e21b 100644
--- a/src/common/src/common_types.h
+++ b/src/common/common_types.h
diff --git a/src/common/src/console_listener.cpp b/src/common/console_listener.cpp
index 270ad9ce98..270ad9ce98 100644
--- a/src/common/src/console_listener.cpp
+++ b/src/common/console_listener.cpp
diff --git a/src/common/src/console_listener.h b/src/common/console_listener.h
index a2936050db..a2936050db 100644
--- a/src/common/src/console_listener.h
+++ b/src/common/console_listener.h
diff --git a/src/common/src/cpu_detect.h b/src/common/cpu_detect.h
index e93cf333af..e93cf333af 100644
--- a/src/common/src/cpu_detect.h
+++ b/src/common/cpu_detect.h
diff --git a/src/common/src/debug_interface.h b/src/common/debug_interface.h
index 49cc54a805..49cc54a805 100644
--- a/src/common/src/debug_interface.h
+++ b/src/common/debug_interface.h
diff --git a/src/common/src/emu_window.h b/src/common/emu_window.h
index f49367057e..f49367057e 100644
--- a/src/common/src/emu_window.h
+++ b/src/common/emu_window.h
diff --git a/src/common/src/extended_trace.cpp b/src/common/extended_trace.cpp
index 9f717dba36..9f717dba36 100644
--- a/src/common/src/extended_trace.cpp
+++ b/src/common/extended_trace.cpp
diff --git a/src/common/src/extended_trace.h b/src/common/extended_trace.h
index 1552e901bd..1552e901bd 100644
--- a/src/common/src/extended_trace.h
+++ b/src/common/extended_trace.h
diff --git a/src/common/src/fifo_queue.h b/src/common/fifo_queue.h
index 57efcd8390..57efcd8390 100644
--- a/src/common/src/fifo_queue.h
+++ b/src/common/fifo_queue.h
diff --git a/src/common/src/file_search.cpp b/src/common/file_search.cpp
index 59f6401099..59f6401099 100644
--- a/src/common/src/file_search.cpp
+++ b/src/common/file_search.cpp
diff --git a/src/common/src/file_search.h b/src/common/file_search.h
index 2a9ff801f6..2a9ff801f6 100644
--- a/src/common/src/file_search.h
+++ b/src/common/file_search.h
diff --git a/src/common/src/file_util.cpp b/src/common/file_util.cpp
index 8b47cb3e55..8b47cb3e55 100644
--- a/src/common/src/file_util.cpp
+++ b/src/common/file_util.cpp
diff --git a/src/common/src/file_util.h b/src/common/file_util.h
index f4ef949d89..f4ef949d89 100644
--- a/src/common/src/file_util.h
+++ b/src/common/file_util.h
diff --git a/src/common/src/fixed_size_queue.h b/src/common/fixed_size_queue.h
index 1f507f4ae9..1f507f4ae9 100644
--- a/src/common/src/fixed_size_queue.h
+++ b/src/common/fixed_size_queue.h
diff --git a/src/common/src/hash.cpp b/src/common/hash.cpp
index 5303f07b57..5303f07b57 100644
--- a/src/common/src/hash.cpp
+++ b/src/common/hash.cpp
diff --git a/src/common/src/hash.h b/src/common/hash.h
index addfa4b5fb..addfa4b5fb 100644
--- a/src/common/src/hash.h
+++ b/src/common/hash.h
diff --git a/src/common/src/linear_disk_cache.h b/src/common/linear_disk_cache.h
index da5d6b9b42..da5d6b9b42 100644
--- a/src/common/src/linear_disk_cache.h
+++ b/src/common/linear_disk_cache.h
diff --git a/src/common/src/log.h b/src/common/log.h
index 432a307f06..432a307f06 100644
--- a/src/common/src/log.h
+++ b/src/common/log.h
diff --git a/src/common/src/log_manager.cpp b/src/common/log_manager.cpp
index b5b0348469..b5b0348469 100644
--- a/src/common/src/log_manager.cpp
+++ b/src/common/log_manager.cpp
diff --git a/src/common/src/log_manager.h b/src/common/log_manager.h
index 579198ff6d..579198ff6d 100644
--- a/src/common/src/log_manager.h
+++ b/src/common/log_manager.h
diff --git a/src/common/src/math_util.cpp b/src/common/math_util.cpp
index da90f8d744..da90f8d744 100644
--- a/src/common/src/math_util.cpp
+++ b/src/common/math_util.cpp
diff --git a/src/common/src/math_util.h b/src/common/math_util.h
index 4410c5e017..4410c5e017 100644
--- a/src/common/src/math_util.h
+++ b/src/common/math_util.h
diff --git a/src/common/src/mem_arena.cpp b/src/common/mem_arena.cpp
index 1a6fcf44dc..1a6fcf44dc 100644
--- a/src/common/src/mem_arena.cpp
+++ b/src/common/mem_arena.cpp
diff --git a/src/common/src/mem_arena.h b/src/common/mem_arena.h
index 8bdf9f1890..8bdf9f1890 100644
--- a/src/common/src/mem_arena.h
+++ b/src/common/mem_arena.h
diff --git a/src/common/src/memory_util.cpp b/src/common/memory_util.cpp
index cc6e77b358..cc6e77b358 100644
--- a/src/common/src/memory_util.cpp
+++ b/src/common/memory_util.cpp
diff --git a/src/common/src/memory_util.h b/src/common/memory_util.h
index 49b2589da3..49b2589da3 100644
--- a/src/common/src/memory_util.h
+++ b/src/common/memory_util.h
diff --git a/src/common/src/misc.cpp b/src/common/misc.cpp
index 9358054781..9358054781 100644
--- a/src/common/src/misc.cpp
+++ b/src/common/misc.cpp
diff --git a/src/common/src/msg_handler.cpp b/src/common/msg_handler.cpp
index 8e9fe218e5..8e9fe218e5 100644
--- a/src/common/src/msg_handler.cpp
+++ b/src/common/msg_handler.cpp
diff --git a/src/common/src/msg_handler.h b/src/common/msg_handler.h
index bde2808fab..bde2808fab 100644
--- a/src/common/src/msg_handler.h
+++ b/src/common/msg_handler.h
diff --git a/src/common/src/platform.h b/src/common/platform.h
index 84c6b63651..84c6b63651 100644
--- a/src/common/src/platform.h
+++ b/src/common/platform.h
diff --git a/src/common/src/scm_rev.h b/src/common/scm_rev.h
index 69962c58e5..69962c58e5 100644
--- a/src/common/src/scm_rev.h
+++ b/src/common/scm_rev.h
diff --git a/src/common/src/std_condition_variable.h b/src/common/std_condition_variable.h
index cee7a9dcd1..cee7a9dcd1 100644
--- a/src/common/src/std_condition_variable.h
+++ b/src/common/std_condition_variable.h
diff --git a/src/common/src/std_mutex.h b/src/common/std_mutex.h
index 26eb58b62c..26eb58b62c 100644
--- a/src/common/src/std_mutex.h
+++ b/src/common/std_mutex.h
diff --git a/src/common/src/std_thread.h b/src/common/std_thread.h
index 9ed0072c39..9ed0072c39 100644
--- a/src/common/src/std_thread.h
+++ b/src/common/std_thread.h
diff --git a/src/common/src/string_util.cpp b/src/common/string_util.cpp
index 415dcbbc76..415dcbbc76 100644
--- a/src/common/src/string_util.cpp
+++ b/src/common/string_util.cpp
diff --git a/src/common/src/string_util.h b/src/common/string_util.h
index fcbae47156..fcbae47156 100644
--- a/src/common/src/string_util.h
+++ b/src/common/string_util.h
diff --git a/src/common/src/swap.h b/src/common/swap.h
index d07d9fcc5c..d07d9fcc5c 100644
--- a/src/common/src/swap.h
+++ b/src/common/swap.h
diff --git a/src/common/src/thread.cpp b/src/common/thread.cpp
index 27dbf3f93d..27dbf3f93d 100644
--- a/src/common/src/thread.cpp
+++ b/src/common/thread.cpp
diff --git a/src/common/src/thread.h b/src/common/thread.h
index 6384a44a11..6384a44a11 100644
--- a/src/common/src/thread.h
+++ b/src/common/thread.h
diff --git a/src/common/src/thunk.h b/src/common/thunk.h
index c9e6fd39fe..c9e6fd39fe 100644
--- a/src/common/src/thunk.h
+++ b/src/common/thunk.h
diff --git a/src/common/src/timer.cpp b/src/common/timer.cpp
index 90604292ef..90604292ef 100644
--- a/src/common/src/timer.cpp
+++ b/src/common/timer.cpp
diff --git a/src/common/src/timer.h b/src/common/timer.h
index 20c86762ab..20c86762ab 100644
--- a/src/common/src/timer.h
+++ b/src/common/timer.h
diff --git a/src/common/src/utf8.cpp b/src/common/utf8.cpp
index 9aa8088efa..9aa8088efa 100644
--- a/src/common/src/utf8.cpp
+++ b/src/common/utf8.cpp
diff --git a/src/common/src/utf8.h b/src/common/utf8.h
index 36cf757130..36cf757130 100644
--- a/src/common/src/utf8.h
+++ b/src/common/utf8.h
diff --git a/src/common/src/version.cpp b/src/common/version.cpp
index 01890dbb65..01890dbb65 100644
--- a/src/common/src/version.cpp
+++ b/src/common/version.cpp