]>
code.bitgloo.com Git - clyne/ini-config.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
clyne [Wed, 10 Feb 2021 13:00:44 +0000 (08:00 -0500)]
Update README.md
Clyne Sullivan [Wed, 10 Feb 2021 00:56:05 +0000 (19:56 -0500)]
documentation clean up; add make_ini_config
clyne [Tue, 9 Feb 2021 16:22:44 +0000 (11:22 -0500)]
Update README.md
clyne [Mon, 8 Feb 2021 01:36:16 +0000 (20:36 -0500)]
add try...() calls for non-constant usage
clyne [Sat, 6 Feb 2021 16:26:19 +0000 (11:26 -0500)]
Fix <=> comparison
clyne [Sat, 6 Feb 2021 16:07:32 +0000 (11:07 -0500)]
Ensure compile-time evaluation of accesses
On gcc and clang, optimization flags are no longer required for get() and contains() to be evaluated at compile-time.
clyne [Fri, 5 Feb 2021 16:20:43 +0000 (11:20 -0500)]
Add get<T>() for converting values to numbers
clyne [Sun, 10 Jan 2021 14:35:35 +0000 (09:35 -0500)]
Validate section tags; add cbegin, cend, and contains
clyne [Wed, 6 Jan 2021 00:14:16 +0000 (19:14 -0500)]
Fixed end() for wide strings
clyne [Tue, 5 Jan 2021 23:58:43 +0000 (18:58 -0500)]
Typo in godbolt example
clyne [Tue, 5 Jan 2021 23:53:16 +0000 (18:53 -0500)]
Improve documentation, add godbolt example
clyne [Tue, 5 Jan 2021 22:58:15 +0000 (17:58 -0500)]
Add author comment
clyne [Tue, 5 Jan 2021 22:55:06 +0000 (17:55 -0500)]
Create ini_config.hpp
clyne [Tue, 5 Jan 2021 22:30:39 +0000 (17:30 -0500)]
Create README.md
clyne [Tue, 5 Jan 2021 22:06:04 +0000 (17:06 -0500)]
Initial commit