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

CPPTest: CXX compilor target added #191

Conversation

HaseenaSainul
Copy link
Contributor

No description provided.

@sramani-metro sramani-metro merged commit 7b88a18 into rdkcentral:features/cpp Oct 9, 2023
1 check passed
@HaseenaSainul HaseenaSainul deleted the development/features/cpp-test branch October 9, 2023 09:59
jlacivita added a commit that referenced this pull request Mar 27, 2024
* CPPSDK: manage test added (#189)

* CPPSDK: standalone cpp test case added (#190)

* CPPTest: CXX compilor target added (#191)

* CPPSDK: test event sample test added (#192)

* CPPSDK: test event sample test added

* CPPSDK: more event test added

* CPPSDK: test updates based on interface name changes + disable rpc-only based methods/events (#205)

* CPPSDK: test case added for core (#209)

* CPPSDK: test case added for core

* Manage Test update based on provider integration

* Manage Test update based on provider integration

* Core test update to add more test case to link with provider sequence

* Core/Manage test app updates

* CPPSDK: templates added for metrics calls-metrics methods

* CPPSDK: test updates

* CPPSDK: Core test app updated with discovery.launch and watchNext

* CPPSDK: Core test cases added for discovery and capabilities

* CPPSDK: Core test cases updated based on openrpc generation support in features/cpp branch

* CPPSDK: install command added (#218)

* CoreTest: use has_value() check before accessing optional field (#222)

* use cpp header for strtok (#228)

* CPPSDK: use cpp header for strtok and cleanup (#230)

* CPP: update based on merge with next branch (#237)

* CPPSDK: updated Core test app to align with next branch merge changes (#238)

* CPPSDK: Async test case updates (#249)

* Pointed openrpc to cpp branch

* Pointed openrpc to cpp branch

* fix: Upgrade to latest firebolt-openrpc next build

---------

Co-authored-by: Santhosh Ramani <s.ramani@metrological.com>
Co-authored-by: Shah, Kevin <Kevin_Shah@comcast.com>
Co-authored-by: Jeremy LaCivita <jeremy.lacivita@comcast.com>
kevinshahfws pushed a commit that referenced this pull request Mar 27, 2024
# [1.2.0-next.1](v1.1.1-next.2...v1.2.0-next.1) (2024-03-27)

### Features

* Firebolt CPP SDKs ([5ea5d4e](5ea5d4e)), closes [#189](#189) [#190](#190) [#191](#191) [#192](#192) [#205](#205) [#209](#209) [#218](#218) [#222](#222) [#228](#228) [#230](#230) [#237](#237) [#238](#238) [#249](#249)
kschrief pushed a commit that referenced this pull request Jun 12, 2024
# [2.0.0-next-major.1](v1.1.0...v2.0.0-next-major.1) (2024-06-12)

### Bug Fixes

* Add PlaylistEntity to EntityIntent ([9769d6d](9769d6d))
* Add some context for events vs transitions ([ee9dd21](ee9dd21))
* Added code example ([2049199](2049199))
* Adding more details ([55e6fc3](55e6fc3))
* Aligning Presentation w/ Lifecycle ([68d67c8](68d67c8))
* Cleaned up Presentation spec ([06a0f40](06a0f40))
* Comment out sanity tests ([1b719e1](1b719e1))
* Extra newline for really long words ([9e8c7fd](9e8c7fd))
* Formatting ([1608784](1608784))
* latest udpates ([c64aab6](c64aab6))
* Latest WG edits ([0feb4d6](0feb4d6))
* Latest working group changes ([de7fc82](de7fc82))
* Legacy specification support fix ([08beac4](08beac4))
* more ntoes ([88f29b1](88f29b1))
* Move HDMI, UserInterest over to new RPC paradigm ([462d6a1](462d6a1))
* Piotr's feedback/edits ([84c9d65](84c9d65))
* Post-merge cleanup ([c6f8767](c6f8767))
* Presentation Working Group Edits ([b559ea7](b559ea7))
* Removed sdk as required field from Device.version ([#231](#231)) ([ef3de3e](ef3de3e))
* table clean up ([24e17e1](24e17e1))
* Today's working group edits ([31cebed](31cebed))
* Trigger major version build ([247d20c](247d20c))
* Typos ([71ce04b](71ce04b))
* Update CI to use new npm script name ([543afc4](543afc4))
* Updates form today's WG ([ab21aac](ab21aac))
* Updates from today's WG ([cb3d6ac](cb3d6ac))
* Updates from today's working group ([218cefb](218cefb))
* Word publish scripts ([#78](#78)) ([0e50c01](0e50c01))

### chore

* Tag for next-major ([#76](#76)) ([42d7435](42d7435))

### Features

* Add content-access api, deprecate entitlements, remove availabi… ([#83](#83)) ([a87dd03](a87dd03))
* CI/CD docs (next-major) and merges (next-major/main) ([#245](#245)) ([49ab03d](49ab03d))
* Command and Control Intents ([#251](#251)) ([c8f8dae](c8f8dae))
* Firebolt CPP SDKs ([5ea5d4e](5ea5d4e)), closes [#189](#189) [#190](#190) [#191](#191) [#192](#192) [#205](#205) [#209](#209) [#218](#218) [#222](#222) [#228](#228) [#230](#230) [#237](#237) [#238](#238) [#249](#249)
* First Draft based on today's working group ([b51ee9e](b51ee9e))
* Resource Deallocators and Loading Screens ([61e9379](61e9379))
* User Interest ([#170](#170)) ([48a1094](48a1094))

### BREAKING CHANGES

* Capabilities support in firebolt 1.0
* previous breaking change commit had this in the wrong place, putting it here now.
kschrief pushed a commit that referenced this pull request Jun 14, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-06-14)

### Bug Fixes

* Add PlaylistEntity to EntityIntent ([9769d6d](9769d6d))
* CHANGELOG formatting for Core SDK ([de051a4](de051a4))
* Remove x-alternatives that don't exist ([#278](#278)) ([e38ad5a](e38ad5a))
* Removed sdk as required field from Device.version ([#231](#231)) ([ef3de3e](ef3de3e))
* Update CHANGELOG.md ([85e6ccb](85e6ccb))

### Features

* CI/CD docs (next-major) and merges (next-major/main) ([#245](#245)) ([49ab03d](49ab03d))
* Command and Control Intents ([#251](#251)) ([c8f8dae](c8f8dae))
* Firebolt CPP SDKs ([5ea5d4e](5ea5d4e)), closes [#189](#189) [#190](#190) [#191](#191) [#192](#192) [#205](#205) [#209](#209) [#218](#218) [#222](#222) [#228](#228) [#230](#230) [#237](#237) [#238](#238) [#249](#249)
* Updated CHANGELOGS for SDKs for version 1.2.0 ([b20b38d](b20b38d))
* User Interest ([#170](#170)) ([48a1094](48a1094))
kschrief pushed a commit that referenced this pull request Jun 14, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-06-14)

### Bug Fixes

* Add PlaylistEntity to EntityIntent ([9769d6d](9769d6d))
* CHANGELOG formatting for Core SDK ([de051a4](de051a4))
* Remove x-alternatives that don't exist ([#278](#278)) ([e38ad5a](e38ad5a))
* Removed sdk as required field from Device.version ([#231](#231)) ([ef3de3e](ef3de3e))
* Update CHANGELOG.md ([85e6ccb](85e6ccb))

### Features

* CI/CD docs (next-major) and merges (next-major/main) ([#245](#245)) ([49ab03d](49ab03d))
* Command and Control Intents ([#251](#251)) ([c8f8dae](c8f8dae))
* Firebolt CPP SDKs ([5ea5d4e](5ea5d4e)), closes [#189](#189) [#190](#190) [#191](#191) [#192](#192) [#205](#205) [#209](#209) [#218](#218) [#222](#222) [#228](#228) [#230](#230) [#237](#237) [#238](#238) [#249](#249)
* Updated CHANGELOGS for SDKs for version 1.2.0 ([b20b38d](b20b38d))
* User Interest ([#170](#170)) ([48a1094](48a1094))
kschrief pushed a commit that referenced this pull request Jun 17, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-06-17)

### Bug Fixes

* Add PlaylistEntity to EntityIntent ([9769d6d](9769d6d))
* CHANGELOG formatting for Core SDK ([de051a4](de051a4))
* Remove x-alternatives that don't exist ([#278](#278)) ([e38ad5a](e38ad5a))
* Removed sdk as required field from Device.version ([#231](#231)) ([ef3de3e](ef3de3e))
* Update CHANGELOG.md ([85e6ccb](85e6ccb))

### Features

* CI/CD docs (next-major) and merges (next-major/main) ([#245](#245)) ([49ab03d](49ab03d))
* Command and Control Intents ([#251](#251)) ([c8f8dae](c8f8dae))
* Firebolt CPP SDKs ([5ea5d4e](5ea5d4e)), closes [#189](#189) [#190](#190) [#191](#191) [#192](#192) [#205](#205) [#209](#209) [#218](#218) [#222](#222) [#228](#228) [#230](#230) [#237](#237) [#238](#238) [#249](#249)
* Updated CHANGELOGS for SDKs for version 1.2.0 ([b20b38d](b20b38d))
* User Interest ([#170](#170)) ([48a1094](48a1094))
kschrief pushed a commit that referenced this pull request Jun 17, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-06-17)

### Bug Fixes

* Add PlaylistEntity to EntityIntent ([9769d6d](9769d6d))
* CHANGELOG formatting for Core SDK ([de051a4](de051a4))
* Remove x-alternatives that don't exist ([#278](#278)) ([e38ad5a](e38ad5a))
* Removed sdk as required field from Device.version ([#231](#231)) ([ef3de3e](ef3de3e))
* Update CHANGELOG.md ([85e6ccb](85e6ccb))

### Features

* CI/CD docs (next-major) and merges (next-major/main) ([#245](#245)) ([49ab03d](49ab03d))
* Command and Control Intents ([#251](#251)) ([c8f8dae](c8f8dae))
* Firebolt CPP SDKs ([5ea5d4e](5ea5d4e)), closes [#189](#189) [#190](#190) [#191](#191) [#192](#192) [#205](#205) [#209](#209) [#218](#218) [#222](#222) [#228](#228) [#230](#230) [#237](#237) [#238](#238) [#249](#249)
* Updated CHANGELOGS for SDKs for version 1.2.0 ([b20b38d](b20b38d))
* User Interest ([#170](#170)) ([48a1094](48a1094))
kschrief pushed a commit that referenced this pull request Jun 17, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-06-17)

### Bug Fixes

* Add discovery to semantic-release ([#282](#282)) ([7966bd3](7966bd3))
* Add PlaylistEntity to EntityIntent ([9769d6d](9769d6d))
* CHANGELOG formatting for Core SDK ([de051a4](de051a4))
* Remove x-alternatives that don't exist ([#278](#278)) ([e38ad5a](e38ad5a))
* Removed sdk as required field from Device.version ([#231](#231)) ([ef3de3e](ef3de3e))
* Update CHANGELOG.md ([85e6ccb](85e6ccb))

### Features

* CI/CD docs (next-major) and merges (next-major/main) ([#245](#245)) ([49ab03d](49ab03d))
* Command and Control Intents ([#251](#251)) ([c8f8dae](c8f8dae))
* Firebolt CPP SDKs ([5ea5d4e](5ea5d4e)), closes [#189](#189) [#190](#190) [#191](#191) [#192](#192) [#205](#205) [#209](#209) [#218](#218) [#222](#222) [#228](#228) [#230](#230) [#237](#237) [#238](#238) [#249](#249)
* Updated CHANGELOGS for SDKs for version 1.2.0 ([b20b38d](b20b38d))
* User Interest ([#170](#170)) ([48a1094](48a1094))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants