Browse Source

Add toml++ 2.0.0

default_compile_flags
vector-of-bool 4 years ago
parent
commit
d6c7e04008
3 changed files with 21 additions and 1 deletions
  1. +10
    -0
      catalog.json
  2. +10
    -1
      src/dds/catalog/init_catalog.cpp
  3. +1
    -0
      tools/gen-catalog-json.py

+ 10
- 0
catalog.json View File

@@ -3400,6 +3400,16 @@
"transform": [],
"url": "https://github.com/marzer/tomlplusplus.git"
}
},
"2.0.0": {
"depends": [],
"description": "Header-only TOML config file parser and serializer for modern C++",
"git": {
"auto-lib": "tomlpp/tomlpp",
"ref": "v2.0.0",
"transform": [],
"url": "https://github.com/marzer/tomlplusplus.git"
}
}
},
"vob-json5": {

+ 10
- 1
src/dds/catalog/init_catalog.cpp View File

@@ -3172,6 +3172,15 @@ static constexpr const char INIT_PACKAGES_CONTENT[] = {
111, 109, 108, 112, 112, 47, 116, 111, 109, 108, 112, 112, 34, 44, 32, 34, 114, 101, 102, 34, 58, 32, 34, 118, 49, 46,
51, 46, 51, 34, 44, 32, 34, 116, 114, 97, 110, 115, 102, 111, 114, 109, 34, 58, 32, 91, 93, 44, 32, 34, 117, 114, 108,
34, 58, 32, 34, 104, 116, 116, 112, 115, 58, 47, 47, 103, 105, 116, 104, 117, 98, 46, 99, 111, 109, 47, 109, 97, 114,
122, 101, 114, 47, 116, 111, 109, 108, 112, 108, 117, 115, 112, 108, 117, 115, 46, 103, 105, 116, 34, 125, 125, 44, 32,
34, 50, 46, 48, 46, 48, 34, 58, 32, 123, 34, 100, 101, 112, 101, 110, 100, 115, 34, 58, 32, 91, 93, 44, 32, 34, 100,
101, 115, 99, 114, 105, 112, 116, 105, 111, 110, 34, 58, 32, 34, 72, 101, 97, 100, 101, 114, 45, 111, 110, 108, 121, 32,
84, 79, 77, 76, 32, 99, 111, 110, 102, 105, 103, 32, 102, 105, 108, 101, 32, 112, 97, 114, 115, 101, 114, 32, 97, 110,
100, 32, 115, 101, 114, 105, 97, 108, 105, 122, 101, 114, 32, 102, 111, 114, 32, 109, 111, 100, 101, 114, 110, 32, 67,
43, 43, 34, 44, 32, 34, 103, 105, 116, 34, 58, 32, 123, 34, 97, 117, 116, 111, 45, 108, 105, 98, 34, 58, 32, 34, 116,
111, 109, 108, 112, 112, 47, 116, 111, 109, 108, 112, 112, 34, 44, 32, 34, 114, 101, 102, 34, 58, 32, 34, 118, 50, 46,
48, 46, 48, 34, 44, 32, 34, 116, 114, 97, 110, 115, 102, 111, 114, 109, 34, 58, 32, 91, 93, 44, 32, 34, 117, 114, 108,
34, 58, 32, 34, 104, 116, 116, 112, 115, 58, 47, 47, 103, 105, 116, 104, 117, 98, 46, 99, 111, 109, 47, 109, 97, 114,
122, 101, 114, 47, 116, 111, 109, 108, 112, 108, 117, 115, 112, 108, 117, 115, 46, 103, 105, 116, 34, 125, 125, 125, 44,
32, 34, 118, 111, 98, 45, 106, 115, 111, 110, 53, 34, 58, 32, 123, 34, 48, 46, 49, 46, 53, 34, 58, 32, 123, 34, 100,
101, 112, 101, 110, 100, 115, 34, 58, 32, 91, 93, 44, 32, 34, 100, 101, 115, 99, 114, 105, 112, 116, 105, 111, 110, 34,
@@ -3621,7 +3630,7 @@ static constexpr const char INIT_PACKAGES_CONTENT[] = {
116, 34, 125, 125, 125, 125, 44, 32, 34, 118, 101, 114, 115, 105, 111, 110, 34, 58, 32, 49, 125
};

static constexpr int INIT_PACKAGES_STR_LEN = 96458;
static constexpr int INIT_PACKAGES_STR_LEN = 96693;

const std::vector<dds::package_info>&
dds::init_catalog_packages() noexcept {

+ 1
- 0
tools/gen-catalog-json.py View File

@@ -814,6 +814,7 @@ PACKAGES = [
'1.3.0',
# '1.3.2', # Wrong tag name in upstream
'1.3.3',
'2.0.0',
],
tag_fmt='v{}',
git_url='https://github.com/marzer/tomlplusplus.git',

Loading…
Cancel
Save