|
9dd5f200f4
|
list: rework lookup methods to use C++ templates
|
2024-02-28 02:36:38 +01:00 |
|
|
8c7bde39c8
|
exceptions: show location of configuration error
|
2024-02-28 02:36:38 +01:00 |
|
|
c855ac37c3
|
utils: fix implementation of SWAP() for complex objects
|
2024-02-28 02:36:38 +01:00 |
|
|
ed53a89877
|
buffer: keep original behaviour
|
2024-02-28 02:36:38 +01:00 |
|
|
7e8f86a808
|
fix code-style
|
2024-02-28 02:36:38 +01:00 |
|
|
f38fccc20a
|
buffer: allow JSON indention
|
2024-02-28 02:36:38 +01:00 |
|
|
cd9ab7625e
|
log: change default logging level back to 'info'
|
2024-02-28 02:36:38 +01:00 |
|
|
06c0bd8870
|
add more nullptr checks after memory allocations
|
2024-02-28 02:36:38 +01:00 |
|
|
34b7ae66db
|
log: add preproc #if/#else to handle ABI incompatabilities in spdlog
|
2024-02-28 02:36:38 +01:00 |
|
|
49354e45af
|
docker: use Fedora versions of fmtlib and spdlog
|
2024-02-28 02:36:38 +01:00 |
|
|
0c0ee33dde
|
fix includes and spdlog API
|
2024-02-28 02:36:38 +01:00 |
|
|
6ff09880c7
|
list: do not check state during intialization
|
2024-02-28 02:36:38 +01:00 |
|
|
dba74c9ec9
|
vfio: fix compilation for ARM targets
|
2024-02-28 02:36:38 +01:00 |
|
|
a3d19f1353
|
refactor: more code-style improvements
|
2024-02-28 02:36:38 +01:00 |
|
|
c80be0544b
|
refactor: whitespaces for references
|
2024-02-28 02:36:38 +01:00 |
|
|
138dabb899
|
vfio: move to new namespace
|
2024-02-28 02:36:38 +01:00 |
|
|
14013ac3e4
|
pci: port to C++
|
2024-02-28 02:36:38 +01:00 |
|
|
ca6cfab1d0
|
fix unit-test
|
2024-02-28 02:36:38 +01:00 |
|
|
fb33a856b5
|
graph: make dump() use const CV
|
2024-02-28 02:36:38 +01:00 |
|
|
9a1908bdc1
|
codestyle cleanups
|
2024-02-28 02:36:38 +01:00 |
|
|
2629bb065f
|
log: increase log-level for static loggers
|
2024-02-28 02:36:38 +01:00 |
|
|
83537af36f
|
graph: fix typo
|
2024-02-28 02:36:38 +01:00 |
|
|
ccc0b58839
|
memory: rename default address spaces
|
2024-02-28 02:36:38 +01:00 |
|
|
a24efde5fb
|
harmonize codestyle
|
2024-02-28 02:36:38 +01:00 |
|
|
89fe9545e0
|
vfio: fix mapping and remove legacy code
|
2024-02-28 02:36:38 +01:00 |
|
|
d6ee0bc574
|
plugin: do not store plugin name/desc in member variables
|
2024-02-28 02:36:38 +01:00 |
|
|
e2ed94d321
|
plugin: add Registry::dumpList()
|
2024-02-28 02:36:38 +01:00 |
|
|
5b3131d352
|
memory: add getter for memory graph
|
2024-02-28 02:36:38 +01:00 |
|
|
f558d7caac
|
fix CI
|
2024-02-28 02:36:38 +01:00 |
|
|
643c607fa0
|
ci: update Dockerfile
|
2024-02-28 02:36:38 +01:00 |
|
|
c2cf26f0d3
|
ci: use docker-in-docker for building Docker images
|
2024-02-28 02:36:38 +01:00 |
|
|
8fe3e1997e
|
handle failed memory allocations
|
2024-02-28 02:36:38 +01:00 |
|
|
e90431aa98
|
more refactoring to C++
|
2024-02-28 02:36:38 +01:00 |
|
|
fd3e387cc8
|
refactor malloc()/free() by new/delete
|
2024-02-28 02:36:38 +01:00 |
|
|
4d91b8a547
|
refactor malloc()/free() by new/delete
|
2024-02-28 02:36:38 +01:00 |
|
|
281f124c1a
|
tools: allow catching of more signal types
|
2024-02-28 02:36:38 +01:00 |
|
|
89e769cc53
|
utils: allow catching more signal types
|
2024-02-28 02:36:38 +01:00 |
|
|
6779eaf02a
|
update copyright year to 2020
|
2024-02-28 02:36:38 +01:00 |
|
|
71a9855053
|
fix return code of kernel_set_nr_hugepages()
|
2024-02-28 02:36:38 +01:00 |
|
|
1567e9107c
|
fix location of FEIN pacakge repo
|
2024-02-28 02:36:38 +01:00 |
|
|
035d8e585e
|
align C++ version with VILLASnode code
|
2024-02-28 02:36:38 +01:00 |
|
Sonja Happ
|
f9a331a935
|
only build unit tests of common if project is toplevel project
|
2024-02-28 02:36:38 +01:00 |
|
Sonja Happ
|
5f9009da13
|
set initial values of hist class members in constructor; add a TODO case in put() function in for warmup==0
|
2024-02-28 02:36:38 +01:00 |
|
Sonja Happ
|
09ea196f1e
|
add non-zero bucket and warmup parameters for histogram test
|
2024-02-28 02:36:38 +01:00 |
|
Sonja Happ
|
3bb28b11ae
|
use Fedora 29 instead of 28, add missing spdlog package
|
2024-02-28 02:36:38 +01:00 |
|
|
269cfa9ea7
|
cmake: update required versions
|
2024-02-28 02:36:38 +01:00 |
|
|
f24c9ead04
|
fix Log::getLevelName()
|
2024-02-28 02:36:38 +01:00 |
|
|
6430839645
|
cmake: add missing fmt include
|
2024-02-28 02:36:38 +01:00 |
|
|
1f85a811fc
|
remove spdlog submodule and use system version instead
|
2024-02-28 02:36:38 +01:00 |
|
|
4b54fec2ab
|
fixes for armhf and aarch64 compatability
|
2024-02-28 02:36:38 +01:00 |
|