File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments