-
Notifications
You must be signed in to change notification settings - Fork 1
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
iss-25: Add initial IntervalDTO, MultiDimInterDTO, and their associated converters #37
iss-25: Add initial IntervalDTO, MultiDimInterDTO, and their associated converters #37
Conversation
|
||
include util/Makefile.include | ||
|
||
# Objects | ||
SBG_OBJ=$(addprefix $(BUILD_DIR)/, $(SBG_SRC:.cpp=.o)) | ||
|
||
create-folders:: | ||
@mkdir -p $(BUILD_DIR)/$(SBG_ROOT) | ||
@mkdir -p $(BUILD_DIR)/$(SBG_ROOT) \ | ||
@mkdir -p $(BUILD_DIR)/$(DTO_ROOT) \ |
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.
I'll move DTO and API related sources to a separate Makefile as part of #38
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.
Done in fe8d3bb.
Nice!! 👏 👏 Thanks for fixing #31 |
Add the initial implementation of IntervalDTO and it's associated converter, with the intention of having a common API for client code.
Also fixed #31, which was reproduced with @joaquinffernandez when setting a new clean environment and compiling sb-graph for the first time. Full log: