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

Creating a uAttributes Builder Class #40

Closed
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a73efad
Update CONTRIBUTORS.adoc
giorgiozoppi Sep 30, 2023
8cd9f55
Merge pull request #1 from giorgiozoppi/giorgiozoppi-credit-patch-1
giorgiozoppi Sep 30, 2023
f89cce0
Merge pull request #13 from giorgiozoppi/main
Nov 6, 2023
c420354
Merge branch 'uprotocol-1.5' into main
Dec 19, 2023
f01f540
Update CONTRIBUTORS.adoc (#31) (#32)
Dec 19, 2023
db0a163
Feature/uri 1.5 adi (#38)
MelamudMichael Jan 29, 2024
9e314c3
Creating a uAttributes Builder Class
monierabdullah Jan 30, 2024
3e4fff5
Feature/conan support #2 (#43)
MelamudMichael Feb 5, 2024
6a2fcda
Fix readme based on last commit (#44)
Feb 5, 2024
2558713
[cmake] Keep unit tests as optional (#46)
uilianries Feb 7, 2024
3cd020f
add option for up-core-api dir (#47)
uilianries Feb 7, 2024
afa8968
updating conanfile (#48)
MelamudMichael Feb 7, 2024
24e60c1
Update conanfile.py (#50)
MelamudMichael Feb 8, 2024
f843c5c
Update README.md (#51)
MelamudMichael Feb 8, 2024
b88c632
UAttributesBuilder, #include protobuf files
monierabdullah Feb 15, 2024
a9fc43c
cmakes rewritten to support modern cmake style and future Conan pack…
maxfaine Feb 20, 2024
9360a9d
Resolving Code Review Comments
monierabdullah Feb 20, 2024
ff5f9e5
Feature/add submodule up core api (#55)
maxfaine Feb 26, 2024
aa590f4
Feature/adding thread pool (#53)
MelamudMichael Feb 26, 2024
3524f35
Adding workflow to build and test (#56)
Feb 26, 2024
b665bd1
Add conan package create to ci workflow (#57)
Feb 26, 2024
0e37da9
Merge remote-tracking branch 'up-cpp-main/main' into uprotocol-1.5
MelamudMichael Feb 28, 2024
7e16970
Adjusting code to use protobuf files
monierabdullah Feb 28, 2024
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
3 changes: 2 additions & 1 deletion include/uprotocol-cpp/rpc/RpcClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

#include <future>
#include <uprotocol-cpp/transport/datamodel/UPayload.h>
#include <uprotocol-cpp/transport/datamodel/UAttributes.h>
#include <uprotocol-cpp/transport/datamodel/UAttributesBuilder.h>
moniercoding marked this conversation as resolved.
Show resolved Hide resolved
#include "up-core-api/uattributes.pb.h"

using namespace uprotocol::utransport;
using namespace uprotocol::uri;
Expand Down
270 changes: 0 additions & 270 deletions include/uprotocol-cpp/transport/datamodel/UAttributes.h

This file was deleted.

Loading