Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CoMISo
Base
Commits
169fdc3a
Commit
169fdc3a
authored
Mar 15, 2016
by
Martin Marinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed minor ReForm coding guidelines issues.
parent
4d80f5e8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
3 deletions
+12
-3
CMakeLists.txt
CMakeLists.txt
+1
-0
Config/CMakeLists.txt
Config/CMakeLists.txt
+8
-0
Debug/DebFileOut.hh
Debug/DebFileOut.hh
+1
-1
Utils/BaseError.hh
Utils/BaseError.hh
+1
-1
Utils/StopWatch.hh
Utils/StopWatch.hh
+1
-1
No files found.
CMakeLists.txt
View file @
169fdc3a
...
...
@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.0)
project
(
Base
)
my_add_subdir
(
Code
)
my_add_subdir
(
Config
)
my_add_subdir
(
Debug
)
my_add_subdir
(
Utils
)
my_add_subdir
(
Security
)
...
...
Config/CMakeLists.txt
0 → 100644
View file @
169fdc3a
set
(
my_headers
${
CMAKE_CURRENT_SOURCE_DIR
}
/BaseDefines.hh
PARENT_SCOPE
)
set
(
my_sources
PARENT_SCOPE
)
Debug/DebFileOut.hh
View file @
169fdc3a
...
...
@@ -13,7 +13,7 @@
#ifdef DEB_ON
#include <string>
#include
"../Config/BaseDefines.hh"
#include
<Base/Config/BaseDefines.hh>
namespace
Debug
{
...
...
Utils/BaseError.hh
View file @
169fdc3a
...
...
@@ -12,7 +12,7 @@
#define BASE_ERROR_HH_INCLUDED
#include <Base/Utils/ThrowError.hh>
#include
"../Config/BaseDefines.hh"
#include
<Base/Config/BaseDefines.hh>
namespace
Base
{
...
...
Utils/StopWatch.hh
View file @
169fdc3a
...
...
@@ -48,7 +48,7 @@
#ifndef BASE_STOPWATCH_HH_INCLUDED
#define BASE_STOPWATCH_HH_INCLUDED
#include
"../Config/BaseDefines.hh"
#include
<Base/Config/BaseDefines.hh>
namespace
Base
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment