issues
search
skystrife
/
cpptoml
cpptoml is a header-only library for parsing TOML
MIT License
587
stars
133
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
compile issue
#131
crackun24
opened
4 months ago
0
Add missing include
#130
Organic-Code
opened
1 year ago
0
Fix compilation
#129
mika314
opened
1 year ago
0
version mismatch
#128
Alessandro-Barbieri
opened
2 years ago
0
Update to use C++17 std::optional
#127
bracketttc
closed
2 years ago
0
GCC 11.1.0 build errors
#126
Valmar33
opened
3 years ago
6
Conan Support
#125
gegles
opened
3 years ago
0
cmake: output cpptoml.pc for pkg-config discoverability
#124
colemickens
opened
3 years ago
0
g++-11 requires limits header
#123
eddelbuettel
opened
3 years ago
11
Added support for int32_t and float
#122
malkindan
opened
4 years ago
0
Add support for int32 and float
#121
malkindan
opened
4 years ago
0
toml lang updated to 1.0.0-rc1
#120
iwongdotcn
opened
4 years ago
6
Added string parse functionality
#119
perara
opened
4 years ago
0
Modify build to use GNUInstallDirs
#118
RaineForest
opened
4 years ago
0
parse float as integer
#117
X1aomu
opened
4 years ago
0
Remove default from switches where all cases are covered.
#116
ldav1s
opened
4 years ago
1
Explicitly std::move to avoid copying on older compilers.
#115
ldav1s
opened
4 years ago
1
toml_writer indents incorrectly?
#114
cmaughan
opened
5 years ago
0
Mutate table values?
#113
cmaughan
closed
5 years ago
1
Add support for override files and stringified values
#112
cryptocode
closed
5 years ago
0
update
#111
ChemBrain
opened
5 years ago
0
how to write comments into the toml file?
#110
rejuce
opened
5 years ago
0
behaviour of get_array_of<T>.value_or(5)
#109
rejuce
opened
5 years ago
0
Fields not appearing in the reverse order that I inserted them
#108
jwcodee
opened
5 years ago
1
Use std::optional if available
#107
vlovich
opened
5 years ago
0
Segmentation fault when get_as std::string when table not found
#106
zrsmithson
opened
5 years ago
0
deleted
#105
aiskuld
closed
5 years ago
0
Read multiple files with duplicate entries
#104
jkugelman
opened
5 years ago
0
Fedora Package
#103
khoitd1997
opened
5 years ago
0
Check BOM file Enconding
#102
facku24
opened
5 years ago
0
Support special floating point values: nan, inf.
#101
tfiner
opened
5 years ago
0
Does this implementation preserve comments when writing a table read from a file?
#100
thejohnfreeman
opened
5 years ago
3
ability to specify double precision when writing out
#99
nephatrine
opened
5 years ago
1
cpptoml: Fix parsing of [int, double...] arrays
#98
lukeadams
closed
1 month ago
0
How may one get a list of keys in an array?
#97
88Unknown88
closed
3 years ago
1
How can I use inline table
#96
injae
opened
5 years ago
2
Writing doubles results in excess precision being written.
#95
thomas-frantz
opened
5 years ago
0
Allow a BOM
#94
rare25
opened
5 years ago
0
Add a plain value method for retrieving value from option class
#93
cfrank
opened
5 years ago
0
one-char typo
#92
eddelbuettel
closed
6 years ago
0
Fix find_end_of_date to actually find the end of date (was eating all…
#91
monkeydom
closed
6 years ago
3
cpptoml does not allow empty inline objects
#90
monkeydom
closed
6 years ago
1
Two possible Date related regressions
#89
eddelbuettel
closed
6 years ago
6
Option for outputing multiline strings
#88
Kazuo256
opened
6 years ago
0
Remove old-style cast.
#87
ldav1s
closed
6 years ago
1
Make header guard use a non-reserved identifier.
#86
ldav1s
closed
6 years ago
1
Assigning to auto&& does some funky things
#85
mika314
closed
6 years ago
1
Changed exception thrown when file is not found to more meaningful std::invalid_argument
#84
robinchrist
opened
6 years ago
0
Compile error on clang while inserting float value to table
#83
mika314
closed
6 years ago
0
TOML v0.5.0 support
#82
jmlemetayer
closed
6 years ago
1
Next