|
90ae32058a
|
prepared log functions for facilities
|
2016-06-08 22:29:30 +02:00 |
|
|
876de3ddc8
|
added new internal data structure for samples (instead of the old struct msg)
|
2016-06-08 22:26:40 +02:00 |
|
|
7820e66cee
|
added new circular buffer queue data structure
|
2016-06-08 22:26:12 +02:00 |
|
|
1b24f29088
|
added new memory pool for fixed size blocks (samples)
|
2016-06-08 22:25:48 +02:00 |
|
|
6392073223
|
added new lock-less stack data structure
|
2016-06-08 22:24:58 +02:00 |
|
|
433c65e717
|
simplified strcatf() with new macro strf()
|
2016-04-16 21:58:13 +02:00 |
|
|
5d5b36cd76
|
moved list destructor and added optional free() of list items
|
2016-04-16 19:54:26 +02:00 |
|
|
4eeba60bf4
|
added / rewrite of a couple of linux specific checks and LKM functions
|
2016-03-18 12:38:28 +01:00 |
|
|
fe39f6c7a8
|
added 2 new node states
|
2016-02-09 05:35:23 +01:00 |
|
|
9b56be2bc6
|
updated copyright year to 2016
|
2016-02-09 05:33:19 +01:00 |
|
|
5efc178408
|
refactored path_run_hook() to hook_run()
|
2016-02-07 14:24:58 +01:00 |
|
|
6923e57b63
|
fixed invalid pool_current() pool_previous() pointers for the hook functions
|
2016-02-07 01:10:52 +01:00 |
|
|
8a578325c3
|
fix: proper shutdown of active web socket connections
|
2016-02-04 17:18:30 +01:00 |
|
|
51fe428809
|
updated third party libraries
|
2016-02-04 17:18:30 +01:00 |
|
|
20534d1c3d
|
replaced HOOK_INIT with HOOK_PATH_START and HOOK_DEINIT with HOOK_PATH_STOP
|
2016-02-04 17:18:29 +01:00 |
|
|
18d4051ca4
|
remove references to node list from library code (hooks)
|
2016-02-04 17:17:55 +01:00 |
|
|
a057e35a41
|
Use same copyright message across all tools
|
2016-01-15 15:25:22 +01:00 |
|
|
305e411814
|
improved pool_foreach iterator
|
2016-01-15 15:13:04 +01:00 |
|
|
6088fb3e30
|
Merge branch 'feature-pool' into develop
|
2016-01-15 00:09:18 +01:00 |
|
|
9e63bf4070
|
updated GTFPGA to latest develop state
|
2016-01-15 00:08:23 +01:00 |
|
|
458976ce63
|
added new field to node type descriptor which specifies maximum vector length
|
2016-01-15 00:08:23 +01:00 |
|
|
e59c2d7894
|
removed nested functions to enable compilation with Clang
|
2016-01-15 00:08:23 +01:00 |
|
|
26419549bd
|
simplified timer code
|
2016-01-15 00:07:32 +01:00 |
|
|
4a0b502fb2
|
removed nested functions to enable compilation with Clang
|
2016-01-15 00:06:40 +01:00 |
|
|
841b499902
|
added documentation and smaller fixes
|
2016-01-15 00:06:01 +01:00 |
|
|
b4f787b2c0
|
finally introduced new data structure for circular buffering of messages
|
2016-01-14 23:12:58 +01:00 |
|
|
5fc9c7bd15
|
Changed name of configuration setting combine to vectorize
|
2015-12-19 16:51:27 +01:00 |
|
|
826916bb6b
|
moved histograms into separate struct member
Conflicts:
lib/hooks.c
|
2015-12-19 16:27:22 +01:00 |
|
|
9be224733b
|
Merge branch 'feature-ts' into develop
|
2015-12-19 16:20:48 +01:00 |
|
|
49878d0b7f
|
added more helper functions to retrieve names of nodes and their types
|
2015-12-13 02:02:29 +01:00 |
|
|
da139098cf
|
removed obsolete opal_global structure (we keep all static private data in the namespace of the compilation unit now)
|
2015-12-13 02:00:17 +01:00 |
|
|
ce6f0edbdd
|
cleanup of code comments
|
2015-12-13 00:46:22 +01:00 |
|
|
6e8726a0be
|
call node_{init,deinit} per node type (similar to nodes and paths)
|
2015-12-13 00:45:20 +01:00 |
|
|
3a734eb80c
|
added new conversion helper for libconfig => libjansson objects
|
2015-12-13 00:43:59 +01:00 |
|
|
399f29c496
|
get rid of static global storage as much as possible for now
|
2015-12-13 00:42:59 +01:00 |
|
|
59d76a3d7d
|
removed const qualifier to silence compiler warnings
|
2015-12-12 12:40:55 +01:00 |
|
|
6fba4d4b85
|
started fixing documentation
|
2015-12-12 12:37:57 +01:00 |
|
|
cba504ac21
|
added comment to explain list_lookup()
|
2015-12-11 18:20:04 +01:00 |
|
|
b4940a2546
|
fixed node_name_long()
|
2015-12-11 18:19:35 +01:00 |
|
|
3b91ba705f
|
changed signature of node type initialization
|
2015-12-11 12:35:32 +01:00 |
|
|
556aaf48b2
|
Merge branch 'node-websocket' into develop
|
2015-12-09 15:49:54 +01:00 |
|
|
6978756f8c
|
changed libwebsockets user API and moved files to correct location
|
2015-12-09 15:48:53 +01:00 |
|
|
cb78e5adfa
|
workaround for macro collision caused by libwebsockets (already fixed in next las upstream)
|
2015-12-09 15:48:53 +01:00 |
|
|
232acba2d3
|
added function to remove elements from list
|
2015-12-09 15:48:39 +01:00 |
|
|
23aec7e83a
|
extended msg_f{scan,print}() functions by version which write to buffer
|
2015-12-04 02:11:02 +01:00 |
|
|
2d2699e967
|
extended random sample generator with more signal types
|
2015-12-04 01:59:19 +01:00 |
|
|
cdb0a700e9
|
made virtual data generic
|
2015-11-29 22:47:57 +01:00 |
|
|
a4d9a232ea
|
improved handling of node and path names / printing
|
2015-11-29 22:45:46 +01:00 |
|
|
313ae8348a
|
removed some obsolete functions
|
2015-11-29 21:28:24 +01:00 |
|
|
fb0a0ef83b
|
simplified abnormal process termination
|
2015-11-29 21:20:42 +01:00 |
|