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
A
aion
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
Philip Trettner
aion
Commits
6de00aa9
Commit
6de00aa9
authored
Jul 07, 2018
by
Philip Trettner
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://www.graphics.rwth-aachen.de:9000/ptrettner/aion
parents
bbea44f7
55c5bfa9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3590 additions
and
3880 deletions
+3590
-3880
CMakeLists.txt
CMakeLists.txt
+1
-1
src/aion/common/format.cc
src/aion/common/format.cc
+350
-1332
src/aion/common/format.hh
src/aion/common/format.hh
+3239
-2547
No files found.
CMakeLists.txt
View file @
6de00aa9
...
...
@@ -10,6 +10,6 @@ if (MSVC)
target_compile_options
(
aion PUBLIC /MP
)
else
()
target_compile_options
(
aion PRIVATE -Wall -Werror -fPIC
)
target_compile_options
(
aion P
UBLIC
target_compile_options
(
aion P
RIVATE
$<$<COMPILE_LANGUAGE:CXX>:-std=c++11>
)
endif
()
src/aion/common/format.cc
View file @
6de00aa9
This diff is collapsed.
Click to expand it.
src/aion/common/format.hh
View file @
6de00aa9
This diff is collapsed.
Click to expand it.
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