-
Notifications
You must be signed in to change notification settings - Fork 133
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
Add option to generate_files() for keeping idl filename case #336
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0dc485f
to
ef26678
Compare
dirk-thomas
approved these changes
Nov 30, 2018
dirk-thomas
pushed a commit
that referenced
this pull request
Nov 30, 2018
dirk-thomas
pushed a commit
that referenced
this pull request
Feb 5, 2019
dirk-thomas
pushed a commit
that referenced
this pull request
Feb 12, 2019
dirk-thomas
added a commit
that referenced
this pull request
Mar 12, 2019
…ction types (#334) * add Python function for IDL-based generators * update C and C++ message generators to use IDL-based extension point * update includes in typesupport packages * replace separate action generation with IDL-based approach * don't pass .action files to legacy message generators * temporary use custom map in not yet updated generator * strip action specific suffixes from include filename * add action templates to list of dependencies * match constants with message * traits * native path * escape JSON correctly * rsplit * fix warning * comment fix * unique include directives * make pydot optional * fix linter * linter * fix comment * remove service check for feedback suffix * use UINT8_MAX * fix comment * extend action struct with FeedbackMessage * update C and C++ introspection typesupport generators to use IDL-based extension point * add missing symbols * address linter warnings * instantiate parser on demand * Add option to generate_files() for keeping idl filename case (#336) * remove unused var * remove comment * fix missing import introduced during rebase * change exported variable from <pkg>_INTERFACE_FILES to <pkg>_IDL_FILES and only include .idl files * keep <pkg>_INTERFACE_FILES for legacy generators * fix upper string length for nested strings * fix default value for strings with upper bounds * fix classification of unbounded sequence of bounded strings * fix previous fix * Adds includes for action wrapper IDL messages fields. (#337) * Adds includes for action wrapper IDL messages fields. * move includes * add includes before action * Deduplicates implicit action includes. * Use set comprehension instead (nit fix) * fix adding actions * Add missing closing brace for 'extern C' * fix missing service request/response symbols * don't generate png of AST by default * expose function to get AST * no enum support yet * fix more missing symbols * fixup * fix includes * undef NO_ERROR for Windows This was causing a build issue in tf2_msgs where a constant with the same name is defined. * dump working copy * fix struct identifier extraction when having an annotation * match renamed action types * update grammar to improve parse performance * remove obsolete ImplicitFieldCollision logic * update action tests * fix value range of char in adapter * fix char being unsigned * disable debug images of AST * use unique_identifier_msgs for goal id * up doc * fix regression on Windows * remove obsolete comment * try to fix Windows warning * remove obsolete constant * targeting Dashing * removed comment * moved template calls * remove obsolete todo * removed commented code * fix initialization of u16string * fix u16string len * avoid double initialization * moved template calls * comment in test * fix has_bounded_size trait * readd explicit dependency on absolute paths of idl files * reduce logic with all action related types being in a single file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.