|
cce5bbe384
|
Merge branch 'new-iec61850-9-2' into develop
|
2017-12-06 16:57:41 +08:00 |
|
|
8af18ab227
|
pipe: fix bug in pool management which caused underruns
|
2017-12-06 16:57:02 +08:00 |
|
|
5fb48d607e
|
moved VILLASfpga specific code to separate repo
|
2017-11-21 21:51:07 +01:00 |
|
|
702dc34052
|
c++: add proper casts from void *
|
2017-10-20 11:54:00 +02:00 |
|
|
19eaa85d6b
|
pipe: fix initialization order
|
2017-10-18 12:49:52 +02:00 |
|
|
af39651d09
|
villas-pipe: automatically fill sequence numbers if not provided
|
2017-10-16 23:08:27 +02:00 |
|
|
80ee8d786d
|
refactored sample by adding more *_many() functions
|
2017-10-16 08:09:07 +02:00 |
|
|
fba30731aa
|
task: simplify interface
|
2017-09-16 15:33:01 +02:00 |
|
|
5e620942ce
|
adding new field "flags" to struct sample
|
2017-09-16 15:04:59 +02:00 |
|
|
d587b5a817
|
add new '-V' option to tools which shows the version of only and exits
|
2017-09-16 11:52:30 +02:00 |
|
|
9e354e7382
|
stats: fixes for new stats node type
|
2017-09-04 23:03:55 +02:00 |
|
|
9193829dcc
|
test-cmp: rewrite to support many files and make use of new sample_cmp() function
|
2017-09-04 18:17:10 +02:00 |
|
|
2d05c0853a
|
signal: show usage info
|
2017-09-04 18:03:05 +02:00 |
|
|
bbbad2e59b
|
fix includes
|
2017-09-04 16:20:07 +02:00 |
|
|
6922e273bb
|
io: renamed formats (msg -> villas-binary, villas -> villas-human)
|
2017-09-04 14:39:15 +02:00 |
|
|
6d495c1a35
|
add new bitmask to samples to indicate which fields are valid
|
2017-09-04 14:28:55 +02:00 |
|
|
602a8f51eb
|
signal: use pools
|
2017-09-03 10:52:18 +02:00 |
|
|
44c4e9d52f
|
refactor: whitespace changes only
|
2017-09-02 22:02:01 +02:00 |
|
|
0897f8f87a
|
pipe: fix handling of samples and their references
|
2017-09-02 21:08:10 +02:00 |
|
|
526be78ca5
|
hook: from now on both paths and nodes can have hooks!
|
2017-09-02 14:27:58 +02:00 |
|
|
415cd0de09
|
refactor: whitespace changes only
|
2017-09-02 14:20:38 +02:00 |
|
|
a8a0dc05ca
|
pipe: always start API together with Web module
|
2017-08-30 23:28:40 +02:00 |
|
|
d31c48607b
|
signal: add new option for DC bias offset and fixed random walk
|
2017-08-30 22:41:15 +02:00 |
|
|
c814148e44
|
hook: add new process entrypoint to villas-hook
|
2017-08-30 16:40:45 +02:00 |
|
|
5d0ba771c6
|
Merge branch 'node-test' into develop
# Conflicts:
# include/villas/api/session.h
# lib/api.c
# lib/super_node.c
# lib/web.c
|
2017-08-27 18:44:03 +02:00 |
|
|
68300bced9
|
fix typo
|
2017-08-27 17:04:57 +02:00 |
|
|
4e2cdc8efd
|
properly handle failed read / writes to nodes
|
2017-08-22 12:31:12 +02:00 |
|
|
0f6abf4d07
|
test-cmp: add new options to ignore several parts of the comparison
|
2017-08-20 10:56:16 +02:00 |
|
|
3d3eb1430b
|
log: do proper default initialization
|
2017-08-20 10:53:41 +02:00 |
|
|
3eea0c67bb
|
- introduce low-level interface for new IO subsystem: we now have a fully extensible system for new IO formats and file formats
- reworked file node-type to remove in / out directions
|
2017-08-14 14:42:07 +02:00 |
|
|
a985d99868
|
node: fix high cpu usage
|
2017-08-10 08:07:55 +02:00 |
|
|
c5fc72dd78
|
adding pluggable IO formats
|
2017-08-05 21:02:09 +02:00 |
|
|
434fe6dbd6
|
replaced libconfig by jansson for parsing the configuration (huge commit)
|
2017-08-03 00:19:27 +02:00 |
|
|
bc83463831
|
added new format subsystem
|
2017-07-28 18:11:52 +02:00 |
|
|
cc02829def
|
fixes for new build-system
|
2017-07-25 12:40:05 +02:00 |
|
|
e9ebbed9db
|
improve Makefiles and make web, api and json support optional
|
2017-07-25 12:07:06 +02:00 |
|
|
b59a989278
|
cleanup trailing whitespaces
|
2017-07-25 12:07:06 +02:00 |
|
|
522ded3ea7
|
made most of Linux dependencies optional
VILLASnode now compiles on OS X Yosemite :-)
|
2017-07-25 12:07:06 +02:00 |
|
|
6a48333f72
|
refactor: "node type"=> "node-type"
|
2017-07-25 12:07:05 +02:00 |
|
|
eb471d68ee
|
fix build error
|
2017-07-14 13:43:54 +02:00 |
|
|
8650e4278e
|
hooks: allow to have special functions for parsing command line arguemnts
|
2017-07-13 22:15:29 +02:00 |
|
|
c78d71d39d
|
signal: use proper timestamps
|
2017-07-13 22:13:58 +02:00 |
|
|
6369373149
|
villas-signal: use node_* interface
|
2017-07-13 01:56:01 +02:00 |
|
|
e927795388
|
smaller cleanups
|
2017-07-12 12:20:11 +02:00 |
|
|
794e4dee36
|
hooks: dont run periodic hooks for stopped paths
|
2017-07-12 12:20:11 +02:00 |
|
|
cc6f6a6132
|
log: added new module to print fancy tables and use it for histograms as well as periodc stats
|
2017-07-12 12:19:49 +02:00 |
|
|
94ae566091
|
utils: renamed macros for color output
|
2017-07-12 12:18:43 +02:00 |
|
|
802f5d1c1e
|
hooks: improve error handling
|
2017-07-09 14:38:58 +02:00 |
|
|
0c920fbd57
|
signal: restructure code
|
2017-07-06 23:20:57 +02:00 |
|
|
542631ed5b
|
reuse code between villas-signal and signal node-type
|
2017-07-06 23:14:38 +02:00 |
|