|
30576ba7ad
|
refactoring: move config to villas/node/config.h
|
2018-11-30 21:00:53 +01:00 |
|
|
23abfcd7e6
|
tests: ported unit tests to C++
|
2018-11-30 20:58:15 +01:00 |
|
|
708ea877f1
|
moved code to new VILLAScommon repo
|
2018-11-30 20:58:15 +01:00 |
|
|
b4e467d634
|
do not include tsc.h on non x86 archs (closes #211)
|
2018-11-14 17:08:23 +01:00 |
|
|
e23459887f
|
ci: attempt to fix unit tests
|
2018-10-21 17:21:27 +01:00 |
|
|
39e29964ab
|
tests: fix crashes caused by ASLR
|
2018-10-21 13:05:24 +01:00 |
|
|
4e4b5ca95d
|
make use of tsc_now() instead of rdtsc() and rdtscp() (closes #197)
|
2018-10-20 16:43:43 +02:00 |
|
|
5f72532fba
|
cmake: fix linking
|
2018-10-19 13:55:56 +02:00 |
|
|
a76c4d04e3
|
log: do not use V macro which ambigious when compiling against Eigen3
|
2018-09-17 22:19:09 +02:00 |
|
|
d35971c26c
|
refactor: update copyright years
|
2018-08-20 18:40:03 +02:00 |
|
|
082cc6eb92
|
tests: fix unit tests
|
2018-08-20 18:32:10 +02:00 |
|
|
5d77613152
|
utils: add decolor() to remove ANSI escape sequence from string
|
2018-08-20 12:12:54 +02:00 |
|
|
430f5f8a94
|
tests: enable hash_table unit tests
|
2018-08-13 15:29:48 +02:00 |
|
|
7bf06e0dd3
|
fixup tsc
|
2018-08-13 15:29:34 +02:00 |
|
|
62fbb55e2c
|
tests: improve several unit tests
|
2018-08-13 15:24:04 +02:00 |
|
|
b938c939cd
|
tests: added some more unit tests
|
2018-08-13 15:23:14 +02:00 |
|
|
fa9e239816
|
tests: fix memory initialization in unit tests
|
2018-08-13 14:58:52 +02:00 |
|
|
7c61f19fd2
|
refactor: memory_type_heap -> memory_heap
|
2018-08-13 14:57:32 +02:00 |
|
|
65ee460953
|
tsc: improve initialization
|
2018-08-13 14:41:40 +02:00 |
|
|
d77879fa7d
|
io: refactor input/output -> in/out
|
2018-08-13 00:00:10 +02:00 |
|
|
ce8c90e1c2
|
refactoring: full identifiers
|
2018-08-13 00:00:09 +02:00 |
|
|
f35588aad8
|
refactor:
- SAMPLE_LEN() -> SAMPLE_LENGTH()
- SAMPLE_DATA_LEN() -> SAMPLE_DATA_LENGTH()
|
2018-08-12 23:59:15 +02:00 |
|
Dennis Potter
|
53e146b0ab
|
Included rdtsc in tests/unit/queue.c
Because rdtsc_init will not be used in queue.c, __attribute__((unused))
has been added to rdtsc.h
|
2018-08-09 14:23:28 +02:00 |
|
Dennis Potter
|
e467012a3b
|
Added check for HAS_EVENTFD
|
2018-08-09 14:19:35 +02:00 |
|
|
b25f4406c5
|
task: added support for rdtsc
|
2018-08-09 07:57:32 +02:00 |
|
|
4d09482fdb
|
Merge branch 'infiniband' into develop
# Conflicts:
# Makefile
# Makefile.config
# Makefile.help
# lib/Makefile.villas-ext.inc
# lib/Makefile.villas.inc
# lib/memory.c
# lib/nodes/Makefile.inc
|
2018-07-04 16:50:36 +02:00 |
|
|
cc139b6101
|
cmake: fix target dependencies for tests
|
2018-07-04 15:09:53 +02:00 |
|
|
634b414e8d
|
cmake: fix dependencies of tests
|
2018-07-04 11:54:21 +02:00 |
|
|
1026539a4b
|
Merge branch 'cmake' into develop
# Conflicts:
# lib/Makefile.villas.inc
|
2018-07-03 18:30:21 +02:00 |
|
|
da8124e472
|
memory: use hash_table to store allocation metadata
|
2018-07-02 19:00:55 +02:00 |
|
|
bb70be0b2c
|
memory: refactored memory subsystem
|
2018-07-02 15:57:56 +02:00 |
|
|
d5fa35b62e
|
hash_table: added simple unit test for hash table
|
2018-07-02 13:08:01 +02:00 |
|
|
ab2b7d95cf
|
ci: remove support for valgrind and coverage testing
|
2018-06-30 10:40:33 +02:00 |
|
|
f7bf0cc1fe
|
cmake: check if criterion is present
|
2018-06-30 10:37:49 +02:00 |
|
|
9094941b4c
|
cmake: add more CMakeLists.txt
|
2018-06-29 14:36:50 +02:00 |
|
|
58a13ae92e
|
cmake: fix some #ifdefs
|
2018-06-29 14:36:50 +02:00 |
|
|
f585a94ebf
|
remove most of the old Makefiles
|
2018-06-29 14:36:24 +02:00 |
|
|
acee6a5bed
|
mapping: fix unit test
|
2018-05-24 10:53:27 +02:00 |
|
|
6002d8fa04
|
tests: small fix to avoid compilter error about unused result
|
2018-05-14 08:31:35 +02:00 |
|
|
c2d76829f7
|
tests: ignore warnings globally
|
2018-05-13 14:50:18 +02:00 |
|
|
b470bb33aa
|
tests: dont let warnings cause the tests to fail
|
2018-05-13 14:20:35 +02:00 |
|
|
70b87de26e
|
io: fix unit test
|
2018-05-13 12:55:31 +02:00 |
|
|
63a4634d57
|
refactor: log_{start,stop} -> log_{open,close}
|
2018-05-12 18:14:24 +02:00 |
|
|
011971920d
|
io: several fixes
|
2018-05-12 15:25:47 +02:00 |
|
|
c0313c7963
|
refactored: io_format -> format_type
|
2018-05-12 13:57:39 +02:00 |
|
|
39f955c947
|
io: renamed some fields within struct io
|
2018-05-12 10:41:40 +02:00 |
|
|
c59e0948c3
|
io: use dots instead of hyphens in format names
|
2018-05-08 08:45:18 +02:00 |
|
|
2f84d6c43b
|
coverage: fix invocation of gcovr
|
2018-03-28 14:58:35 +02:00 |
|
|
9543c7406a
|
fix missing config.h include in build system
|
2018-03-28 14:58:09 +02:00 |
|
|
d86d561715
|
tests: test name-based signal mapping
|
2018-03-26 14:09:20 +02:00 |
|