|
0252ee7d98
|
path: remove obsolete function prototype
|
2020-07-06 14:03:44 +02:00 |
|
|
86d7f91eb5
|
path: dump signal list during startup
|
2020-07-06 14:03:44 +02:00 |
|
|
b6d0a67b8e
|
add signal definition for villas-web example config
|
2020-07-06 14:03:44 +02:00 |
|
|
8e259516a3
|
add more nullptr checks after memory allocations
|
2020-07-06 14:03:43 +02:00 |
|
|
c71cb752fc
|
api: add little shell script to query the VILLASnode API
|
2020-07-06 14:03:43 +02:00 |
|
|
d7deec4318
|
path: fix check
|
2020-07-06 14:03:43 +02:00 |
|
|
2c2ef72e9e
|
tests: prepare api-nodes testcase for testing new output signal propagation
|
2020-07-06 14:03:43 +02:00 |
|
|
6f72bc832c
|
api: expose output signals via API
|
2020-07-06 14:03:43 +02:00 |
|
|
67de039d07
|
python: fix flake8 error
|
2020-07-06 13:55:40 +02:00 |
|
|
73d393a967
|
python/tools: remove more obsolete tools
|
2020-07-06 13:54:02 +02:00 |
|
|
6a39221c4b
|
python: remove obsolete files
|
2020-07-06 13:50:30 +02:00 |
|
|
a2aca1f6f7
|
memory: fix broken mmap support on non x86 platforms
|
2020-07-06 13:40:39 +02:00 |
|
|
6d2990ade5
|
avoid issues with uninitialized memory
|
2020-07-06 13:40:39 +02:00 |
|
|
a1d9fca94b
|
config: add missing include
|
2020-07-06 13:32:07 +02:00 |
|
|
4d18b0e9df
|
config: enable subsitution of environment variables and resolvement of @include directives
|
2020-07-06 13:25:12 +02:00 |
|
|
3c09488658
|
python: properly sample output by tabs instead of spaces
|
2020-07-05 13:13:30 +01:00 |
|
|
7b62f10f12
|
python: flush output buffer in communicate()
|
2020-07-05 13:13:09 +01:00 |
|
|
43a8964fe7
|
whitespace cleanup
|
2020-07-05 11:32:25 +02:00 |
|
|
9377e313c9
|
value: add new format for parsing simple text values
|
2020-07-05 11:31:33 +02:00 |
|
|
9b3d08ab6a
|
config: fix invalid usage of std::string::replace()
|
2020-07-03 12:00:45 +02:00 |
|
|
8df9bce692
|
improve error message
|
2020-07-03 11:24:12 +02:00 |
|
|
4038638c1c
|
config: fix nullptr deref
|
2020-07-03 11:22:36 +02:00 |
|
|
87dbc48674
|
remove ethercat config from top level config
|
2020-07-03 11:21:21 +02:00 |
|
|
7d75746a88
|
update VILLAScommon submodule
|
2020-07-03 10:22:18 +02:00 |
|
|
547ff5e199
|
fpga: fix comparison of signed/unsigned ints
|
2020-07-03 10:04:51 +02:00 |
|
|
eb1c7536c6
|
deps: build shared library for spdlog
|
2020-07-01 17:58:16 +02:00 |
|
|
6b911cd67f
|
cmake: only build FPGA support if libxil is present
|
2020-07-01 17:33:29 +02:00 |
|
|
d0da8c5dd6
|
bump fmtlib version
|
2020-07-01 17:20:31 +02:00 |
|
|
21e1b05161
|
use Fedora versions of spdlog and fmtlib
|
2020-07-01 17:20:31 +02:00 |
|
|
bb32707979
|
bump spdlog version
|
2020-07-01 17:20:30 +02:00 |
|
|
f05fa39773
|
update VILLAScommon submodule
|
2020-07-01 17:20:30 +02:00 |
|
|
787746dd91
|
ci: add new minimal build
|
2020-07-01 17:20:30 +02:00 |
|
|
d062d42f65
|
fix some conditionals for minimal builds
|
2020-07-01 17:20:30 +02:00 |
|
|
dfa8e73333
|
allow integration tests to fail (wip)
|
2020-07-01 17:07:17 +02:00 |
|
|
987ea93d98
|
signal_generator: fix intialization of signals
|
2020-07-01 17:07:17 +02:00 |
|
|
def4880096
|
cmake: fix test execution
|
2020-07-01 17:07:17 +02:00 |
|
|
32a4053b72
|
cmake: fix execution of tests
|
2020-07-01 17:07:17 +02:00 |
|
|
037bfcb81e
|
fix initialization errors
|
2020-07-01 17:07:17 +02:00 |
|
|
e21a08e290
|
tests: fix unit tests
|
2020-07-01 17:07:16 +02:00 |
|
|
cdf1819def
|
|
2020-07-01 17:07:16 +02:00 |
|
|
747ce08684
|
update VILLAScommon submodule
|
2020-07-01 17:07:16 +02:00 |
|
|
437d699aa8
|
update VILLASfpga submodule
|
2020-07-01 17:07:16 +02:00 |
|
|
8c01a7914f
|
config: and WIP version of env subsitution and include directives
|
2020-07-01 17:07:16 +02:00 |
|
|
a5bc8eb90f
|
fpga: first compiling code of fpga support
|
2020-07-01 17:07:16 +02:00 |
|
|
f8850b4110
|
refactor: improve code-style
|
2020-07-01 17:07:16 +02:00 |
|
|
e341b7c0dc
|
fpga: update CMakeLists
|
2020-07-01 17:07:16 +02:00 |
|
|
942aff3c59
|
cmake: several smaller improvements
|
2020-07-01 17:07:15 +02:00 |
|
|
f8d96ada55
|
avoid unnecessary includes
|
2020-07-01 17:07:15 +02:00 |
|
|
96c55711da
|
plugin: use new plugin code from VILLAScommon
|
2020-07-01 17:07:15 +02:00 |
|
|
0ed67d6b2d
|
fpga: add libxil to deps.sh
|
2020-07-01 17:07:15 +02:00 |
|