[GHA] Add Debian Trixie build target#100
Closed
s3rj1k wants to merge 43 commits into
Closed
Conversation
- Async and FSK modules reworked, to generalise the bit stream processing for async data - V.8 module enhanced to support gateway operation, for things like V.150.x - modem connect tone module enhanced to support gateway operation, for things like V.150.x
A first pass at V.150.1 SSE processing A first pass at a V.150.1 framework These are all a work in progress, but do come with some initial test code
Fix Windows build.
Windows support: Add Visual Studio solution.
Added a .gitattributes file to handle the MS line ends stuff better Cleaned up the CR/LF stuff in some .vcxproj files
Improvements to SPRT and other parts of V.150.1
Inroduction of SSLFax, using the code submitted by Lee Howard. This needs further testing, but should be complete.
V.150.1 has moved forward, but is still a work in progress. The various modules using Goertzel filters were not using a harmonised approach to setting thresholds and measuring power levels. This has been improved.
spandsp/private/v80.h was not being installed.
…uld have been in the T.38 core module. Addition of routines to allow the packetisation time of the T.38 modules to be controlled. Fixed a wrong licence notice in image_translate.c A few little cleanups.Q
Various changes to signal power handling for greater consistency, and so the code builds properly with Visual Studio and clangw.
…CF sequence, due to something like a change of page size mid-FAX, messed up the TCF sequence, and stepped down to a lower speed.
Added a Godard TED module. A few tidy ups.
…d TED code has been removed.o
[GHA] Add `Scan build` CI workflow.
[GHA] Add Windows `build` CI workflow.
Compilation fails if `docbook-xsl` is not installed ``` cd t38_manual ; xsltproc ../wrapper.xsl ../t38_manual.xml error : Unknown IO error warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl" compilation error: file ../wrapper.xsl line 3 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl make[3]: *** [Makefile:492: t38_manual/index.html] Error 5 ```
[BUILD] Add `docbook-xsl` build-dep
[GHA] Add Debian `build` CI workflow.
Collaborator
Author
|
Note: Trixie builds on |
Trixie build target
Fix outdated link to jpegsrc for the Visual Studio solution.
[GHA] Update deprecated windows-2019 image to windows-2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Debian
Trixiebuild target