Skip to content

Instantly share code, notes, and snippets.

@damnms
damnms / gist:7218d584026cb83a34ceeb3d88317a8d
Created February 17, 2024 16:34
CMakeLists.txt for CLion etc. for unrar
cmake_minimum_required(VERSION 3.28)
project(unrar)
set(CMAKE_CXX_STANDARD 11)
set(SOURCES
consio.cpp
rar.cpp
strlist.cpp
strfn.cpp
This file has been truncated, but you can view the full file.
root@localhost-live:/home/oli# dmesg -w --buffer-size 1600000
[ 440.947372] xhci_hcd 0000:13:00.0: xhci_get_isoc_frame_id: index 0, reg 0x1438 start_frame_id 0x288, end_frame_id 0x606, start_frame 0x293
[ 440.948372] xhci_hcd 0000:13:00.0: xhci_get_isoc_frame_id: index 0, reg 0x1440 start_frame_id 0x289, end_frame_id 0x607, start_frame 0x294
[ 440.949372] xhci_hcd 0000:13:00.0: xhci_get_isoc_frame_id: index 0, reg 0x1448 start_frame_id 0x28a, end_frame_id 0x608, start_frame 0x295
[ 440.950372] xhci_hcd 0000:13:00.0: xhci_get_isoc_frame_id: index 0, reg 0x1450 start_frame_id 0x28b, end_frame_id 0x609, start_frame 0x296
[ 440.951372] xhci_hcd 0000:13:00.0: xhci_get_isoc_frame_id: index 0, reg 0x1458 start_frame_id 0x28c, end_frame_id 0x60a, start_frame 0x297
[ 440.952364] xhci_hcd 0000:13:00.0: xhci_get_isoc_frame_id: index 0, reg 0x1460 start_frame_id 0x28d, end_frame_id 0x60b, start_frame 0x298
[ 440.953372] xhci_hcd 0000:13:00.0: xhci_get_isoc_frame_id: index 0, reg 0x1468 start_frame_id 0x28e, end_fr