Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spdlog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
spdlog
Commits
83304cfa
Commit
83304cfa
authored
Apr 10, 2015
by
Gabi Melman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create gh-pages branch via GitHub
parent
24b1840f
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
401 additions
and
367 deletions
+401
-367
index.html
index.html
+35
-36
params.json
params.json
+1
-1
stylesheets/normalize.css
stylesheets/normalize.css
+294
-259
stylesheets/pygment_trac.css
stylesheets/pygment_trac.css
+70
-70
stylesheets/styles.css
stylesheets/styles.css
+1
-1
No files found.
index.html
View file @
83304cfa
<!
DOCTYPE
html>
<!
doctype
html>
<html>
<head>
<meta
charset=
'utf-8'
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"chrome=1"
>
<meta
name=
"description"
content=
"Spdlog : Super fast C++ logging library."
>
<link
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
href=
"stylesheets/stylesheet.css"
>
<title>
spdlog by gabime
</title>
<link
rel=
"stylesheet"
href=
"stylesheets/styles.css"
>
<link
rel=
"stylesheet"
href=
"stylesheets/pygment_trac.css"
>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"
></script>
<script
src=
"javascripts/respond.js"
></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, user-scalable=no"
>
<title>
Spdlog
</title>
</head>
<body>
<div
id=
"header"
>
<nav>
<li
class=
"fork"
><a
href=
"https://github.com/gabime/spdlog"
>
View On GitHub
</a></li>
<li
class=
"downloads"
><a
href=
"https://github.com/gabime/spdlog/zipball/master"
>
ZIP
</a></li>
<li
class=
"downloads"
><a
href=
"https://github.com/gabime/spdlog/tarball/master"
>
TAR
</a></li>
<li
class=
"title"
>
DOWNLOADS
</li>
</nav>
</div>
<!-- end header -->
<div
class=
"wrapper"
>
<section>
<div
id=
"title"
>
<h1>
spdlog
</h1>
<p>
Super fast C++ logging library.
</p>
<hr>
<span
class=
"credits left"
>
Project maintained by
<a
href=
"https://github.com/gabime"
>
gabime
</a></span>
<span
class=
"credits right"
>
Hosted on GitHub Pages
—
Theme by
<a
href=
"https://twitter.com/michigangraham"
>
mattgraham
</a></span>
</div>
<!-- HEADER -->
<div
id=
"header_wrap"
class=
"outer"
>
<header
class=
"inner"
>
<a
id=
"forkme_banner"
href=
"https://github.com/gabime/spdlog"
>
View on GitHub
</a>
<h1
id=
"project_title"
>
Spdlog
</h1>
<h2
id=
"project_tagline"
>
Super fast C++ logging library.
</h2>
<section
id=
"downloads"
>
<a
class=
"zip_download_link"
href=
"https://github.com/gabime/spdlog/zipball/master"
>
Download this project as a .zip file
</a>
<a
class=
"tar_download_link"
href=
"https://github.com/gabime/spdlog/tarball/master"
>
Download this project as a tar.gz file
</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div
id=
"main_content_wrap"
class=
"outer"
>
<section
id=
"main_content"
class=
"inner"
>
<h1>
<a
id=
"spdlog"
class=
"anchor"
href=
"#spdlog"
aria-hidden=
"true"
><span
class=
"octicon octicon-link"
></span></a>
spdlog
</h1>
...
...
@@ -263,17 +270,9 @@ std::ostream& <span class="pl-k">operator</span><<(std::ostream& o
<p>
Edit
<a
href=
"include/spdlog/tweakme.h"
>
this
</a>
file to disable at compile time unneeded features.
</p>
</section>
</div>
<!-- FOOTER -->
<div
id=
"footer_wrap"
class=
"outer"
>
<footer
class=
"inner"
>
<p
class=
"copyright"
>
Spdlog maintained by
<a
href=
"https://github.com/gabime"
>
gabime
</a></p>
<p>
Published with
<a
href=
"https://pages.github.com"
>
GitHub Pages
</a></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>
</html>
\ No newline at end of file
params.json
View file @
83304cfa
This diff is collapsed.
Click to expand it.
stylesheets/normalize.css
View file @
83304cfa
This diff is collapsed.
Click to expand it.
stylesheets/pygment_trac.css
View file @
83304cfa
.highlight
.hll
{
background-color
:
#
ffffcc
}
.highlight
{
background
:
#f0f3f3
;
}
.highlight
.c
{
color
:
#
0099FF
;
font-style
:
italic
}
/* Comment */
.highlight
.err
{
color
:
#
AA0000
;
background-color
:
#FFAAAA
}
/* Error */
.highlight
.
k
{
color
:
#006699
;
font-weight
:
bold
}
/* Keyword
*/
.highlight
.
o
{
color
:
#555555
}
/* Operator
*/
.highlight
.
cm
{
color
:
#0099FF
;
font-style
:
italic
}
/* Comment.Multiline
*/
.highlight
.
cp
{
color
:
#009999
}
/* Comment.Preproc
*/
.highlight
.
c1
{
color
:
#0099FF
;
font-style
:
italic
}
/* Comment.Single
*/
.highlight
.
cs
{
color
:
#0099FF
;
font-weight
:
bold
;
font-style
:
italic
}
/* Comment.Special
*/
.highlight
.
gd
{
background-color
:
#FFCCCC
;
border
:
1px
solid
#CC0000
}
/* Generic.Deleted
*/
.highlight
.
ge
{
font-style
:
italic
}
/* Generic.Emph
*/
.highlight
.
gr
{
color
:
#FF0000
}
/* Generic.Error
*/
.highlight
.
gh
{
color
:
#003300
;
font-weight
:
bold
}
/* Generic.Heading
*/
.highlight
.
gi
{
background-color
:
#CCFFCC
;
border
:
1px
solid
#00CC00
}
/* Generic.Inserted
*/
.highlight
.g
o
{
color
:
#AAAAAA
}
/* Generic.Output
*/
.highlight
.g
p
{
color
:
#000099
;
font-weight
:
bold
}
/* Generic.Prompt
*/
.highlight
.g
s
{
font-weight
:
bold
}
/* Generic.Strong
*/
.highlight
.g
u
{
color
:
#003300
;
font-weight
:
bold
}
/* Generic.Subh
eading */
.highlight
.g
t
{
color
:
#99CC66
}
/* Generic.Traceback
*/
.highlight
.
kc
{
color
:
#006699
;
font-weight
:
bold
}
/* Keyword.Constan
t */
.highlight
.
kd
{
color
:
#006699
;
font-weight
:
bold
}
/* Keyword.Declaration
*/
.highlight
.
kn
{
color
:
#006699
;
font-weight
:
bold
}
/* Keyword.Namespace
*/
.highlight
.
kp
{
color
:
#006699
}
/* Keyword.Pseudo
*/
.highlight
.
kr
{
color
:
#006699
;
font-weight
:
bold
}
/* Keyword.Reserved
*/
.highlight
.k
t
{
color
:
#007788
;
font-weight
:
bold
}
/* Keyword.Type
*/
.highlight
.
m
{
color
:
#FF6600
}
/* Literal.Number
*/
.highlight
.
s
{
color
:
#CC3300
}
/* Literal.String
*/
.highlight
.
na
{
color
:
#330099
}
/* Name.Attribute
*/
.highlight
.
nb
{
color
:
#336666
}
/* Name.Builtin
*/
.highlight
.
nc
{
color
:
#00AA88
;
font-weight
:
bold
}
/* Name.Class
*/
.highlight
.
no
{
color
:
#336600
}
/* Name.Constant
*/
.highlight
.
nd
{
color
:
#9999FF
}
/* Name.Decorato
r */
.highlight
.
ni
{
color
:
#999999
;
font-weight
:
bold
}
/* Name.Entity
*/
.highlight
.n
e
{
color
:
#CC0000
;
font-weight
:
bold
}
/* Name.Exception
*/
.highlight
.n
f
{
color
:
#CC00FF
}
/* Name.Functio
n */
.highlight
.n
l
{
color
:
#9999FF
}
/* Name.Label
*/
.highlight
.n
n
{
color
:
#00CCFF
;
font-weight
:
bold
}
/* Name.Namespace
*/
.highlight
.n
t
{
color
:
#330099
;
font-weight
:
bold
}
/* Name.Tag
*/
.highlight
.n
v
{
color
:
#003333
}
/* Name.Variable
*/
.highlight
.
ow
{
color
:
#000000
;
font-weight
:
bold
}
/* Operator.Word
*/
.highlight
.
w
{
color
:
#bbbbbb
}
/* Text.Whitespace
*/
.highlight
.
mf
{
color
:
#FF6600
}
/* Literal.Number.Float
*/
.highlight
.
mh
{
color
:
#FF6600
}
/* Literal.Number.Hex
*/
.highlight
.
mi
{
color
:
#FF6600
}
/* Literal.Number.Integ
er */
.highlight
.
mo
{
color
:
#FF6600
}
/* Literal.Number.Oct
*/
.highlight
.
sb
{
color
:
#CC3300
}
/* Literal.String.Backtick
*/
.highlight
.
sc
{
color
:
#CC3300
}
/* Literal.String.Char
*/
.highlight
.
sd
{
color
:
#CC3300
;
font-style
:
italic
}
/* Literal.String.Doc
*/
.highlight
.
s2
{
color
:
#CC3300
}
/* Literal.String.Doubl
e */
.highlight
.
se
{
color
:
#CC3300
;
font-weight
:
bold
}
/* Literal.String.Escape
*/
.highlight
.
sh
{
color
:
#CC3300
}
/* Literal.String.Heredoc
*/
.highlight
.
si
{
color
:
#AA0000
}
/* Literal.String.Interpol
*/
.highlight
.
sx
{
color
:
#CC3300
}
/* Literal.String.Other
*/
.highlight
.s
r
{
color
:
#33AAAA
}
/* Literal.String.Regex
*/
.highlight
.s
1
{
color
:
#CC3300
}
/* Literal.String.Single
*/
.highlight
.s
s
{
color
:
#FFCC33
}
/* Literal.String.Symbol
*/
.highlight
.
bp
{
color
:
#336666
}
/* Name.Builtin.Pseudo
*/
.highlight
.
vc
{
color
:
#003333
}
/* Name.Variable.Class
*/
.highlight
.
vg
{
color
:
#003333
}
/* Name.Variable.Global
*/
.highlight
.
vi
{
color
:
#003333
}
/* Name.Variable.Instance
*/
.highlight
.
il
{
color
:
#FF6600
}
/* Literal.Number.Integer.Long
*/
.
type-csharp
.highlight
.k
{
color
:
#0000FF
}
.
type-csharp
.highlight
.kt
{
color
:
#0000FF
}
.
type-csharp
.highlight
.nf
{
color
:
#000000
;
font-weight
:
normal
}
.
type-csharp
.highlight
.nc
{
color
:
#2B91AF
}
.
type-csharp
.highlight
.nn
{
color
:
#000000
}
.
type-csharp
.highlight
.s
{
color
:
#A31515
}
.
type-csharp
.highlight
.sc
{
color
:
#A31515
}
.highlight
.hll
{
background-color
:
#
404040
}
.highlight
{
color
:
#d0d0d0
}
.highlight
.c
{
color
:
#
999999
;
font-style
:
italic
}
/* Comment */
.highlight
.err
{
color
:
#
a61717
;
background-color
:
#e3d2d2
}
/* Error */
.highlight
.
g
{
color
:
#d0d0d0
}
/* Generic
*/
.highlight
.
k
{
color
:
#6ab825
;
font-weight
:
normal
}
/* Keyword
*/
.highlight
.
l
{
color
:
#d0d0d0
}
/* Literal
*/
.highlight
.
n
{
color
:
#d0d0d0
}
/* Name
*/
.highlight
.
o
{
color
:
#d0d0d0
}
/* Operator
*/
.highlight
.
x
{
color
:
#d0d0d0
}
/* Other
*/
.highlight
.
p
{
color
:
#d0d0d0
}
/* Punctuation
*/
.highlight
.
cm
{
color
:
#999999
;
font-style
:
italic
}
/* Comment.Multiline
*/
.highlight
.
cp
{
color
:
#cd2828
;
font-weight
:
normal
}
/* Comment.Preproc
*/
.highlight
.
c1
{
color
:
#999999
;
font-style
:
italic
}
/* Comment.Single
*/
.highlight
.
cs
{
color
:
#e50808
;
font-weight
:
normal
;
background-color
:
#520000
}
/* Comment.Special
*/
.highlight
.g
d
{
color
:
#d22323
}
/* Generic.Deleted
*/
.highlight
.g
e
{
color
:
#d0d0d0
;
font-style
:
italic
}
/* Generic.Emph
*/
.highlight
.g
r
{
color
:
#d22323
}
/* Generic.Error
*/
.highlight
.g
h
{
color
:
#ffffff
;
font-weight
:
normal
}
/* Generic.H
eading */
.highlight
.g
i
{
color
:
#589819
}
/* Generic.Inserted
*/
.highlight
.
go
{
color
:
#cccccc
}
/* Generic.Outpu
t */
.highlight
.
gp
{
color
:
#aaaaaa
}
/* Generic.Prompt
*/
.highlight
.
gs
{
color
:
#d0d0d0
;
font-weight
:
normal
}
/* Generic.Strong
*/
.highlight
.
gu
{
color
:
#ffffff
;
text-decoration
:
underline
}
/* Generic.Subheading
*/
.highlight
.
gt
{
color
:
#d22323
}
/* Generic.Traceback
*/
.highlight
.k
c
{
color
:
#6ab825
;
font-weight
:
normal
}
/* Keyword.Constant
*/
.highlight
.
kd
{
color
:
#6ab825
;
font-weight
:
normal
}
/* Keyword.Declaration
*/
.highlight
.
kn
{
color
:
#6ab825
;
font-weight
:
normal
}
/* Keyword.Namespace
*/
.highlight
.
kp
{
color
:
#6ab825
}
/* Keyword.Pseudo
*/
.highlight
.
kr
{
color
:
#6ab825
;
font-weight
:
normal
}
/* Keyword.Reserved
*/
.highlight
.
kt
{
color
:
#6ab825
;
font-weight
:
normal
}
/* Keyword.Type
*/
.highlight
.
ld
{
color
:
#d0d0d0
}
/* Literal.Date
*/
.highlight
.
m
{
color
:
#3677a9
}
/* Literal.Numbe
r */
.highlight
.
s
{
color
:
#9dd5f1
}
/* Literal.String
*/
.highlight
.n
a
{
color
:
#bbbbbb
}
/* Name.Attribute
*/
.highlight
.n
b
{
color
:
#24909d
}
/* Name.Builti
n */
.highlight
.n
c
{
color
:
#447fcf
;
text-decoration
:
underline
}
/* Name.Class
*/
.highlight
.n
o
{
color
:
#40ffff
}
/* Name.Constant
*/
.highlight
.n
d
{
color
:
#ffa500
}
/* Name.Decorator
*/
.highlight
.n
i
{
color
:
#d0d0d0
}
/* Name.Entity
*/
.highlight
.
ne
{
color
:
#bbbbbb
}
/* Name.Exception
*/
.highlight
.
nf
{
color
:
#447fcf
}
/* Name.Function
*/
.highlight
.
nl
{
color
:
#d0d0d0
}
/* Name.Label
*/
.highlight
.
nn
{
color
:
#447fcf
;
text-decoration
:
underline
}
/* Name.Namespace
*/
.highlight
.
nx
{
color
:
#d0d0d0
}
/* Name.Oth
er */
.highlight
.
py
{
color
:
#d0d0d0
}
/* Name.Property
*/
.highlight
.
nt
{
color
:
#6ab825
;}
/* Name.Tag
*/
.highlight
.
nv
{
color
:
#40ffff
}
/* Name.Variable
*/
.highlight
.
ow
{
color
:
#6ab825
;
font-weight
:
normal
}
/* Operator.Word
*/
.highlight
.
w
{
color
:
#666666
}
/* Text.Whitespac
e */
.highlight
.
mf
{
color
:
#3677a9
}
/* Literal.Number.Float
*/
.highlight
.
mh
{
color
:
#3677a9
}
/* Literal.Number.Hex
*/
.highlight
.
mi
{
color
:
#3677a9
}
/* Literal.Number.Integer
*/
.highlight
.
mo
{
color
:
#3677a9
}
/* Literal.Number.Oct
*/
.highlight
.s
b
{
color
:
#9dd5f1
}
/* Literal.String.Backtick
*/
.highlight
.s
c
{
color
:
#9dd5f1
}
/* Literal.String.Char
*/
.highlight
.s
d
{
color
:
#9dd5f1
}
/* Literal.String.Doc
*/
.highlight
.
s2
{
color
:
#9dd5f1
}
/* Literal.String.Double
*/
.highlight
.
se
{
color
:
#9dd5f1
}
/* Literal.String.Escape
*/
.highlight
.
sh
{
color
:
#9dd5f1
}
/* Literal.String.Heredoc
*/
.highlight
.
si
{
color
:
#9dd5f1
}
/* Literal.String.Interpol
*/
.highlight
.
sx
{
color
:
#ffa500
}
/* Literal.String.Other
*/
.highlight
.sr
{
color
:
#9dd5f1
}
/* Literal.String.Regex */
.
highlight
.s1
{
color
:
#9dd5f1
}
/* Literal.String.Single */
.
highlight
.ss
{
color
:
#9dd5f1
}
/* Literal.String.Symbol */
.
highlight
.bp
{
color
:
#24909d
}
/* Name.Builtin.Pseudo */
.
highlight
.vc
{
color
:
#40ffff
}
/* Name.Variable.Class */
.
highlight
.vg
{
color
:
#40ffff
}
/* Name.Variable.Global */
.
highlight
.vi
{
color
:
#40ffff
}
/* Name.Variable.Instance */
.
highlight
.il
{
color
:
#3677a9
}
/* Literal.Number.Integer.Long */
\ No newline at end of file
stylesheets/styles.css
View file @
83304cfa
...
...
@@ -68,7 +68,7 @@
-webkit-font-smoothing
:
antialiased
;
}
/* normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */
/* normalize.css 2012-02-07T12:37 UTC - http
s
://github.com/necolas/normalize.css */
/* =============================================================================
HTML5 display definitions
========================================================================== */
...
...
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