Skip to content

Commit

Permalink
Expose servus_host and servus_port keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eilemann authored and Stefan Eilemann committed Feb 22, 2018
1 parent 2e9a23a commit 52c98d8
Show file tree
Hide file tree
Showing 7 changed files with 962 additions and 1,083 deletions.
48 changes: 24 additions & 24 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
---
Language: Cpp
Standard: Cpp11
AccessModifierOffset: -4
ConstructorInitializerIndentWidth: 4
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: false
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlinesLeft: true
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakTemplateDeclarations: true
AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations: true
BinPackParameters: true
BreakBeforeBinaryOperators: false
BreakBeforeBraces: Allman # brace on new line
BreakBeforeTernaryOperators: true
BinPackParameters: true
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DerivePointerBinding: true
ExperimentalAutoDetectBinPacking: false
FixNamespaceComments: false
IndentCaseLabels: false
MaxEmptyLinesToKeep: 1
IndentFunctionDeclarationAfterType: true
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
Language: Cpp
MaxEmptyLinesToKeep: 1
NamespaceIndentation: None
PenaltyBreakBeforeFirstCallParameter: 100
PenaltyBreakComment: 60
PenaltyBreakString: 1000
PenaltyBreakFirstLessLess: 120
PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 200
PointerBindsToType: true
SpacesBeforeTrailingComments: 1
Cpp11BracedListStyle: true
Standard: Auto
IndentWidth: 4
TabWidth: 4
UseTab: Never
BreakBeforeBraces: Allman # brace on new line
IndentFunctionDeclarationAfterType: true
SpacesInParentheses: false # '(' style
SpacesInAngles: false # '< ' style
SpaceInEmptyParentheses: false
SpacesInCStyleCastParentheses: false
SortIncludes: true
SpaceAfterControlStatementKeyword: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
ContinuationIndentWidth: 4
SortIncludes: true
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false # '< ' style
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false # '(' style
Standard: Cpp11
TabWidth: 4
UseTab: Never
...
4 changes: 3 additions & 1 deletion doc/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@

# git master

* [82](https://github.com/HBPVis/Servus/pull/20):
Expose servus_host and servus_port keys.
* [80](https://github.com/HBPVis/Servus/pull/80):
Failsafe when Servus implementation can't be created and fallback to dummy.
Failsafe when Servus implementation can't be created and fallback to dummy.
* [77](https://github.com/HBPVis/Servus/pull/77):
Add test driver implementation for Servus
* [76](https://github.com/HBPVis/Servus/pull/76):
Expand Down
Loading

0 comments on commit 52c98d8

Please sign in to comment.