Skip to content

Releases: PDXostc/vehicle_signal_distribution

v1.7.1 Minor timing fixes

16 Jan 16:55
Compare
Choose a tag to compare

v1.7

14 Aug 22:46
Compare
Choose a tag to compare

Compile cleanup.
Include guards.
C++ guards.

Bug fix - Makefile

12 Aug 19:30
Compare
Choose a tag to compare

Make built the release target incorrectly, impacting projects using the provided Makefile.

Incorporate compiled-in VSS specs.

22 Jul 23:42
da47148
Compare
Choose a tag to compare

This version integrates the latest version of DSTC and the new VSS master where vspec2c.py generates two header files with the complete signal spec.
See examples/ for build and code examples on how to integrate the standard VSS spec into your code.
From there it is easy to build your own VSS spec and process it into header files using vspec2c.py.

Release makefile fixes

16 May 20:04
Compare
Choose a tag to compare
v1.5

Update makefile

Bug fix.

06 May 18:05
54065b2
Compare
Choose a tag to compare

Fixed incorrect encoding of double signals./
Fixed confusion when finding signal parent when multiple parental candidates share the same beginning of their name.
(Row1 vs. Row1PosCount)

Version 1.3

18 Apr 18:00
6a4d61e
Compare
Choose a tag to compare

Moved swig directory to https://github.com/PDXostc/vsd_swig
Updated examples to compile cleanly.
Updated include file to handle non-standards CFLAGSLIST.

Python support and modified nomenclature

04 Apr 18:10
ef1bbfc
Compare
Choose a tag to compare

Added swig / python support.
Renamed all _desc references to _signal.

Cross platform support

12 Mar 00:44
Compare
Choose a tag to compare

When linked against updated versions of Reliable Multicast and DSTC, VSD now executes cleanly between x86-64 and rpi-32 systems.

First release

08 Mar 19:15
0fa54eb
Compare
Choose a tag to compare
First release Pre-release
Pre-release

Builds cleanly against pre-installed DSTC and Reliable Multicast installs.

Passes known test cases.