Philipp Jungkamp
b1e9407f83
packaging-nix: Update inputs
...
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-09-26 17:59:39 +02:00
Philipp Jungkamp
33cd6165df
Fix fmt 10.0.0 related formatting errors.
...
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-09-26 17:59:39 +02:00
Steffen Vogel
a9805327ae
Removed Doxygen from repo
...
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-07 11:16:04 +02:00
Steffen Vogel
0735eb0f89
Make project REUSE compliant
...
And various other cleanups and harmonizations
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-07 11:16:04 +02:00
Philipp Jungkamp
5aacd5f49e
node-modbus: Add initial modbus support
...
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-08-23 16:29:53 +02:00
Philipp Jungkamp
c07ec133f0
cmake: Allow simple minimal builds
...
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-07-07 12:09:12 +02:00
Philipp Jungkamp
4803033b9c
Fix cmake libre pkg-config import
...
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-07-06 17:51:27 +02:00
Philipp Jungkamp
4224f72ecb
cmake: disable warning as error on default release builds
...
A new warning introduced by the compiler on a target system should not
break the build on that target.
You can override that behaviour using VILLAS_COMPILE_WARNING_AS_ERROR.
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-06-23 11:53:01 +02:00
Philipp Jungkamp
6985d92f6f
node-amqp: Handle moved include dir of rabbitmq-c
...
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-06-21 15:36:10 +02:00
Philipp Jungkamp
9d28079d24
node-redis: Work around breaking change in redis-plus-plus
...
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-06-21 11:48:04 +02:00
Steffen Vogel
e18d9c0f99
Merge pull request #613 from VILLASframework/node-webrtc-cpp
...
Port WebRTC node-type from Golang to C++
2023-06-19 14:40:50 +02:00
b2955e3e3c
remove Golang node-types
...
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-06-16 16:27:54 +02:00
40f01e904e
webrtc: add new node and libdatachannel to build system
...
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-06-16 16:27:54 +02:00
Philipp Jungkamp
37b5b3c4fa
update docker container images
...
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-06-16 16:26:40 +02:00
Philipp Jungkamp
1baeb2738a
update docker container images
...
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-06-16 15:41:47 +02:00
Philipp Jungkamp
cba7894da0
Update libiec61850 from 1.4 to 1.5
...
Signed-off-by: Philipp Jungkamp <philipp.jungkamp@rwth-aachen.de>
2023-01-31 11:12:49 +00:00
Steffen Vogel
28fa9f6045
cmake: add missing version number
...
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-01-10 16:30:30 +00:00
Steffen Vogel
f5c25c4592
cmake: fix CI if not run in a Git repo
...
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-01-10 15:28:58 +00:00
d5f1800369
fix CMakeLists for finding libvillas-fpga
...
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-01-09 11:10:02 +01:00
6dbe34354b
fix compilation of libre >= 2.9.0
...
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-01-09 11:10:02 +01:00
31d6e25c5f
config: merge includes recursively
...
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-01-09 11:10:02 +01:00
7eec1bb753
update Steffens mail address
...
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-12-16 23:44:07 +01:00
Philipp Jungkamp
ba6c810956
Add new lib60870 dependency to deps.sh and CMakeLists.txt
2022-07-27 11:14:48 +00:00
277424b274
cmake: add new WITHOUT_GPL flag in order to build VILLASnode without any GPL licensed dependencies
2022-07-14 15:05:24 +00:00
b94746effb
relicense VILLASnode to Apache 2.0
2022-07-04 18:23:57 +02:00
21ba289ee8
fix cmake options for detecting libwebsockets
2022-03-16 07:27:23 -04:00
11a25f6fb7
update mail address
2022-03-15 09:29:20 -04:00
17ac92aa21
update copyright year
2022-03-15 09:28:57 -04:00
b8db5176d6
docker: remove alpine and centos images in favor of debian multiarch builds
2022-03-14 22:58:18 -04:00
ae1b064b5a
remove broken support for Darwin/macOS
2022-03-14 19:37:29 -04:00
fa398a2cf7
go: finish Go node-type
2022-03-14 15:32:20 -04:00
db67c468bc
go: add first version of Golang node-type support
2022-03-07 08:37:14 -05:00
Sonja Happ
93eebb640b
increase min required version of libwebsockets from 2.3.0 to 3.1.0
2022-02-14 16:57:51 +01:00
b016cba7d0
cmake: another try at fixing the fpga build dependency
2022-02-14 06:54:32 -05:00
784e970bfe
port large parts of VILLASnode to C++ and fix tests alongside
2022-01-11 09:19:53 -05:00
fcbc15e85a
cmake: do not include fpga submodule if it is not checked-out.
2021-11-16 16:11:08 +01:00
c4b4e9092f
remove web from CMakeLists
2021-11-04 12:46:35 +01:00
8480c7c3b0
cmake: fix version check for libiec61850
2021-09-21 14:26:02 +02:00
07fbbf11a8
cmake: build opal node-type with 64bit
2021-09-19 17:59:44 +02:00
b83bec6f7d
cmake: fix compilation of OPAL-RT AsyncIP code
2021-09-14 20:10:21 +02:00
57fcc3c4f8
several minor fixes
2021-09-14 10:50:05 +02:00
a37d6c131b
infiniband: fix compilation errors
2021-09-13 15:08:19 +02:00
Sonja Happ
bfa51b2585
include <filesystem> directly and set minimum required compiler versions for gcc and clang in cmake file
2021-08-31 13:53:06 +02:00
14daa11dc1
redis: add detection for TLS support
2021-07-20 20:52:45 +02:00
d72a133263
redis: add new redis node-type
2021-07-20 14:53:40 +00:00
3dcdfe23d1
final fixes from Steffen
2021-07-01 11:41:25 +02:00
Manuel Pitz
eb97c92239
cmake: add support for building with OpenMP
2021-07-01 11:41:25 +02:00
c3cd33779a
cmake: fix Lua and IBVerbs detection
2021-06-18 20:19:46 -04:00
edd84d79af
temper: add new node-type for reading PCSensor / TEMPer USB sensors
2021-06-18 15:26:55 -04:00
731909c3a8
ported io/format code to C++
2021-06-17 08:26:46 -04:00