Skip to content

Commit 6c1fe4d

Browse files
committed
about
1 parent 0438405 commit 6c1fe4d

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

_includes/about.html

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,33 @@
44
<div class="col-lg-8 col-lg-offset-2">
55
<h2>About</h2>
66
<hr />
7-
<p>Qlibs++ is set of modern C++ libraries.</p>
8-
<hr />
7+
<pre align="left">
8+
Qlibs++ - Modern C++ libraries
9+
10+
Mission (all libraries)
11+
12+
Quality
13+
- Compile-time self testing upon include (can be disabled with -DNTEST)
14+
- Compiles cleanly with (-Wall
15+
-Wextra
16+
-Werror
17+
-pedantic
18+
-pedantic-errors
19+
-fno-exceptions
20+
-fno-rtti
21+
-fsantize=memory
22+
-fsanitize=undefined)
23+
24+
Performance
25+
- No virtual, no RTTI, no exceptions
26+
- Optimized and Benchmarked (x86-64 focused)
27+
- Focused on fast compilation times
28+
29+
Simplicty
30+
- Single header (including documentation and tests)
31+
- Minimal dependencies (either none or STL)
32+
- Minimal API
33+
</pre>
934
</div>
1035
</div>
1136
</section>

0 commit comments

Comments
 (0)