Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
7dad05a
RDKEMW-17673 : Add info coverage gate to CI
swethasukumarr Jun 17, 2026
8f3d2dd
RDKEMW-17673 : Address copilot comments
swethasukumarr Jun 23, 2026
4ef4a75
Merge pull request #81 from rdkcentral/feature/RDKEMW-17673
swethasukumarr Jun 26, 2026
003a013
Fix api test app in CI
swethasukumarr Jun 29, 2026
cce99fc
Fix copilot comment
swethasukumarr Jun 29, 2026
8a2874a
Merge pull request #84 from rdkcentral/fixCI
swethasukumarr Jun 29, 2026
1fc00ab
RDKEMW-17667 : Add timezone getter method and onTimeZoneChanged event
swethasukumarr Jun 26, 2026
05e22bb
RDKEMW-17667: Fix clang-format issue and onTimeZoneChanged to app Ope…
swethasukumarr Jun 29, 2026
a93d9d3
RDKEMW-17667: Fix comments
swethasukumarr Jun 29, 2026
7793784
RDKEMW-17667 : Add timeZone method to api test app
swethasukumarr Jun 29, 2026
3d949f9
Merge pull request #83 from rdkcentral/feature/RDKEMW-17667
Rajanika Jul 2, 2026
0d84595
RDKEMW-14887 : Update Stats.memoryUsage api to return value in bytes…
swethasukumarr Jul 6, 2026
07c67e3
RDKEMW-17486 : Add dolbyAtmosExperienceAvailable getter and event sub…
swethasukumarr Jul 7, 2026
b4b261e
Feature/rdkemw 20911 develop (#89)
swethasukumarr Jul 8, 2026
0c3f309
RDKEMW-20349 : Change discovery.watchedV2 return type to void (#80)
swethasukumarr Jul 10, 2026
c689a6d
RDKEMW-19315 : Add coding guidelines for firebolt-cpp-client (#91)
swethasukumarr Jul 21, 2026
e1bb21c
Sync develop with v0.6.3 changes (#95)
swethasukumarr Aug 3, 2026
8398953
RDKEMW-14869: VideoOutput implementation + fix broken unit tests
Aug 6, 2026
1b42981
Restore develop firebolt-open-rpc.json (#96)
swethasukumarr Aug 6, 2026
a13bdfe
RDKEMW-14869: chore - merge
Aug 6, 2026
43cd062
RDKEMW-14869: correcting namespace casing for VideoOutput
Aug 6, 2026
6acda2d
RDKEMW-14869: fixing marshallers
Aug 6, 2026
fb712c7
RDKEMW-14869: chore, lint fix
Aug 7, 2026
c90a90c
RDKEMW-14869: responding to PR feedback
Aug 7, 2026
0ef9a09
RDKEKMW-14869: clang antics
Aug 7, 2026
0cacd1d
RDKEMW-14869: small refactor to videoutput based PR feedback
Aug 10, 2026
987f822
RDKEMW-14869: pr response
Aug 10, 2026
7b48980
RDKEMW-14869: chore lint
Aug 10, 2026
002e518
RDKEMW-14869: more unit tests
Aug 10, 2026
5701c8d
RDKEMW-14869: chore - align lint.sh w/ci
Aug 11, 2026
1f0094a
RDKEMW-14869: fix namespace
Aug 11, 2026
626185f
Merge pull request #97 from rdkcentral/RDKEMW-14869
brendanobra Aug 11, 2026
c6ba9c3
RDKEMW-21812: texttospeech.speak fb9 changes
Aug 12, 2026
47b8b44
RDKEMW-21812: texttospeech.speak fb9 schema updates
Aug 12, 2026
42daba1
RDKEMW-21812: copilot, nitpick
Aug 12, 2026
3a6cdae
RDKEMW-21812: SpeechSynthesisImpl::speak
Aug 17, 2026
cd4529a
RDKEMW-21812: SpeechSynthesisImpl::speak unit tests
Aug 17, 2026
55cc929
RDKEMW-21812: SpeechSynthesisImpl::voices
Aug 17, 2026
675a81b
RDKEMW-21812: SpeechSynthesisImpl::subscribeVoiceChanged
Aug 17, 2026
bac42d0
RDKEMW-21812: SpeechSynthesisImpl::cancel
Aug 17, 2026
6d7ae94
RDKEMW-21812: SpeechSynthesisImpl::resume, pause
Aug 17, 2026
174c34a
RDKEMW-21812: SpeechSynthesisImpl::onUtteranceEvent
Aug 17, 2026
bf9256d
Add device apis for osName, osVersion and firmware (#99)
swethasukumarr Aug 19, 2026
d4d3076
RDKEMW-21812: Adding component tests
Aug 19, 2026
9eb334d
Merge branch 'develop' of github-public:rdkcentral/firebolt-cpp-clien…
Aug 19, 2026
212ede8
Merge pull request #98 from rdkcentral/RDKEMW-21812
brendanobra Aug 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Checks: >
-*,
bugprone-*,
modernize-*,
readability-*,
performance-*,
-modernize-use-trailing-return-type,
-readability-magic-numbers,
-readability-identifier-length,
-bugprone-easily-swappable-parameters

HeaderFilterRegex: '(include|src)/.*\.h$'
WarningsAsErrors: ''
84 changes: 0 additions & 84 deletions .github/copilot-instructions.md

This file was deleted.

621 changes: 621 additions & 0 deletions .github/instructions/coding-guidelines.instructions.md

Large diffs are not rendered by default.

Loading
Loading