issues
search
jbeder
/
yaml-cpp
A YAML parser and emitter in C++
MIT License
5.17k
stars
1.86k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
missing keys should throw InvalidNode, not BadConversion
#1327
rurban
closed
3 weeks ago
0
iterator_base::value_type should not be const
#1326
horenmar
opened
3 weeks ago
4
emitter: Support std::string_view
#1325
dendy
opened
1 month ago
0
[fix] Preserving Local Tags in YAML::Load
#1324
IMaloney
opened
1 month ago
0
Fix build with NVHPC
#1323
davschneller
opened
1 month ago
0
Make `YAML::convert<T>::{encode,decode}` support `std::unordered_set<T>`
#1322
jjerphan
opened
1 month ago
0
find_package(XXX REQUIRED)
#1321
copilot0058
closed
1 month ago
2
Question about Integrate it within your project using CMake
#1320
copilot0058
closed
1 month ago
1
fix(src): avoid possible infinite loop in LoadAll().
#1319
FedeDP
closed
3 weeks ago
5
fix(src,include,test): fixed multiple cases where a bad yaml was accepted
#1318
FedeDP
closed
2 months ago
0
Unnecessary bumping of SONAME
#1317
hobbes1069
opened
2 months ago
0
Remove build debug messages
#1316
orgads
closed
2 months ago
7
Not able to link yaml-cpp.lib in cpp windows project
#1315
naveenmittal04
opened
3 months ago
3
Memory node exception created
#1314
mrcao20
opened
3 months ago
0
fix: missing token enum name
#1313
SGSSGene
closed
3 months ago
0
fix: parse files with '\r' symbols as line ending correctly
#1312
SGSSGene
closed
3 months ago
1
Use `FetchContent_MakeAvailable`
#1311
LecrisUT
closed
3 months ago
1
emitterutils: Explicitly include <cstdint>
#1310
csfore
closed
3 months ago
0
Carriage return is not considered as a line break character
#1309
Hind-M
closed
3 months ago
2
fix compile warning(Pull requests #1305)(Issues #1306)
#1308
RonsonNamek
closed
3 months ago
1
yaml-cpp-0.8.0 fails due to missing missing include <cstdint> with gcc-5.0.0_pre20240804 snapshot
#1307
t-dr
closed
3 months ago
1
Newest commit breaks build
#1306
lukas-wresch
closed
3 months ago
2
Fix compile warning with -Wshadow and unused-includes
#1305
RonsonNamek
closed
3 months ago
1
How to push_back a map-node rather than a quote?
#1304
yuzu-ogura
closed
3 months ago
0
Use c-strings to constant initialize token array
#1303
JosiahWI
closed
3 months ago
0
Run format target from project root
#1302
JosiahWI
closed
3 months ago
0
CMake warning when using FetchContent
#1301
nilsvu
opened
3 months ago
0
Compiler warnings can't be disabled when using FetchContent
#1300
nilsvu
opened
3 months ago
1
issue
#1299
fbs
closed
4 months ago
0
doc, fix: invalid liquid '{{...}}' tags
#1298
SGSSGene
closed
3 months ago
0
fix: use C locale by default
#1297
SGSSGene
closed
4 months ago
2
seems yaml-cpp conan package does not support build_type=RelWithDebInfo properly.
#1296
apollomok
opened
4 months ago
0
.a works on many facility but error when compile on one of arm
#1295
OrdinaryChen
closed
4 months ago
1
Example from tutorial crashes
#1294
jesusha123
closed
4 months ago
2
fix: prettier floating point numbers
#1293
SGSSGene
closed
2 weeks ago
17
Parsing Binary value in Literal syntax resulting in extra newline character being added.
#1292
davidzchen
opened
4 months ago
2
Is the key of a node can be modified?
#1291
yuzu-ogura
closed
4 months ago
1
Empty strings are silently replaced with 'null' now
#1290
Anton3
opened
5 months ago
5
Floating-point numbers are uglified, a.k.a. write shortest floating-point representation with round-trip guarantee
#1289
Anton3
closed
2 weeks ago
23
How to import yaml-cpp to my project using yaml-cpp-config.cmake?
#1288
Lqs66
closed
5 months ago
1
`YAML::Literal` does not work for `YAML::Binary`
#1287
davidzchen
opened
5 months ago
5
Add example of emitting tags to documentation.
#1286
davidzchen
opened
5 months ago
2
CMake: handle backward compatibility
#1285
aberaud
opened
5 months ago
3
Problems with absend symbols in static library on Windows
#1284
d7dsem
closed
5 months ago
5
Add missing iostream header
#1283
rurban
opened
5 months ago
4
Numbers are emitted wrongly under non-C locales.
#1282
Botje
closed
4 months ago
2
YAML Emitter using YAML::DoubleQuoted when emitted in a destructor of a staticly created struct/class
#1281
Krausler
opened
6 months ago
0
Building robot_localization pkg error with yaml-cpp target not found
#1280
iyhabz
opened
6 months ago
4
Adding support for handling YAML Merge Key (#41) - proper keys comparison for merging
#1279
azat
opened
6 months ago
0
Avoid static reference to temporary
#1278
frankosterfeld
closed
6 months ago
1
Next