-
Notifications
You must be signed in to change notification settings - Fork 175
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
Stack_Analyzer:Adapted to MagicEyes #720
Conversation
Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
…tformat Signed-off-by: LiuLingze <[email protected]>
…tformat Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
Signed-off-by: LiuLingze <[email protected]>
…tformat Signed-off-by: LiuLingze <[email protected]>
@ziyangfu 帮忙看看哈 |
@@ -28,6 +29,7 @@ if (NOT EXISTS ${SRC_GEN_TARGET_DIR}) | |||
message(STATUS "directory create success") | |||
endif () | |||
|
|||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include/ ${SRC_GEN_TARGET_DIR}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果不想include名字太长,也可以的,建议最起码带上你的工具名,这样对以后的集成工具使用者比较友好。就是你在代码里 #include “stack_analyzer/.skel.h”, 而不是直接的 #include “.skel.h” 。下次提交pr的时候再改就行
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我对整个工程的实现目前还了解的不多,只能在构建上给出建议。具体的实现是否存在优化空间,需要其他参与者 review。
嗯,你只要看是否符合你的工程框架,这块没问题就可以了,其他的内容我们来把控 |
好滴 |
如果框架工程没问题,你就可以先approve吧 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.