-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README_EN.txt
53 lines (44 loc) · 1.91 KB
/
README_EN.txt
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
* README_EN.txt
* 2023.03.11
* rapidyaml
1. DESCRIPTION
2. SOURCES
3. PATCHES
4. DEPENDENCIES
5. EXTERNALS
6. AUTHOR
-------------------------------------------------------------------------------
1. DESCRIPTION
-------------------------------------------------------------------------------
`rapidyaml` library fork
-------------------------------------------------------------------------------
2. SOURCES
-------------------------------------------------------------------------------
https://github.com/biojppm/rapidyaml
-------------------------------------------------------------------------------
3. PATCHES
-------------------------------------------------------------------------------
The original library patched to fix these issues:
1. Use std::is_trivially_copyable in GCC major version less than 5:
``is_trivially_copyable` is not member of `std` (GCC < 5)``:
https://github.com/biojppm/rapidyaml/issues/70
2. Use std::align in GCC major version less than 5:
`std::align not supported by g++4.9`:
https://stackoverflow.com/questions/27064791/stdalign-not-supported-by-g4-9
-------------------------------------------------------------------------------
4. DEPENDENCIES
-------------------------------------------------------------------------------
N/A
-------------------------------------------------------------------------------
5. EXTERNALS
-------------------------------------------------------------------------------
To checkout externals you must use the
[vcstool](https://github.com/dirk-thomas/vcstool) python module.
NOTE:
To install the module from the git repository:
>
python -m pip install git+https://github.com/dirk-thomas/vcstool
-------------------------------------------------------------------------------
6. AUTHOR
-------------------------------------------------------------------------------
Andrey Dibrov (andry at inbox dot ru)