-
-
Notifications
You must be signed in to change notification settings - Fork 61
Builds perfectly on windows (Visual studio code) and added Makefile(make). #4
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
Conversation
@hsluoyz you can review the code and pull the commits. |
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.
Would be great if you add build instructions so I can clone your branch and test in my laptop
@hsluoyz can review and merge it? |
Casbin assets added. Placeholder folders added.
Role manager abstract class(interface) added. Changes in include directives. Made necessary changes Removed .github folder.
DefaultRoleManager added. Removed unnecessary includeFiles. Made changes in ordered to unorder_map, enum to enum-class and declaring iterators inside for loop. h to hpp
Have squashed the commits to the important ones, now you can merge it. |
Make your code compile on Visual Studio. |
I have made a Makefile and the codebase builds perfectly on my system(Windows Visual Studio Code.) |
@hsluoyz can you please confirm it on your working environment and let me know if any changes to be made on my side or feel free to change. |
Base your code on our latest master branch, follow our folder structure, filename naming, etc. |
Yeah, already done and also following Google CPP code style guide. |
No description provided.