ACTUALLY working screen share now
This commit is contained in:
parent
fe887c8af2
commit
1388379009
@ -6,6 +6,16 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|||||||
set(CMAKE_C_STANDARD 99)
|
set(CMAKE_C_STANDARD 99)
|
||||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
|
||||||
|
# Enable AddressSanitizer for debugging
|
||||||
|
option(ENABLE_ASAN "Enable AddressSanitizer" OFF)
|
||||||
|
if(ENABLE_ASAN)
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address -fno-omit-frame-pointer -g")
|
||||||
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=address -fno-omit-frame-pointer -g")
|
||||||
|
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fsanitize=address")
|
||||||
|
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fsanitize=address")
|
||||||
|
message(STATUS "AddressSanitizer enabled")
|
||||||
|
endif()
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
option(BUILD_SERVER "Build the SCAR Chat server" ON)
|
option(BUILD_SERVER "Build the SCAR Chat server" ON)
|
||||||
option(BUILD_CLIENT "Build the SCAR Chat client" ON)
|
option(BUILD_CLIENT "Build the SCAR Chat client" ON)
|
||||||
|
|||||||
@ -296,6 +296,9 @@ CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
|
|||||||
// Studio IDE projects all commands are done without /nologo.
|
// Studio IDE projects all commands are done without /nologo.
|
||||||
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||||
|
|
||||||
|
//Enable AddressSanitizer
|
||||||
|
ENABLE_ASAN:BOOL=ON
|
||||||
|
|
||||||
//Directory under which to collect all populated content
|
//Directory under which to collect all populated content
|
||||||
FETCHCONTENT_BASE_DIR:PATH=/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps
|
FETCHCONTENT_BASE_DIR:PATH=/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps
|
||||||
|
|
||||||
|
|||||||
@ -98,22 +98,15 @@ client/CMakeFiles/scarchat.dir/config/client_config.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/syscall.h
|
/usr/include/bits/syscall.h
|
||||||
@ -150,14 +143,10 @@ client/CMakeFiles/scarchat.dir/config/client_config.cpp.o
|
|||||||
/usr/include/bits/typesizes.h
|
/usr/include/bits/typesizes.h
|
||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -511,7 +500,6 @@ client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o
|
|||||||
/usr/include/bits/eventfd.h
|
/usr/include/bits/eventfd.h
|
||||||
/usr/include/bits/fcntl-linux.h
|
/usr/include/bits/fcntl-linux.h
|
||||||
/usr/include/bits/fcntl.h
|
/usr/include/bits/fcntl.h
|
||||||
/usr/include/bits/fcntl2.h
|
|
||||||
/usr/include/bits/floatn-common.h
|
/usr/include/bits/floatn-common.h
|
||||||
/usr/include/bits/floatn.h
|
/usr/include/bits/floatn.h
|
||||||
/usr/include/bits/flt-eval-method.h
|
/usr/include/bits/flt-eval-method.h
|
||||||
@ -535,7 +523,6 @@ client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o
|
|||||||
/usr/include/bits/mathcalls.h
|
/usr/include/bits/mathcalls.h
|
||||||
/usr/include/bits/netdb.h
|
/usr/include/bits/netdb.h
|
||||||
/usr/include/bits/poll.h
|
/usr/include/bits/poll.h
|
||||||
/usr/include/bits/poll2.h
|
|
||||||
/usr/include/bits/posix1_lim.h
|
/usr/include/bits/posix1_lim.h
|
||||||
/usr/include/bits/posix2_lim.h
|
/usr/include/bits/posix2_lim.h
|
||||||
/usr/include/bits/posix_opt.h
|
/usr/include/bits/posix_opt.h
|
||||||
@ -543,9 +530,7 @@ client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/semaphore.h
|
/usr/include/bits/semaphore.h
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/sigaction.h
|
/usr/include/bits/sigaction.h
|
||||||
@ -562,7 +547,6 @@ client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o
|
|||||||
/usr/include/bits/sigthread.h
|
/usr/include/bits/sigthread.h
|
||||||
/usr/include/bits/sockaddr.h
|
/usr/include/bits/sockaddr.h
|
||||||
/usr/include/bits/socket.h
|
/usr/include/bits/socket.h
|
||||||
/usr/include/bits/socket2.h
|
|
||||||
/usr/include/bits/socket_type.h
|
/usr/include/bits/socket_type.h
|
||||||
/usr/include/bits/ss_flags.h
|
/usr/include/bits/ss_flags.h
|
||||||
/usr/include/bits/stat.h
|
/usr/include/bits/stat.h
|
||||||
@ -572,14 +556,9 @@ client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o
|
|||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/struct_stat.h
|
/usr/include/bits/struct_stat.h
|
||||||
@ -640,14 +619,10 @@ client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o
|
|||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio-ext.h
|
/usr/include/bits/uio-ext.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -2087,7 +2062,6 @@ client/CMakeFiles/scarchat.dir/main.cpp.o
|
|||||||
/usr/include/bits/eventfd.h
|
/usr/include/bits/eventfd.h
|
||||||
/usr/include/bits/fcntl-linux.h
|
/usr/include/bits/fcntl-linux.h
|
||||||
/usr/include/bits/fcntl.h
|
/usr/include/bits/fcntl.h
|
||||||
/usr/include/bits/fcntl2.h
|
|
||||||
/usr/include/bits/floatn-common.h
|
/usr/include/bits/floatn-common.h
|
||||||
/usr/include/bits/floatn.h
|
/usr/include/bits/floatn.h
|
||||||
/usr/include/bits/flt-eval-method.h
|
/usr/include/bits/flt-eval-method.h
|
||||||
@ -2111,7 +2085,6 @@ client/CMakeFiles/scarchat.dir/main.cpp.o
|
|||||||
/usr/include/bits/mathcalls.h
|
/usr/include/bits/mathcalls.h
|
||||||
/usr/include/bits/netdb.h
|
/usr/include/bits/netdb.h
|
||||||
/usr/include/bits/poll.h
|
/usr/include/bits/poll.h
|
||||||
/usr/include/bits/poll2.h
|
|
||||||
/usr/include/bits/posix1_lim.h
|
/usr/include/bits/posix1_lim.h
|
||||||
/usr/include/bits/posix2_lim.h
|
/usr/include/bits/posix2_lim.h
|
||||||
/usr/include/bits/posix_opt.h
|
/usr/include/bits/posix_opt.h
|
||||||
@ -2119,9 +2092,7 @@ client/CMakeFiles/scarchat.dir/main.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/semaphore.h
|
/usr/include/bits/semaphore.h
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/sigaction.h
|
/usr/include/bits/sigaction.h
|
||||||
@ -2138,7 +2109,6 @@ client/CMakeFiles/scarchat.dir/main.cpp.o
|
|||||||
/usr/include/bits/sigthread.h
|
/usr/include/bits/sigthread.h
|
||||||
/usr/include/bits/sockaddr.h
|
/usr/include/bits/sockaddr.h
|
||||||
/usr/include/bits/socket.h
|
/usr/include/bits/socket.h
|
||||||
/usr/include/bits/socket2.h
|
|
||||||
/usr/include/bits/socket_type.h
|
/usr/include/bits/socket_type.h
|
||||||
/usr/include/bits/ss_flags.h
|
/usr/include/bits/ss_flags.h
|
||||||
/usr/include/bits/stat.h
|
/usr/include/bits/stat.h
|
||||||
@ -2148,14 +2118,9 @@ client/CMakeFiles/scarchat.dir/main.cpp.o
|
|||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/struct_stat.h
|
/usr/include/bits/struct_stat.h
|
||||||
@ -2216,14 +2181,10 @@ client/CMakeFiles/scarchat.dir/main.cpp.o
|
|||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio-ext.h
|
/usr/include/bits/uio-ext.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -3761,7 +3722,6 @@ client/CMakeFiles/scarchat.dir/mainwindow.cpp.o
|
|||||||
/usr/include/bits/eventfd.h
|
/usr/include/bits/eventfd.h
|
||||||
/usr/include/bits/fcntl-linux.h
|
/usr/include/bits/fcntl-linux.h
|
||||||
/usr/include/bits/fcntl.h
|
/usr/include/bits/fcntl.h
|
||||||
/usr/include/bits/fcntl2.h
|
|
||||||
/usr/include/bits/floatn-common.h
|
/usr/include/bits/floatn-common.h
|
||||||
/usr/include/bits/floatn.h
|
/usr/include/bits/floatn.h
|
||||||
/usr/include/bits/flt-eval-method.h
|
/usr/include/bits/flt-eval-method.h
|
||||||
@ -3785,7 +3745,6 @@ client/CMakeFiles/scarchat.dir/mainwindow.cpp.o
|
|||||||
/usr/include/bits/mathcalls.h
|
/usr/include/bits/mathcalls.h
|
||||||
/usr/include/bits/netdb.h
|
/usr/include/bits/netdb.h
|
||||||
/usr/include/bits/poll.h
|
/usr/include/bits/poll.h
|
||||||
/usr/include/bits/poll2.h
|
|
||||||
/usr/include/bits/posix1_lim.h
|
/usr/include/bits/posix1_lim.h
|
||||||
/usr/include/bits/posix2_lim.h
|
/usr/include/bits/posix2_lim.h
|
||||||
/usr/include/bits/posix_opt.h
|
/usr/include/bits/posix_opt.h
|
||||||
@ -3793,9 +3752,7 @@ client/CMakeFiles/scarchat.dir/mainwindow.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/semaphore.h
|
/usr/include/bits/semaphore.h
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/sigaction.h
|
/usr/include/bits/sigaction.h
|
||||||
@ -3812,7 +3769,6 @@ client/CMakeFiles/scarchat.dir/mainwindow.cpp.o
|
|||||||
/usr/include/bits/sigthread.h
|
/usr/include/bits/sigthread.h
|
||||||
/usr/include/bits/sockaddr.h
|
/usr/include/bits/sockaddr.h
|
||||||
/usr/include/bits/socket.h
|
/usr/include/bits/socket.h
|
||||||
/usr/include/bits/socket2.h
|
|
||||||
/usr/include/bits/socket_type.h
|
/usr/include/bits/socket_type.h
|
||||||
/usr/include/bits/ss_flags.h
|
/usr/include/bits/ss_flags.h
|
||||||
/usr/include/bits/stat.h
|
/usr/include/bits/stat.h
|
||||||
@ -3822,14 +3778,9 @@ client/CMakeFiles/scarchat.dir/mainwindow.cpp.o
|
|||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/struct_stat.h
|
/usr/include/bits/struct_stat.h
|
||||||
@ -3890,14 +3841,10 @@ client/CMakeFiles/scarchat.dir/mainwindow.cpp.o
|
|||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio-ext.h
|
/usr/include/bits/uio-ext.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -5390,20 +5337,15 @@ client/CMakeFiles/scarchat.dir/media/camera_capture.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/syscall.h
|
/usr/include/bits/syscall.h
|
||||||
@ -5440,14 +5382,10 @@ client/CMakeFiles/scarchat.dir/media/camera_capture.cpp.o
|
|||||||
/usr/include/bits/typesizes.h
|
/usr/include/bits/typesizes.h
|
||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -5694,9 +5632,7 @@ client/CMakeFiles/scarchat.dir/media/screen_capture.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/semaphore.h
|
/usr/include/bits/semaphore.h
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/sigaction.h
|
/usr/include/bits/sigaction.h
|
||||||
@ -5717,14 +5653,9 @@ client/CMakeFiles/scarchat.dir/media/screen_capture.cpp.o
|
|||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/syscall.h
|
/usr/include/bits/syscall.h
|
||||||
@ -5768,14 +5699,10 @@ client/CMakeFiles/scarchat.dir/media/screen_capture.cpp.o
|
|||||||
/usr/include/bits/typesizes.h
|
/usr/include/bits/typesizes.h
|
||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -6356,22 +6283,15 @@ client/CMakeFiles/scarchat.dir/media/video_decoder.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/syscall.h
|
/usr/include/bits/syscall.h
|
||||||
@ -6408,14 +6328,10 @@ client/CMakeFiles/scarchat.dir/media/video_decoder.cpp.o
|
|||||||
/usr/include/bits/typesizes.h
|
/usr/include/bits/typesizes.h
|
||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -6853,22 +6769,15 @@ client/CMakeFiles/scarchat.dir/media/video_encoder.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/syscall.h
|
/usr/include/bits/syscall.h
|
||||||
@ -6905,14 +6814,10 @@ client/CMakeFiles/scarchat.dir/media/video_encoder.cpp.o
|
|||||||
/usr/include/bits/typesizes.h
|
/usr/include/bits/typesizes.h
|
||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -7251,7 +7156,6 @@ client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o
|
|||||||
/usr/include/bits/eventfd.h
|
/usr/include/bits/eventfd.h
|
||||||
/usr/include/bits/fcntl-linux.h
|
/usr/include/bits/fcntl-linux.h
|
||||||
/usr/include/bits/fcntl.h
|
/usr/include/bits/fcntl.h
|
||||||
/usr/include/bits/fcntl2.h
|
|
||||||
/usr/include/bits/floatn-common.h
|
/usr/include/bits/floatn-common.h
|
||||||
/usr/include/bits/floatn.h
|
/usr/include/bits/floatn.h
|
||||||
/usr/include/bits/flt-eval-method.h
|
/usr/include/bits/flt-eval-method.h
|
||||||
@ -7275,7 +7179,6 @@ client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o
|
|||||||
/usr/include/bits/mathcalls.h
|
/usr/include/bits/mathcalls.h
|
||||||
/usr/include/bits/netdb.h
|
/usr/include/bits/netdb.h
|
||||||
/usr/include/bits/poll.h
|
/usr/include/bits/poll.h
|
||||||
/usr/include/bits/poll2.h
|
|
||||||
/usr/include/bits/posix1_lim.h
|
/usr/include/bits/posix1_lim.h
|
||||||
/usr/include/bits/posix2_lim.h
|
/usr/include/bits/posix2_lim.h
|
||||||
/usr/include/bits/posix_opt.h
|
/usr/include/bits/posix_opt.h
|
||||||
@ -7283,9 +7186,7 @@ client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/semaphore.h
|
/usr/include/bits/semaphore.h
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/sigaction.h
|
/usr/include/bits/sigaction.h
|
||||||
@ -7302,7 +7203,6 @@ client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o
|
|||||||
/usr/include/bits/sigthread.h
|
/usr/include/bits/sigthread.h
|
||||||
/usr/include/bits/sockaddr.h
|
/usr/include/bits/sockaddr.h
|
||||||
/usr/include/bits/socket.h
|
/usr/include/bits/socket.h
|
||||||
/usr/include/bits/socket2.h
|
|
||||||
/usr/include/bits/socket_type.h
|
/usr/include/bits/socket_type.h
|
||||||
/usr/include/bits/ss_flags.h
|
/usr/include/bits/ss_flags.h
|
||||||
/usr/include/bits/stat.h
|
/usr/include/bits/stat.h
|
||||||
@ -7312,14 +7212,9 @@ client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o
|
|||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/struct_stat.h
|
/usr/include/bits/struct_stat.h
|
||||||
@ -7380,14 +7275,10 @@ client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o
|
|||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio-ext.h
|
/usr/include/bits/uio-ext.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -8880,22 +8771,15 @@ client/CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/syscall.h
|
/usr/include/bits/syscall.h
|
||||||
@ -8932,14 +8816,10 @@ client/CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o
|
|||||||
/usr/include/bits/typesizes.h
|
/usr/include/bits/typesizes.h
|
||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -9471,22 +9351,15 @@ client/CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/syscall.h
|
/usr/include/bits/syscall.h
|
||||||
@ -9523,14 +9396,10 @@ client/CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o
|
|||||||
/usr/include/bits/typesizes.h
|
/usr/include/bits/typesizes.h
|
||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -10036,22 +9905,15 @@ client/CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/syscall.h
|
/usr/include/bits/syscall.h
|
||||||
@ -10088,14 +9950,10 @@ client/CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o
|
|||||||
/usr/include/bits/typesizes.h
|
/usr/include/bits/typesizes.h
|
||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -10647,7 +10505,6 @@ client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o
|
|||||||
/usr/include/bits/eventfd.h
|
/usr/include/bits/eventfd.h
|
||||||
/usr/include/bits/fcntl-linux.h
|
/usr/include/bits/fcntl-linux.h
|
||||||
/usr/include/bits/fcntl.h
|
/usr/include/bits/fcntl.h
|
||||||
/usr/include/bits/fcntl2.h
|
|
||||||
/usr/include/bits/floatn-common.h
|
/usr/include/bits/floatn-common.h
|
||||||
/usr/include/bits/floatn.h
|
/usr/include/bits/floatn.h
|
||||||
/usr/include/bits/flt-eval-method.h
|
/usr/include/bits/flt-eval-method.h
|
||||||
@ -10671,7 +10528,6 @@ client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o
|
|||||||
/usr/include/bits/mathcalls.h
|
/usr/include/bits/mathcalls.h
|
||||||
/usr/include/bits/netdb.h
|
/usr/include/bits/netdb.h
|
||||||
/usr/include/bits/poll.h
|
/usr/include/bits/poll.h
|
||||||
/usr/include/bits/poll2.h
|
|
||||||
/usr/include/bits/posix1_lim.h
|
/usr/include/bits/posix1_lim.h
|
||||||
/usr/include/bits/posix2_lim.h
|
/usr/include/bits/posix2_lim.h
|
||||||
/usr/include/bits/posix_opt.h
|
/usr/include/bits/posix_opt.h
|
||||||
@ -10679,9 +10535,7 @@ client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/semaphore.h
|
/usr/include/bits/semaphore.h
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/sigaction.h
|
/usr/include/bits/sigaction.h
|
||||||
@ -10698,7 +10552,6 @@ client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o
|
|||||||
/usr/include/bits/sigthread.h
|
/usr/include/bits/sigthread.h
|
||||||
/usr/include/bits/sockaddr.h
|
/usr/include/bits/sockaddr.h
|
||||||
/usr/include/bits/socket.h
|
/usr/include/bits/socket.h
|
||||||
/usr/include/bits/socket2.h
|
|
||||||
/usr/include/bits/socket_type.h
|
/usr/include/bits/socket_type.h
|
||||||
/usr/include/bits/ss_flags.h
|
/usr/include/bits/ss_flags.h
|
||||||
/usr/include/bits/stat.h
|
/usr/include/bits/stat.h
|
||||||
@ -10708,14 +10561,9 @@ client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o
|
|||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/struct_stat.h
|
/usr/include/bits/struct_stat.h
|
||||||
@ -10776,14 +10624,10 @@ client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o
|
|||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio-ext.h
|
/usr/include/bits/uio-ext.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -12226,6 +12070,8 @@ client/scarchat
|
|||||||
/usr/lib64/libpthread.a
|
/usr/lib64/libpthread.a
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtbeginS.o
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtbeginS.o
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtendS.o
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtendS.o
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/libasan.so
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/libasan_preinit.o
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/libgcc.a
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/libgcc.a
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/libgcc_s.so
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/libgcc_s.so
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/libgcc_s.so.1
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/libgcc_s.so.1
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -26,8 +26,7 @@ client/CMakeFiles/scarchat.dir/config/client_config.cpp.o: \
|
|||||||
/usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
||||||
/usr/include/bits/types/__locale_t.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/__locale_t.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
||||||
@ -96,22 +95,19 @@ client/CMakeFiles/scarchat.dir/config/client_config.cpp.o: \
|
|||||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
||||||
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
||||||
/usr/include/errno.h /usr/include/bits/errno.h \
|
/usr/include/errno.h /usr/include/bits/errno.h \
|
||||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||||
@ -222,8 +218,7 @@ client/CMakeFiles/scarchat.dir/config/client_config.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
@ -295,8 +290,6 @@ client/CMakeFiles/scarchat.dir/config/client_config.cpp.o: \
|
|||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include/nlohmann/detail/string_concat.hpp \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include/nlohmann/detail/string_concat.hpp \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include/nlohmann/detail/meta/identity_tag.hpp \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include/nlohmann/detail/meta/identity_tag.hpp \
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include/nlohmann/detail/meta/std_fs.hpp \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include/nlohmann/detail/meta/std_fs.hpp \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/filesystem \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/filesystem \
|
||||||
|
|||||||
Binary file not shown.
@ -33,8 +33,7 @@ client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o: \
|
|||||||
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
||||||
/usr/include/bits/types/__locale_t.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/__locale_t.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
||||||
@ -102,22 +101,19 @@ client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o: \
|
|||||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||||
/usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
||||||
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
||||||
/usr/include/errno.h /usr/include/bits/errno.h \
|
/usr/include/errno.h /usr/include/bits/errno.h \
|
||||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||||
@ -201,8 +197,7 @@ client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
@ -214,8 +209,6 @@ client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o: \
|
|||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/pstl/execution_defs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/pstl/execution_defs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/config/client_config.h \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/config/client_config.h \
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/../shared/utils/json_config.h \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/../shared/utils/json_config.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/optional \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/optional \
|
||||||
@ -598,9 +591,8 @@ client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o: \
|
|||||||
/usr/include/bits/socket_type.h /usr/include/bits/sockaddr.h \
|
/usr/include/bits/socket_type.h /usr/include/bits/sockaddr.h \
|
||||||
/usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
|
/usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
|
||||||
/usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
|
/usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
|
||||||
/usr/include/bits/types/struct_osockaddr.h /usr/include/bits/socket2.h \
|
/usr/include/bits/types/struct_osockaddr.h /usr/include/bits/in.h \
|
||||||
/usr/include/bits/in.h /usr/include/rpc/netdb.h \
|
/usr/include/rpc/netdb.h /usr/include/bits/types/sigevent_t.h \
|
||||||
/usr/include/bits/types/sigevent_t.h \
|
|
||||||
/usr/include/bits/types/__sigval_t.h /usr/include/bits/netdb.h \
|
/usr/include/bits/types/__sigval_t.h /usr/include/bits/netdb.h \
|
||||||
/usr/include/boost/asio/impl/error.ipp \
|
/usr/include/boost/asio/impl/error.ipp \
|
||||||
/usr/include/boost/asio/detail/mutex.hpp \
|
/usr/include/boost/asio/detail/mutex.hpp \
|
||||||
@ -693,16 +685,15 @@ client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o: \
|
|||||||
/usr/include/bits/types/struct_statx_timestamp.h \
|
/usr/include/bits/types/struct_statx_timestamp.h \
|
||||||
/usr/include/bits/types/struct_statx.h /usr/include/fcntl.h \
|
/usr/include/bits/types/struct_statx.h /usr/include/fcntl.h \
|
||||||
/usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \
|
/usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \
|
||||||
/usr/include/linux/falloc.h /usr/include/bits/fcntl2.h \
|
/usr/include/linux/falloc.h /usr/include/sys/eventfd.h \
|
||||||
/usr/include/sys/eventfd.h /usr/include/bits/eventfd.h \
|
/usr/include/bits/eventfd.h \
|
||||||
/usr/include/boost/asio/detail/socket_types.hpp /usr/include/sys/ioctl.h \
|
/usr/include/boost/asio/detail/socket_types.hpp /usr/include/sys/ioctl.h \
|
||||||
/usr/include/bits/ioctls.h /usr/include/asm/ioctls.h \
|
/usr/include/bits/ioctls.h /usr/include/asm/ioctls.h \
|
||||||
/usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \
|
/usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \
|
||||||
/usr/include/asm/ioctl.h /usr/include/asm-generic/ioctl.h \
|
/usr/include/asm/ioctl.h /usr/include/asm-generic/ioctl.h \
|
||||||
/usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \
|
/usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \
|
||||||
/usr/include/poll.h /usr/include/sys/poll.h /usr/include/bits/poll.h \
|
/usr/include/poll.h /usr/include/sys/poll.h /usr/include/bits/poll.h \
|
||||||
/usr/include/bits/poll2.h /usr/include/sys/uio.h \
|
/usr/include/sys/uio.h /usr/include/bits/uio-ext.h /usr/include/sys/un.h \
|
||||||
/usr/include/bits/uio-ext.h /usr/include/sys/un.h \
|
|
||||||
/usr/include/netinet/tcp.h /usr/include/arpa/inet.h \
|
/usr/include/netinet/tcp.h /usr/include/arpa/inet.h \
|
||||||
/usr/include/net/if.h \
|
/usr/include/net/if.h \
|
||||||
/usr/include/boost/asio/detail/timer_queue_base.hpp \
|
/usr/include/boost/asio/detail/timer_queue_base.hpp \
|
||||||
|
|||||||
@ -6,5 +6,5 @@ CXX_DEFINES = -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_L
|
|||||||
|
|
||||||
CXX_INCLUDES = -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2
|
CXX_INCLUDES = -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2
|
||||||
|
|
||||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT
|
CXX_FLAGS = -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,8 @@ scarchat: \
|
|||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/Scrt1.o \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/Scrt1.o \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crti.o \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crti.o \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtbeginS.o \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtbeginS.o \
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/libasan_preinit.o \
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/libasan.so \
|
||||||
CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o \
|
CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o \
|
||||||
CMakeFiles/scarchat.dir/main.cpp.o \
|
CMakeFiles/scarchat.dir/main.cpp.o \
|
||||||
CMakeFiles/scarchat.dir/mainwindow.cpp.o \
|
CMakeFiles/scarchat.dir/mainwindow.cpp.o \
|
||||||
@ -164,6 +166,10 @@ scarchat: \
|
|||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtbeginS.o:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtbeginS.o:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/libasan_preinit.o:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/libasan.so:
|
||||||
|
|
||||||
CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o:
|
CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o:
|
||||||
|
|
||||||
CMakeFiles/scarchat.dir/main.cpp.o:
|
CMakeFiles/scarchat.dir/main.cpp.o:
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
/usr/bin/c++ -O3 -DNDEBUG -Wl,--dependency-file=CMakeFiles/scarchat.dir/link.d CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o CMakeFiles/scarchat.dir/main.cpp.o CMakeFiles/scarchat.dir/mainwindow.cpp.o CMakeFiles/scarchat.dir/connection/client_connection.cpp.o CMakeFiles/scarchat.dir/config/client_config.cpp.o CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o CMakeFiles/scarchat.dir/media/camera_capture.cpp.o CMakeFiles/scarchat.dir/media/screen_capture.cpp.o CMakeFiles/scarchat.dir/media/video_encoder.cpp.o CMakeFiles/scarchat.dir/media/video_decoder.cpp.o CMakeFiles/scarchat.dir/scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.o -o scarchat ../shared/libscarchat_shared.a /usr/lib64/libQt6Widgets.so.6.10.1 /usr/lib64/libQt6Network.so.6.10.1 /usr/lib64/libQt6Sql.so.6.10.1 /usr/lib64/libboost_system.so.1.88.0 /usr/lib64/libssl.so /usr/lib64/libcrypto.so /usr/lib64/libboost_thread.so.1.88.0 ../third_party/libargon2_lib.a -lpthread /usr/lib64/libssl.so /usr/lib64/libcrypto.so /usr/lib64/libQt6Gui.so.6.10.1 /usr/lib64/libGLX.so /usr/lib64/libOpenGL.so /usr/lib64/libQt6Core.so.6.10.1 /usr/lib64/libsdbus-c++.so /usr/lib64/libsystemd.so /usr/lib64/libpipewire-0.3.so /usr/lib64/libavcodec.so /usr/lib64/libavutil.so /usr/lib64/libswscale.so
|
/usr/bin/c++ -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -fsanitize=address -Wl,--dependency-file=CMakeFiles/scarchat.dir/link.d CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o CMakeFiles/scarchat.dir/main.cpp.o CMakeFiles/scarchat.dir/mainwindow.cpp.o CMakeFiles/scarchat.dir/connection/client_connection.cpp.o CMakeFiles/scarchat.dir/config/client_config.cpp.o CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o CMakeFiles/scarchat.dir/media/camera_capture.cpp.o CMakeFiles/scarchat.dir/media/screen_capture.cpp.o CMakeFiles/scarchat.dir/media/video_encoder.cpp.o CMakeFiles/scarchat.dir/media/video_decoder.cpp.o CMakeFiles/scarchat.dir/scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.o -o scarchat ../shared/libscarchat_shared.a /usr/lib64/libQt6Widgets.so.6.10.1 /usr/lib64/libQt6Network.so.6.10.1 /usr/lib64/libQt6Sql.so.6.10.1 /usr/lib64/libboost_system.so.1.88.0 /usr/lib64/libssl.so /usr/lib64/libcrypto.so /usr/lib64/libboost_thread.so.1.88.0 ../third_party/libargon2_lib.a -lpthread /usr/lib64/libssl.so /usr/lib64/libcrypto.so /usr/lib64/libQt6Gui.so.6.10.1 /usr/lib64/libGLX.so /usr/lib64/libOpenGL.so /usr/lib64/libQt6Core.so.6.10.1 /usr/lib64/libsdbus-c++.so /usr/lib64/libsystemd.so /usr/lib64/libpipewire-0.3.so /usr/lib64/libavcodec.so /usr/lib64/libavutil.so /usr/lib64/libswscale.so
|
||||||
|
|||||||
Binary file not shown.
@ -95,14 +95,12 @@ client/CMakeFiles/scarchat.dir/main.cpp.o: \
|
|||||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||||
/usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algo.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algo.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algobase.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algobase.h \
|
||||||
@ -152,8 +150,7 @@ client/CMakeFiles/scarchat.dir/main.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
@ -261,8 +258,7 @@ client/CMakeFiles/scarchat.dir/main.cpp.o: \
|
|||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
||||||
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/FILE.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/localefwd.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/localefwd.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++locale.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++locale.h \
|
||||||
@ -287,8 +283,7 @@ client/CMakeFiles/scarchat.dir/main.cpp.o: \
|
|||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc \
|
||||||
@ -319,8 +314,6 @@ client/CMakeFiles/scarchat.dir/main.cpp.o: \
|
|||||||
/usr/include/qt6/QtCore/qbytearray.h /usr/include/qt6/QtCore/qrefcount.h \
|
/usr/include/qt6/QtCore/qbytearray.h /usr/include/qt6/QtCore/qrefcount.h \
|
||||||
/usr/include/qt6/QtCore/qarraydata.h /usr/include/qt6/QtCore/qpair.h \
|
/usr/include/qt6/QtCore/qarraydata.h /usr/include/qt6/QtCore/qpair.h \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/qt6/QtCore/qarraydatapointer.h \
|
/usr/include/qt6/QtCore/qarraydatapointer.h \
|
||||||
/usr/include/qt6/QtCore/qarraydataops.h \
|
/usr/include/qt6/QtCore/qarraydataops.h \
|
||||||
/usr/include/qt6/QtCore/qcontainertools_impl.h \
|
/usr/include/qt6/QtCore/qcontainertools_impl.h \
|
||||||
@ -706,9 +699,8 @@ client/CMakeFiles/scarchat.dir/main.cpp.o: \
|
|||||||
/usr/include/bits/socket_type.h /usr/include/bits/sockaddr.h \
|
/usr/include/bits/socket_type.h /usr/include/bits/sockaddr.h \
|
||||||
/usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
|
/usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
|
||||||
/usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
|
/usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
|
||||||
/usr/include/bits/types/struct_osockaddr.h /usr/include/bits/socket2.h \
|
/usr/include/bits/types/struct_osockaddr.h /usr/include/bits/in.h \
|
||||||
/usr/include/bits/in.h /usr/include/rpc/netdb.h \
|
/usr/include/rpc/netdb.h /usr/include/bits/types/sigevent_t.h \
|
||||||
/usr/include/bits/types/sigevent_t.h \
|
|
||||||
/usr/include/bits/types/__sigval_t.h /usr/include/bits/netdb.h \
|
/usr/include/bits/types/__sigval_t.h /usr/include/bits/netdb.h \
|
||||||
/usr/include/boost/asio/impl/error.ipp \
|
/usr/include/boost/asio/impl/error.ipp \
|
||||||
/usr/include/boost/asio/detail/mutex.hpp \
|
/usr/include/boost/asio/detail/mutex.hpp \
|
||||||
@ -801,16 +793,15 @@ client/CMakeFiles/scarchat.dir/main.cpp.o: \
|
|||||||
/usr/include/bits/types/struct_statx_timestamp.h \
|
/usr/include/bits/types/struct_statx_timestamp.h \
|
||||||
/usr/include/bits/types/struct_statx.h /usr/include/fcntl.h \
|
/usr/include/bits/types/struct_statx.h /usr/include/fcntl.h \
|
||||||
/usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \
|
/usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \
|
||||||
/usr/include/linux/falloc.h /usr/include/bits/fcntl2.h \
|
/usr/include/linux/falloc.h /usr/include/sys/eventfd.h \
|
||||||
/usr/include/sys/eventfd.h /usr/include/bits/eventfd.h \
|
/usr/include/bits/eventfd.h \
|
||||||
/usr/include/boost/asio/detail/socket_types.hpp /usr/include/sys/ioctl.h \
|
/usr/include/boost/asio/detail/socket_types.hpp /usr/include/sys/ioctl.h \
|
||||||
/usr/include/bits/ioctls.h /usr/include/asm/ioctls.h \
|
/usr/include/bits/ioctls.h /usr/include/asm/ioctls.h \
|
||||||
/usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \
|
/usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \
|
||||||
/usr/include/asm/ioctl.h /usr/include/asm-generic/ioctl.h \
|
/usr/include/asm/ioctl.h /usr/include/asm-generic/ioctl.h \
|
||||||
/usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \
|
/usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \
|
||||||
/usr/include/poll.h /usr/include/sys/poll.h /usr/include/bits/poll.h \
|
/usr/include/poll.h /usr/include/sys/poll.h /usr/include/bits/poll.h \
|
||||||
/usr/include/bits/poll2.h /usr/include/sys/uio.h \
|
/usr/include/sys/uio.h /usr/include/bits/uio-ext.h /usr/include/sys/un.h \
|
||||||
/usr/include/bits/uio-ext.h /usr/include/sys/un.h \
|
|
||||||
/usr/include/netinet/tcp.h /usr/include/arpa/inet.h \
|
/usr/include/netinet/tcp.h /usr/include/arpa/inet.h \
|
||||||
/usr/include/net/if.h \
|
/usr/include/net/if.h \
|
||||||
/usr/include/boost/asio/detail/timer_queue_base.hpp \
|
/usr/include/boost/asio/detail/timer_queue_base.hpp \
|
||||||
|
|||||||
Binary file not shown.
@ -95,14 +95,12 @@ client/CMakeFiles/scarchat.dir/mainwindow.cpp.o: \
|
|||||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||||
/usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algo.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algo.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algobase.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algobase.h \
|
||||||
@ -152,8 +150,7 @@ client/CMakeFiles/scarchat.dir/mainwindow.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
@ -261,8 +258,7 @@ client/CMakeFiles/scarchat.dir/mainwindow.cpp.o: \
|
|||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
||||||
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/FILE.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/localefwd.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/localefwd.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++locale.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++locale.h \
|
||||||
@ -287,8 +283,7 @@ client/CMakeFiles/scarchat.dir/mainwindow.cpp.o: \
|
|||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc \
|
||||||
@ -319,8 +314,6 @@ client/CMakeFiles/scarchat.dir/mainwindow.cpp.o: \
|
|||||||
/usr/include/qt6/QtCore/qbytearray.h /usr/include/qt6/QtCore/qrefcount.h \
|
/usr/include/qt6/QtCore/qbytearray.h /usr/include/qt6/QtCore/qrefcount.h \
|
||||||
/usr/include/qt6/QtCore/qarraydata.h /usr/include/qt6/QtCore/qpair.h \
|
/usr/include/qt6/QtCore/qarraydata.h /usr/include/qt6/QtCore/qpair.h \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/qt6/QtCore/qarraydatapointer.h \
|
/usr/include/qt6/QtCore/qarraydatapointer.h \
|
||||||
/usr/include/qt6/QtCore/qarraydataops.h \
|
/usr/include/qt6/QtCore/qarraydataops.h \
|
||||||
/usr/include/qt6/QtCore/qcontainertools_impl.h \
|
/usr/include/qt6/QtCore/qcontainertools_impl.h \
|
||||||
@ -706,9 +699,8 @@ client/CMakeFiles/scarchat.dir/mainwindow.cpp.o: \
|
|||||||
/usr/include/bits/socket_type.h /usr/include/bits/sockaddr.h \
|
/usr/include/bits/socket_type.h /usr/include/bits/sockaddr.h \
|
||||||
/usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
|
/usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
|
||||||
/usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
|
/usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
|
||||||
/usr/include/bits/types/struct_osockaddr.h /usr/include/bits/socket2.h \
|
/usr/include/bits/types/struct_osockaddr.h /usr/include/bits/in.h \
|
||||||
/usr/include/bits/in.h /usr/include/rpc/netdb.h \
|
/usr/include/rpc/netdb.h /usr/include/bits/types/sigevent_t.h \
|
||||||
/usr/include/bits/types/sigevent_t.h \
|
|
||||||
/usr/include/bits/types/__sigval_t.h /usr/include/bits/netdb.h \
|
/usr/include/bits/types/__sigval_t.h /usr/include/bits/netdb.h \
|
||||||
/usr/include/boost/asio/impl/error.ipp \
|
/usr/include/boost/asio/impl/error.ipp \
|
||||||
/usr/include/boost/asio/detail/mutex.hpp \
|
/usr/include/boost/asio/detail/mutex.hpp \
|
||||||
@ -801,16 +793,15 @@ client/CMakeFiles/scarchat.dir/mainwindow.cpp.o: \
|
|||||||
/usr/include/bits/types/struct_statx_timestamp.h \
|
/usr/include/bits/types/struct_statx_timestamp.h \
|
||||||
/usr/include/bits/types/struct_statx.h /usr/include/fcntl.h \
|
/usr/include/bits/types/struct_statx.h /usr/include/fcntl.h \
|
||||||
/usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \
|
/usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \
|
||||||
/usr/include/linux/falloc.h /usr/include/bits/fcntl2.h \
|
/usr/include/linux/falloc.h /usr/include/sys/eventfd.h \
|
||||||
/usr/include/sys/eventfd.h /usr/include/bits/eventfd.h \
|
/usr/include/bits/eventfd.h \
|
||||||
/usr/include/boost/asio/detail/socket_types.hpp /usr/include/sys/ioctl.h \
|
/usr/include/boost/asio/detail/socket_types.hpp /usr/include/sys/ioctl.h \
|
||||||
/usr/include/bits/ioctls.h /usr/include/asm/ioctls.h \
|
/usr/include/bits/ioctls.h /usr/include/asm/ioctls.h \
|
||||||
/usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \
|
/usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \
|
||||||
/usr/include/asm/ioctl.h /usr/include/asm-generic/ioctl.h \
|
/usr/include/asm/ioctl.h /usr/include/asm-generic/ioctl.h \
|
||||||
/usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \
|
/usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \
|
||||||
/usr/include/poll.h /usr/include/sys/poll.h /usr/include/bits/poll.h \
|
/usr/include/poll.h /usr/include/sys/poll.h /usr/include/bits/poll.h \
|
||||||
/usr/include/bits/poll2.h /usr/include/sys/uio.h \
|
/usr/include/sys/uio.h /usr/include/bits/uio-ext.h /usr/include/sys/un.h \
|
||||||
/usr/include/bits/uio-ext.h /usr/include/sys/un.h \
|
|
||||||
/usr/include/netinet/tcp.h /usr/include/arpa/inet.h \
|
/usr/include/netinet/tcp.h /usr/include/arpa/inet.h \
|
||||||
/usr/include/net/if.h \
|
/usr/include/net/if.h \
|
||||||
/usr/include/boost/asio/detail/timer_queue_base.hpp \
|
/usr/include/boost/asio/detail/timer_queue_base.hpp \
|
||||||
|
|||||||
Binary file not shown.
@ -76,8 +76,7 @@ client/CMakeFiles/scarchat.dir/media/camera_capture.cpp.o: \
|
|||||||
/usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
||||||
/usr/include/bits/types/__locale_t.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/__locale_t.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/exception \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/exception \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/exception_ptr.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/exception_ptr.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/cxxabi_init_exception.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/cxxabi_init_exception.h \
|
||||||
@ -136,18 +135,15 @@ client/CMakeFiles/scarchat.dir/media/camera_capture.cpp.o: \
|
|||||||
/usr/include/bits/stdint-intn.h /usr/include/endian.h \
|
/usr/include/bits/stdint-intn.h /usr/include/endian.h \
|
||||||
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
|
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
|
||||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/sigset_t.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/alloca.h \
|
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
||||||
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
||||||
/usr/include/errno.h /usr/include/bits/errno.h \
|
/usr/include/errno.h /usr/include/bits/errno.h \
|
||||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||||
@ -195,8 +191,7 @@ client/CMakeFiles/scarchat.dir/media/camera_capture.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
|
|||||||
Binary file not shown.
@ -76,8 +76,7 @@ client/CMakeFiles/scarchat.dir/media/screen_capture.cpp.o: \
|
|||||||
/usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
||||||
/usr/include/bits/types/__locale_t.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/__locale_t.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/exception \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/exception \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/exception_ptr.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/exception_ptr.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/cxxabi_init_exception.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/cxxabi_init_exception.h \
|
||||||
@ -136,18 +135,15 @@ client/CMakeFiles/scarchat.dir/media/screen_capture.cpp.o: \
|
|||||||
/usr/include/bits/stdint-intn.h /usr/include/endian.h \
|
/usr/include/bits/stdint-intn.h /usr/include/endian.h \
|
||||||
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
|
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
|
||||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/sigset_t.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/alloca.h \
|
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
||||||
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
||||||
/usr/include/errno.h /usr/include/bits/errno.h \
|
/usr/include/errno.h /usr/include/bits/errno.h \
|
||||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||||
@ -195,8 +191,7 @@ client/CMakeFiles/scarchat.dir/media/screen_capture.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
@ -240,8 +235,6 @@ client/CMakeFiles/scarchat.dir/media/screen_capture.cpp.o: \
|
|||||||
/usr/include/bits/signal_ext.h \
|
/usr/include/bits/signal_ext.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/stdlib.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/stdlib.h \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/spa-0.2/spa/utils/list.h /usr/include/spa-0.2/spa/pod/pod.h \
|
/usr/include/spa-0.2/spa/utils/list.h /usr/include/spa-0.2/spa/pod/pod.h \
|
||||||
/usr/include/spa-0.2/spa/utils/type.h \
|
/usr/include/spa-0.2/spa/utils/type.h \
|
||||||
/usr/include/spa-0.2/spa/utils/string.h \
|
/usr/include/spa-0.2/spa/utils/string.h \
|
||||||
|
|||||||
Binary file not shown.
@ -91,8 +91,7 @@ client/CMakeFiles/scarchat.dir/media/video_encoder.cpp.o: \
|
|||||||
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
||||||
/usr/include/bits/types/__locale_t.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/__locale_t.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/exception \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/exception \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/exception_ptr.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/exception_ptr.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/cxxabi_init_exception.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/cxxabi_init_exception.h \
|
||||||
@ -148,17 +147,15 @@ client/CMakeFiles/scarchat.dir/media/video_encoder.cpp.o: \
|
|||||||
/usr/include/endian.h /usr/include/bits/byteswap.h \
|
/usr/include/endian.h /usr/include/bits/byteswap.h \
|
||||||
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
|
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
|
||||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||||
/usr/include/bits/select2.h /usr/include/bits/select-decl.h \
|
|
||||||
/usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \
|
/usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \
|
||||||
/usr/include/bits/stdlib-float.h /usr/include/bits/stdlib.h \
|
/usr/include/bits/stdlib-float.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
||||||
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
||||||
/usr/include/errno.h /usr/include/bits/errno.h \
|
/usr/include/errno.h /usr/include/bits/errno.h \
|
||||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||||
@ -199,8 +196,7 @@ client/CMakeFiles/scarchat.dir/media/video_encoder.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
@ -238,10 +234,8 @@ client/CMakeFiles/scarchat.dir/media/video_encoder.cpp.o: \
|
|||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/tr1/riemann_zeta.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/tr1/riemann_zeta.tcc \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/stdlib.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/stdlib.h \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
/usr/include/libavutil/attributes.h /usr/include/libavutil/error.h \
|
||||||
/usr/include/bits/string_fortified.h /usr/include/libavutil/attributes.h \
|
/usr/include/libavutil/macros.h /usr/include/libavutil/avconfig.h \
|
||||||
/usr/include/libavutil/error.h /usr/include/libavutil/macros.h \
|
|
||||||
/usr/include/libavutil/avconfig.h \
|
|
||||||
/usr/include/x86_64-pc-linux-gnu/libavutil/avconfig.h \
|
/usr/include/x86_64-pc-linux-gnu/libavutil/avconfig.h \
|
||||||
/usr/include/libavutil/version.h /usr/include/libavutil/mem.h \
|
/usr/include/libavutil/version.h /usr/include/libavutil/mem.h \
|
||||||
/usr/include/libavutil/rational.h /usr/include/libavutil/mathematics.h \
|
/usr/include/libavutil/rational.h /usr/include/libavutil/mathematics.h \
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -34,8 +34,7 @@ client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o: \
|
|||||||
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
||||||
/usr/include/bits/types/__locale_t.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/__locale_t.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
||||||
@ -103,22 +102,19 @@ client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o: \
|
|||||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||||
/usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
||||||
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
||||||
/usr/include/errno.h /usr/include/bits/errno.h \
|
/usr/include/errno.h /usr/include/bits/errno.h \
|
||||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||||
@ -202,8 +198,7 @@ client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
@ -215,8 +210,6 @@ client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o: \
|
|||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/pstl/execution_defs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/pstl/execution_defs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/config/client_config.h \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/config/client_config.h \
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/../shared/utils/json_config.h \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/../shared/utils/json_config.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/optional \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/optional \
|
||||||
@ -599,9 +592,8 @@ client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o: \
|
|||||||
/usr/include/bits/socket_type.h /usr/include/bits/sockaddr.h \
|
/usr/include/bits/socket_type.h /usr/include/bits/sockaddr.h \
|
||||||
/usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
|
/usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
|
||||||
/usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
|
/usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
|
||||||
/usr/include/bits/types/struct_osockaddr.h /usr/include/bits/socket2.h \
|
/usr/include/bits/types/struct_osockaddr.h /usr/include/bits/in.h \
|
||||||
/usr/include/bits/in.h /usr/include/rpc/netdb.h \
|
/usr/include/rpc/netdb.h /usr/include/bits/types/sigevent_t.h \
|
||||||
/usr/include/bits/types/sigevent_t.h \
|
|
||||||
/usr/include/bits/types/__sigval_t.h /usr/include/bits/netdb.h \
|
/usr/include/bits/types/__sigval_t.h /usr/include/bits/netdb.h \
|
||||||
/usr/include/boost/asio/impl/error.ipp \
|
/usr/include/boost/asio/impl/error.ipp \
|
||||||
/usr/include/boost/asio/detail/mutex.hpp \
|
/usr/include/boost/asio/detail/mutex.hpp \
|
||||||
@ -694,16 +686,15 @@ client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o: \
|
|||||||
/usr/include/bits/types/struct_statx_timestamp.h \
|
/usr/include/bits/types/struct_statx_timestamp.h \
|
||||||
/usr/include/bits/types/struct_statx.h /usr/include/fcntl.h \
|
/usr/include/bits/types/struct_statx.h /usr/include/fcntl.h \
|
||||||
/usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \
|
/usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \
|
||||||
/usr/include/linux/falloc.h /usr/include/bits/fcntl2.h \
|
/usr/include/linux/falloc.h /usr/include/sys/eventfd.h \
|
||||||
/usr/include/sys/eventfd.h /usr/include/bits/eventfd.h \
|
/usr/include/bits/eventfd.h \
|
||||||
/usr/include/boost/asio/detail/socket_types.hpp /usr/include/sys/ioctl.h \
|
/usr/include/boost/asio/detail/socket_types.hpp /usr/include/sys/ioctl.h \
|
||||||
/usr/include/bits/ioctls.h /usr/include/asm/ioctls.h \
|
/usr/include/bits/ioctls.h /usr/include/asm/ioctls.h \
|
||||||
/usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \
|
/usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \
|
||||||
/usr/include/asm/ioctl.h /usr/include/asm-generic/ioctl.h \
|
/usr/include/asm/ioctl.h /usr/include/asm-generic/ioctl.h \
|
||||||
/usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \
|
/usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \
|
||||||
/usr/include/poll.h /usr/include/sys/poll.h /usr/include/bits/poll.h \
|
/usr/include/poll.h /usr/include/sys/poll.h /usr/include/bits/poll.h \
|
||||||
/usr/include/bits/poll2.h /usr/include/sys/uio.h \
|
/usr/include/sys/uio.h /usr/include/bits/uio-ext.h /usr/include/sys/un.h \
|
||||||
/usr/include/bits/uio-ext.h /usr/include/sys/un.h \
|
|
||||||
/usr/include/netinet/tcp.h /usr/include/arpa/inet.h \
|
/usr/include/netinet/tcp.h /usr/include/arpa/inet.h \
|
||||||
/usr/include/net/if.h \
|
/usr/include/net/if.h \
|
||||||
/usr/include/boost/asio/detail/timer_queue_base.hpp \
|
/usr/include/boost/asio/detail/timer_queue_base.hpp \
|
||||||
|
|||||||
Binary file not shown.
@ -94,14 +94,12 @@ client/CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o: \
|
|||||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||||
/usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algo.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algo.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algobase.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algobase.h \
|
||||||
@ -151,8 +149,7 @@ client/CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
@ -259,8 +256,7 @@ client/CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o: \
|
|||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
||||||
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/FILE.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/localefwd.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/localefwd.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++locale.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++locale.h \
|
||||||
@ -285,8 +281,7 @@ client/CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o: \
|
|||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc \
|
||||||
@ -317,8 +312,6 @@ client/CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o: \
|
|||||||
/usr/include/qt6/QtCore/qbytearray.h /usr/include/qt6/QtCore/qrefcount.h \
|
/usr/include/qt6/QtCore/qbytearray.h /usr/include/qt6/QtCore/qrefcount.h \
|
||||||
/usr/include/qt6/QtCore/qarraydata.h /usr/include/qt6/QtCore/qpair.h \
|
/usr/include/qt6/QtCore/qarraydata.h /usr/include/qt6/QtCore/qpair.h \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/qt6/QtCore/qarraydatapointer.h \
|
/usr/include/qt6/QtCore/qarraydatapointer.h \
|
||||||
/usr/include/qt6/QtCore/qarraydataops.h \
|
/usr/include/qt6/QtCore/qarraydataops.h \
|
||||||
/usr/include/qt6/QtCore/qcontainertools_impl.h \
|
/usr/include/qt6/QtCore/qcontainertools_impl.h \
|
||||||
|
|||||||
Binary file not shown.
@ -94,14 +94,12 @@ client/CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o: \
|
|||||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||||
/usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algo.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algo.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algobase.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algobase.h \
|
||||||
@ -151,8 +149,7 @@ client/CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
@ -260,8 +257,7 @@ client/CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o: \
|
|||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
||||||
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/FILE.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/localefwd.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/localefwd.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++locale.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++locale.h \
|
||||||
@ -286,8 +282,7 @@ client/CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o: \
|
|||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc \
|
||||||
@ -318,8 +313,6 @@ client/CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o: \
|
|||||||
/usr/include/qt6/QtCore/qbytearray.h /usr/include/qt6/QtCore/qrefcount.h \
|
/usr/include/qt6/QtCore/qbytearray.h /usr/include/qt6/QtCore/qrefcount.h \
|
||||||
/usr/include/qt6/QtCore/qarraydata.h /usr/include/qt6/QtCore/qpair.h \
|
/usr/include/qt6/QtCore/qarraydata.h /usr/include/qt6/QtCore/qpair.h \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/qt6/QtCore/qarraydatapointer.h \
|
/usr/include/qt6/QtCore/qarraydatapointer.h \
|
||||||
/usr/include/qt6/QtCore/qarraydataops.h \
|
/usr/include/qt6/QtCore/qarraydataops.h \
|
||||||
/usr/include/qt6/QtCore/qcontainertools_impl.h \
|
/usr/include/qt6/QtCore/qcontainertools_impl.h \
|
||||||
|
|||||||
Binary file not shown.
@ -94,14 +94,12 @@ client/CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o: \
|
|||||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||||
/usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algo.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algo.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algobase.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algobase.h \
|
||||||
@ -151,8 +149,7 @@ client/CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
@ -259,8 +256,7 @@ client/CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o: \
|
|||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
||||||
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/FILE.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/localefwd.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/localefwd.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++locale.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++locale.h \
|
||||||
@ -285,8 +281,7 @@ client/CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o: \
|
|||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc \
|
||||||
@ -317,8 +312,6 @@ client/CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o: \
|
|||||||
/usr/include/qt6/QtCore/qbytearray.h /usr/include/qt6/QtCore/qrefcount.h \
|
/usr/include/qt6/QtCore/qbytearray.h /usr/include/qt6/QtCore/qrefcount.h \
|
||||||
/usr/include/qt6/QtCore/qarraydata.h /usr/include/qt6/QtCore/qpair.h \
|
/usr/include/qt6/QtCore/qarraydata.h /usr/include/qt6/QtCore/qpair.h \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/qt6/QtCore/qarraydatapointer.h \
|
/usr/include/qt6/QtCore/qarraydatapointer.h \
|
||||||
/usr/include/qt6/QtCore/qarraydataops.h \
|
/usr/include/qt6/QtCore/qarraydataops.h \
|
||||||
/usr/include/qt6/QtCore/qcontainertools_impl.h \
|
/usr/include/qt6/QtCore/qcontainertools_impl.h \
|
||||||
|
|||||||
Binary file not shown.
@ -94,14 +94,12 @@ client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o: \
|
|||||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||||
/usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algo.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algo.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algobase.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ranges_algobase.h \
|
||||||
@ -151,8 +149,7 @@ client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
@ -259,8 +256,7 @@ client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o: \
|
|||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
||||||
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/FILE.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/localefwd.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/localefwd.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++locale.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++locale.h \
|
||||||
@ -285,8 +281,7 @@ client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o: \
|
|||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc \
|
||||||
@ -317,8 +312,6 @@ client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o: \
|
|||||||
/usr/include/qt6/QtCore/qbytearray.h /usr/include/qt6/QtCore/qrefcount.h \
|
/usr/include/qt6/QtCore/qbytearray.h /usr/include/qt6/QtCore/qrefcount.h \
|
||||||
/usr/include/qt6/QtCore/qarraydata.h /usr/include/qt6/QtCore/qpair.h \
|
/usr/include/qt6/QtCore/qarraydata.h /usr/include/qt6/QtCore/qpair.h \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/qt6/QtCore/qarraydatapointer.h \
|
/usr/include/qt6/QtCore/qarraydatapointer.h \
|
||||||
/usr/include/qt6/QtCore/qarraydataops.h \
|
/usr/include/qt6/QtCore/qarraydataops.h \
|
||||||
/usr/include/qt6/QtCore/qcontainertools_impl.h \
|
/usr/include/qt6/QtCore/qcontainertools_impl.h \
|
||||||
@ -678,9 +671,9 @@ client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o: \
|
|||||||
/usr/include/bits/socket_type.h /usr/include/bits/sockaddr.h \
|
/usr/include/bits/socket_type.h /usr/include/bits/sockaddr.h \
|
||||||
/usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
|
/usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
|
||||||
/usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
|
/usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
|
||||||
/usr/include/bits/types/struct_osockaddr.h /usr/include/bits/socket2.h \
|
/usr/include/bits/types/struct_osockaddr.h /usr/include/bits/in.h \
|
||||||
/usr/include/bits/in.h /usr/include/rpc/netdb.h \
|
/usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
|
||||||
/usr/include/bits/netdb.h /usr/include/boost/asio/impl/error.ipp \
|
/usr/include/boost/asio/impl/error.ipp \
|
||||||
/usr/include/boost/asio/detail/mutex.hpp \
|
/usr/include/boost/asio/detail/mutex.hpp \
|
||||||
/usr/include/boost/asio/detail/posix_mutex.hpp \
|
/usr/include/boost/asio/detail/posix_mutex.hpp \
|
||||||
/usr/include/boost/asio/detail/scoped_lock.hpp \
|
/usr/include/boost/asio/detail/scoped_lock.hpp \
|
||||||
@ -760,16 +753,15 @@ client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o: \
|
|||||||
/usr/include/bits/types/struct_statx_timestamp.h \
|
/usr/include/bits/types/struct_statx_timestamp.h \
|
||||||
/usr/include/bits/types/struct_statx.h /usr/include/fcntl.h \
|
/usr/include/bits/types/struct_statx.h /usr/include/fcntl.h \
|
||||||
/usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \
|
/usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \
|
||||||
/usr/include/linux/falloc.h /usr/include/bits/fcntl2.h \
|
/usr/include/linux/falloc.h /usr/include/sys/eventfd.h \
|
||||||
/usr/include/sys/eventfd.h /usr/include/bits/eventfd.h \
|
/usr/include/bits/eventfd.h \
|
||||||
/usr/include/boost/asio/detail/socket_types.hpp /usr/include/sys/ioctl.h \
|
/usr/include/boost/asio/detail/socket_types.hpp /usr/include/sys/ioctl.h \
|
||||||
/usr/include/bits/ioctls.h /usr/include/asm/ioctls.h \
|
/usr/include/bits/ioctls.h /usr/include/asm/ioctls.h \
|
||||||
/usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \
|
/usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \
|
||||||
/usr/include/asm/ioctl.h /usr/include/asm-generic/ioctl.h \
|
/usr/include/asm/ioctl.h /usr/include/asm-generic/ioctl.h \
|
||||||
/usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \
|
/usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \
|
||||||
/usr/include/poll.h /usr/include/sys/poll.h /usr/include/bits/poll.h \
|
/usr/include/poll.h /usr/include/sys/poll.h /usr/include/bits/poll.h \
|
||||||
/usr/include/bits/poll2.h /usr/include/sys/uio.h \
|
/usr/include/sys/uio.h /usr/include/bits/uio-ext.h /usr/include/sys/un.h \
|
||||||
/usr/include/bits/uio-ext.h /usr/include/sys/un.h \
|
|
||||||
/usr/include/netinet/tcp.h /usr/include/arpa/inet.h \
|
/usr/include/netinet/tcp.h /usr/include/arpa/inet.h \
|
||||||
/usr/include/net/if.h \
|
/usr/include/net/if.h \
|
||||||
/usr/include/boost/asio/detail/timer_queue_base.hpp \
|
/usr/include/boost/asio/detail/timer_queue_base.hpp \
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,10 @@
|
|||||||
[ 8.140829] amdgpu 0000:13:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
|
[ 7948.026872] scarchat-server[81456]: segfault at 55bef79c18d0 ip 00007f76a8ffc80d sp 00007ffea15ebf08 error 4 in libc.so.6[16680d,7f76a8ebe000+148000] likely on CPU 8 (core 0, socket 0)
|
||||||
[ 8.832404] r8169 0000:0a:00.0 enp10s0: Link is Up - 1Gbps/Full - flow control rx/tx
|
[ 7948.026886] Code: 1f 84 00 00 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 48 89 f8 48 83 fa 40 72 43 <62> e1 fe 48 6f 06 48 81 fa 80 00 00 00 0f 87 e0 00 00 00 62 e1 fe
|
||||||
[ 13.549757] input: GravaStar X PRO Keyboard as /devices/virtual/misc/uhid/0005:3554:F533.0009/input/input33
|
[ 8032.496136] scarchat[85071]: segfault at 7fa675a7134e ip 00007fa693f98a92 sp 00007fffb9005888 error 4 in libc.so.6[166a92,7fa693e5a000+148000] likely on CPU 2 (core 2, socket 0)
|
||||||
[ 13.585058] input: GravaStar X PRO Mouse as /devices/virtual/misc/uhid/0005:3554:F533.0009/input/input34
|
[ 8032.496145] Code: 7f 01 c3 0f 1f 44 00 00 48 85 c9 74 f5 62 e1 fe 48 6f 6e 01 62 e1 fe 48 6f 76 02 48 8d 8c 17 ff fe ff ff 62 e1 fe 48 6f 7e 03 <62> 61 fe 48 6f 44 16 ff 48 29 fe 48 83 e1 c0 48 01 ce 62 e1 fe 48
|
||||||
[ 13.585792] hid-generic 0005:3554:F533.0009: input,hidraw8: BLUETOOTH HID v0.01 Keyboard [GravaStar X PRO] on a8:3b:76:4f:43:fc
|
[ 8879.269903] scarchat-server[93951]: segfault at 5617c00a87e0 ip 00007f8e8c9fc80d sp 00007ffd816e2248 error 4 in libc.so.6[16680d,7f8e8c8be000+148000] likely on CPU 1 (core 1, socket 0)
|
||||||
[ 20.753209] Bluetooth: RFCOMM TTY layer initialized
|
[ 8879.269912] Code: 1f 84 00 00 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 48 89 f8 48 83 fa 40 72 43 <62> e1 fe 48 6f 06 48 81 fa 80 00 00 00 0f 87 e0 00 00 00 62 e1 fe
|
||||||
[ 20.753215] Bluetooth: RFCOMM socket layer initialized
|
[ 8972.765071] scarchat-server[95147]: segfault at 5577a1a27d30 ip 00007fc756d9880d sp 00007ffd20b9ea88 error 4 in libc.so.6[16680d,7fc756c5a000+148000] likely on CPU 5 (core 5, socket 0)
|
||||||
[ 20.753219] Bluetooth: RFCOMM ver 1.11
|
[ 8972.765080] Code: 1f 84 00 00 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 48 89 f8 48 83 fa 40 72 43 <62> e1 fe 48 6f 06 48 81 fa 80 00 00 00 0f 87 e0 00 00 00 62 e1 fe
|
||||||
[ 274.373243] nvme nvme0: using unchecked data buffer
|
[ 9770.524857] scarchat[102900]: segfault at 7f4a0562334e ip 00007f4a15198a92 sp 00007ffe4b48f838 error 4 in libc.so.6[166a92,7f4a1505a000+148000] likely on CPU 1 (core 1, socket 0)
|
||||||
[ 274.390377] block nvme0n1: No UUID available providing old NGUID
|
[ 9770.524866] Code: 7f 01 c3 0f 1f 44 00 00 48 85 c9 74 f5 62 e1 fe 48 6f 6e 01 62 e1 fe 48 6f 76 02 48 8d 8c 17 ff fe ff ff 62 e1 fe 48 6f 7e 03 <62> 61 fe 48 6f 44 16 ff 48 29 fe 48 83 e1 c0 48 01 ce 62 e1 fe 48
|
||||||
|
|||||||
Binary file not shown.
@ -51,10 +51,11 @@ template <> constexpr inline auto scar::ClientConnection::qt_create_metaobjectda
|
|||||||
"content",
|
"content",
|
||||||
"connectionError",
|
"connectionError",
|
||||||
"screenShareFrameReceived",
|
"screenShareFrameReceived",
|
||||||
"std::vector<uint8_t>",
|
"std::shared_ptr<std::vector<uint8_t>>",
|
||||||
"rgbData",
|
"rgbData",
|
||||||
"width",
|
"width",
|
||||||
"height"
|
"height",
|
||||||
|
"linesize"
|
||||||
};
|
};
|
||||||
|
|
||||||
QtMocHelpers::UintData qt_methods {
|
QtMocHelpers::UintData qt_methods {
|
||||||
@ -79,8 +80,8 @@ template <> constexpr inline auto scar::ClientConnection::qt_create_metaobjectda
|
|||||||
{ QMetaType::QString, 7 },
|
{ QMetaType::QString, 7 },
|
||||||
}}),
|
}}),
|
||||||
// Signal 'screenShareFrameReceived'
|
// Signal 'screenShareFrameReceived'
|
||||||
QtMocHelpers::SignalData<void(std::vector<uint8_t>, int, int)>(12, 2, QMC::AccessPublic, QMetaType::Void, {{
|
QtMocHelpers::SignalData<void(std::shared_ptr<std::vector<uint8_t>>, int, int, int)>(12, 2, QMC::AccessPublic, QMetaType::Void, {{
|
||||||
{ 0x80000000 | 13, 14 }, { QMetaType::Int, 15 }, { QMetaType::Int, 16 },
|
{ 0x80000000 | 13, 14 }, { QMetaType::Int, 15 }, { QMetaType::Int, 16 }, { QMetaType::Int, 17 },
|
||||||
}}),
|
}}),
|
||||||
};
|
};
|
||||||
QtMocHelpers::UintData qt_properties {
|
QtMocHelpers::UintData qt_properties {
|
||||||
@ -111,7 +112,7 @@ void scar::ClientConnection::qt_static_metacall(QObject *_o, QMetaObject::Call _
|
|||||||
case 3: _t->loginFailed((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
|
case 3: _t->loginFailed((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
|
||||||
case 4: _t->messageReceived((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1])),(*reinterpret_cast<std::add_pointer_t<QString>>(_a[2]))); break;
|
case 4: _t->messageReceived((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1])),(*reinterpret_cast<std::add_pointer_t<QString>>(_a[2]))); break;
|
||||||
case 5: _t->connectionError((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
|
case 5: _t->connectionError((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
|
||||||
case 6: _t->screenShareFrameReceived((*reinterpret_cast<std::add_pointer_t<std::vector<uint8_t>>>(_a[1])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[3]))); break;
|
case 6: _t->screenShareFrameReceived((*reinterpret_cast<std::add_pointer_t<std::shared_ptr<std::vector<uint8_t>>>>(_a[1])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[3])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[4]))); break;
|
||||||
default: ;
|
default: ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -128,7 +129,7 @@ void scar::ClientConnection::qt_static_metacall(QObject *_o, QMetaObject::Call _
|
|||||||
return;
|
return;
|
||||||
if (QtMocHelpers::indexOfMethod<void (ClientConnection::*)(const QString & )>(_a, &ClientConnection::connectionError, 5))
|
if (QtMocHelpers::indexOfMethod<void (ClientConnection::*)(const QString & )>(_a, &ClientConnection::connectionError, 5))
|
||||||
return;
|
return;
|
||||||
if (QtMocHelpers::indexOfMethod<void (ClientConnection::*)(std::vector<uint8_t> , int , int )>(_a, &ClientConnection::screenShareFrameReceived, 6))
|
if (QtMocHelpers::indexOfMethod<void (ClientConnection::*)(std::shared_ptr<std::vector<uint8_t>> , int , int , int )>(_a, &ClientConnection::screenShareFrameReceived, 6))
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -201,8 +202,8 @@ void scar::ClientConnection::connectionError(const QString & _t1)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// SIGNAL 6
|
// SIGNAL 6
|
||||||
void scar::ClientConnection::screenShareFrameReceived(std::vector<uint8_t> _t1, int _t2, int _t3)
|
void scar::ClientConnection::screenShareFrameReceived(std::shared_ptr<std::vector<uint8_t>> _t1, int _t2, int _t3, int _t4)
|
||||||
{
|
{
|
||||||
QMetaObject::activate<void>(this, &staticMetaObject, 6, nullptr, _t1, _t2, _t3);
|
QMetaObject::activate<void>(this, &staticMetaObject, 6, nullptr, _t1, _t2, _t3, _t4);
|
||||||
}
|
}
|
||||||
QT_WARNING_POP
|
QT_WARNING_POP
|
||||||
|
|||||||
@ -43,10 +43,11 @@ template <> constexpr inline auto scar::VideoGridWidget::qt_create_metaobjectdat
|
|||||||
"screenShareRequested",
|
"screenShareRequested",
|
||||||
"",
|
"",
|
||||||
"onScreenShareFrameReceived",
|
"onScreenShareFrameReceived",
|
||||||
"std::vector<uint8_t>",
|
"std::shared_ptr<std::vector<uint8_t>>",
|
||||||
"rgbData",
|
"rgbData",
|
||||||
"width",
|
"width",
|
||||||
"height",
|
"height",
|
||||||
|
"linesize",
|
||||||
"onScreenShareClicked"
|
"onScreenShareClicked"
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -54,11 +55,11 @@ template <> constexpr inline auto scar::VideoGridWidget::qt_create_metaobjectdat
|
|||||||
// Signal 'screenShareRequested'
|
// Signal 'screenShareRequested'
|
||||||
QtMocHelpers::SignalData<void()>(1, 2, QMC::AccessPublic, QMetaType::Void),
|
QtMocHelpers::SignalData<void()>(1, 2, QMC::AccessPublic, QMetaType::Void),
|
||||||
// Slot 'onScreenShareFrameReceived'
|
// Slot 'onScreenShareFrameReceived'
|
||||||
QtMocHelpers::SlotData<void(std::vector<uint8_t>, int, int)>(3, 2, QMC::AccessPublic, QMetaType::Void, {{
|
QtMocHelpers::SlotData<void(std::shared_ptr<std::vector<uint8_t>>, int, int, int)>(3, 2, QMC::AccessPublic, QMetaType::Void, {{
|
||||||
{ 0x80000000 | 4, 5 }, { QMetaType::Int, 6 }, { QMetaType::Int, 7 },
|
{ 0x80000000 | 4, 5 }, { QMetaType::Int, 6 }, { QMetaType::Int, 7 }, { QMetaType::Int, 8 },
|
||||||
}}),
|
}}),
|
||||||
// Slot 'onScreenShareClicked'
|
// Slot 'onScreenShareClicked'
|
||||||
QtMocHelpers::SlotData<void()>(8, 2, QMC::AccessPrivate, QMetaType::Void),
|
QtMocHelpers::SlotData<void()>(9, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||||
};
|
};
|
||||||
QtMocHelpers::UintData qt_properties {
|
QtMocHelpers::UintData qt_properties {
|
||||||
};
|
};
|
||||||
@ -83,7 +84,7 @@ void scar::VideoGridWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c
|
|||||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||||
switch (_id) {
|
switch (_id) {
|
||||||
case 0: _t->screenShareRequested(); break;
|
case 0: _t->screenShareRequested(); break;
|
||||||
case 1: _t->onScreenShareFrameReceived((*reinterpret_cast<std::add_pointer_t<std::vector<uint8_t>>>(_a[1])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[3]))); break;
|
case 1: _t->onScreenShareFrameReceived((*reinterpret_cast<std::add_pointer_t<std::shared_ptr<std::vector<uint8_t>>>>(_a[1])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[3])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[4]))); break;
|
||||||
case 2: _t->onScreenShareClicked(); break;
|
case 2: _t->onScreenShareClicked(); break;
|
||||||
default: ;
|
default: ;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,217 +1,217 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/third_party",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/third_party",
|
||||||
"command": "/usr/bin/cc -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -O3 -DNDEBUG -std=gnu99 -o CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/argon2.c.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/argon2.c",
|
"command": "/usr/bin/cc -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu99 -o CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/argon2.c.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/argon2.c",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/argon2.c",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/argon2.c",
|
||||||
"output": "third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/argon2.c.o"
|
"output": "third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/argon2.c.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/third_party",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/third_party",
|
||||||
"command": "/usr/bin/cc -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -O3 -DNDEBUG -std=gnu99 -o CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/core.c.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/core.c",
|
"command": "/usr/bin/cc -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu99 -o CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/core.c.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/core.c",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/core.c",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/core.c",
|
||||||
"output": "third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/core.c.o"
|
"output": "third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/core.c.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/third_party",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/third_party",
|
||||||
"command": "/usr/bin/cc -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -O3 -DNDEBUG -std=gnu99 -o CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/blake2/blake2b.c.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/blake2/blake2b.c",
|
"command": "/usr/bin/cc -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu99 -o CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/blake2/blake2b.c.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/blake2/blake2b.c",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/blake2/blake2b.c",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/blake2/blake2b.c",
|
||||||
"output": "third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/blake2/blake2b.c.o"
|
"output": "third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/blake2/blake2b.c.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/third_party",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/third_party",
|
||||||
"command": "/usr/bin/cc -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -O3 -DNDEBUG -std=gnu99 -o CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/thread.c.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/thread.c",
|
"command": "/usr/bin/cc -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu99 -o CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/thread.c.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/thread.c",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/thread.c",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/thread.c",
|
||||||
"output": "third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/thread.c.o"
|
"output": "third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/thread.c.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/third_party",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/third_party",
|
||||||
"command": "/usr/bin/cc -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -O3 -DNDEBUG -std=gnu99 -o CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/encoding.c.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/encoding.c",
|
"command": "/usr/bin/cc -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu99 -o CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/encoding.c.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/encoding.c",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/encoding.c",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/encoding.c",
|
||||||
"output": "third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/encoding.c.o"
|
"output": "third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/encoding.c.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/third_party",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/third_party",
|
||||||
"command": "/usr/bin/cc -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -O3 -DNDEBUG -std=gnu99 -o CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/opt.c.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/opt.c",
|
"command": "/usr/bin/cc -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu99 -o CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/opt.c.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/opt.c",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/opt.c",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/opt.c",
|
||||||
"output": "third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/opt.c.o"
|
"output": "third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/opt.c.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat_shared.dir/scarchat_shared_autogen/mocs_compilation.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/mocs_compilation.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat_shared.dir/scarchat_shared_autogen/mocs_compilation.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/mocs_compilation.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/mocs_compilation.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/mocs_compilation.cpp",
|
||||||
"output": "shared/CMakeFiles/scarchat_shared.dir/scarchat_shared_autogen/mocs_compilation.cpp.o"
|
"output": "shared/CMakeFiles/scarchat_shared.dir/scarchat_shared_autogen/mocs_compilation.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat_shared.dir/protocol/message.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/protocol/message.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat_shared.dir/protocol/message.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/protocol/message.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/protocol/message.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/protocol/message.cpp",
|
||||||
"output": "shared/CMakeFiles/scarchat_shared.dir/protocol/message.cpp.o"
|
"output": "shared/CMakeFiles/scarchat_shared.dir/protocol/message.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/auth/jwt.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/auth/jwt.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/auth/jwt.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/auth/jwt.cpp",
|
||||||
"output": "shared/CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.o"
|
"output": "shared/CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat_shared.dir/crypto/argon2_wrapper.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/crypto/argon2_wrapper.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat_shared.dir/crypto/argon2_wrapper.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/crypto/argon2_wrapper.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/crypto/argon2_wrapper.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/crypto/argon2_wrapper.cpp",
|
||||||
"output": "shared/CMakeFiles/scarchat_shared.dir/crypto/argon2_wrapper.cpp.o"
|
"output": "shared/CMakeFiles/scarchat_shared.dir/crypto/argon2_wrapper.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/utils/json_config.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/utils/json_config.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/utils/json_config.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/utils/json_config.cpp",
|
||||||
"output": "shared/CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.o"
|
"output": "shared/CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/scarchat-server_autogen/mocs_compilation.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/mocs_compilation.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/scarchat-server_autogen/mocs_compilation.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/mocs_compilation.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/mocs_compilation.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/mocs_compilation.cpp",
|
||||||
"output": "server/CMakeFiles/scarchat-server.dir/scarchat-server_autogen/mocs_compilation.cpp.o"
|
"output": "server/CMakeFiles/scarchat-server.dir/scarchat-server_autogen/mocs_compilation.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/main.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/main.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/main.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/main.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/main.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/main.cpp",
|
||||||
"output": "server/CMakeFiles/scarchat-server.dir/main.cpp.o"
|
"output": "server/CMakeFiles/scarchat-server.dir/main.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/server.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/server.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/server.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/server.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/server.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/server.cpp",
|
||||||
"output": "server/CMakeFiles/scarchat-server.dir/server.cpp.o"
|
"output": "server/CMakeFiles/scarchat-server.dir/server.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/session.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/session.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/session.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/session.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/session.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/session.cpp",
|
||||||
"output": "server/CMakeFiles/scarchat-server.dir/session.cpp.o"
|
"output": "server/CMakeFiles/scarchat-server.dir/session.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/auth/authenticator.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/auth/authenticator.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/auth/authenticator.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/auth/authenticator.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/auth/authenticator.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/auth/authenticator.cpp",
|
||||||
"output": "server/CMakeFiles/scarchat-server.dir/auth/authenticator.cpp.o"
|
"output": "server/CMakeFiles/scarchat-server.dir/auth/authenticator.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/database/database.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/database/database.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/database/database.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/database/database.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/database/database.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/database/database.cpp",
|
||||||
"output": "server/CMakeFiles/scarchat-server.dir/database/database.cpp.o"
|
"output": "server/CMakeFiles/scarchat-server.dir/database/database.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/config/server_config.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/config/server_config.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/scarchat-server.dir/config/server_config.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/config/server_config.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/config/server_config.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/config/server_config.cpp",
|
||||||
"output": "server/CMakeFiles/scarchat-server.dir/config/server_config.cpp.o"
|
"output": "server/CMakeFiles/scarchat-server.dir/config/server_config.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/mocs_compilation.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/mocs_compilation.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/mocs_compilation.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/mocs_compilation.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/scarchat_autogen/mocs_compilation.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/main.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/main.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/main.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/main.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/main.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/main.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/main.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/main.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/mainwindow.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/mainwindow.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/mainwindow.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/mainwindow.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/mainwindow.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/mainwindow.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/mainwindow.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/mainwindow.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/connection/client_connection.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/connection/client_connection.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/connection/client_connection.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/connection/client_connection.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/connection/client_connection.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/connection/client_connection.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/connection/client_connection.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/config/client_config.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/config/client_config.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/config/client_config.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/config/client_config.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/config/client_config.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/config/client_config.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/config/client_config.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/config/client_config.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/login_dialog.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/login_dialog.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/login_dialog.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/login_dialog.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/ui/login_dialog.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/chat_widget.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/chat_widget.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/chat_widget.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/chat_widget.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/ui/chat_widget.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/user_list_widget.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/user_list_widget.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/user_list_widget.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/user_list_widget.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/ui/user_list_widget.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/video_grid_widget.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/video_grid_widget.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/video_grid_widget.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/ui/video_grid_widget.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/ui/video_grid_widget.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/media/camera_capture.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/camera_capture.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/media/camera_capture.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/camera_capture.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/camera_capture.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/camera_capture.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/media/camera_capture.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/media/camera_capture.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/media/screen_capture.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/screen_capture.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/media/screen_capture.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/screen_capture.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/screen_capture.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/screen_capture.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/media/screen_capture.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/media/screen_capture.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/media/video_encoder.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/video_encoder.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/media/video_encoder.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/video_encoder.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/video_encoder.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/video_encoder.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/media/video_encoder.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/media/video_encoder.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/media/video_decoder.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/video_decoder.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/media/video_decoder.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/video_decoder.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/video_decoder.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/client/media/video_decoder.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/media/video_decoder.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/media/video_decoder.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WIDGETS_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/client -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtSql -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -mno-direct-extern-access -D_REENTRANT -o CMakeFiles/scarchat.dir/scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/client/scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp",
|
||||||
"output": "client/CMakeFiles/scarchat.dir/scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.o"
|
"output": "client/CMakeFiles/scarchat.dir/scarchat_autogen/3YJK5W5UP7/qrc_resources.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/dbmanager.dir/dbmanager_autogen/mocs_compilation.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/mocs_compilation.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/dbmanager.dir/dbmanager_autogen/mocs_compilation.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/mocs_compilation.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/mocs_compilation.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/mocs_compilation.cpp",
|
||||||
"output": "dbmanager/CMakeFiles/dbmanager.dir/dbmanager_autogen/mocs_compilation.cpp.o"
|
"output": "dbmanager/CMakeFiles/dbmanager.dir/dbmanager_autogen/mocs_compilation.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/dbmanager.dir/main.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager/main.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/dbmanager.dir/main.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager/main.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager/main.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager/main.cpp",
|
||||||
"output": "dbmanager/CMakeFiles/dbmanager.dir/main.cpp.o"
|
"output": "dbmanager/CMakeFiles/dbmanager.dir/main.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/dbmanager.dir/db_manager.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager/db_manager.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/dbmanager.dir/db_manager.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager/db_manager.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager/db_manager.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager/db_manager.cpp",
|
||||||
"output": "dbmanager/CMakeFiles/dbmanager.dir/db_manager.cpp.o"
|
"output": "dbmanager/CMakeFiles/dbmanager.dir/db_manager.cpp.o"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager",
|
"directory": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager",
|
||||||
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/dbmanager.dir/__/server/database/database.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/database/database.cpp",
|
"command": "/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20 -o CMakeFiles/dbmanager.dir/__/server/database/database.cpp.o -c /home/ganome/Projects/SCAR-719/repos/scar-chat7/server/database/database.cpp",
|
||||||
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/database/database.cpp",
|
"file": "/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/database/database.cpp",
|
||||||
"output": "dbmanager/CMakeFiles/dbmanager.dir/__/server/database/database.cpp.o"
|
"output": "dbmanager/CMakeFiles/dbmanager.dir/__/server/database/database.cpp.o"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,5 +6,5 @@ CXX_DEFINES = -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_L
|
|||||||
|
|
||||||
CXX_INCLUDES = -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include
|
CXX_INCLUDES = -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/dbmanager/dbmanager_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/dbmanager -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include
|
||||||
|
|
||||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++20
|
CXX_FLAGS = -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
/usr/bin/c++ -O3 -DNDEBUG -Wl,--dependency-file=CMakeFiles/dbmanager.dir/link.d CMakeFiles/dbmanager.dir/dbmanager_autogen/mocs_compilation.cpp.o CMakeFiles/dbmanager.dir/main.cpp.o CMakeFiles/dbmanager.dir/db_manager.cpp.o CMakeFiles/dbmanager.dir/__/server/database/database.cpp.o -o dbmanager ../shared/libscarchat_shared.a /usr/lib64/libsqlite3.so /usr/lib64/libboost_system.so.1.88.0 /usr/lib64/libboost_thread.so.1.88.0 ../third_party/libargon2_lib.a -lpthread /usr/lib64/libssl.so /usr/lib64/libcrypto.so
|
/usr/bin/c++ -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -fsanitize=address -Wl,--dependency-file=CMakeFiles/dbmanager.dir/link.d CMakeFiles/dbmanager.dir/dbmanager_autogen/mocs_compilation.cpp.o CMakeFiles/dbmanager.dir/main.cpp.o CMakeFiles/dbmanager.dir/db_manager.cpp.o CMakeFiles/dbmanager.dir/__/server/database/database.cpp.o -o dbmanager ../shared/libscarchat_shared.a /usr/lib64/libsqlite3.so /usr/lib64/libboost_system.so.1.88.0 /usr/lib64/libboost_thread.so.1.88.0 ../third_party/libargon2_lib.a -lpthread /usr/lib64/libssl.so /usr/lib64/libcrypto.so
|
||||||
|
|||||||
@ -6,5 +6,5 @@ CXX_DEFINES = -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_L
|
|||||||
|
|
||||||
CXX_INCLUDES = -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include
|
CXX_INCLUDES = -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/server/scarchat-server_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/server -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include
|
||||||
|
|
||||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++20
|
CXX_FLAGS = -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
/usr/bin/c++ -O3 -DNDEBUG -Wl,--dependency-file=CMakeFiles/scarchat-server.dir/link.d "CMakeFiles/scarchat-server.dir/scarchat-server_autogen/mocs_compilation.cpp.o" "CMakeFiles/scarchat-server.dir/main.cpp.o" "CMakeFiles/scarchat-server.dir/server.cpp.o" "CMakeFiles/scarchat-server.dir/session.cpp.o" "CMakeFiles/scarchat-server.dir/auth/authenticator.cpp.o" "CMakeFiles/scarchat-server.dir/database/database.cpp.o" "CMakeFiles/scarchat-server.dir/config/server_config.cpp.o" -o scarchat-server ../shared/libscarchat_shared.a /usr/lib64/libboost_system.so.1.88.0 /usr/lib64/libboost_thread.so.1.88.0 /usr/lib64/libssl.so /usr/lib64/libcrypto.so /usr/lib64/libsqlite3.so ../third_party/libargon2_lib.a -lpthread /usr/lib64/libssl.so /usr/lib64/libcrypto.so
|
/usr/bin/c++ -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -fsanitize=address -Wl,--dependency-file=CMakeFiles/scarchat-server.dir/link.d "CMakeFiles/scarchat-server.dir/scarchat-server_autogen/mocs_compilation.cpp.o" "CMakeFiles/scarchat-server.dir/main.cpp.o" "CMakeFiles/scarchat-server.dir/server.cpp.o" "CMakeFiles/scarchat-server.dir/session.cpp.o" "CMakeFiles/scarchat-server.dir/auth/authenticator.cpp.o" "CMakeFiles/scarchat-server.dir/database/database.cpp.o" "CMakeFiles/scarchat-server.dir/config/server_config.cpp.o" -o scarchat-server ../shared/libscarchat_shared.a /usr/lib64/libboost_system.so.1.88.0 /usr/lib64/libboost_thread.so.1.88.0 /usr/lib64/libssl.so /usr/lib64/libcrypto.so /usr/lib64/libsqlite3.so ../third_party/libargon2_lib.a -lpthread /usr/lib64/libssl.so /usr/lib64/libcrypto.so
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
# Generated by CMake. Changes will be overwritten.
|
# Generated by CMake. Changes will be overwritten.
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/session.cpp
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/database/database.cpp
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/server.cpp
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/auth/authenticator.cpp
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/database/database.h
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/main.cpp
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/config/server_config.cpp
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/session.h
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/server.h
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/config/server_config.h
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/auth/authenticator.h
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/auth/authenticator.h
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/config/server_config.h
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/server.h
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/session.h
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/config/server_config.cpp
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/main.cpp
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/database/database.h
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/auth/authenticator.cpp
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/server.cpp
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/database/database.cpp
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/server/session.cpp
|
||||||
|
|||||||
Binary file not shown.
@ -1,52 +1,52 @@
|
|||||||
-----BEGIN PRIVATE KEY-----
|
-----BEGIN PRIVATE KEY-----
|
||||||
MIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQC4+I/9VNiDBPyG
|
MIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQC2LDtEn3xPfl05
|
||||||
yM0/dUWi9kZs17wcnRHesENgTgfSAcP4jPzZTygqlBClHZO08/FBQWObwtX5j8zY
|
bwhjGsjrDhkvLEMirF7iw/GyYA07UnhsphcltETwLxk+e7dpGmtc8TEkQ/VUEdLK
|
||||||
3kDVgKt7vWlA/qqynUnXxGLtPAT03F/WdBh8etT4j38UEWI3/mkF7S0CDCSgpVVt
|
gKVLtpmoCSOK/kpO+BRoB4A+ej3BUcykvy5M77z9sA/RFaFl7Rl8TESHXU6yMgEq
|
||||||
Zxn4xreGxCwchyErIsVgVI89a0hKBz/xk6LV+bsxBNJy0O0nQ9tVUxw0jlPRYfjt
|
AkakY17kNhtFvD3qoXNcXOHCpZAdnl9Ggd2BTn7EvwLo+tDROZvGmT91ORTPK9ej
|
||||||
rRSzgvDIpJfjumMWRfhr4Bi23k7yfMlvBX7FTlo7Fn+PXKJ+HZNO7CU3CN8CGWdk
|
Wqy/Oc9m/sCHacVNywQUoTptNV+PH3f+mM1+e0xPt6PixtXYxamaiXlOWiF3cHC0
|
||||||
N9eS5cmPZHaheyrlzV1yZ0JFvZdQgAsp8Snx7XUXwT/mo78OA11uEFsufTfzvnXW
|
bB0GSoHXYOn9tD2GnZlwuQJngD14DPXeTsjY/4F/+tiQFDOQDe/4SyB1BKOaY+Nq
|
||||||
DxqFal1AiEUGNCen+zkIxwCPD4QT4BCwQW1GOn7dzYvBM6jaPH1sN5oIIrfEAB9W
|
Pz6vQXJ97BK9eisew+gC3UXUoVDfrtvOkudIYVW82PgtGjlZMiPQ828WVQV3JnxQ
|
||||||
Wke7fzhBEY8DPgYInoMeZRfV9eiJ3zGumSikF83Rphi4o1yykgLu8PNuNAqdpfHg
|
8NJBBmyQY5uIe7mPWeu1eadzF55Rd9ngggX6SG+1zA4unwvh2rAXhHnPiEoA6duH
|
||||||
Koh0eh6Z4Ls0dV2/mtTO2Es1CBSHCpi2UImzvPsJzGACqRW1lWhFqmJ8sg8k6BrN
|
TW5gW+/qoi7rqlfxcOfbaRqlBAc4LfrIX+gB+KBrGEOcVVGw1ej1rLufiTLeGsLM
|
||||||
l18f+2RQzPEBkeC9c3vK+zZidIQrk4Mkhrf+e1jwz5DFFj4BwIN97foXno5OchU+
|
x3bgWNwh2T5JlhDSJEUjkj8Q7OlmD3+kFZ8zsZAIQ/osX/Fc0WrlBHLlYourdKpE
|
||||||
rKQnAXZhyZ2n3NCsVpDbhZJ+fNqV1OzTPoD8Pp2rb+XfHawPhXZPpeqZFpLl0m+P
|
xsNjHRTHipq9oykjGlIAzMYYbIBNEZBxtp912r+GDDHQQVZ2S+pzTprBui0DNnXv
|
||||||
DnvZxh0kdP4jlkddylT1wNuWG+gbdQIDAQABAoICAAJHccK90mMe4xuoCrte7wo4
|
WY+rUYzFlgKRFPvLKOEyA/hVV1WIkwIDAQABAoICABDAHGsA5yNAET5YsUK7kcHb
|
||||||
fZqmt9ckak1zn4jmvTrtsaP03MKysnx/0YqvSBwhK1ZR/2+yYV+PUYdUibj3umUu
|
OAGYZkvn4YmkTrMCFfVgbeY/l11GKBiVnBKcuY6WeUzAeK5G+WXThbhM/+XoUlSb
|
||||||
ascVvDWyMXA6p7tjk24O7xFd4dVa0Bf18KtnIW4uMM4VY4oUazkdgGV2MUA69pTv
|
EoOTQi3kraurFOWpw8fkx5ZWZeF5Ib2J1Mp63K5MkM1XDe4MbFICOw0rzGcNJAqD
|
||||||
AtohIhv9dDAhKpinoz7iQvvvhUCcsJ1EgXFPuLRUpjWxbfYJ0OeSDPakvM4PbXcT
|
1xogZukOE1doyvFk2819ZHFNO5rKJuncTl4xwcWbMHGgYa9bokgyVc+VZNDodeOY
|
||||||
bBmuuLzUBOETZEqQh6l+Nx8qkqrMsdjriIvUKN5j7+Y3i6fXcKP+eyMlev8A3NBq
|
hQdueE/g3O0wrfigsbqtQBFO54Y7vBaQYidV9Q/LjP7CqT7FFtKuqg5M6pZLf4jY
|
||||||
/Pk1YsxtENsxgYQJd31S7pBIO+uSsPAnfemSF+8MxJBwHCeA/HkA3kPScNG3A0oc
|
RmuniQi5sQQmXsw5hG1nc6wPPnSFedjUrdkBooQaY/hGoCNiW9C0YpLAYfknYWl+
|
||||||
YraszEVe3sz742Zm2yt9ECOXV5Ov347QSVyE2tKWcyKRIev7C7sK2psVhhyvj8Qo
|
uBKYqymYIh2dh9V9ecF9BKMcBVydaMhsOs7UFjwd+z2+b/QIR3OGcRpo8h1snykj
|
||||||
nrdIVnk7m3/9mZZjkzKBXLkaqTVwt2AwcElUXOBMsuxg+sksfdyxno0bDSshReVX
|
OOWhZrQQztu28oaBweUaK0DgijXzFDI7aTVeAPQekFC1lDvM9oEe2EEQROyS0a6R
|
||||||
F8PY8Od10X1GzHu6O4+rgXRNyRAZFUS/9Ibwarlk1QJKB+o/gF95GLdcGb4MGid2
|
uZSBuenXR5tjFPZMiEr81H4f8c7/yrzu0N6uIIA6Gj9NAH/ed4V5EvVRB8C+seZR
|
||||||
H8ZDMp3du0DqlKbsFO3ft4908teLVX+iBITJ2kVtGSWN6PYp3NeP1tP8IvHMSIs/
|
Eku2ta1XD8qW97iNPpokysGkDMGPlm4OJkM0fxmy88KbQpy04MQll+J2rI795O41
|
||||||
DXkBokmlgM84Q3dN0DVJ8u6bn3KdS9x4u9IWnHTc5u2VQ5+9iUU5j4dD04God74D
|
gMDIdy+MmT12CW5Ot3yvRBQ6sQeVgWQLqnDcy/LDu7SUJmloYeN8+oREos/hAZHK
|
||||||
MXgYTzQblanw4XSoKg5rAoIBAQDrWbTAqQCOJ6AWZNyPnhQ8HXrvoAOb2HFGlmlE
|
WEWdDkUXy9bSOmWcRclxAoIBAQDxTAySdtBXdTLyGLAge7ZZTwFJRmwETt/h6bG7
|
||||||
ZJdUrgcwSwWI15LYj2Lw430HZmlDlVcUSDtZSxeXgpq0G5lkRwVvS23939GYKily
|
Ls2PH5iEwzRORwPqG2I5QSEOiVYl1V7rVeZ6BH88za8hyxqKD+6vs5pRUDcXTBNJ
|
||||||
hUWf+QCu8PbsoORa17DWUS9q+JqOPBkw0ixes/cuMZxjsxrsE5TMLY3X5t4nZj/E
|
lTW2N777v2C3Z4E1fG1N2YdAp7Lj8Bf02PT4HBSDgIrjC226HJBy1/WTf4RHRVVX
|
||||||
LFneCtJ142UptLAADXDBW72b3VwX0Y1sYel/FAMqfw1UUF9CrYf0+NBndWknOpAG
|
ilpsP7KwVvkGLDIWViPVt+pC0JgstQRALQXGrypWnTIfxghwajwhlntpLav6Mcaa
|
||||||
PFtwixj3H0TDLaD6Z1+A4V1cgdVX8DsorWqtJ+0sCWFmtM+nGAlt+8+tjeXhaAAY
|
n0IRPWCsqVaWzX7ccPq9ZpgfdTSXkbDqZygRR4eaZV5TofK1k8AaFqiXE64ulvKi
|
||||||
9uJPltdumcJVIOjTH01/CQMTsneuE6PBOk9xEHwG/LLc40ELAoIBAQDJM0OoI3R/
|
t9lyjNpkvKAAp/XF5gWW9NvXcnETjw4H4+SvjorpMKaNsg5FAoIBAQDBRem3HU/l
|
||||||
j1CxwSxQzA0y46ABYcdPyoGAFjewEd9FvQByJo2gyIujoblavwGLLHFwzxArFjrv
|
4EIKuMgs60vh0nfI4toJXJmhMIILpSxhtJ6otynP4N6NJ1/5OQATOLZxr7IBYPaj
|
||||||
tL727ilLICI8Ep3yIGOeWN5ZjPz+Xm2OQ0nASwREtPWI2FSMFZt3wmoqCsa26Zru
|
dCWXwM8UI/rbFNblekmmUKJSu3JJYofMQf/AACFyY/txBUwbBpSitKjFoYvxYO1M
|
||||||
ePI0FU7dWqMaM2XrRxpG7JhQZmB5i7yM6gNwqsDaG7F37D9AgJA7o6Byygz2dIEZ
|
ILa5Z755ETjxzvgZP1V7ZorRbS2hHdEpaEnmZUsMWwt+KUQXVw72PZ/PAYxS22J3
|
||||||
nkMxEij8G7fSM99NA/owFzdJLioqdZft07qzzGAmCTOr3XtRgnOoVYy6//3eXiKA
|
tQAq90fcuQPsiJm1Zduy2I/sI0CxmIhEvxS9hhjNCiyqEKxnCR3QABcNP6uOBYb7
|
||||||
NdGitcsL1x5r5gxfe230nbcaDL+nfMD9ghwO/NM3sXg3WN8CwrwTJE0OGDfv51si
|
abeByEjq04C7SRlSOKsAKuKcgD/JaFaucDEB3upLLg2+IphQiR2nEqY/671H5Oo1
|
||||||
+DjhNwJvdOV/AoIBACE8VtlKRIjOsb3X2onxkfv3UdAbMcdFZqHIRe9hoTlVJjC8
|
pqg00AQmMPT3AoIBAGoj5bPXh7Ww3AQaT/856/BFDG/LBmCuwVSCk6ee4tT+NPzR
|
||||||
t3hesR8iCJ/qEFMGNGFV6qkzliYDA77is8QxjZTqrqrL5SmP/QJXGelRRsbTnDQY
|
UQTNwC8OdJpyx7O5PafOv74NPyCVMdLxNwRKbxYkA/5Npqf1/QXGdQV9GO9afiwG
|
||||||
VVaPVhA6G3/4kRCzMOhbNld9psRs98AvQ12VAn1KOp4m5LwTn1XDC8hBVyOTNatu
|
9ug2I2P/o6UG9rO+ELarOh5+AOPSlkNyG6XbtRyUzAV4cZG8Gdev6+Zh+Xx8WIGx
|
||||||
RHACU0R+oWi88uba+NFoR2eB4D6Q7e2HabN5cipxZRzEMnIZ05K1o3ct+N/I1Oq5
|
AEFy12Vz5rdv+yAA2a9wwLnqFAxdqOYIp6/KUJQCZwjvRMHzUR7xHkeNnmYu9YN9
|
||||||
ILXLcMtL4+HIca3Jq/4yL7iL3N+9HrI0VOvzJsv7CgHdKLPisQ8G59SesND6hUva
|
yZT0N8WH/QOrSWctC0FQ2N2DGuDe8gs8Y82uAzFUGMBhDy/FfG0KARkKfiAhTT/a
|
||||||
LOZmslp2NjR1aljSwDH2Fg8IlAVshYdbEks9UIcCggEAOsBGdFWOEiWGObGfwCQl
|
qRcgyr+Oew74Dmwq7wqHdsiJumJu9TO2Ls1NcXECggEBAJh4Q/EuUZqieNcmgNxW
|
||||||
goOnWF/19F28vOs/7aD6YoHTHIIXfyiwZeK2nkICMGKU6Yz9OqeuJArSbIaU9kP2
|
320N8Wtr8uARyizMLLttGX8W01d776NL3aXzWxYsLm/7fIphNYc67Dd0aDe4ZmSY
|
||||||
2zXQe0Br9nQa0WlzAtAOC6moYodFQs7Yl9IbtiAlGq5hk887wXOrcxFMIFtMgSST
|
Icz1Orab60AmOngT4gwci87Kfi0ErV4lm/XEXQ6w+U8GQGJwmArbETjOUfgf7LZr
|
||||||
VfZGP5KuoKE7xNZwO23LbBZ1VLP3xniptMv+mFYyR8f69Sn86QaSICnvkuerohpx
|
rMWuJjEcsp3//iFLBQUmlZwZ5rq4TCU6Ke3kNhBHoMkHQmw253FyGtMe2jwLCgkJ
|
||||||
7eaJwRJ1Pw+4bB0X4PgfminmbdQzC0hKl1gAR4fhP/ljM8PGnOU+C9QrV+jf1qBF
|
eBwAg2oEKfaEO73o7Z9tGotJRt5gzG3syeF799Xs7jTp7UWJZhhLKfpqotbinwuJ
|
||||||
WNp/KG6BaBmZuviYCk9Kh3wzt0iqYKvo37iKvmKgyrIh8giuZNZY7XgwG8uVYXhv
|
wPN+rlgb1mLycgVOc4O7KS7B2ReFuMWIVlUZy5k1IkxsPPUOTytJXq7mg6nuNGfA
|
||||||
/wKCAQAV2IkQ5yX0ZRjurncZrcLbXvXxT2y1zHZ5mn5dSpgeIjcTyuirg0trZn5K
|
lW8CggEAa4KW1IXFJYXpcy1K4p5dZsqePoJ9mabDX078zKePdq7T3Xpx9XLbxFgp
|
||||||
iO0DHuJ5fi3TOcBDGIYUlsbIjHrEzEZt1H7XHPaqiBMxDpnVdWh6CkAvDZLIMWHF
|
KP2eI4EuC8Ji0KhXM4WgLjn/1cbpSPrjoOd67n5yZ6Q5l1UAQYa/gh+EmTsQZPbA
|
||||||
SFMqIYquKqiH2e/RyqzgwQoCfxKm9qHMFR8XQhGhhgZ9NfO1du0QHFLeWoWhjFvG
|
OyN0yA+vZmv4nBsGJ1s0n93Uz9OjUNircMuo98+4UJ8WkdagfDEDYVWSeKocqcY0
|
||||||
HqS8b6PlhCS+6WOGgWkgYfD0Zx7eT7SHXA1d+PmFZByhBrTPXrchUk1ztUbpviXN
|
4TTniGlACbTSHiqC2iOa2IIKn4fW2fjkhHem/AX8+JcqX4vSr2SZSrreniENVsZm
|
||||||
1x5azGZHNnUI4b04eBsFy0OUKsNI3Lh1zseOHMP+qOHUJ3Jz5wJgr4VGbI5TShgA
|
8XCG7PE63YkNyTFPRKWGY5ss/etXlyAbBOaJG4Qg7OhZbzhVKgg/EoD1uVJv1WP0
|
||||||
QQ7sXnnQeG9TGSxC9UAeUZTdiWc+
|
1jSClSNXccyjbFWS1i+w3muSjIm5LQ==
|
||||||
-----END PRIVATE KEY-----
|
-----END PRIVATE KEY-----
|
||||||
|
|||||||
11511
build/server/server.log
11511
build/server/server.log
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -25,8 +25,7 @@ shared/CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.o: \
|
|||||||
/usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
||||||
/usr/include/bits/types/__locale_t.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/__locale_t.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
||||||
@ -95,22 +94,19 @@ shared/CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.o: \
|
|||||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
||||||
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
||||||
/usr/include/errno.h /usr/include/bits/errno.h \
|
/usr/include/errno.h /usr/include/bits/errno.h \
|
||||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||||
@ -230,8 +226,6 @@ shared/CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.o: \
|
|||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/pstl/execution_defs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/pstl/execution_defs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/iostream \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/iostream \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/iterator \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/iterator \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/stream_iterator.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/stream_iterator.h \
|
||||||
@ -327,7 +321,6 @@ shared/CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.o: \
|
|||||||
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
|
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
|
||||||
/usr/include/bits/environments.h /usr/include/bits/confname.h \
|
/usr/include/bits/environments.h /usr/include/bits/confname.h \
|
||||||
/usr/include/bits/getopt_posix.h /usr/include/bits/getopt_core.h \
|
/usr/include/bits/getopt_posix.h /usr/include/bits/getopt_core.h \
|
||||||
/usr/include/bits/unistd.h /usr/include/bits/unistd-decl.h \
|
|
||||||
/usr/include/bits/unistd_ext.h /usr/include/linux/close_range.h \
|
/usr/include/bits/unistd_ext.h /usr/include/linux/close_range.h \
|
||||||
/usr/include/syscall.h /usr/include/sys/syscall.h \
|
/usr/include/syscall.h /usr/include/sys/syscall.h \
|
||||||
/usr/include/asm/unistd.h /usr/include/asm/unistd_64.h \
|
/usr/include/asm/unistd.h /usr/include/asm/unistd_64.h \
|
||||||
|
|||||||
@ -56,22 +56,15 @@ shared/CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/syscall.h
|
/usr/include/bits/syscall.h
|
||||||
@ -108,14 +101,10 @@ shared/CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.o
|
|||||||
/usr/include/bits/typesizes.h
|
/usr/include/bits/typesizes.h
|
||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -488,20 +477,15 @@ shared/CMakeFiles/scarchat_shared.dir/crypto/argon2_wrapper.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/thread-shared-types.h
|
/usr/include/bits/thread-shared-types.h
|
||||||
@ -540,8 +524,6 @@ shared/CMakeFiles/scarchat_shared.dir/crypto/argon2_wrapper.cpp.o
|
|||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -772,22 +754,15 @@ shared/CMakeFiles/scarchat_shared.dir/protocol/message.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/syscall.h
|
/usr/include/bits/syscall.h
|
||||||
@ -824,14 +799,10 @@ shared/CMakeFiles/scarchat_shared.dir/protocol/message.cpp.o
|
|||||||
/usr/include/bits/typesizes.h
|
/usr/include/bits/typesizes.h
|
||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
@ -1125,22 +1096,15 @@ shared/CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/syscall.h
|
/usr/include/bits/syscall.h
|
||||||
@ -1177,14 +1141,10 @@ shared/CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.o
|
|||||||
/usr/include/bits/typesizes.h
|
/usr/include/bits/typesizes.h
|
||||||
/usr/include/bits/uintn-identity.h
|
/usr/include/bits/uintn-identity.h
|
||||||
/usr/include/bits/uio_lim.h
|
/usr/include/bits/uio_lim.h
|
||||||
/usr/include/bits/unistd-decl.h
|
|
||||||
/usr/include/bits/unistd.h
|
|
||||||
/usr/include/bits/unistd_ext.h
|
/usr/include/bits/unistd_ext.h
|
||||||
/usr/include/bits/waitflags.h
|
/usr/include/bits/waitflags.h
|
||||||
/usr/include/bits/waitstatus.h
|
/usr/include/bits/waitstatus.h
|
||||||
/usr/include/bits/wchar.h
|
/usr/include/bits/wchar.h
|
||||||
/usr/include/bits/wchar2-decl.h
|
|
||||||
/usr/include/bits/wchar2.h
|
|
||||||
/usr/include/bits/wctype-wchar.h
|
/usr/include/bits/wctype-wchar.h
|
||||||
/usr/include/bits/wordsize.h
|
/usr/include/bits/wordsize.h
|
||||||
/usr/include/bits/xopen_lim.h
|
/usr/include/bits/xopen_lim.h
|
||||||
|
|||||||
@ -55,22 +55,15 @@ shared/CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.o: /home/ganome/Projects/SCAR
|
|||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h \
|
||||||
/usr/include/bits/sched.h \
|
/usr/include/bits/sched.h \
|
||||||
/usr/include/bits/select-decl.h \
|
|
||||||
/usr/include/bits/select.h \
|
/usr/include/bits/select.h \
|
||||||
/usr/include/bits/select2.h \
|
|
||||||
/usr/include/bits/setjmp.h \
|
/usr/include/bits/setjmp.h \
|
||||||
/usr/include/bits/stdint-intn.h \
|
/usr/include/bits/stdint-intn.h \
|
||||||
/usr/include/bits/stdint-least.h \
|
/usr/include/bits/stdint-least.h \
|
||||||
/usr/include/bits/stdint-uintn.h \
|
/usr/include/bits/stdint-uintn.h \
|
||||||
/usr/include/bits/stdio.h \
|
/usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio2-decl.h \
|
|
||||||
/usr/include/bits/stdio2.h \
|
|
||||||
/usr/include/bits/stdio_lim.h \
|
/usr/include/bits/stdio_lim.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h \
|
/usr/include/bits/stdlib-bsearch.h \
|
||||||
/usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/struct_mutex.h \
|
/usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h \
|
/usr/include/bits/struct_rwlock.h \
|
||||||
/usr/include/bits/syscall.h \
|
/usr/include/bits/syscall.h \
|
||||||
@ -107,14 +100,10 @@ shared/CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.o: /home/ganome/Projects/SCAR
|
|||||||
/usr/include/bits/typesizes.h \
|
/usr/include/bits/typesizes.h \
|
||||||
/usr/include/bits/uintn-identity.h \
|
/usr/include/bits/uintn-identity.h \
|
||||||
/usr/include/bits/uio_lim.h \
|
/usr/include/bits/uio_lim.h \
|
||||||
/usr/include/bits/unistd-decl.h \
|
|
||||||
/usr/include/bits/unistd.h \
|
|
||||||
/usr/include/bits/unistd_ext.h \
|
/usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/waitflags.h \
|
/usr/include/bits/waitflags.h \
|
||||||
/usr/include/bits/waitstatus.h \
|
/usr/include/bits/waitstatus.h \
|
||||||
/usr/include/bits/wchar.h \
|
/usr/include/bits/wchar.h \
|
||||||
/usr/include/bits/wchar2-decl.h \
|
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/include/bits/wctype-wchar.h \
|
/usr/include/bits/wctype-wchar.h \
|
||||||
/usr/include/bits/wordsize.h \
|
/usr/include/bits/wordsize.h \
|
||||||
/usr/include/bits/xopen_lim.h \
|
/usr/include/bits/xopen_lim.h \
|
||||||
@ -486,20 +475,15 @@ shared/CMakeFiles/scarchat_shared.dir/crypto/argon2_wrapper.cpp.o: /home/ganome/
|
|||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h \
|
||||||
/usr/include/bits/sched.h \
|
/usr/include/bits/sched.h \
|
||||||
/usr/include/bits/select-decl.h \
|
|
||||||
/usr/include/bits/select.h \
|
/usr/include/bits/select.h \
|
||||||
/usr/include/bits/select2.h \
|
|
||||||
/usr/include/bits/setjmp.h \
|
/usr/include/bits/setjmp.h \
|
||||||
/usr/include/bits/stdint-intn.h \
|
/usr/include/bits/stdint-intn.h \
|
||||||
/usr/include/bits/stdint-least.h \
|
/usr/include/bits/stdint-least.h \
|
||||||
/usr/include/bits/stdint-uintn.h \
|
/usr/include/bits/stdint-uintn.h \
|
||||||
/usr/include/bits/stdio.h \
|
/usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio2-decl.h \
|
|
||||||
/usr/include/bits/stdio2.h \
|
|
||||||
/usr/include/bits/stdio_lim.h \
|
/usr/include/bits/stdio_lim.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h \
|
/usr/include/bits/stdlib-bsearch.h \
|
||||||
/usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/include/bits/struct_mutex.h \
|
/usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h \
|
/usr/include/bits/struct_rwlock.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
/usr/include/bits/thread-shared-types.h \
|
||||||
@ -538,8 +522,6 @@ shared/CMakeFiles/scarchat_shared.dir/crypto/argon2_wrapper.cpp.o: /home/ganome/
|
|||||||
/usr/include/bits/waitflags.h \
|
/usr/include/bits/waitflags.h \
|
||||||
/usr/include/bits/waitstatus.h \
|
/usr/include/bits/waitstatus.h \
|
||||||
/usr/include/bits/wchar.h \
|
/usr/include/bits/wchar.h \
|
||||||
/usr/include/bits/wchar2-decl.h \
|
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/include/bits/wctype-wchar.h \
|
/usr/include/bits/wctype-wchar.h \
|
||||||
/usr/include/bits/wordsize.h \
|
/usr/include/bits/wordsize.h \
|
||||||
/usr/include/bits/xopen_lim.h \
|
/usr/include/bits/xopen_lim.h \
|
||||||
@ -769,22 +751,15 @@ shared/CMakeFiles/scarchat_shared.dir/protocol/message.cpp.o: /home/ganome/Proje
|
|||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h \
|
||||||
/usr/include/bits/sched.h \
|
/usr/include/bits/sched.h \
|
||||||
/usr/include/bits/select-decl.h \
|
|
||||||
/usr/include/bits/select.h \
|
/usr/include/bits/select.h \
|
||||||
/usr/include/bits/select2.h \
|
|
||||||
/usr/include/bits/setjmp.h \
|
/usr/include/bits/setjmp.h \
|
||||||
/usr/include/bits/stdint-intn.h \
|
/usr/include/bits/stdint-intn.h \
|
||||||
/usr/include/bits/stdint-least.h \
|
/usr/include/bits/stdint-least.h \
|
||||||
/usr/include/bits/stdint-uintn.h \
|
/usr/include/bits/stdint-uintn.h \
|
||||||
/usr/include/bits/stdio.h \
|
/usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio2-decl.h \
|
|
||||||
/usr/include/bits/stdio2.h \
|
|
||||||
/usr/include/bits/stdio_lim.h \
|
/usr/include/bits/stdio_lim.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h \
|
/usr/include/bits/stdlib-bsearch.h \
|
||||||
/usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/struct_mutex.h \
|
/usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h \
|
/usr/include/bits/struct_rwlock.h \
|
||||||
/usr/include/bits/syscall.h \
|
/usr/include/bits/syscall.h \
|
||||||
@ -821,14 +796,10 @@ shared/CMakeFiles/scarchat_shared.dir/protocol/message.cpp.o: /home/ganome/Proje
|
|||||||
/usr/include/bits/typesizes.h \
|
/usr/include/bits/typesizes.h \
|
||||||
/usr/include/bits/uintn-identity.h \
|
/usr/include/bits/uintn-identity.h \
|
||||||
/usr/include/bits/uio_lim.h \
|
/usr/include/bits/uio_lim.h \
|
||||||
/usr/include/bits/unistd-decl.h \
|
|
||||||
/usr/include/bits/unistd.h \
|
|
||||||
/usr/include/bits/unistd_ext.h \
|
/usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/waitflags.h \
|
/usr/include/bits/waitflags.h \
|
||||||
/usr/include/bits/waitstatus.h \
|
/usr/include/bits/waitstatus.h \
|
||||||
/usr/include/bits/wchar.h \
|
/usr/include/bits/wchar.h \
|
||||||
/usr/include/bits/wchar2-decl.h \
|
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/include/bits/wctype-wchar.h \
|
/usr/include/bits/wctype-wchar.h \
|
||||||
/usr/include/bits/wordsize.h \
|
/usr/include/bits/wordsize.h \
|
||||||
/usr/include/bits/xopen_lim.h \
|
/usr/include/bits/xopen_lim.h \
|
||||||
@ -1120,22 +1091,15 @@ shared/CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.o: /home/ganome/Proj
|
|||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h \
|
||||||
/usr/include/bits/sched.h \
|
/usr/include/bits/sched.h \
|
||||||
/usr/include/bits/select-decl.h \
|
|
||||||
/usr/include/bits/select.h \
|
/usr/include/bits/select.h \
|
||||||
/usr/include/bits/select2.h \
|
|
||||||
/usr/include/bits/setjmp.h \
|
/usr/include/bits/setjmp.h \
|
||||||
/usr/include/bits/stdint-intn.h \
|
/usr/include/bits/stdint-intn.h \
|
||||||
/usr/include/bits/stdint-least.h \
|
/usr/include/bits/stdint-least.h \
|
||||||
/usr/include/bits/stdint-uintn.h \
|
/usr/include/bits/stdint-uintn.h \
|
||||||
/usr/include/bits/stdio.h \
|
/usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio2-decl.h \
|
|
||||||
/usr/include/bits/stdio2.h \
|
|
||||||
/usr/include/bits/stdio_lim.h \
|
/usr/include/bits/stdio_lim.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h \
|
/usr/include/bits/stdlib-bsearch.h \
|
||||||
/usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/struct_mutex.h \
|
/usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h \
|
/usr/include/bits/struct_rwlock.h \
|
||||||
/usr/include/bits/syscall.h \
|
/usr/include/bits/syscall.h \
|
||||||
@ -1172,14 +1136,10 @@ shared/CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.o: /home/ganome/Proj
|
|||||||
/usr/include/bits/typesizes.h \
|
/usr/include/bits/typesizes.h \
|
||||||
/usr/include/bits/uintn-identity.h \
|
/usr/include/bits/uintn-identity.h \
|
||||||
/usr/include/bits/uio_lim.h \
|
/usr/include/bits/uio_lim.h \
|
||||||
/usr/include/bits/unistd-decl.h \
|
|
||||||
/usr/include/bits/unistd.h \
|
|
||||||
/usr/include/bits/unistd_ext.h \
|
/usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/waitflags.h \
|
/usr/include/bits/waitflags.h \
|
||||||
/usr/include/bits/waitstatus.h \
|
/usr/include/bits/waitstatus.h \
|
||||||
/usr/include/bits/wchar.h \
|
/usr/include/bits/wchar.h \
|
||||||
/usr/include/bits/wchar2-decl.h \
|
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/include/bits/wctype-wchar.h \
|
/usr/include/bits/wctype-wchar.h \
|
||||||
/usr/include/bits/wordsize.h \
|
/usr/include/bits/wordsize.h \
|
||||||
/usr/include/bits/xopen_lim.h \
|
/usr/include/bits/xopen_lim.h \
|
||||||
@ -1579,6 +1539,8 @@ _deps/nlohmann_json-src/include/nlohmann/detail/output/binary_writer.hpp:
|
|||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/tr1/bessel_function.tcc:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/tr1/bessel_function.tcc:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/system_error:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/string:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/string:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/stdlib.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/stdlib.h:
|
||||||
@ -1651,6 +1613,8 @@ _deps/nlohmann_json-src/include/nlohmann/detail/iterators/primitive_iterator.hpp
|
|||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/charconv:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/charconv:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/utility.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/utility.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/uses_allocator.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/uses_allocator.h:
|
||||||
@ -1767,30 +1731,24 @@ _deps/nlohmann_json-src/include/nlohmann/detail/iterators/internal_iterator.hpp:
|
|||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.tcc:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/stl_set.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_facets_nonio.tcc:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/istream.tcc:
|
/usr/include/openssl/asn1err.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/vector.tcc:
|
/usr/include/linux/errno.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ios_base.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/pstl/pstl_config.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/hashtable_policy.h:
|
/usr/include/linux/close_range.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/tuple:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/hashtable.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/hash_bytes.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/uses_allocator_args.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/formatfwd.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/concepts:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/concepts:
|
||||||
|
|
||||||
/usr/include/gnu/stubs-64.h:
|
/usr/include/gnu/stubs-64.h:
|
||||||
|
|
||||||
|
/usr/include/libintl.h:
|
||||||
|
|
||||||
|
/usr/include/bits/endianness.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/requires_hosted.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/requires_hosted.h:
|
||||||
|
|
||||||
/usr/include/features-time64.h:
|
/usr/include/features-time64.h:
|
||||||
@ -1801,6 +1759,12 @@ _deps/nlohmann_json-src/include/nlohmann/detail/meta/detected.hpp:
|
|||||||
|
|
||||||
_deps/jwt-cpp-src/include/jwt-cpp/traits/kazuho-picojson/traits.h:
|
_deps/jwt-cpp-src/include/jwt-cpp/traits/kazuho-picojson/traits.h:
|
||||||
|
|
||||||
|
/usr/include/ctype.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/valarray_array.tcc:
|
||||||
|
|
||||||
|
/usr/include/bits/waitflags.h:
|
||||||
|
|
||||||
_deps/nlohmann_json-src/include/nlohmann/json_fwd.hpp:
|
_deps/nlohmann_json-src/include/nlohmann/json_fwd.hpp:
|
||||||
|
|
||||||
/usr/include/bits/wctype-wchar.h:
|
/usr/include/bits/wctype-wchar.h:
|
||||||
@ -1817,28 +1781,40 @@ _deps/nlohmann_json-src/include/nlohmann/json_fwd.hpp:
|
|||||||
|
|
||||||
/usr/include/bits/types/struct_timespec.h:
|
/usr/include/bits/types/struct_timespec.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/valarray_array.tcc:
|
|
||||||
|
|
||||||
/usr/include/bits/waitflags.h:
|
|
||||||
|
|
||||||
/usr/include/ctype.h:
|
|
||||||
|
|
||||||
/usr/include/bits/types/struct_sched_param.h:
|
/usr/include/bits/types/struct_sched_param.h:
|
||||||
|
|
||||||
/usr/include/openssl/comp.h:
|
/usr/include/openssl/comp.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/map:
|
||||||
|
|
||||||
|
/usr/include/linux/stddef.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/hashtable_policy.h:
|
||||||
|
|
||||||
/usr/include/bits/types/struct_itimerspec.h:
|
/usr/include/bits/types/struct_itimerspec.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/forward_list.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/forward_list.h:
|
||||||
|
|
||||||
/usr/include/bits/struct_rwlock.h:
|
/usr/include/bits/struct_rwlock.h:
|
||||||
|
|
||||||
|
_deps/nlohmann_json-src/include/nlohmann/detail/string_concat.hpp:
|
||||||
|
|
||||||
|
/usr/include/locale.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_ios.tcc:
|
||||||
|
|
||||||
/usr/include/bits/types/sigset_t.h:
|
/usr/include/bits/types/sigset_t.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_facets.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_facets.h:
|
||||||
|
|
||||||
/usr/include/bits/types/mbstate_t.h:
|
/usr/include/bits/types/mbstate_t.h:
|
||||||
|
|
||||||
|
/usr/include/bits/types/locale_t.h:
|
||||||
|
|
||||||
|
/usr/include/linux/limits.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/backward/auto_ptr.h:
|
||||||
|
|
||||||
/usr/include/bits/types/clock_t.h:
|
/usr/include/bits/types/clock_t.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdint.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdint.h:
|
||||||
@ -1879,9 +1855,11 @@ _deps/nlohmann_json-src/include/nlohmann/json_fwd.hpp:
|
|||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/alloc_traits.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/alloc_traits.h:
|
||||||
|
|
||||||
/usr/include/openssl/evp.h:
|
_deps/nlohmann_json-src/include/nlohmann/detail/input/binary_reader.hpp:
|
||||||
|
|
||||||
/usr/include/bits/unistd.h:
|
/usr/include/bits/struct_mutex.h:
|
||||||
|
|
||||||
|
/usr/include/openssl/evp.h:
|
||||||
|
|
||||||
/usr/include/bits/stdlib-bsearch.h:
|
/usr/include/bits/stdlib-bsearch.h:
|
||||||
|
|
||||||
@ -1899,18 +1877,18 @@ _deps/nlohmann_json-src/include/nlohmann/json_fwd.hpp:
|
|||||||
|
|
||||||
/usr/include/bits/types/__mbstate_t.h:
|
/usr/include/bits/types/__mbstate_t.h:
|
||||||
|
|
||||||
/usr/include/bits/types/locale_t.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/backward/binders.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/iterator_concepts.h:
|
|
||||||
|
|
||||||
/usr/include/bits/stdio2-decl.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring:
|
||||||
|
|
||||||
/usr/include/openssl/dh.h:
|
/usr/include/openssl/dh.h:
|
||||||
|
|
||||||
|
_deps/nlohmann_json-src/include/nlohmann/adl_serializer.hpp:
|
||||||
|
|
||||||
|
/usr/include/bits/stdint-intn.h:
|
||||||
|
|
||||||
|
/usr/include/openssl/prov_ssl.h:
|
||||||
|
|
||||||
|
/usr/include/bits/types/clockid_t.h:
|
||||||
|
|
||||||
/usr/include/openssl/bn.h:
|
/usr/include/openssl/bn.h:
|
||||||
|
|
||||||
/usr/include/bits/stdlib-float.h:
|
/usr/include/bits/stdlib-float.h:
|
||||||
@ -1933,12 +1911,6 @@ _deps/nlohmann_json-src/include/nlohmann/detail/hash.hpp:
|
|||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/exception_defines.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/exception_defines.h:
|
||||||
|
|
||||||
_deps/nlohmann_json-src/include/nlohmann/detail/conversions/to_json.hpp:
|
|
||||||
|
|
||||||
/usr/include/bits/stdint-least.h:
|
|
||||||
|
|
||||||
/usr/include/openssl/quic.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/valarray_after.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/valarray_after.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/span:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/span:
|
||||||
@ -1959,9 +1931,9 @@ _deps/nlohmann_json-src/include/nlohmann/detail/conversions/to_json.hpp:
|
|||||||
|
|
||||||
/usr/include/bits/mathcalls-macros.h:
|
/usr/include/bits/mathcalls-macros.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/functional_hash.h:
|
_deps/nlohmann_json-src/include/nlohmann/detail/output/serializer.hpp:
|
||||||
|
|
||||||
/usr/include/bits/posix2_lim.h:
|
/usr/include/asm-generic/int-ll64.h:
|
||||||
|
|
||||||
/usr/include/bits/xopen_lim.h:
|
/usr/include/bits/xopen_lim.h:
|
||||||
|
|
||||||
@ -1985,12 +1957,6 @@ _deps/jwt-cpp-src/include/jwt-cpp/traits/kazuho-picojson/defaults.h:
|
|||||||
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/auth/jwt.cpp:
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/auth/jwt.cpp:
|
||||||
|
|
||||||
_deps/nlohmann_json-src/include/nlohmann/detail/input/binary_reader.hpp:
|
|
||||||
|
|
||||||
/usr/include/bits/struct_mutex.h:
|
|
||||||
|
|
||||||
/usr/include/bits/wchar2-decl.h:
|
|
||||||
|
|
||||||
/usr/include/asm/bitsperlong.h:
|
/usr/include/asm/bitsperlong.h:
|
||||||
|
|
||||||
/usr/include/openssl/params.h:
|
/usr/include/openssl/params.h:
|
||||||
@ -2041,10 +2007,6 @@ _deps/nlohmann_json-src/include/nlohmann/detail/input/json_sax.hpp:
|
|||||||
|
|
||||||
/usr/include/asm-generic/errno-base.h:
|
/usr/include/asm-generic/errno-base.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/system_error:
|
|
||||||
|
|
||||||
/usr/include/bits/unistd-decl.h:
|
|
||||||
|
|
||||||
_deps/nlohmann_json-src/include/nlohmann/detail/meta/void_t.hpp:
|
_deps/nlohmann_json-src/include/nlohmann/detail/meta/void_t.hpp:
|
||||||
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/utils/json_config.cpp:
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/utils/json_config.cpp:
|
||||||
@ -2053,10 +2015,6 @@ _deps/nlohmann_json-src/include/nlohmann/detail/meta/void_t.hpp:
|
|||||||
|
|
||||||
/usr/include/asm-generic/errno.h:
|
/usr/include/asm-generic/errno.h:
|
||||||
|
|
||||||
/usr/include/openssl/buffererr.h:
|
|
||||||
|
|
||||||
/usr/include/bits/libm-simd-decl-stubs.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/tr1/ell_integral.tcc:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/tr1/ell_integral.tcc:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/refwrap.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/refwrap.h:
|
||||||
@ -2079,11 +2037,7 @@ _deps/jwt-cpp-src/include/picojson/picojson.h:
|
|||||||
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/auth/jwt.h:
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/auth/jwt.h:
|
||||||
|
|
||||||
/usr/include/bits/wchar2.h:
|
/usr/include/linux/sched/types.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/map:
|
|
||||||
|
|
||||||
/usr/include/linux/stddef.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/functional:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/functional:
|
||||||
|
|
||||||
@ -2095,29 +2049,35 @@ _deps/jwt-cpp-src/include/picojson/picojson.h:
|
|||||||
|
|
||||||
/usr/include/openssl/core_dispatch.h:
|
/usr/include/openssl/core_dispatch.h:
|
||||||
|
|
||||||
|
_deps/nlohmann_json-src/include/nlohmann/detail/conversions/to_json.hpp:
|
||||||
|
|
||||||
|
/usr/include/openssl/quic.h:
|
||||||
|
|
||||||
|
/usr/include/bits/stdint-least.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/quoted_string.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/quoted_string.h:
|
||||||
|
|
||||||
/usr/include/openssl/opensslv.h:
|
/usr/include/openssl/opensslv.h:
|
||||||
|
|
||||||
/usr/include/stdc-predef.h:
|
/usr/include/stdc-predef.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/functexcept.h:
|
|
||||||
|
|
||||||
/usr/include/openssl/ecerr.h:
|
/usr/include/openssl/ecerr.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/functexcept.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/algorithm:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/algorithm:
|
||||||
|
|
||||||
/usr/include/bits/floatn-common.h:
|
/usr/include/bits/floatn-common.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_string.tcc:
|
||||||
|
|
||||||
_deps/nlohmann_json-src/include/nlohmann/detail/output/serializer.hpp:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/uses_allocator_args.h:
|
||||||
|
|
||||||
/usr/include/asm-generic/int-ll64.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/formatfwd.h:
|
||||||
|
|
||||||
/usr/include/bits/stdlib.h:
|
_deps/nlohmann_json-src/include/nlohmann/detail/meta/cpp_future.hpp:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h:
|
/usr/include/openssl/asn1.h:
|
||||||
|
|
||||||
/usr/include/bits/floatn.h:
|
/usr/include/bits/floatn.h:
|
||||||
|
|
||||||
@ -2129,6 +2089,10 @@ _deps/nlohmann_json-src/include/nlohmann/detail/output/serializer.hpp:
|
|||||||
|
|
||||||
/usr/include/bits/types.h:
|
/usr/include/bits/types.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/fs_dir.h:
|
||||||
|
|
||||||
|
/usr/include/bits/getopt_core.h:
|
||||||
|
|
||||||
/usr/include/openssl/dherr.h:
|
/usr/include/openssl/dherr.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/stl_tree.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/stl_tree.h:
|
||||||
@ -2137,6 +2101,12 @@ _deps/nlohmann_json-src/include/nlohmann/detail/output/serializer.hpp:
|
|||||||
|
|
||||||
/usr/include/bits/getopt_posix.h:
|
/usr/include/bits/getopt_posix.h:
|
||||||
|
|
||||||
|
/usr/include/bits/posix2_lim.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/functional_hash.h:
|
||||||
|
|
||||||
|
/usr/include/math.h:
|
||||||
|
|
||||||
/usr/include/gnu/stubs.h:
|
/usr/include/gnu/stubs.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/fstream:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/fstream:
|
||||||
@ -2145,6 +2115,12 @@ _deps/nlohmann_json-src/include/nlohmann/detail/output/serializer.hpp:
|
|||||||
|
|
||||||
/usr/include/openssl/asyncerr.h:
|
/usr/include/openssl/asyncerr.h:
|
||||||
|
|
||||||
|
/usr/include/bits/types/FILE.h:
|
||||||
|
|
||||||
|
_deps/jwt-cpp-src/include/jwt-cpp/jwt.h:
|
||||||
|
|
||||||
|
/usr/include/linux/posix_types.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/unordered_map.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/unordered_map.h:
|
||||||
|
|
||||||
/usr/include/bits/libc-header-start.h:
|
/usr/include/bits/libc-header-start.h:
|
||||||
@ -2163,8 +2139,6 @@ _deps/nlohmann_json-src/include/nlohmann/detail/output/output_adapters.hpp:
|
|||||||
|
|
||||||
/usr/include/string.h:
|
/usr/include/string.h:
|
||||||
|
|
||||||
/usr/include/bits/stdio2.h:
|
|
||||||
|
|
||||||
/usr/include/bits/types/timer_t.h:
|
/usr/include/bits/types/timer_t.h:
|
||||||
|
|
||||||
/usr/include/openssl/evperr.h:
|
/usr/include/openssl/evperr.h:
|
||||||
@ -2177,32 +2151,10 @@ _deps/nlohmann_json-src/include/nlohmann/detail/output/output_adapters.hpp:
|
|||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/codecvt.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/codecvt.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/nested_exception.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/invoke.h:
|
|
||||||
|
|
||||||
/usr/include/bits/mathcalls-narrow.h:
|
|
||||||
|
|
||||||
/usr/include/bits/atomic_wide_counter.h:
|
/usr/include/bits/atomic_wide_counter.h:
|
||||||
|
|
||||||
/usr/include/openssl/err.h:
|
/usr/include/openssl/err.h:
|
||||||
|
|
||||||
/usr/include/bits/endianness.h:
|
|
||||||
|
|
||||||
/usr/include/libintl.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/fs_dir.h:
|
|
||||||
|
|
||||||
/usr/include/bits/getopt_core.h:
|
|
||||||
|
|
||||||
/usr/include/bits/select2.h:
|
|
||||||
|
|
||||||
/usr/include/openssl/symhacks.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/forward_list.tcc:
|
|
||||||
|
|
||||||
/usr/include/sys/cdefs.h:
|
|
||||||
|
|
||||||
/usr/include/bits/pthread_stack_min-dynamic.h:
|
/usr/include/bits/pthread_stack_min-dynamic.h:
|
||||||
|
|
||||||
/usr/include/openssl/rsaerr.h:
|
/usr/include/openssl/rsaerr.h:
|
||||||
@ -2211,6 +2163,12 @@ _deps/nlohmann_json-src/include/nlohmann/detail/output/output_adapters.hpp:
|
|||||||
|
|
||||||
/usr/include/bits/pthreadtypes.h:
|
/usr/include/bits/pthreadtypes.h:
|
||||||
|
|
||||||
|
/usr/include/x86_64-pc-linux-gnu/openssl/configuration.h:
|
||||||
|
|
||||||
|
/usr/include/stdint.h:
|
||||||
|
|
||||||
|
/usr/include/endian.h:
|
||||||
|
|
||||||
/usr/include/openssl/dsaerr.h:
|
/usr/include/openssl/dsaerr.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/streambuf:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/streambuf:
|
||||||
@ -2231,10 +2189,6 @@ _deps/nlohmann_json-src/include/nlohmann/detail/output/output_adapters.hpp:
|
|||||||
|
|
||||||
/usr/include/bits/sched.h:
|
/usr/include/bits/sched.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h:
|
|
||||||
|
|
||||||
/usr/include/bits/select-decl.h:
|
|
||||||
|
|
||||||
_deps/nlohmann_json-src/include/nlohmann/detail/meta/call_std/begin.hpp:
|
_deps/nlohmann_json-src/include/nlohmann/detail/meta/call_std/begin.hpp:
|
||||||
|
|
||||||
/usr/include/bits/select.h:
|
/usr/include/bits/select.h:
|
||||||
@ -2245,54 +2199,6 @@ _deps/nlohmann_json-src/include/nlohmann/detail/meta/call_std/begin.hpp:
|
|||||||
|
|
||||||
/usr/include/openssl/stack.h:
|
/usr/include/openssl/stack.h:
|
||||||
|
|
||||||
_deps/nlohmann_json-src/include/nlohmann/adl_serializer.hpp:
|
|
||||||
|
|
||||||
/usr/include/openssl/prov_ssl.h:
|
|
||||||
|
|
||||||
/usr/include/bits/types/clockid_t.h:
|
|
||||||
|
|
||||||
/usr/include/bits/stdint-intn.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/pstl/pstl_config.h:
|
|
||||||
|
|
||||||
/usr/include/linux/close_range.h:
|
|
||||||
|
|
||||||
/usr/include/linux/errno.h:
|
|
||||||
|
|
||||||
/usr/include/linux/limits.h:
|
|
||||||
|
|
||||||
/usr/include/endian.h:
|
|
||||||
|
|
||||||
/usr/include/x86_64-pc-linux-gnu/openssl/configuration.h:
|
|
||||||
|
|
||||||
/usr/include/stdint.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/backward/auto_ptr.h:
|
|
||||||
|
|
||||||
/usr/include/bits/types/FILE.h:
|
|
||||||
|
|
||||||
_deps/jwt-cpp-src/include/jwt-cpp/jwt.h:
|
|
||||||
|
|
||||||
/usr/include/linux/posix_types.h:
|
|
||||||
|
|
||||||
/usr/include/linux/sched/types.h:
|
|
||||||
|
|
||||||
_deps/nlohmann_json-src/include/nlohmann/detail/string_concat.hpp:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/basic_ios.tcc:
|
|
||||||
|
|
||||||
/usr/include/locale.h:
|
|
||||||
|
|
||||||
/usr/include/math.h:
|
|
||||||
|
|
||||||
_deps/nlohmann_json-src/include/nlohmann/detail/meta/cpp_future.hpp:
|
|
||||||
|
|
||||||
/usr/include/openssl/asn1.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_facets_nonio.tcc:
|
|
||||||
|
|
||||||
/usr/include/openssl/asn1err.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/random.tcc:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/random.tcc:
|
||||||
|
|
||||||
/usr/include/openssl/async.h:
|
/usr/include/openssl/async.h:
|
||||||
@ -2321,6 +2227,12 @@ _deps/nlohmann_json-src/include/nlohmann/thirdparty/hedley/hedley_undef.hpp:
|
|||||||
|
|
||||||
/usr/include/openssl/buffer.h:
|
/usr/include/openssl/buffer.h:
|
||||||
|
|
||||||
|
/usr/include/bits/libm-simd-decl-stubs.h:
|
||||||
|
|
||||||
|
/usr/include/openssl/buffererr.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/backward/binders.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/algorithmfwd.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/algorithmfwd.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/stl_heap.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/stl_heap.h:
|
||||||
@ -2337,6 +2249,8 @@ _deps/nlohmann_json-src/include/nlohmann/thirdparty/hedley/hedley_undef.hpp:
|
|||||||
|
|
||||||
/usr/include/openssl/crypto.h:
|
/usr/include/openssl/crypto.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/iterator_concepts.h:
|
||||||
|
|
||||||
/usr/include/bits/uintn-identity.h:
|
/usr/include/bits/uintn-identity.h:
|
||||||
|
|
||||||
/usr/include/openssl/cryptoerr.h:
|
/usr/include/openssl/cryptoerr.h:
|
||||||
@ -2349,8 +2263,6 @@ _deps/nlohmann_json-src/include/nlohmann/detail/input/position_t.hpp:
|
|||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++config.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/c++config.h:
|
||||||
|
|
||||||
/usr/include/bits/string_fortified.h:
|
|
||||||
|
|
||||||
/usr/include/openssl/ct.h:
|
/usr/include/openssl/ct.h:
|
||||||
|
|
||||||
/usr/include/bits/wordsize.h:
|
/usr/include/bits/wordsize.h:
|
||||||
@ -2399,6 +2311,12 @@ _deps/nlohmann_json-src/include/nlohmann/detail/meta/call_std/end.hpp:
|
|||||||
|
|
||||||
/usr/include/openssl/sslerr_legacy.h:
|
/usr/include/openssl/sslerr_legacy.h:
|
||||||
|
|
||||||
|
/usr/include/openssl/symhacks.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/forward_list.tcc:
|
||||||
|
|
||||||
|
/usr/include/sys/cdefs.h:
|
||||||
|
|
||||||
/usr/include/openssl/ssl.h:
|
/usr/include/openssl/ssl.h:
|
||||||
|
|
||||||
/usr/include/openssl/tls1.h:
|
/usr/include/openssl/tls1.h:
|
||||||
@ -2445,12 +2363,6 @@ _deps/nlohmann_json-src/include/nlohmann/detail/meta/std_fs.hpp:
|
|||||||
|
|
||||||
/usr/include/sys/syscall.h:
|
/usr/include/sys/syscall.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/random.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.h:
|
|
||||||
|
|
||||||
/usr/include/sys/time.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/messages_members.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/x86_64-pc-linux-gnu/bits/messages_members.h:
|
||||||
|
|
||||||
/usr/include/time.h:
|
/usr/include/time.h:
|
||||||
@ -2465,8 +2377,6 @@ _deps/nlohmann_json-src/include/nlohmann/detail/meta/std_fs.hpp:
|
|||||||
|
|
||||||
_deps/nlohmann_json-src/include/nlohmann/json.hpp:
|
_deps/nlohmann_json-src/include/nlohmann/json.hpp:
|
||||||
|
|
||||||
/usr/include/bits/strings_fortified.h:
|
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/align.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/align.h:
|
||||||
|
|
||||||
/usr/include/bits/confname.h:
|
/usr/include/bits/confname.h:
|
||||||
@ -2493,6 +2403,8 @@ _deps/nlohmann_json-src/include/nlohmann/json.hpp:
|
|||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/char_traits.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/charconv.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/mask_array.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/mask_array.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/memory_resource.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/memory_resource.h:
|
||||||
@ -2506,3 +2418,29 @@ _deps/nlohmann_json-src/include/nlohmann/json.hpp:
|
|||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/cpp_type_traits.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/cpp_type_traits.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/erase_if.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/erase_if.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/hash_bytes.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/tuple:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/hashtable.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/nested_exception.h:
|
||||||
|
|
||||||
|
/usr/include/bits/mathcalls-narrow.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/invoke.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/vector.tcc:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ios_base.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/stl_set.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/istream.tcc:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/random.h:
|
||||||
|
|
||||||
|
/usr/include/sys/time.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/locale_classes.h:
|
||||||
|
|||||||
Binary file not shown.
@ -25,8 +25,7 @@ shared/CMakeFiles/scarchat_shared.dir/crypto/argon2_wrapper.cpp.o: \
|
|||||||
/usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
||||||
/usr/include/bits/types/__locale_t.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/__locale_t.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
||||||
@ -95,22 +94,19 @@ shared/CMakeFiles/scarchat_shared.dir/crypto/argon2_wrapper.cpp.o: \
|
|||||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
||||||
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
||||||
/usr/include/errno.h /usr/include/bits/errno.h \
|
/usr/include/errno.h /usr/include/bits/errno.h \
|
||||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||||
|
|||||||
@ -6,5 +6,5 @@ CXX_DEFINES = -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_L
|
|||||||
|
|
||||||
CXX_INCLUDES = -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include
|
CXX_INCLUDES = -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/shared/scarchat_shared_autogen/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include
|
||||||
|
|
||||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++20
|
CXX_FLAGS = -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu++20
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@ -32,8 +32,7 @@ shared/CMakeFiles/scarchat_shared.dir/protocol/message.cpp.o: \
|
|||||||
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
||||||
/usr/include/bits/types/__locale_t.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/__locale_t.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
||||||
@ -101,22 +100,19 @@ shared/CMakeFiles/scarchat_shared.dir/protocol/message.cpp.o: \
|
|||||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||||
/usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
||||||
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
||||||
/usr/include/errno.h /usr/include/bits/errno.h \
|
/usr/include/errno.h /usr/include/bits/errno.h \
|
||||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||||
@ -200,8 +196,7 @@ shared/CMakeFiles/scarchat_shared.dir/protocol/message.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
@ -213,8 +208,6 @@ shared/CMakeFiles/scarchat_shared.dir/protocol/message.cpp.o: \
|
|||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/pstl/execution_defs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/pstl/execution_defs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/iostream \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/iostream \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/ostream \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/ostream \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ostream.tcc \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/ostream.tcc \
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -25,8 +25,7 @@ shared/CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.o: \
|
|||||||
/usr/include/bits/types/mbstate_t.h \
|
/usr/include/bits/types/mbstate_t.h \
|
||||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
|
||||||
/usr/include/bits/types/__locale_t.h /usr/include/bits/wchar2-decl.h \
|
/usr/include/bits/types/__locale_t.h \
|
||||||
/usr/include/bits/wchar2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/type_traits \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/version.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/compare \
|
||||||
@ -95,22 +94,19 @@ shared/CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.o: \
|
|||||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/bits/std_abs.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstdio \
|
||||||
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
|
||||||
/usr/include/bits/types/__fpos64_t.h \
|
/usr/include/bits/types/__fpos64_t.h \
|
||||||
/usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cerrno \
|
||||||
/usr/include/errno.h /usr/include/bits/errno.h \
|
/usr/include/errno.h /usr/include/bits/errno.h \
|
||||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||||
@ -221,8 +217,7 @@ shared/CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.o: \
|
|||||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd.h \
|
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||||
/usr/include/bits/unistd-decl.h /usr/include/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||||
@ -294,8 +289,6 @@ shared/CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.o: \
|
|||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include/nlohmann/detail/string_concat.hpp \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include/nlohmann/detail/string_concat.hpp \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/cstring \
|
||||||
/usr/include/string.h /usr/include/strings.h \
|
/usr/include/string.h /usr/include/strings.h \
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include/nlohmann/detail/meta/identity_tag.hpp \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include/nlohmann/detail/meta/identity_tag.hpp \
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include/nlohmann/detail/meta/std_fs.hpp \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/nlohmann_json-src/include/nlohmann/detail/meta/std_fs.hpp \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/filesystem \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15/filesystem \
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
# Generated by CMake. Changes will be overwritten.
|
# Generated by CMake. Changes will be overwritten.
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/auth/jwt.h
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/crypto/argon2_wrapper.h
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/protocol/message.h
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/protocol/types.h
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/auth/jwt.cpp
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/utils/json_config.h
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/crypto/argon2_wrapper.cpp
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/protocol/message.cpp
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/utils/json_config.cpp
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/utils/json_config.cpp
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/protocol/message.cpp
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/crypto/argon2_wrapper.cpp
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/utils/json_config.h
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/auth/jwt.cpp
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/protocol/types.h
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/protocol/message.h
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/crypto/argon2_wrapper.h
|
||||||
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/shared/auth/jwt.h
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -8,8 +8,7 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/argon2.c.o: \
|
|||||||
/usr/include/gnu/stubs-64.h \
|
/usr/include/gnu/stubs-64.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stddef.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stddef.h \
|
||||||
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
|
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
|
||||||
/usr/include/strings.h /usr/include/bits/strings_fortified.h \
|
/usr/include/strings.h /usr/include/stdlib.h \
|
||||||
/usr/include/bits/string_fortified.h /usr/include/stdlib.h \
|
|
||||||
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
|
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
|
||||||
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
|
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
|
||||||
/usr/include/sys/types.h /usr/include/bits/types.h \
|
/usr/include/sys/types.h /usr/include/bits/types.h \
|
||||||
@ -22,21 +21,19 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/argon2.c.o: \
|
|||||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h /usr/include/stdio.h \
|
/usr/include/stdio.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
||||||
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
|
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
|
||||||
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include/argon2.h \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include/argon2.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdint.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdint.h \
|
||||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||||
|
|||||||
Binary file not shown.
@ -13,16 +13,14 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/blake2/blake2b.c.o
|
|||||||
/usr/include/bits/stdint-least.h /usr/include/string.h \
|
/usr/include/bits/stdint-least.h /usr/include/string.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stddef.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stddef.h \
|
||||||
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
|
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
|
||||||
/usr/include/strings.h /usr/include/bits/strings_fortified.h \
|
/usr/include/strings.h /usr/include/stdio.h \
|
||||||
/usr/include/bits/string_fortified.h /usr/include/stdio.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdarg.h \
|
||||||
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
|
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
|
||||||
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
|
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
|
||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/floatn.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/floatn.h \
|
||||||
/usr/include/bits/floatn-common.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/floatn-common.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/blake2/blake2.h \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/blake2/blake2.h \
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include/argon2.h \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include/argon2.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/limits.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/limits.h \
|
||||||
|
|||||||
Binary file not shown.
@ -15,8 +15,7 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/core.c.o: \
|
|||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/floatn.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/floatn.h \
|
||||||
/usr/include/bits/floatn-common.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/floatn-common.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
|
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
|
||||||
/usr/include/bits/waitstatus.h /usr/include/sys/types.h \
|
/usr/include/bits/waitstatus.h /usr/include/sys/types.h \
|
||||||
/usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \
|
/usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \
|
||||||
@ -27,17 +26,14 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/core.c.o: \
|
|||||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h /usr/include/string.h \
|
/usr/include/string.h /usr/include/bits/types/locale_t.h \
|
||||||
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
|
/usr/include/bits/types/__locale_t.h /usr/include/strings.h \
|
||||||
/usr/include/strings.h /usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/core.h \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src/core.h \
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include/argon2.h \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include/argon2.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdint.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdint.h \
|
||||||
|
|||||||
Binary file not shown.
@ -15,8 +15,7 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/encoding.c.o: \
|
|||||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
|
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||||
/usr/include/bits/stdio_lim.h /usr/include/bits/floatn.h \
|
/usr/include/bits/stdio_lim.h /usr/include/bits/floatn.h \
|
||||||
/usr/include/bits/floatn-common.h /usr/include/bits/stdio2-decl.h \
|
/usr/include/bits/floatn-common.h /usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio.h /usr/include/bits/stdio2.h \
|
|
||||||
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
|
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
|
||||||
/usr/include/bits/waitstatus.h /usr/include/sys/types.h \
|
/usr/include/bits/waitstatus.h /usr/include/sys/types.h \
|
||||||
/usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \
|
/usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \
|
||||||
@ -27,17 +26,14 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/encoding.c.o: \
|
|||||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h /usr/include/string.h \
|
/usr/include/string.h /usr/include/bits/types/locale_t.h \
|
||||||
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
|
/usr/include/bits/types/__locale_t.h /usr/include/strings.h \
|
||||||
/usr/include/strings.h /usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/limits.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/limits.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/syslimits.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/syslimits.h \
|
||||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||||
|
|||||||
Binary file not shown.
@ -13,8 +13,7 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/opt.c.o: \
|
|||||||
/usr/include/bits/stdint-least.h /usr/include/string.h \
|
/usr/include/bits/stdint-least.h /usr/include/string.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stddef.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stddef.h \
|
||||||
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
|
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
|
||||||
/usr/include/strings.h /usr/include/bits/strings_fortified.h \
|
/usr/include/strings.h /usr/include/stdlib.h \
|
||||||
/usr/include/bits/string_fortified.h /usr/include/stdlib.h \
|
|
||||||
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
|
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
|
||||||
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
|
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
|
||||||
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
|
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
|
||||||
@ -25,14 +24,12 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/opt.c.o: \
|
|||||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
||||||
/usr/include/bits/types/struct_timeval.h \
|
/usr/include/bits/types/struct_timeval.h \
|
||||||
/usr/include/bits/types/struct_timespec.h /usr/include/bits/select2.h \
|
/usr/include/bits/types/struct_timespec.h \
|
||||||
/usr/include/bits/select-decl.h /usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include/argon2.h \
|
/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include/argon2.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/limits.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/limits.h \
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/syslimits.h \
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/syslimits.h \
|
||||||
|
|||||||
Binary file not shown.
@ -22,21 +22,14 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/argon2.c.o
|
|||||||
/usr/include/bits/pthread_stack_min.h
|
/usr/include/bits/pthread_stack_min.h
|
||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/thread-shared-types.h
|
/usr/include/bits/thread-shared-types.h
|
||||||
@ -106,11 +99,7 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/blake2/blake2b.c.o
|
|||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/time64.h
|
/usr/include/bits/time64.h
|
||||||
/usr/include/bits/timesize.h
|
/usr/include/bits/timesize.h
|
||||||
/usr/include/bits/types.h
|
/usr/include/bits/types.h
|
||||||
@ -169,22 +158,15 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/core.c.o
|
|||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/sched.h
|
/usr/include/bits/sched.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/setjmp.h
|
/usr/include/bits/setjmp.h
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/thread-shared-types.h
|
/usr/include/bits/thread-shared-types.h
|
||||||
@ -265,21 +247,14 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/encoding.c.o
|
|||||||
/usr/include/bits/pthread_stack_min.h
|
/usr/include/bits/pthread_stack_min.h
|
||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdio.h
|
/usr/include/bits/stdio.h
|
||||||
/usr/include/bits/stdio2-decl.h
|
|
||||||
/usr/include/bits/stdio2.h
|
|
||||||
/usr/include/bits/stdio_lim.h
|
/usr/include/bits/stdio_lim.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/thread-shared-types.h
|
/usr/include/bits/thread-shared-types.h
|
||||||
@ -354,17 +329,12 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/opt.c.o
|
|||||||
/usr/include/bits/pthread_stack_min.h
|
/usr/include/bits/pthread_stack_min.h
|
||||||
/usr/include/bits/pthreadtypes-arch.h
|
/usr/include/bits/pthreadtypes-arch.h
|
||||||
/usr/include/bits/pthreadtypes.h
|
/usr/include/bits/pthreadtypes.h
|
||||||
/usr/include/bits/select-decl.h
|
|
||||||
/usr/include/bits/select.h
|
/usr/include/bits/select.h
|
||||||
/usr/include/bits/select2.h
|
|
||||||
/usr/include/bits/stdint-intn.h
|
/usr/include/bits/stdint-intn.h
|
||||||
/usr/include/bits/stdint-least.h
|
/usr/include/bits/stdint-least.h
|
||||||
/usr/include/bits/stdint-uintn.h
|
/usr/include/bits/stdint-uintn.h
|
||||||
/usr/include/bits/stdlib-bsearch.h
|
/usr/include/bits/stdlib-bsearch.h
|
||||||
/usr/include/bits/stdlib-float.h
|
/usr/include/bits/stdlib-float.h
|
||||||
/usr/include/bits/stdlib.h
|
|
||||||
/usr/include/bits/string_fortified.h
|
|
||||||
/usr/include/bits/strings_fortified.h
|
|
||||||
/usr/include/bits/struct_mutex.h
|
/usr/include/bits/struct_mutex.h
|
||||||
/usr/include/bits/struct_rwlock.h
|
/usr/include/bits/struct_rwlock.h
|
||||||
/usr/include/bits/thread-shared-types.h
|
/usr/include/bits/thread-shared-types.h
|
||||||
|
|||||||
@ -21,21 +21,14 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/argon2.c.o: _deps/
|
|||||||
/usr/include/bits/pthread_stack_min.h \
|
/usr/include/bits/pthread_stack_min.h \
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h \
|
||||||
/usr/include/bits/select-decl.h \
|
|
||||||
/usr/include/bits/select.h \
|
/usr/include/bits/select.h \
|
||||||
/usr/include/bits/select2.h \
|
|
||||||
/usr/include/bits/stdint-intn.h \
|
/usr/include/bits/stdint-intn.h \
|
||||||
/usr/include/bits/stdint-least.h \
|
/usr/include/bits/stdint-least.h \
|
||||||
/usr/include/bits/stdint-uintn.h \
|
/usr/include/bits/stdint-uintn.h \
|
||||||
/usr/include/bits/stdio.h \
|
/usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio2-decl.h \
|
|
||||||
/usr/include/bits/stdio2.h \
|
|
||||||
/usr/include/bits/stdio_lim.h \
|
/usr/include/bits/stdio_lim.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h \
|
/usr/include/bits/stdlib-bsearch.h \
|
||||||
/usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/struct_mutex.h \
|
/usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h \
|
/usr/include/bits/struct_rwlock.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
/usr/include/bits/thread-shared-types.h \
|
||||||
@ -104,11 +97,7 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/blake2/blake2b.c.o
|
|||||||
/usr/include/bits/stdint-least.h \
|
/usr/include/bits/stdint-least.h \
|
||||||
/usr/include/bits/stdint-uintn.h \
|
/usr/include/bits/stdint-uintn.h \
|
||||||
/usr/include/bits/stdio.h \
|
/usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio2-decl.h \
|
|
||||||
/usr/include/bits/stdio2.h \
|
|
||||||
/usr/include/bits/stdio_lim.h \
|
/usr/include/bits/stdio_lim.h \
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/time64.h \
|
/usr/include/bits/time64.h \
|
||||||
/usr/include/bits/timesize.h \
|
/usr/include/bits/timesize.h \
|
||||||
/usr/include/bits/types.h \
|
/usr/include/bits/types.h \
|
||||||
@ -166,22 +155,15 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/core.c.o: _deps/ar
|
|||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h \
|
||||||
/usr/include/bits/sched.h \
|
/usr/include/bits/sched.h \
|
||||||
/usr/include/bits/select-decl.h \
|
|
||||||
/usr/include/bits/select.h \
|
/usr/include/bits/select.h \
|
||||||
/usr/include/bits/select2.h \
|
|
||||||
/usr/include/bits/setjmp.h \
|
/usr/include/bits/setjmp.h \
|
||||||
/usr/include/bits/stdint-intn.h \
|
/usr/include/bits/stdint-intn.h \
|
||||||
/usr/include/bits/stdint-least.h \
|
/usr/include/bits/stdint-least.h \
|
||||||
/usr/include/bits/stdint-uintn.h \
|
/usr/include/bits/stdint-uintn.h \
|
||||||
/usr/include/bits/stdio.h \
|
/usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio2-decl.h \
|
|
||||||
/usr/include/bits/stdio2.h \
|
|
||||||
/usr/include/bits/stdio_lim.h \
|
/usr/include/bits/stdio_lim.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h \
|
/usr/include/bits/stdlib-bsearch.h \
|
||||||
/usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/struct_mutex.h \
|
/usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h \
|
/usr/include/bits/struct_rwlock.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
/usr/include/bits/thread-shared-types.h \
|
||||||
@ -261,21 +243,14 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/encoding.c.o: _dep
|
|||||||
/usr/include/bits/pthread_stack_min.h \
|
/usr/include/bits/pthread_stack_min.h \
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h \
|
||||||
/usr/include/bits/select-decl.h \
|
|
||||||
/usr/include/bits/select.h \
|
/usr/include/bits/select.h \
|
||||||
/usr/include/bits/select2.h \
|
|
||||||
/usr/include/bits/stdint-intn.h \
|
/usr/include/bits/stdint-intn.h \
|
||||||
/usr/include/bits/stdint-least.h \
|
/usr/include/bits/stdint-least.h \
|
||||||
/usr/include/bits/stdint-uintn.h \
|
/usr/include/bits/stdint-uintn.h \
|
||||||
/usr/include/bits/stdio.h \
|
/usr/include/bits/stdio.h \
|
||||||
/usr/include/bits/stdio2-decl.h \
|
|
||||||
/usr/include/bits/stdio2.h \
|
|
||||||
/usr/include/bits/stdio_lim.h \
|
/usr/include/bits/stdio_lim.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h \
|
/usr/include/bits/stdlib-bsearch.h \
|
||||||
/usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/struct_mutex.h \
|
/usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h \
|
/usr/include/bits/struct_rwlock.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
/usr/include/bits/thread-shared-types.h \
|
||||||
@ -349,17 +324,12 @@ third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/opt.c.o: _deps/arg
|
|||||||
/usr/include/bits/pthread_stack_min.h \
|
/usr/include/bits/pthread_stack_min.h \
|
||||||
/usr/include/bits/pthreadtypes-arch.h \
|
/usr/include/bits/pthreadtypes-arch.h \
|
||||||
/usr/include/bits/pthreadtypes.h \
|
/usr/include/bits/pthreadtypes.h \
|
||||||
/usr/include/bits/select-decl.h \
|
|
||||||
/usr/include/bits/select.h \
|
/usr/include/bits/select.h \
|
||||||
/usr/include/bits/select2.h \
|
|
||||||
/usr/include/bits/stdint-intn.h \
|
/usr/include/bits/stdint-intn.h \
|
||||||
/usr/include/bits/stdint-least.h \
|
/usr/include/bits/stdint-least.h \
|
||||||
/usr/include/bits/stdint-uintn.h \
|
/usr/include/bits/stdint-uintn.h \
|
||||||
/usr/include/bits/stdlib-bsearch.h \
|
/usr/include/bits/stdlib-bsearch.h \
|
||||||
/usr/include/bits/stdlib-float.h \
|
/usr/include/bits/stdlib-float.h \
|
||||||
/usr/include/bits/stdlib.h \
|
|
||||||
/usr/include/bits/string_fortified.h \
|
|
||||||
/usr/include/bits/strings_fortified.h \
|
|
||||||
/usr/include/bits/struct_mutex.h \
|
/usr/include/bits/struct_mutex.h \
|
||||||
/usr/include/bits/struct_rwlock.h \
|
/usr/include/bits/struct_rwlock.h \
|
||||||
/usr/include/bits/thread-shared-types.h \
|
/usr/include/bits/thread-shared-types.h \
|
||||||
@ -502,30 +472,22 @@ _deps/argon2-src/src/encoding.c:
|
|||||||
|
|
||||||
/usr/include/features.h:
|
/usr/include/features.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stddef.h:
|
/usr/include/time.h:
|
||||||
|
|
||||||
/usr/include/features-time64.h:
|
/usr/include/bits/stdlib-bsearch.h:
|
||||||
|
|
||||||
/usr/include/bits/wordsize.h:
|
_deps/argon2-src/src/blake2/blake2-impl.h:
|
||||||
|
|
||||||
|
/usr/include/bits/types/sigset_t.h:
|
||||||
|
|
||||||
|
_deps/argon2-src/src/core.h:
|
||||||
|
|
||||||
/usr/include/bits/types/struct_tm.h:
|
/usr/include/bits/types/struct_tm.h:
|
||||||
|
|
||||||
/usr/include/bits/wchar.h:
|
/usr/include/bits/wchar.h:
|
||||||
|
|
||||||
/usr/include/bits/waitstatus.h:
|
|
||||||
|
|
||||||
/usr/include/bits/types/struct_sched_param.h:
|
|
||||||
|
|
||||||
_deps/argon2-src/src/thread.h:
|
|
||||||
|
|
||||||
/usr/include/bits/waitflags.h:
|
|
||||||
|
|
||||||
/usr/include/bits/stdio2-decl.h:
|
|
||||||
|
|
||||||
/usr/include/bits/stdio.h:
|
/usr/include/bits/stdio.h:
|
||||||
|
|
||||||
/usr/include/bits/select2.h:
|
|
||||||
|
|
||||||
_deps/argon2-src/src/opt.c:
|
_deps/argon2-src/src/opt.c:
|
||||||
|
|
||||||
/usr/include/bits/posix1_lim.h:
|
/usr/include/bits/posix1_lim.h:
|
||||||
@ -536,8 +498,6 @@ _deps/argon2-src/src/opt.c:
|
|||||||
|
|
||||||
/usr/include/bits/pthreadtypes-arch.h:
|
/usr/include/bits/pthreadtypes-arch.h:
|
||||||
|
|
||||||
/usr/include/bits/string_fortified.h:
|
|
||||||
|
|
||||||
/usr/include/bits/pthread_stack_min-dynamic.h:
|
/usr/include/bits/pthread_stack_min-dynamic.h:
|
||||||
|
|
||||||
/usr/include/bits/stdint-least.h:
|
/usr/include/bits/stdint-least.h:
|
||||||
@ -550,8 +510,6 @@ _deps/argon2-src/src/opt.c:
|
|||||||
|
|
||||||
/usr/include/bits/types/clock_t.h:
|
/usr/include/bits/types/clock_t.h:
|
||||||
|
|
||||||
/usr/include/bits/select-decl.h:
|
|
||||||
|
|
||||||
/usr/include/bits/long-double.h:
|
/usr/include/bits/long-double.h:
|
||||||
|
|
||||||
_deps/argon2-src/src/encoding.h:
|
_deps/argon2-src/src/encoding.h:
|
||||||
@ -564,10 +522,16 @@ _deps/argon2-src/src/argon2.c:
|
|||||||
|
|
||||||
/usr/include/bits/time64.h:
|
/usr/include/bits/time64.h:
|
||||||
|
|
||||||
|
/usr/include/bits/struct_mutex.h:
|
||||||
|
|
||||||
/usr/include/bits/select.h:
|
/usr/include/bits/select.h:
|
||||||
|
|
||||||
/usr/include/bits/types/__fpos64_t.h:
|
/usr/include/bits/types/__fpos64_t.h:
|
||||||
|
|
||||||
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stddef.h:
|
||||||
|
|
||||||
|
/usr/include/features-time64.h:
|
||||||
|
|
||||||
_deps/argon2-src/include/argon2.h:
|
_deps/argon2-src/include/argon2.h:
|
||||||
|
|
||||||
/usr/include/bits/types/clockid_t.h:
|
/usr/include/bits/types/clockid_t.h:
|
||||||
@ -576,6 +540,8 @@ _deps/argon2-src/include/argon2.h:
|
|||||||
|
|
||||||
/usr/include/bits/pthreadtypes.h:
|
/usr/include/bits/pthreadtypes.h:
|
||||||
|
|
||||||
|
/usr/include/bits/floatn.h:
|
||||||
|
|
||||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/mmintrin.h:
|
/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/mmintrin.h:
|
||||||
|
|
||||||
/usr/include/bits/pthread_stack_min.h:
|
/usr/include/bits/pthread_stack_min.h:
|
||||||
@ -588,28 +554,16 @@ _deps/argon2-src/include/argon2.h:
|
|||||||
|
|
||||||
/usr/include/bits/types/__sigset_t.h:
|
/usr/include/bits/types/__sigset_t.h:
|
||||||
|
|
||||||
|
/usr/include/bits/types/struct_sched_param.h:
|
||||||
|
|
||||||
|
_deps/argon2-src/src/thread.h:
|
||||||
|
|
||||||
|
/usr/include/bits/waitflags.h:
|
||||||
|
|
||||||
/usr/include/bits/endianness.h:
|
/usr/include/bits/endianness.h:
|
||||||
|
|
||||||
_deps/argon2-src/src/core.h:
|
|
||||||
|
|
||||||
/usr/include/bits/floatn-common.h:
|
/usr/include/bits/floatn-common.h:
|
||||||
|
|
||||||
/usr/include/time.h:
|
|
||||||
|
|
||||||
/usr/include/bits/stdlib-bsearch.h:
|
|
||||||
|
|
||||||
_deps/argon2-src/src/blake2/blake2-impl.h:
|
|
||||||
|
|
||||||
/usr/include/bits/types/sigset_t.h:
|
|
||||||
|
|
||||||
/usr/include/bits/floatn.h:
|
|
||||||
|
|
||||||
/usr/include/bits/stdlib.h:
|
|
||||||
|
|
||||||
/usr/include/bits/strings_fortified.h:
|
|
||||||
|
|
||||||
/usr/include/bits/struct_mutex.h:
|
|
||||||
|
|
||||||
/usr/include/bits/thread-shared-types.h:
|
/usr/include/bits/thread-shared-types.h:
|
||||||
|
|
||||||
/usr/include/bits/types.h:
|
/usr/include/bits/types.h:
|
||||||
@ -628,6 +582,8 @@ _deps/argon2-src/src/blake2/blake2-impl.h:
|
|||||||
|
|
||||||
/usr/include/bits/types/__fpos_t.h:
|
/usr/include/bits/types/__fpos_t.h:
|
||||||
|
|
||||||
|
/usr/include/bits/wordsize.h:
|
||||||
|
|
||||||
/usr/include/sched.h:
|
/usr/include/sched.h:
|
||||||
|
|
||||||
/usr/include/bits/types/__locale_t.h:
|
/usr/include/bits/types/__locale_t.h:
|
||||||
@ -636,22 +592,12 @@ _deps/argon2-src/src/blake2/blake2-impl.h:
|
|||||||
|
|
||||||
/usr/include/bits/types/__mbstate_t.h:
|
/usr/include/bits/types/__mbstate_t.h:
|
||||||
|
|
||||||
/usr/include/bits/sched.h:
|
|
||||||
|
|
||||||
/usr/include/endian.h:
|
|
||||||
|
|
||||||
/usr/include/bits/stdint-uintn.h:
|
|
||||||
|
|
||||||
/usr/include/bits/types/cookie_io_functions_t.h:
|
|
||||||
|
|
||||||
/usr/include/bits/cpu-set.h:
|
/usr/include/bits/cpu-set.h:
|
||||||
|
|
||||||
/usr/include/bits/uintn-identity.h:
|
/usr/include/bits/uintn-identity.h:
|
||||||
|
|
||||||
/usr/include/bits/typesizes.h:
|
/usr/include/bits/typesizes.h:
|
||||||
|
|
||||||
/usr/include/bits/stdio2.h:
|
|
||||||
|
|
||||||
/usr/include/bits/types/locale_t.h:
|
/usr/include/bits/types/locale_t.h:
|
||||||
|
|
||||||
/usr/include/bits/types/struct_FILE.h:
|
/usr/include/bits/types/struct_FILE.h:
|
||||||
@ -669,3 +615,13 @@ _deps/argon2-src/src/blake2/blake2-impl.h:
|
|||||||
/usr/include/stdio.h:
|
/usr/include/stdio.h:
|
||||||
|
|
||||||
/usr/include/bits/types/timer_t.h:
|
/usr/include/bits/types/timer_t.h:
|
||||||
|
|
||||||
|
/usr/include/bits/sched.h:
|
||||||
|
|
||||||
|
/usr/include/bits/stdint-uintn.h:
|
||||||
|
|
||||||
|
/usr/include/bits/types/cookie_io_functions_t.h:
|
||||||
|
|
||||||
|
/usr/include/endian.h:
|
||||||
|
|
||||||
|
/usr/include/bits/waitstatus.h:
|
||||||
|
|||||||
@ -6,5 +6,5 @@ C_DEFINES =
|
|||||||
|
|
||||||
C_INCLUDES = -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src
|
C_INCLUDES = -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/include -I/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/argon2-src/src
|
||||||
|
|
||||||
C_FLAGS = -O3 -DNDEBUG -std=gnu99
|
C_FLAGS = -fsanitize=address -fno-omit-frame-pointer -g -O3 -DNDEBUG -std=gnu99
|
||||||
|
|
||||||
|
|||||||
BIN
build/third_party/libargon2_lib.a
vendored
BIN
build/third_party/libargon2_lib.a
vendored
Binary file not shown.
@ -215,14 +215,45 @@ void ClientConnection::handleMessage(std::unique_ptr<Message> message) {
|
|||||||
case MessageType::SCREEN_SHARE_DATA: {
|
case MessageType::SCREEN_SHARE_DATA: {
|
||||||
auto* data_msg = dynamic_cast<ScreenShareData*>(message.get());
|
auto* data_msg = dynamic_cast<ScreenShareData*>(message.get());
|
||||||
if (screen_share_decoder_) {
|
if (screen_share_decoder_) {
|
||||||
int width = 0, height = 0;
|
int width = 0, height = 0, linesize = 0;
|
||||||
std::cout << "About to call decode..." << std::endl;
|
std::cout << "About to call decode..." << std::endl;
|
||||||
std::vector<uint8_t> rgbData = screen_share_decoder_->decode(data_msg->frameData(), width, height);
|
|
||||||
|
std::vector<uint8_t> rgbData = screen_share_decoder_->decode(data_msg->frameData(), width, height, linesize);
|
||||||
|
|
||||||
std::cout << "Decode returned, rgbData.size()=" << rgbData.size() << std::endl;
|
std::cout << "Decode returned, rgbData.size()=" << rgbData.size() << std::endl;
|
||||||
|
|
||||||
if (!rgbData.empty()) {
|
if (!rgbData.empty()) {
|
||||||
|
std::cout << "About to create shared_ptr with custom deleter..." << std::endl;
|
||||||
|
|
||||||
|
// Track allocation ID
|
||||||
|
static int allocation_id = 0;
|
||||||
|
int current_id = ++allocation_id;
|
||||||
|
|
||||||
|
// Custom deleter to track when/where vector is destroyed
|
||||||
|
auto deleter = [current_id](std::vector<uint8_t>* p) {
|
||||||
|
std::cout << "\n=== DELETER CALLED for allocation #" << current_id << " ===" << std::endl;
|
||||||
|
std::cout << "Vector size: " << p->size() << std::endl;
|
||||||
|
std::cout << "Vector data ptr: " << (void*)p->data() << std::endl;
|
||||||
|
std::cout << "About to delete vector..." << std::endl;
|
||||||
|
delete p;
|
||||||
|
std::cout << "Vector deleted successfully for allocation #" << current_id << std::endl;
|
||||||
|
};
|
||||||
|
|
||||||
|
// Create shared_ptr with custom deleter
|
||||||
|
auto sharedData = std::shared_ptr<std::vector<uint8_t>>(
|
||||||
|
new std::vector<uint8_t>(std::move(rgbData)),
|
||||||
|
deleter
|
||||||
|
);
|
||||||
|
|
||||||
|
std::cout << "shared_ptr created (id=" << current_id << "), data size=" << sharedData->size()
|
||||||
|
<< ", use_count=" << sharedData.use_count() << std::endl;
|
||||||
std::cout << "About to emit signal..." << std::endl;
|
std::cout << "About to emit signal..." << std::endl;
|
||||||
emit screenShareFrameReceived(rgbData, width, height);
|
|
||||||
std::cout << "Signal emitted successfully" << std::endl;
|
emit screenShareFrameReceived(sharedData, width, height, linesize);
|
||||||
|
|
||||||
|
std::cout << "Signal emitted successfully, use_count=" << sharedData.use_count() << std::endl;
|
||||||
|
std::cout << "Exiting handleScreenShareData, use_count=" << sharedData.use_count() << std::endl;
|
||||||
|
// sharedData will go out of scope here, but Qt has its own copy
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
std::cerr << "Received screen share data but decoder not initialized" << std::endl;
|
std::cerr << "Received screen share data but decoder not initialized" << std::endl;
|
||||||
@ -259,15 +290,21 @@ void ClientConnection::sendTextMessage(const std::string& content) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClientConnection::sendData(const std::vector<uint8_t>& data) {
|
void ClientConnection::sendData(std::vector<uint8_t> data) {
|
||||||
if (!connected_) return;
|
if (!connected_) return;
|
||||||
|
|
||||||
|
// CRITICAL: Create shared_ptr to keep data alive during async SSL write
|
||||||
|
// The buffer passed to async_write must remain valid until the write completes
|
||||||
|
auto sharedData = std::make_shared<std::vector<uint8_t>>(std::move(data));
|
||||||
|
|
||||||
boost::asio::async_write(*socket_,
|
boost::asio::async_write(*socket_,
|
||||||
boost::asio::buffer(data),
|
boost::asio::buffer(*sharedData),
|
||||||
[](const boost::system::error_code& error, std::size_t bytes) {
|
[sharedData](const boost::system::error_code& error, std::size_t bytes) {
|
||||||
|
// sharedData captured by value keeps the buffer alive
|
||||||
if (error) {
|
if (error) {
|
||||||
std::cerr << "Send error: " << error.message() << std::endl;
|
std::cerr << "Send error: " << error.message() << std::endl;
|
||||||
}
|
}
|
||||||
|
// sharedData automatically destroyed when lambda completes
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -10,6 +10,8 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
#include <cstdint>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace scar {
|
namespace scar {
|
||||||
|
|
||||||
@ -29,7 +31,7 @@ public:
|
|||||||
|
|
||||||
// Send messages
|
// Send messages
|
||||||
void sendTextMessage(const std::string& content);
|
void sendTextMessage(const std::string& content);
|
||||||
void sendData(const std::vector<uint8_t>& data);
|
void sendData(std::vector<uint8_t> data); // Pass by value to own the data
|
||||||
|
|
||||||
// Check connection status
|
// Check connection status
|
||||||
bool isConnected() const { return connected_; }
|
bool isConnected() const { return connected_; }
|
||||||
@ -41,7 +43,7 @@ signals:
|
|||||||
void loginFailed(const QString& error);
|
void loginFailed(const QString& error);
|
||||||
void messageReceived(const QString& sender, const QString& content);
|
void messageReceived(const QString& sender, const QString& content);
|
||||||
void connectionError(const QString& error);
|
void connectionError(const QString& error);
|
||||||
void screenShareFrameReceived(std::vector<uint8_t> rgbData, int width, int height);
|
void screenShareFrameReceived(std::shared_ptr<std::vector<uint8_t>> rgbData, int width, int height, int linesize);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void doConnect(const std::string& host, uint16_t port);
|
void doConnect(const std::string& host, uint16_t port);
|
||||||
|
|||||||
@ -1,9 +1,18 @@
|
|||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
#include <vector>
|
||||||
|
#include <memory>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
|
// Register types for Qt's meta-object system (needed for queued signals)
|
||||||
|
Q_DECLARE_METATYPE(std::shared_ptr<std::vector<uint8_t>>)
|
||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
|
|
||||||
|
// Register custom types for use in queued signal/slot connections
|
||||||
|
qRegisterMetaType<std::shared_ptr<std::vector<uint8_t>>>("std::shared_ptr<std::vector<uint8_t>>");
|
||||||
|
|
||||||
app.setApplicationName("SCAR Chat");
|
app.setApplicationName("SCAR Chat");
|
||||||
app.setOrganizationName("SCAR");
|
app.setOrganizationName("SCAR");
|
||||||
app.setApplicationVersion("1.0.0");
|
app.setApplicationVersion("1.0.0");
|
||||||
|
|||||||
@ -20,6 +20,14 @@
|
|||||||
#include <spa/pod/builder.h>
|
#include <spa/pod/builder.h>
|
||||||
#include <spa/buffer/buffer.h>
|
#include <spa/buffer/buffer.h>
|
||||||
#include <QImage>
|
#include <QImage>
|
||||||
|
|
||||||
|
// SPA video format constants (from spa/param/video/format.h)
|
||||||
|
#ifndef SPA_VIDEO_FORMAT_BGRx
|
||||||
|
#define SPA_VIDEO_FORMAT_BGRx 90
|
||||||
|
#endif
|
||||||
|
#ifndef SPA_VIDEO_FORMAT_RGB
|
||||||
|
#define SPA_VIDEO_FORMAT_RGB 88
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace scar {
|
namespace scar {
|
||||||
@ -31,6 +39,7 @@ ScreenCapture::ScreenCapture()
|
|||||||
pw_context_(nullptr),
|
pw_context_(nullptr),
|
||||||
frame_width_(0),
|
frame_width_(0),
|
||||||
frame_height_(0),
|
frame_height_(0),
|
||||||
|
frame_format_(0),
|
||||||
portal_session_ready_(false),
|
portal_session_ready_(false),
|
||||||
portal_sources_selected_(false),
|
portal_sources_selected_(false),
|
||||||
portal_started_(false),
|
portal_started_(false),
|
||||||
@ -889,21 +898,23 @@ void ScreenCapture::onStreamParamChanged(void* userdata, uint32_t id, const stru
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update our stored dimensions
|
// Update our stored dimensions and format (let PipeWire handle dimensions)
|
||||||
self->frame_width_ = video_info.size.width;
|
self->frame_width_ = video_info.size.width;
|
||||||
self->frame_height_ = video_info.size.height;
|
self->frame_height_ = video_info.size.height;
|
||||||
|
self->frame_format_ = video_info.format;
|
||||||
|
|
||||||
std::cout << "Stream format changed:" << std::endl;
|
std::cout << "Stream format changed:" << std::endl;
|
||||||
std::cout << " Resolution: " << self->frame_width_ << "x" << self->frame_height_ << std::endl;
|
std::cout << " Resolution: " << self->frame_width_ << "x" << self->frame_height_ << std::endl;
|
||||||
std::cout << " Format: " << video_info.format << std::endl;
|
std::cout << " Format: " << video_info.format << " (BGR0=" << SPA_VIDEO_FORMAT_BGRx << ", RGB=" << SPA_VIDEO_FORMAT_RGB << ")" << std::endl;
|
||||||
std::cout << " Framerate: " << video_info.framerate.num << "/" << video_info.framerate.denom << std::endl;
|
std::cout << " Framerate: " << video_info.framerate.num << "/" << video_info.framerate.denom << std::endl;
|
||||||
|
|
||||||
// Initialize video encoder now that we know the resolution
|
// Initialize video encoder with PipeWire's dimensions and format
|
||||||
int fps = (video_info.framerate.denom > 0) ? (video_info.framerate.num / video_info.framerate.denom) : 30;
|
int fps = (video_info.framerate.denom > 0) ? (video_info.framerate.num / video_info.framerate.denom) : 30;
|
||||||
if (fps <= 0) fps = 30;
|
if (fps <= 0) fps = 30;
|
||||||
|
|
||||||
self->encoder_ = std::make_unique<VideoEncoder>();
|
self->encoder_ = std::make_unique<VideoEncoder>();
|
||||||
if (!self->encoder_->initialize(self->frame_width_, self->frame_height_, fps)) {
|
// Pass the actual format from PipeWire instead of assuming BGR0
|
||||||
|
if (!self->encoder_->initialize(self->frame_width_, self->frame_height_, fps, 4000000, self->frame_format_)) {
|
||||||
std::cerr << "Failed to initialize video encoder" << std::endl;
|
std::cerr << "Failed to initialize video encoder" << std::endl;
|
||||||
self->encoder_.reset();
|
self->encoder_.reset();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -108,6 +108,7 @@ private:
|
|||||||
|
|
||||||
int frame_width_;
|
int frame_width_;
|
||||||
int frame_height_;
|
int frame_height_;
|
||||||
|
uint32_t frame_format_; // SPA video format from PipeWire
|
||||||
|
|
||||||
// Video encoder
|
// Video encoder
|
||||||
std::unique_ptr<VideoEncoder> encoder_;
|
std::unique_ptr<VideoEncoder> encoder_;
|
||||||
|
|||||||
@ -62,7 +62,8 @@ bool VideoDecoder::initialize() {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<uint8_t> VideoDecoder::decode(const std::vector<uint8_t>& encoded_data, int& out_width, int& out_height) {
|
std::vector<uint8_t> VideoDecoder::decode(const std::vector<uint8_t>& encoded_data,
|
||||||
|
int& out_width, int& out_height, int& out_linesize) {
|
||||||
std::lock_guard<std::mutex> lock(decode_mutex_);
|
std::lock_guard<std::mutex> lock(decode_mutex_);
|
||||||
|
|
||||||
if (!initialized_) {
|
if (!initialized_) {
|
||||||
@ -146,34 +147,37 @@ std::vector<uint8_t> VideoDecoder::decode(const std::vector<uint8_t>& encoded_da
|
|||||||
std::cout << "Decoder dimensions: " << width_ << "x" << height_ << std::endl;
|
std::cout << "Decoder dimensions: " << width_ << "x" << height_ << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calculate aligned linesize for RGB24 (4-byte alignment)
|
// CRITICAL: Use FFmpeg's default alignment (32 bytes) for proper SIMD operations
|
||||||
int linesize = width_ * 3;
|
// Alignment=1 was causing heap corruption because sws_scale expects aligned buffers
|
||||||
linesize = (linesize + 3) & ~3;
|
int buffer_size = av_image_get_buffer_size(AV_PIX_FMT_RGB24, width_, height_, 32);
|
||||||
|
|
||||||
// Use av_image_get_buffer_size to get the exact size FFmpeg expects
|
|
||||||
int buffer_size = av_image_get_buffer_size(AV_PIX_FMT_RGB24, width_, height_, 1);
|
|
||||||
if (buffer_size < 0) {
|
if (buffer_size < 0) {
|
||||||
std::cerr << "Failed to get buffer size" << std::endl;
|
std::cerr << "Failed to get buffer size" << std::endl;
|
||||||
av_frame_unref(frame_);
|
av_frame_unref(frame_);
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cout << "FFmpeg buffer size: " << buffer_size << " vs our calculation: " << (linesize * height_) << std::endl;
|
std::cout << "Allocating aligned buffer: " << buffer_size << " bytes" << std::endl;
|
||||||
|
|
||||||
// Allocate using FFmpeg's calculated size
|
// Allocate buffer with extra space for alignment
|
||||||
std::vector<uint8_t> rgb_buffer(buffer_size);
|
std::vector<uint8_t> rgb_buffer(buffer_size);
|
||||||
|
|
||||||
std::cout << "Allocated buffer: " << buffer_size << " bytes (linesize=" << linesize
|
// Use av_image_fill_arrays with same alignment as buffer allocation
|
||||||
<< ", width=" << width_ << ", height=" << height_ << ")" << std::endl;
|
|
||||||
|
|
||||||
// Use av_image_fill_arrays to properly set up the buffer pointers
|
|
||||||
uint8_t* dest[4] = {nullptr};
|
uint8_t* dest[4] = {nullptr};
|
||||||
int dest_linesize[4] = {0};
|
int dest_linesize[4] = {0};
|
||||||
|
|
||||||
av_image_fill_arrays(dest, dest_linesize, rgb_buffer.data(),
|
int fill_ret = av_image_fill_arrays(dest, dest_linesize, rgb_buffer.data(),
|
||||||
AV_PIX_FMT_RGB24, width_, height_, 1);
|
AV_PIX_FMT_RGB24, width_, height_, 32);
|
||||||
|
|
||||||
std::cout << "av_image_fill_arrays: linesize[0]=" << dest_linesize[0] << std::endl;
|
if (fill_ret < 0 || fill_ret > buffer_size) {
|
||||||
|
std::cerr << "av_image_fill_arrays failed or returned size > buffer_size: "
|
||||||
|
<< fill_ret << " vs " << buffer_size << std::endl;
|
||||||
|
av_frame_unref(frame_);
|
||||||
|
return {};
|
||||||
|
}
|
||||||
|
|
||||||
|
std::cout << "Allocated buffer: " << buffer_size << " bytes, "
|
||||||
|
<< "linesize[0]=" << dest_linesize[0]
|
||||||
|
<< ", width=" << width_ << ", height=" << height_ << std::endl;
|
||||||
|
|
||||||
std::cout << "Calling sws_scale..." << std::endl;
|
std::cout << "Calling sws_scale..." << std::endl;
|
||||||
int converted_height = sws_scale(
|
int converted_height = sws_scale(
|
||||||
@ -189,17 +193,28 @@ std::vector<uint8_t> VideoDecoder::decode(const std::vector<uint8_t>& encoded_da
|
|||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Verify sws_scale didn't write beyond our buffer
|
||||||
|
size_t bytes_written = dest_linesize[0] * converted_height;
|
||||||
|
if (bytes_written > rgb_buffer.size()) {
|
||||||
|
std::cerr << "BUFFER OVERFLOW: sws_scale wrote " << bytes_written
|
||||||
|
<< " bytes but buffer is only " << rgb_buffer.size() << " bytes!" << std::endl;
|
||||||
|
av_frame_unref(frame_);
|
||||||
|
return {};
|
||||||
|
}
|
||||||
|
|
||||||
// Clean up frame
|
// Clean up frame
|
||||||
av_frame_unref(frame_);
|
av_frame_unref(frame_);
|
||||||
|
|
||||||
// Set output dimensions
|
// Set output dimensions
|
||||||
out_width = width_;
|
out_width = width_;
|
||||||
out_height = height_;
|
out_height = height_;
|
||||||
|
out_linesize = dest_linesize[0]; // Use FFmpeg's actual linesize
|
||||||
|
|
||||||
std::cout << "About to return buffer, size=" << rgb_buffer.size() << std::endl;
|
std::cout << "About to return buffer, size=" << rgb_buffer.size()
|
||||||
|
<< ", linesize=" << out_linesize << std::endl;
|
||||||
|
|
||||||
// Use move semantics explicitly to avoid any copy
|
// Return by value - compiler will use RVO (Return Value Optimization)
|
||||||
return std::move(rgb_buffer);
|
return rgb_buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
void VideoDecoder::cleanup() {
|
void VideoDecoder::cleanup() {
|
||||||
|
|||||||
@ -25,7 +25,9 @@ public:
|
|||||||
|
|
||||||
// Decode H.264 packet and return RGB24 data
|
// Decode H.264 packet and return RGB24 data
|
||||||
// Returns empty vector if no frame ready yet
|
// Returns empty vector if no frame ready yet
|
||||||
std::vector<uint8_t> decode(const std::vector<uint8_t>& encoded_data, int& out_width, int& out_height);
|
// out_linesize is the actual stride/linesize of each row in bytes
|
||||||
|
std::vector<uint8_t> decode(const std::vector<uint8_t>& encoded_data,
|
||||||
|
int& out_width, int& out_height, int& out_linesize);
|
||||||
|
|
||||||
// Cleanup
|
// Cleanup
|
||||||
void cleanup();
|
void cleanup();
|
||||||
|
|||||||
@ -19,7 +19,7 @@ VideoEncoder::~VideoEncoder() {
|
|||||||
cleanup();
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool VideoEncoder::initialize(int width, int height, int fps, int bitrate) {
|
bool VideoEncoder::initialize(int width, int height, int fps, int bitrate, uint32_t spa_format) {
|
||||||
cleanup(); // Clean up any previous state
|
cleanup(); // Clean up any previous state
|
||||||
|
|
||||||
width_ = width;
|
width_ = width;
|
||||||
@ -95,9 +95,31 @@ bool VideoEncoder::initialize(int width, int height, int fps, int bitrate) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Initialize swscale context for BGR0 -> YUV420P conversion
|
// Determine source pixel format based on SPA format from PipeWire
|
||||||
|
// Common PipeWire formats: BGRx (90), RGBx (88), BGRA (89), RGBA (87)
|
||||||
|
AVPixelFormat src_format = AV_PIX_FMT_BGR0; // Default
|
||||||
|
int bytes_per_pixel = 4;
|
||||||
|
|
||||||
|
if (spa_format != 0) {
|
||||||
|
// Map SPA format to FFmpeg format
|
||||||
|
// See <spa/param/video/format.h> for SPA_VIDEO_FORMAT values
|
||||||
|
switch (spa_format) {
|
||||||
|
case 90: src_format = AV_PIX_FMT_BGR0; bytes_per_pixel = 4; break; // BGRx
|
||||||
|
case 88: src_format = AV_PIX_FMT_RGB0; bytes_per_pixel = 4; break; // RGBx
|
||||||
|
case 89: src_format = AV_PIX_FMT_BGRA; bytes_per_pixel = 4; break; // BGRA
|
||||||
|
case 87: src_format = AV_PIX_FMT_RGBA; bytes_per_pixel = 4; break; // RGBA
|
||||||
|
default:
|
||||||
|
std::cout << "Unknown SPA format " << spa_format << ", defaulting to BGR0" << std::endl;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
std::cout << "Encoder using source format: " << av_get_pix_fmt_name(src_format)
|
||||||
|
<< " (" << bytes_per_pixel << " bytes/pixel)" << std::endl;
|
||||||
|
|
||||||
|
// Initialize swscale context for format -> YUV420P conversion
|
||||||
sws_ctx_ = sws_getContext(
|
sws_ctx_ = sws_getContext(
|
||||||
width_, height_, AV_PIX_FMT_BGR0,
|
width_, height_, src_format,
|
||||||
width_, height_, AV_PIX_FMT_YUV420P,
|
width_, height_, AV_PIX_FMT_YUV420P,
|
||||||
SWS_FAST_BILINEAR, nullptr, nullptr, nullptr
|
SWS_FAST_BILINEAR, nullptr, nullptr, nullptr
|
||||||
);
|
);
|
||||||
|
|||||||
@ -19,8 +19,10 @@ public:
|
|||||||
VideoEncoder();
|
VideoEncoder();
|
||||||
~VideoEncoder();
|
~VideoEncoder();
|
||||||
|
|
||||||
// Initialize encoder with given parameters
|
// Initialize encoder
|
||||||
bool initialize(int width, int height, int fps = 30, int bitrate = 2000000);
|
// bitrate in bits per second (default 2Mbps)
|
||||||
|
// spa_format: SPA video format from PipeWire (0 = auto-detect as BGR0)
|
||||||
|
bool initialize(int width, int height, int fps, int bitrate = 2000000, uint32_t spa_format = 0);
|
||||||
|
|
||||||
// Encode a raw frame (BGR0 format from PipeWire)
|
// Encode a raw frame (BGR0 format from PipeWire)
|
||||||
// Returns encoded packet data, empty if error or no packet yet
|
// Returns encoded packet data, empty if error or no packet yet
|
||||||
|
|||||||
@ -14,7 +14,8 @@ VideoGridWidget::VideoGridWidget(QWidget* parent)
|
|||||||
: QWidget(parent),
|
: QWidget(parent),
|
||||||
isScreenSharing_(false),
|
isScreenSharing_(false),
|
||||||
screenShareStartSent_(false),
|
screenShareStartSent_(false),
|
||||||
connection_(nullptr) {
|
connection_(nullptr),
|
||||||
|
processingFrame_(false) {
|
||||||
|
|
||||||
gridLayout_ = new QGridLayout(this);
|
gridLayout_ = new QGridLayout(this);
|
||||||
gridLayout_->setSpacing(5);
|
gridLayout_->setSpacing(5);
|
||||||
@ -253,39 +254,61 @@ void VideoGridWidget::onScreenShareClicked() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void VideoGridWidget::onScreenShareFrameReceived(std::vector<uint8_t> rgbData, int width, int height) {
|
void VideoGridWidget::onScreenShareFrameReceived(std::shared_ptr<std::vector<uint8_t>> rgbData, int width, int height, int linesize) {
|
||||||
std::cout << "=== onScreenShareFrameReceived START: size=" << rgbData.size()
|
|
||||||
<< ", " << width << "x" << height << " ===" << std::endl;
|
|
||||||
|
|
||||||
if (rgbData.empty()) {
|
|
||||||
std::cout << "Empty rgbData, returning" << std::endl;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int frame_count = 0;
|
static int frame_count = 0;
|
||||||
if (++frame_count % 30 == 0) {
|
static int dropped_frames = 0;
|
||||||
std::cout << "Received screen share frame " << frame_count
|
++frame_count;
|
||||||
<< " (" << width << "x" << height << ", " << rgbData.size() << " bytes)" << std::endl;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Calculate linesize (must match decoder's alignment)
|
// Drop frame if we're still processing the previous one
|
||||||
int linesize = width * 3;
|
bool expected = false;
|
||||||
linesize = (linesize + 3) & ~3;
|
if (!processingFrame_.compare_exchange_strong(expected, true)) {
|
||||||
|
++dropped_frames;
|
||||||
// Create QImage and copy data directly (avoid non-owning constructor)
|
if (dropped_frames % 10 == 1) {
|
||||||
QImage frameCopy(width, height, QImage::Format_RGB888);
|
std::cout << "Dropped frame " << frame_count << " (total dropped: " << dropped_frames
|
||||||
if (frameCopy.isNull()) {
|
<< ") - still processing previous frame" << std::endl;
|
||||||
std::cerr << "Failed to create QImage" << std::endl;
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Manually copy each scanline to handle potential linesize differences
|
// RAII guard to ensure we always clear the processing flag
|
||||||
for (int y = 0; y < height; ++y) {
|
struct FrameGuard {
|
||||||
const uint8_t* src_line = rgbData.data() + (y * linesize);
|
std::atomic<bool>& flag;
|
||||||
uint8_t* dst_line = frameCopy.scanLine(y);
|
~FrameGuard() { flag = false; }
|
||||||
memcpy(dst_line, src_line, width * 3);
|
} guard{processingFrame_};
|
||||||
|
|
||||||
|
std::cout << "=== onScreenShareFrameReceived START frame #" << frame_count
|
||||||
|
<< ": size=" << rgbData->size()
|
||||||
|
<< ", " << width << "x" << height << ", linesize=" << linesize << " ===" << std::endl;
|
||||||
|
|
||||||
|
if (rgbData->empty()) {
|
||||||
|
std::cerr << "Empty rgbData, returning" << std::endl;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Validate buffer size BEFORE doing anything
|
||||||
|
size_t expected_size = static_cast<size_t>(linesize) * height;
|
||||||
|
if (rgbData->size() < expected_size) {
|
||||||
|
std::cerr << "Buffer too small: " << rgbData->size() << " < " << expected_size << std::endl;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::cout << "Creating QImage wrapper (no allocation) for frame " << frame_count << std::endl;
|
||||||
|
|
||||||
|
// CRITICAL: Use QImage constructor that wraps external buffer (NO COPY)
|
||||||
|
// QImage does NOT take ownership - it just references our data
|
||||||
|
// We need to ensure rgbData stays alive until QPixmap copies it
|
||||||
|
QImage tempImage(rgbData->data(), width, height, linesize, QImage::Format_RGB888);
|
||||||
|
|
||||||
|
if (tempImage.isNull()) {
|
||||||
|
std::cerr << "Failed to create QImage wrapper" << std::endl;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// No manual copy needed - tempImage wraps rgbData directly (zero-copy)
|
||||||
|
// QImage will use our linesize, no mismatch issues
|
||||||
|
std::cout << "QImage wrapper verified, buffer size=" << rgbData->size()
|
||||||
|
<< ", linesize=" << linesize << std::endl;
|
||||||
|
|
||||||
// Create a stream if this is the first frame from a remote screen share
|
// Create a stream if this is the first frame from a remote screen share
|
||||||
// Use a special stream ID for remote screen shares
|
// Use a special stream ID for remote screen shares
|
||||||
const QString remoteStreamId = "remote_screen_share";
|
const QString remoteStreamId = "remote_screen_share";
|
||||||
@ -295,20 +318,58 @@ void VideoGridWidget::onScreenShareFrameReceived(std::vector<uint8_t> rgbData, i
|
|||||||
[&remoteStreamId](const VideoStream& s) { return s.streamId == remoteStreamId; });
|
[&remoteStreamId](const VideoStream& s) { return s.streamId == remoteStreamId; });
|
||||||
|
|
||||||
if (it == streams_.end()) {
|
if (it == streams_.end()) {
|
||||||
|
std::cout << "Creating new stream for remote screen share..." << std::endl;
|
||||||
// Create new stream for remote screen share
|
// Create new stream for remote screen share
|
||||||
addStream(remoteStreamId, "Screen Share");
|
addStream(remoteStreamId, "Screen Share");
|
||||||
|
std::cout << "Stream created, finding it..." << std::endl;
|
||||||
it = std::find_if(streams_.begin(), streams_.end(),
|
it = std::find_if(streams_.begin(), streams_.end(),
|
||||||
[&remoteStreamId](const VideoStream& s) { return s.streamId == remoteStreamId; });
|
[&remoteStreamId](const VideoStream& s) { return s.streamId == remoteStreamId; });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::cout << "About to convert QImage to QPixmap..." << std::endl;
|
||||||
|
|
||||||
if (it != streams_.end() && it->videoLabel) {
|
if (it != streams_.end() && it->videoLabel) {
|
||||||
// Convert QImage to QPixmap and scale to fit the label
|
std::cout << "Converting to QPixmap (this will make a deep copy)..." << std::endl;
|
||||||
QPixmap pixmap = QPixmap::fromImage(frameCopy);
|
// QPixmap::fromImage makes its own deep copy - after this, rgbData can be released
|
||||||
|
QPixmap pixmap = QPixmap::fromImage(tempImage);
|
||||||
|
|
||||||
|
std::cout << "QPixmap created, use_count=" << rgbData.use_count() << std::endl;
|
||||||
|
|
||||||
|
// CRITICAL: Explicitly destroy tempImage BEFORE rgbData goes out of scope
|
||||||
|
// to prevent QImage from holding dangling pointer during destruction
|
||||||
|
tempImage = QImage(); // Assign empty QImage to release reference
|
||||||
|
|
||||||
|
std::cout << "tempImage cleared, use_count=" << rgbData.use_count() << std::endl;
|
||||||
|
|
||||||
|
if (pixmap.isNull()) {
|
||||||
|
std::cerr << "Failed to create QPixmap from QImage" << std::endl;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::cout << "QPixmap valid, about to scale..." << std::endl;
|
||||||
|
|
||||||
|
// Scale to fit the label - this creates another copy
|
||||||
QPixmap scaled = pixmap.scaled(it->videoLabel->size(),
|
QPixmap scaled = pixmap.scaled(it->videoLabel->size(),
|
||||||
Qt::KeepAspectRatio,
|
Qt::KeepAspectRatio,
|
||||||
Qt::SmoothTransformation);
|
Qt::SmoothTransformation);
|
||||||
|
|
||||||
|
std::cout << "Scaled pixmap created, about to set on label..." << std::endl;
|
||||||
|
|
||||||
|
// Set the pixmap - QLabel makes its own copy internally
|
||||||
it->videoLabel->setPixmap(scaled);
|
it->videoLabel->setPixmap(scaled);
|
||||||
|
|
||||||
|
std::cout << "Pixmap set on label" << std::endl;
|
||||||
|
|
||||||
|
if (frame_count == 1 || frame_count % 30 == 0) {
|
||||||
|
std::cout << "Frame " << frame_count << " displayed successfully" << std::endl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::cout << "Function complete, rgbData going out of scope, use_count="
|
||||||
|
<< rgbData.use_count() << std::endl;
|
||||||
|
|
||||||
|
// rgbData will be destroyed when all references are gone
|
||||||
|
// tempImage was explicitly cleared above
|
||||||
}
|
}
|
||||||
|
|
||||||
void VideoGridWidget::resizeEvent(QResizeEvent* event) {
|
void VideoGridWidget::resizeEvent(QResizeEvent* event) {
|
||||||
|
|||||||
@ -6,6 +6,8 @@
|
|||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <cstdint>
|
||||||
|
#include <atomic>
|
||||||
|
|
||||||
namespace scar {
|
namespace scar {
|
||||||
|
|
||||||
@ -34,7 +36,7 @@ public:
|
|||||||
int streamCount() const { return streams_.size(); }
|
int streamCount() const { return streams_.size(); }
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void onScreenShareFrameReceived(std::vector<uint8_t> rgbData, int width, int height);
|
void onScreenShareFrameReceived(std::shared_ptr<std::vector<uint8_t>> rgbData, int width, int height, int linesize);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void screenShareRequested();
|
void screenShareRequested();
|
||||||
@ -56,6 +58,7 @@ private:
|
|||||||
ClientConnection* connection_;
|
ClientConnection* connection_;
|
||||||
bool isScreenSharing_;
|
bool isScreenSharing_;
|
||||||
bool screenShareStartSent_;
|
bool screenShareStartSent_;
|
||||||
|
std::atomic<bool> processingFrame_;
|
||||||
|
|
||||||
static constexpr int MAX_STREAMS = 256;
|
static constexpr int MAX_STREAMS = 256;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user