Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fmt] Update to 10.1.1 #33767

Merged
merged 2 commits into from Sep 18, 2023
Merged

[fmt] Update to 10.1.1 #33767

merged 2 commits into from Sep 18, 2023

Conversation

jbbjarnason
Copy link
Contributor

@jbbjarnason jbbjarnason commented Sep 14, 2023

The following bug in 10.1.0: fmtlib/fmt#3584, has been fixed in 10.1.1.

  • Changes comply with the maintainer guide
  • SHA512s are updated for each updated download
  • The "supports" clause reflects platforms that may be fixed by this new version
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@jbbjarnason jbbjarnason changed the title Fmt 10.1.1 [fmt] Update to 10.1.1 Sep 14, 2023
@FrankXie05 FrankXie05 added the category:port-update The issue is with a library, which is requesting update new revision label Sep 15, 2023
@FrankXie05 FrankXie05 added the info:reviewed Pull Request changes follow basic guidelines label Sep 15, 2023
@vicroms vicroms merged commit c9e2aa8 into microsoft:master Sep 18, 2023
15 checks passed
jbbjarnason added a commit to Skaginn3x/framework that referenced this pull request Sep 19, 2023
jbbjarnason added a commit to Skaginn3x/framework that referenced this pull request Sep 19, 2023
magni-mar added a commit to Skaginn3x/framework that referenced this pull request Oct 10, 2023
ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl or no ssl, that is the question

ssl or no ssl, that is the question

ssl or no ssl, that is the question

ssl and no ssl

refactor

refactor

refactor

refactor

refactor

refactor

refactor

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

making lambda smaller

clang format

clang format

move code to source files

reacting to comments on github PR

clang format

