|
8d3a140f4f
|
cmake: improve supported combination of compile options
|
2019-04-05 20:58:42 +02:00 |
|
|
8678f236a7
|
cmake: adhere to WITH_CONFIG option
|
2019-04-05 11:03:16 +02:00 |
|
|
00631f9b07
|
fix compiler warning about signed/unsigned comparison
|
2019-03-26 07:15:07 +01:00 |
|
|
618b25bf4f
|
port config_helper.c to C++
|
2019-03-26 07:15:07 +01:00 |
|
|
b7d0f174ca
|
remove auto signal type detection
|
2019-03-09 13:34:51 +01:00 |
|
|
80605a9455
|
tests: fix mapping unit test
|
2019-03-09 00:33:23 +01:00 |
|
|
2936cd3ddc
|
stats: refactor stats system and allow for more flexible configuration of stats node
|
2019-02-15 09:40:38 +01:00 |
|
|
c5e7045a41
|
refactor: MAPPING_STATS_TYPE -> STATS_TYPE
|
2019-02-12 22:04:06 +01:00 |
|
|
a9f5b782f6
|
fixups for separation of in/out signals
|
2019-02-06 15:11:08 +01:00 |
|
|
1740df596b
|
separated in/out signal descriptors
|
2019-02-06 13:14:38 +01:00 |
|
|
871e653f25
|
tests: fix intialization of legecy objects
|
2019-01-23 13:14:22 +01:00 |
|
|
357df1600f
|
sample: add function to dump sample details
|
2019-01-23 00:49:28 +01:00 |
|
|
df42a2880c
|
fix compiler errors about non-trivial designated initializers with GCC 7
|
2019-01-21 17:11:11 +01:00 |
|
|
8f7c8ae71e
|
update copyright year to 2019
|
2019-01-13 00:42:39 +01:00 |
|
|
d18d786801
|
refactor: list_* -> vlist_*
|
2019-01-07 10:28:55 +01:00 |
|
|
5ffa34b811
|
fix warning about signed differ
|
2018-11-30 21:36:55 +01:00 |
|
|
d6aa1aea35
|
tests: use criterions C++ allocators
|
2018-11-30 21:36:26 +01:00 |
|
|
707affc027
|
cpp: update unit tests
|
2018-11-30 21:36:26 +01:00 |
|
|
7f4e69ea4b
|
refactor: NULL -> nullptr
|
2018-11-30 21:00:53 +01:00 |
|
|
d72c5604e8
|
cmake: several improvments to the build system
|
2018-11-30 21:00:53 +01:00 |
|
|
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 |
|