Refactor/api rewrite#455
Open
ichinii wants to merge 35 commits into
Open
Conversation
e1be7ad to
c22605c
Compare
decc4ff to
b5825f5
Compare
Model contains all structs. Used by later steps ToModel is just the conversion from Design to Model
b5825f5 to
1c877f1
Compare
- move rayx-core/src to rayx-core/include/rayx before: apps including headers from rayx-core used to include them without preceeding folder name `#include "SomeHeader.h" now: a preceeding folder name is required, this avoids name collisions and differentiates our library from user code `#include "rayx/SomeHeader.h"` - move TerminalAppConfig.h in rayx to Config.h in rayx-core, so that rayx-core has access to git rev, project version and build time - start work on unified exception based error reporting - start work on tracer. provide the API with noop trace function - refactored DeviceConfig to just a list of Devices, much simpler. In this turn simplify the enum DeviceType and add an enum DeviceTypeMask with corresponding bitwise operators
de328ab to
14ed541
Compare
2 tasks
This file contains hidden or 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
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.
description to be added...