adding install directives (#149)

Changing configurator (#144)

* Fixed Arrays

* Fixed config as toplevel

* Fixed required warning  when default value is 0

* Changed how overflow is handled on configurator tabs

* Added variant widget to handle oneOf schema

* Added handling for null/std::monostate in variant

---------

Co-authored-by: SindriTh <SindriTh@users.noreply.github.com>

Atv settings (#138)

* Modified settings atv
* make string_view from unsigned integral in hex format
* ethercat setting is making automatic description on compile time

---------

Co-authored-by: Jón Bjarni Bjarnason <jbbjarnason@gmail.com>

clang format

Ipc enhanced (#150)

* Add ipc filter and ipc item

Run time configurable slot filters
Generic item struct with json transpose

* adding tests for filter

* add useful specialization template test

* config file name cannot contain dots

* clock test

* filter tests

* glz meta name needs to be std::string_view from now on

* gpio renaming config key

* buried the snitch

* throw more errors for invalid dbus names

* add fmt temporary update

* add tests for fixed string json methods

* add typename to filters confman

---------

Co-authored-by: Sindri Þór Harðarson <sindri@skaginn3x.com>

making code compatible with ipc changes

templating a few functions

changing names and responding to comments on github

changing names of files and adding forward declarations

add forward declaration to some file

forward declaration, renaming

remove temporary fmt (#159)

microsoft/vcpkg#33767

Postfixes ipc enhanced (#158)

* change regex_match to regex_search, regex_match needs whole string match

* refining EL2xxx

* splitting impl of dbus_server_iface_mock to source file

* Split impl of EL2xxx to source file

* make tests for EL2xxx

* ethercat cleanup includes devices base

* split impl of el1xxx to source file

* tests for el1xxx

* expose full name from slots and signals

* Make template implementation in separate header, making it testable and exportable

* split ipc dbus client to its own header and source file

* extract common invocable concept

* move ipc tests

* move ipc examples

* use ipc signal mock for bechkoff tests

* remove unused names

upgrade to llvm 17 (#160)

* upgrade to llvm 17

* fix clang 17 toolchain file and triplet

* fix clang 17 compile warnings

sdbus import in tfc to spark plug file and merge with main and integrate changes

fix linter errors

fix const

changing topics to member variables

removing unnecessary this

removing asynmqtt dependancy using forward declarations and renaming some files, creating a namespace

replace with using

add templating

fixing client ID

moving all sparkplug code to the sparkplug layer

removing unused things

removing dependancies in tfc_to_spark_plug_b

remove comment

put a run loop which centrally controls the program, this allows the program to restart whenever the broker disconnects or is having problems

Committing clang-format changes

more generalized async_connect

clang format

fix linter errors

centrally control the operations of all signals, and cancel them if something goes wrong with a cancellation signal, this is just the first iteration that works, needs further improvements

better solution using vector instead of array

added cancellation signal for subscription

need to work on forward declaration, and make_any_signal

using make_any_signal::make instead of manually creating each type

bridge can read initial values correctly

fixing clang tidy problems

removing dynamic loading of signals

forward declaration

structs forward declaration

forward declaration of endpoint

forward declaration of ext to tfc

forward declaration of spark plug interface

forward declare everything

Changing cockpit UI (#152)

* Added filters to 'TFC Connections'

* Made navigation hamburger, added _filters_ back to configurator rule

* fixed some Sonar bugs, refactored how scripts are loaded.

* Fixed cognitive complexity of table

* Cleanup Filter modal

* Console log cleanup

* Fixed DBUS interfaces

* Changed functionality of DBUS, now ready for PR #150. Added shift+enter shortcut to open filter editor

add stdlib to linker flags for llvadd stdlib to linker flags for llvmm (#162)

* add stdlib to linker flags for llvadd stdlib to linker flags for llvmm

* add dynamic linking compilation in workflows

* remove link flags from gcc dynamic

Ipc tinker doc (#155)

* Text updated to reflect discussion on force vs set

Button (#164)

* Added a button exe for transforming a boolean signal into events

* Clang format

* Clang wshadows

* Code review

* Code review

* Code review #2

Encountered an incorrect example while developing (#169)

* updating sample

* remove parantheses

Time point not loosing precision in json conversion (#163)

* iso8601 not truncating time_point

* using uuids in item generation

Making create_link more robust (#166)

Initial fix for min and max. Form validation will fail if out of range. (#173)

Hardening Operation mode  (#170)

* - initialize state machine without requiring external inputs to enter running
- set stopped as init state
- move enum name to its own translation unit
- accessible mode getter in interface
- clang tidy nitpicking
- emergency more thorough
- tests added

* description cleanup

Presentation (#167)

* presentation example

* fix names of easyecat

add min and max example

Cloudsmith (#147)

* Squash

* Removed CMAKE_PREFIX_INSTALL

* Try and move the config into etc

* Move service files

* Cloudsmith on release

* Update vcpkg

* Added on release trigger for packaging workflow

* Fix version string for libc

templating

adding tests

working on templating and testing

Committing clang-format changes

accidental git include

accidental git include

tests finished

templating all classes and creating shortcuts, changing small syntax

fixing small linter errors

added tests for external to tfc

delete file that was accidentally included

finished tests, have to shine
magni-mar added a commit to Skaginn3x/framework that referenced this pull request Oct 11, 2023
ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl or no ssl, that is the question

ssl or no ssl, that is the question

ssl or no ssl, that is the question

ssl and no ssl

refactor

refactor

refactor

refactor

refactor

refactor

refactor

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

making lambda smaller

clang format

clang format

move code to source files

reacting to comments on github PR

clang format

adding install directives (#149)

Changing configurator (#144)

* Fixed Arrays

* Fixed config as toplevel

* Fixed required warning  when default value is 0

* Changed how overflow is handled on configurator tabs

* Added variant widget to handle oneOf schema

* Added handling for null/std::monostate in variant

---------

Co-authored-by: SindriTh <SindriTh@users.noreply.github.com>

Atv settings (#138)

* Modified settings atv
* make string_view from unsigned integral in hex format
* ethercat setting is making automatic description on compile time

---------

Co-authored-by: Jón Bjarni Bjarnason <jbbjarnason@gmail.com>

clang format

Ipc enhanced (#150)

* Add ipc filter and ipc item

Run time configurable slot filters
Generic item struct with json transpose

* adding tests for filter

* add useful specialization template test

* config file name cannot contain dots

* clock test

* filter tests

* glz meta name needs to be std::string_view from now on

* gpio renaming config key

* buried the snitch

* throw more errors for invalid dbus names

* add fmt temporary update

* add tests for fixed string json methods

* add typename to filters confman

---------

Co-authored-by: Sindri Þór Harðarson <sindri@skaginn3x.com>

making code compatible with ipc changes

templating a few functions

changing names and responding to comments on github

changing names of files and adding forward declarations

add forward declaration to some file

forward declaration, renaming

remove temporary fmt (#159)

microsoft/vcpkg#33767

Postfixes ipc enhanced (#158)

* change regex_match to regex_search, regex_match needs whole string match

* refining EL2xxx

* splitting impl of dbus_server_iface_mock to source file

* Split impl of EL2xxx to source file

* make tests for EL2xxx

* ethercat cleanup includes devices base

* split impl of el1xxx to source file

* tests for el1xxx

* expose full name from slots and signals

* Make template implementation in separate header, making it testable and exportable

* split ipc dbus client to its own header and source file

* extract common invocable concept

* move ipc tests

* move ipc examples

* use ipc signal mock for bechkoff tests

* remove unused names

upgrade to llvm 17 (#160)

* upgrade to llvm 17

* fix clang 17 toolchain file and triplet

* fix clang 17 compile warnings

sdbus import in tfc to spark plug file and merge with main and integrate changes

fix linter errors

fix const

changing topics to member variables

removing unnecessary this

removing asynmqtt dependancy using forward declarations and renaming some files, creating a namespace

replace with using

add templating

fixing client ID

moving all sparkplug code to the sparkplug layer

removing unused things

removing dependancies in tfc_to_spark_plug_b

remove comment

put a run loop which centrally controls the program, this allows the program to restart whenever the broker disconnects or is having problems

Committing clang-format changes

more generalized async_connect

clang format

fix linter errors

centrally control the operations of all signals, and cancel them if something goes wrong with a cancellation signal, this is just the first iteration that works, needs further improvements

better solution using vector instead of array

added cancellation signal for subscription

need to work on forward declaration, and make_any_signal

using make_any_signal::make instead of manually creating each type

bridge can read initial values correctly

fixing clang tidy problems

removing dynamic loading of signals

forward declaration

structs forward declaration

forward declaration of endpoint

forward declaration of ext to tfc

forward declaration of spark plug interface

forward declare everything

Changing cockpit UI (#152)

* Added filters to 'TFC Connections'

* Made navigation hamburger, added _filters_ back to configurator rule

* fixed some Sonar bugs, refactored how scripts are loaded.

* Fixed cognitive complexity of table

* Cleanup Filter modal

* Console log cleanup

* Fixed DBUS interfaces

* Changed functionality of DBUS, now ready for PR #150. Added shift+enter shortcut to open filter editor

add stdlib to linker flags for llvadd stdlib to linker flags for llvmm (#162)

* add stdlib to linker flags for llvadd stdlib to linker flags for llvmm

* add dynamic linking compilation in workflows

* remove link flags from gcc dynamic

Ipc tinker doc (#155)

* Text updated to reflect discussion on force vs set

Button (#164)

* Added a button exe for transforming a boolean signal into events

* Clang format

* Clang wshadows

* Code review

* Code review

* Code review #2

Encountered an incorrect example while developing (#169)

* updating sample

* remove parantheses

Time point not loosing precision in json conversion (#163)

* iso8601 not truncating time_point

* using uuids in item generation

Making create_link more robust (#166)

Initial fix for min and max. Form validation will fail if out of range. (#173)

Hardening Operation mode  (#170)

* - initialize state machine without requiring external inputs to enter running
- set stopped as init state
- move enum name to its own translation unit
- accessible mode getter in interface
- clang tidy nitpicking
- emergency more thorough
- tests added

* description cleanup

Presentation (#167)

* presentation example

* fix names of easyecat

add min and max example

Cloudsmith (#147)

* Squash

* Removed CMAKE_PREFIX_INSTALL

* Try and move the config into etc

* Move service files

* Cloudsmith on release

* Update vcpkg

* Added on release trigger for packaging workflow

* Fix version string for libc

templating

adding tests

working on templating and testing

Committing clang-format changes

accidental git include

accidental git include

tests finished

templating all classes and creating shortcuts, changing small syntax

fixing small linter errors

added tests for external to tfc

delete file that was accidentally included

finished tests, have to shine
magni-mar added a commit to Skaginn3x/framework that referenced this pull request Oct 12, 2023
ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl or no ssl, that is the question

ssl or no ssl, that is the question

ssl or no ssl, that is the question

ssl and no ssl

refactor

refactor

refactor

refactor

refactor

refactor

refactor

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

making lambda smaller

clang format

clang format

move code to source files

reacting to comments on github PR

clang format

adding install directives (#149)

Changing configurator (#144)

* Fixed Arrays

* Fixed config as toplevel

* Fixed required warning  when default value is 0

* Changed how overflow is handled on configurator tabs

* Added variant widget to handle oneOf schema

* Added handling for null/std::monostate in variant

---------

Co-authored-by: SindriTh <SindriTh@users.noreply.github.com>

Atv settings (#138)

* Modified settings atv
* make string_view from unsigned integral in hex format
* ethercat setting is making automatic description on compile time

---------

Co-authored-by: Jón Bjarni Bjarnason <jbbjarnason@gmail.com>

clang format

Ipc enhanced (#150)

* Add ipc filter and ipc item

Run time configurable slot filters
Generic item struct with json transpose

* adding tests for filter

* add useful specialization template test

* config file name cannot contain dots

* clock test

* filter tests

* glz meta name needs to be std::string_view from now on

* gpio renaming config key

* buried the snitch

* throw more errors for invalid dbus names

* add fmt temporary update

* add tests for fixed string json methods

* add typename to filters confman

---------

Co-authored-by: Sindri Þór Harðarson <sindri@skaginn3x.com>

making code compatible with ipc changes

templating a few functions

changing names and responding to comments on github

changing names of files and adding forward declarations

add forward declaration to some file

forward declaration, renaming

remove temporary fmt (#159)

microsoft/vcpkg#33767

Postfixes ipc enhanced (#158)

* change regex_match to regex_search, regex_match needs whole string match

* refining EL2xxx

* splitting impl of dbus_server_iface_mock to source file

* Split impl of EL2xxx to source file

* make tests for EL2xxx

* ethercat cleanup includes devices base

* split impl of el1xxx to source file

* tests for el1xxx

* expose full name from slots and signals

* Make template implementation in separate header, making it testable and exportable

* split ipc dbus client to its own header and source file

* extract common invocable concept

* move ipc tests

* move ipc examples

* use ipc signal mock for bechkoff tests

* remove unused names

upgrade to llvm 17 (#160)

* upgrade to llvm 17

* fix clang 17 toolchain file and triplet

* fix clang 17 compile warnings

sdbus import in tfc to spark plug file and merge with main and integrate changes

fix linter errors

fix const

changing topics to member variables

removing unnecessary this

removing asynmqtt dependancy using forward declarations and renaming some files, creating a namespace

replace with using

add templating

fixing client ID

moving all sparkplug code to the sparkplug layer

removing unused things

removing dependancies in tfc_to_spark_plug_b

remove comment

put a run loop which centrally controls the program, this allows the program to restart whenever the broker disconnects or is having problems

Committing clang-format changes

more generalized async_connect

clang format

fix linter errors

centrally control the operations of all signals, and cancel them if something goes wrong with a cancellation signal, this is just the first iteration that works, needs further improvements

better solution using vector instead of array

added cancellation signal for subscription

need to work on forward declaration, and make_any_signal

using make_any_signal::make instead of manually creating each type

bridge can read initial values correctly

fixing clang tidy problems

removing dynamic loading of signals

forward declaration

structs forward declaration

forward declaration of endpoint

forward declaration of ext to tfc

forward declaration of spark plug interface

forward declare everything

Changing cockpit UI (#152)

* Added filters to 'TFC Connections'

* Made navigation hamburger, added _filters_ back to configurator rule

* fixed some Sonar bugs, refactored how scripts are loaded.

* Fixed cognitive complexity of table

* Cleanup Filter modal

* Console log cleanup

* Fixed DBUS interfaces

* Changed functionality of DBUS, now ready for PR #150. Added shift+enter shortcut to open filter editor

add stdlib to linker flags for llvadd stdlib to linker flags for llvmm (#162)

* add stdlib to linker flags for llvadd stdlib to linker flags for llvmm

* add dynamic linking compilation in workflows

* remove link flags from gcc dynamic

Ipc tinker doc (#155)

* Text updated to reflect discussion on force vs set

Button (#164)

* Added a button exe for transforming a boolean signal into events

* Clang format

* Clang wshadows

* Code review

* Code review

* Code review #2

Encountered an incorrect example while developing (#169)

* updating sample

* remove parantheses

Time point not loosing precision in json conversion (#163)

* iso8601 not truncating time_point

* using uuids in item generation

Making create_link more robust (#166)

Initial fix for min and max. Form validation will fail if out of range. (#173)

Hardening Operation mode  (#170)

* - initialize state machine without requiring external inputs to enter running
- set stopped as init state
- move enum name to its own translation unit
- accessible mode getter in interface
- clang tidy nitpicking
- emergency more thorough
- tests added

* description cleanup

Presentation (#167)

* presentation example

* fix names of easyecat

add min and max example

Cloudsmith (#147)

* Squash

* Removed CMAKE_PREFIX_INSTALL

* Try and move the config into etc

* Move service files

* Cloudsmith on release

* Update vcpkg

* Added on release trigger for packaging workflow

* Fix version string for libc

templating

adding tests

working on templating and testing

Committing clang-format changes

accidental git include

accidental git include

tests finished

templating all classes and creating shortcuts, changing small syntax

fixing small linter errors

added tests for external to tfc

delete file that was accidentally included

finished tests, have to shine
magni-mar added a commit to Skaginn3x/framework that referenced this pull request Oct 12, 2023
ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl and no ssl

ssl or no ssl, that is the question

ssl or no ssl, that is the question

ssl or no ssl, that is the question

ssl and no ssl

refactor

refactor

refactor

refactor

refactor

refactor

refactor

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

everything works

making lambda smaller

clang format

clang format

move code to source files

reacting to comments on github PR

clang format

adding install directives (#149)

Changing configurator (#144)

* Fixed Arrays

* Fixed config as toplevel

* Fixed required warning  when default value is 0

* Changed how overflow is handled on configurator tabs

* Added variant widget to handle oneOf schema

* Added handling for null/std::monostate in variant

---------

Co-authored-by: SindriTh <SindriTh@users.noreply.github.com>

Atv settings (#138)

* Modified settings atv
* make string_view from unsigned integral in hex format
* ethercat setting is making automatic description on compile time

---------

Co-authored-by: Jón Bjarni Bjarnason <jbbjarnason@gmail.com>

clang format

Ipc enhanced (#150)

* Add ipc filter and ipc item

Run time configurable slot filters
Generic item struct with json transpose

* adding tests for filter

* add useful specialization template test

* config file name cannot contain dots

* clock test

* filter tests

* glz meta name needs to be std::string_view from now on

* gpio renaming config key

* buried the snitch

* throw more errors for invalid dbus names

* add fmt temporary update

* add tests for fixed string json methods

* add typename to filters confman

---------

Co-authored-by: Sindri Þór Harðarson <sindri@skaginn3x.com>

making code compatible with ipc changes

templating a few functions

changing names and responding to comments on github

changing names of files and adding forward declarations

add forward declaration to some file

forward declaration, renaming

remove temporary fmt (#159)

microsoft/vcpkg#33767

Postfixes ipc enhanced (#158)

* change regex_match to regex_search, regex_match needs whole string match

* refining EL2xxx

* splitting impl of dbus_server_iface_mock to source file

* Split impl of EL2xxx to source file

* make tests for EL2xxx

* ethercat cleanup includes devices base

* split impl of el1xxx to source file

* tests for el1xxx

* expose full name from slots and signals

* Make template implementation in separate header, making it testable and exportable

* split ipc dbus client to its own header and source file

* extract common invocable concept

* move ipc tests

* move ipc examples

* use ipc signal mock for bechkoff tests

* remove unused names

upgrade to llvm 17 (#160)

* upgrade to llvm 17

* fix clang 17 toolchain file and triplet

* fix clang 17 compile warnings

sdbus import in tfc to spark plug file and merge with main and integrate changes

fix linter errors

fix const

changing topics to member variables

removing unnecessary this

removing asynmqtt dependancy using forward declarations and renaming some files, creating a namespace

replace with using

add templating

fixing client ID

moving all sparkplug code to the sparkplug layer

removing unused things

removing dependancies in tfc_to_spark_plug_b

remove comment

put a run loop which centrally controls the program, this allows the program to restart whenever the broker disconnects or is having problems

Committing clang-format changes

more generalized async_connect

clang format

fix linter errors

centrally control the operations of all signals, and cancel them if something goes wrong with a cancellation signal, this is just the first iteration that works, needs further improvements

better solution using vector instead of array

added cancellation signal for subscription

need to work on forward declaration, and make_any_signal

using make_any_signal::make instead of manually creating each type

bridge can read initial values correctly

fixing clang tidy problems

removing dynamic loading of signals

forward declaration

structs forward declaration

forward declaration of endpoint

forward declaration of ext to tfc

forward declaration of spark plug interface

forward declare everything

Changing cockpit UI (#152)

* Added filters to 'TFC Connections'

* Made navigation hamburger, added _filters_ back to configurator rule

* fixed some Sonar bugs, refactored how scripts are loaded.

* Fixed cognitive complexity of table

* Cleanup Filter modal

* Console log cleanup

* Fixed DBUS interfaces

* Changed functionality of DBUS, now ready for PR #150. Added shift+enter shortcut to open filter editor

add stdlib to linker flags for llvadd stdlib to linker flags for llvmm (#162)

* add stdlib to linker flags for llvadd stdlib to linker flags for llvmm

* add dynamic linking compilation in workflows

* remove link flags from gcc dynamic

Ipc tinker doc (#155)

* Text updated to reflect discussion on force vs set

Button (#164)

* Added a button exe for transforming a boolean signal into events

* Clang format

* Clang wshadows

* Code review

* Code review

* Code review #2

Encountered an incorrect example while developing (#169)

* updating sample

* remove parantheses

Time point not loosing precision in json conversion (#163)

* iso8601 not truncating time_point

* using uuids in item generation

Making create_link more robust (#166)

Initial fix for min and max. Form validation will fail if out of range. (#173)

Hardening Operation mode  (#170)

* - initialize state machine without requiring external inputs to enter running
- set stopped as init state
- move enum name to its own translation unit
- accessible mode getter in interface
- clang tidy nitpicking
- emergency more thorough
- tests added

* description cleanup

Presentation (#167)

* presentation example

* fix names of easyecat

add min and max example

Cloudsmith (#147)

* Squash

* Removed CMAKE_PREFIX_INSTALL

* Try and move the config into etc

* Move service files

* Cloudsmith on release

* Update vcpkg

* Added on release trigger for packaging workflow

* Fix version string for libc

templating

adding tests

working on templating and testing

Committing clang-format changes

accidental git include

accidental git include

tests finished

templating all classes and creating shortcuts, changing small syntax

fixing small linter errors

added tests for external to tfc

delete file that was accidentally included

finished tests, have to shine

delete file

working on rebase

delete old file

cleaning git

cleaning git

fixing clang tidy

fix includes

added service file to cmake

moved the test classes to appropiate test folder, and changed vector to map in external to tfc

moving impl to source file

changing includes

adding bdseq and changing some more includes

relaxing constraints for NCMD

changing callback to std::optional

changing cancel signal to local variable

small linter fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants