issues
search
miker2
/
flexi_config_reader
A flexible configuration format that supports templated tables and referencing of existing keys.
MIT License
3
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Config visitor API with JSON implementation
#148
jayv
closed
22 hours ago
0
Address thread-safety issues by removing backtrace logger
#147
jayv
closed
1 week ago
1
Change nested parse logs level from 'info' to 'debug'
#146
eneev-a
closed
1 month ago
0
Docker Compose setup to easily run all the compiles
#145
jayv
closed
1 week ago
0
include optional and once attributes, absolute paths
#144
jayv
closed
1 month ago
0
Allow for inline string interpolation
#143
k2shah
opened
1 month ago
0
Merging of `kStructInProto` and `kStruct` is not allowed (can't easily `[override]` keys in a `kStructInProto` either)
#142
michael-projectx
opened
2 months ago
1
`[override]` tag doesn't seem to work if the value is an expression
#141
michael-projectx
opened
2 months ago
0
Make logger object thread safe
#140
michael-projectx
opened
4 months ago
0
thread safety issue traced to logger->log_history
#139
cgstathis
closed
1 week ago
1
Fix issue #137 - proto parse error
#138
michael-projectx
closed
5 months ago
0
Config file that ends in a `proto` results in a parse error (despite successful parsing)
#137
michael-projectx
opened
5 months ago
2
Try to unbreak github runners in CI
#136
michael-projectx
closed
5 months ago
0
Feat/issue 134 key override
#135
michael-projectx
closed
5 months ago
1
Support key "override" syntax
#134
michael-projectx
closed
5 months ago
1
Test if we can avoid removing protos
#133
michael-projectx
opened
5 months ago
0
Fix 'relative_include' error messages when the same file is included more than once
#132
michael-projectx
closed
23 hours ago
1
Adds support for specifying the root of the config directory
#131
michael-projectx
closed
11 months ago
0
Make the config root explicitly configurable
#130
michael-projectx
closed
1 month ago
1
Update action versions
#129
michael-projectx
closed
11 months ago
0
test test
#128
michael-projectx
closed
11 months ago
0
Issue 113: list enhancements
#127
michael-projectx
closed
1 week ago
2
Issue 110: Allows config file to contain only includes
#126
michael-projectx
closed
11 months ago
0
Allow empty list
#125
miker2
closed
1 week ago
1
Reader merge and overlay support
#124
kyle-figure
opened
1 year ago
0
Support environment variables in include statements
#123
kyle-figure
closed
1 year ago
0
Pin pybind11-stubgen and fix stub generation
#122
michael-projectx
closed
1 year ago
0
Updated fmtlib version to 10.1.1
#121
dakopian-figure
closed
1 year ago
0
Fix include path handling in nested includes
#120
kyle-figure
closed
1 year ago
4
Fix warnings
#119
kyle-figure
closed
1 year ago
0
Issue #109: Consistent key ordering
#118
miker2
opened
1 year ago
0
Initial pass at producing useful error messages
#117
michael-projectx
closed
1 year ago
0
Implement `[]` operator for direct access to elements of a struct
#116
michael-projectx
opened
1 year ago
1
Installs stubs file along side python bindings
#115
michael-projectx
closed
1 year ago
0
Consider supporting trailing commas within a list
#114
michael-projectx
opened
1 year ago
0
Lists fail to parse if first line is a comment
#113
michael-projectx
closed
1 week ago
4
Properly register exceptions in pybind 11
#112
michael-projectx
closed
1 year ago
0
Generate python stub file
#111
michael-projectx
closed
1 year ago
0
Parse error when a config file only includes other files and does not define any fields itself
#110
kyle-figure
closed
11 months ago
1
Ordering of keys returned by `Reader::keys()` is not the same as the order in the file
#109
michael-projectx
opened
1 year ago
0
Cleans up exception handling in places
#108
michael-projectx
closed
1 year ago
0
Sets up python installation via CMake
#107
michael-projectx
closed
1 year ago
0
Improves usage of `$PARENT_NAME` keyword
#106
michael-projectx
closed
1 year ago
0
Revert fmt version to 8.1.1
#105
michael-projectx
closed
1 year ago
0
Adds accessor for getting the type of a value that corresponds to a key
#104
michael-projectx
closed
1 year ago
0
Add accessor for getting type of value corresponding to key
#103
michael-projectx
closed
1 year ago
0
General code cleanup
#102
michael-projectx
closed
1 year ago
0
Feat/issue 96 python bindings
#101
miker2
closed
1 year ago
0
Improves error handling when parsing of nested vectors/arrays fails
#100
miker2
closed
1 year ago
0
Adds support for nested std::array objects
#99
miker2
closed
1 year ago
0
Next