-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
54 lines (33 loc) · 1.3 KB
/
README
File metadata and controls
54 lines (33 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
__vic's C++ library
(c) Victor Dyachenko aka __vic <victor.dyachenko@protonmail.com> since 2007
OVERVIEW
__vic library is a collection of useful lightweight C++ utilities that I use
in my everyday activity. Most parts of the library have been written using
standard C++. Various extensions are used for optimization but for all of them
implementation with standard facilities is supplied.
The essential information about the library can be found in doc/ subdirectory
that contains XML-sources of the documentation that can be converted to HTML
(via XSLT).
DOCUMENTATION
https://github.com/viccpp/__vic-doc
SOURCES
https://github.com/viccpp/__vic
https://notabug.org/__vic/__vic
LICENSING
Public domain. Check the LICENSE file.
BRANCHES
iso
Potentially terminal branch containing only facilities that can be built
strictly on top of some version of ISO C++ standard.
posix, windows
Terminal branches containing platform-specific facilities and facilities
from iso branch optimized for the platform.
generic
Nonterminal branch containing common parts (usually interfaces and doc) of
platform-specific branches.
exp/*
Topic branches for experimental features.
Typical workflow of merging the branches looks like this:
/ posix
iso -> generic ->
\ windows