Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit 19ddc15

Browse files
committed
[AWIBOF-5071] Release v0.7.2
- Update clang-format - Update documents Signed-off-by: isaac.baek <isaac.baek@samsung.com>
1 parent 9ee168b commit 19ddc15

File tree

204 files changed

+3817
-2538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+3817
-2538
lines changed

.clang-format

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ BreakConstructorInitializersBeforeComma: false
5050
BreakConstructorInitializers: BeforeColon
5151
BreakAfterJavaFieldAnnotations: false
5252
BreakStringLiterals: true
53-
ColumnLimit: 0
53+
ColumnLimit: 84
5454
CommentPragmas: '^ IWYU pragma:'
5555
CompactNamespaces: false
5656
ConstructorInitializerAllOnOneLineOrOnePerLine: true
@@ -135,7 +135,7 @@ SpaceAfterCStyleCast: false
135135
SpaceAfterLogicalNot: false
136136
SpaceAfterTemplateKeyword: false
137137
SpaceBeforeAssignmentOperators: true
138-
SpaceBeforeCpp11BracedList: false
138+
SpaceBeforeCpp11BracedList: true
139139
SpaceBeforeCtorInitializerColon: false
140140
SpaceBeforeInheritanceColon: true
141141
SpaceBeforeParens: ControlStatements

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(CMAKE_C_COMPILER "gcc")
44

55
project(
66
AIR
7-
VERSION 0.7.1
7+
VERSION 0.7.2
88
DESCRIPTION "Analytics In Real-time"
99
LANGUAGES CXX C
1010
)

0 commit comments

Comments
 (0)