index
:
libfud.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
fud_result.hpp
Age
Commit message (
Collapse
)
Author
2025-04-06
Remove FormatCharMode from fud::format.
HEAD
master
Dominick Allen
2025-04-02
More work on hash maps.
Dominick Allen
2025-03-31
Remove reinterpret_cast usage in favor of std::bit_cast.
Dominick Allen
2025-03-30
Add hash map.
Dominick Allen
2025-01-02
Get basic CSV parser operating.
Dominick Allen
2024-10-29
Reworking of Result.
Dominick Allen
2024-10-29
Reduce string size, adopt clang-style SSO.
Dominick Allen
2024-10-24
As always, formatting is a pain.
Dominick Allen
2024-10-20
Lots of work.
Dominick Allen
2024-10-17
Rename InvalidInput to ArgumentInvalid.
Dominick Allen
2024-10-16
First crack at allocators.
Dominick Allen
2024-10-15
Conver to using static constructors for string, sqlite, files.
Dominick Allen
2024-10-09
Use const references and constexpr as applicable.
Dominick Allen
2024-10-05
Formatting changes. Refactoring out detail::CopyMove from Result.
Dominick Allen
2024-10-03
Cleanup from clang-tidy.
Dominick Allen
2024-10-02
Reformatting and minor documentation.
Dominick Allen
2024-09-25
Further expansion of string api.
Dominick Allen
2024-09-22
Basics of library.
Dominick Allen