-
Notifications
You must be signed in to change notification settings - Fork 179
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
[config] Remove simpleini as submodule #1806
Conversation
doc/rst/conf.py
Outdated
@@ -92,7 +92,7 @@ | |||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom | |||
# ones. | |||
extensions = [ | |||
'sphinx_book_theme', |
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.
@Peguen why did you remove this line? It seems unrelated.
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.
There seem to be a few unrelated changes which might make sense to realize them in another PR.
Otherwise it seems good!
Configuration::Configuration() | ||
{ | ||
} | ||
Configuration::Configuration() = default; |
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.
Seems like an unrelated change
@@ -29,7 +29,7 @@ namespace eCAL | |||
attributes.network_enabled = reg_config_.network_enabled; | |||
attributes.loopback = reg_config_.loopback; | |||
attributes.drop_out_of_order_messages = sub_config_.drop_out_of_order_messages; | |||
attributes.registation_timeout_ms = reg_config_.registration_timeout; | |||
attributes.registration_timeout_ms = reg_config_.registration_timeout; |
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.
Seems like an unrelated change
@@ -59,7 +59,7 @@ namespace eCAL | |||
bool network_enabled; | |||
bool drop_out_of_order_messages; | |||
bool loopback; | |||
unsigned int registation_timeout_ms; | |||
unsigned int registration_timeout_ms; |
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.
Seems like an unrelated change
@@ -28,7 +28,7 @@ namespace eCAL | |||
SHM::SAttributes attributes; | |||
|
|||
attributes.process_id = attr_.process_id; | |||
attributes.registration_timeout_ms = attr_.registation_timeout_ms; | |||
attributes.registration_timeout_ms = attr_.registration_timeout_ms; |
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.
Seems like an unrelated change
Description
Submodule and simpleini dependencies removed.
ecaltime plugin switched to using yaml.