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

SDL-0234 Proxy Library RPC Generation #1556

Merged
merged 28 commits into from Apr 15, 2020
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ce59310
SDL-0234 Proxy Library RPC Generation
o-mishch Jan 15, 2020
209f500
RPC generator iOS document
yLeonid Feb 17, 2020
20bbb94
remove all custom mappings
o-mishch Feb 27, 2020
7ca6454
remove all custom mappings
o-mishch Feb 27, 2020
6276035
update doc
o-mishch Feb 27, 2020
b2831fb
changing according to review comments
o-mishch Mar 1, 2020
a5b671f
changing to flake8
o-mishch Mar 2, 2020
3c6cd6d
Update generator/README.md
o-mishch Mar 6, 2020
50a2d3e
Update generator/README.md Python version
vladmu Mar 10, 2020
abb19f3
changing according to review comments
o-mishch Mar 10, 2020
9dc248e
Apply suggestions from code review
o-mishch Mar 17, 2020
bbee519
Apply suggestions from code review
o-mishch Mar 17, 2020
4676ebd
all enums / functions / structs will be generated
o-mishch Mar 17, 2020
0f53ab9
deprecated view update
o-mishch Mar 17, 2020
4b7197e
add SDLRPCParameterNames into readme.md
o-mishch Mar 17, 2020
88a2ae6
using NSNumber from not mandatory in init
o-mishch Mar 17, 2020
45f8005
deprecated view update
o-mishch Mar 17, 2020
66e1fba
Apply suggestions from code review
o-mishch Mar 18, 2020
a94c956
Apply suggestions from code review
o-mishch Mar 18, 2020
9a0d9f6
Apply suggestions from code review
o-mishch Mar 24, 2020
ede8a54
Apply suggestions from code review
o-mishch Mar 25, 2020
cdc374e
reserved keywords
o-mishch Mar 27, 2020
97fc743
echanced deprecated view
o-mishch Mar 30, 2020
8d53846
echanced deprecated view
o-mishch Apr 1, 2020
e131215
update regexp for keywords
o-mishch Apr 2, 2020
44ed1a6
update regex in test
o-mishch Apr 2, 2020
a179e65
Apply suggestions from code review
o-mishch Apr 10, 2020
0b761b5
use all reserver keywords, instead of using ios only
o-mishch Apr 15, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -44,3 +44,10 @@ infer-out
Carthage/Build

docs/docsets/
.idea
*venv*
*__pycache__
*.pytest_cache
**htmlcov
**.coverage
_debug*
4 changes: 4 additions & 0 deletions .gitmodules
@@ -1,3 +1,7 @@
[submodule "bson_c_lib"]
path = bson_c_lib
url = https://github.com/smartdevicelink/bson_c_lib.git
[submodule "generator/rpc_spec"]
path = generator/rpc_spec
url = https://github.com/smartdevicelink/rpc_spec.git
branch = develop