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
Age
Commit message (
Expand
)
Author
2025-01-03
More fixups to csv logic.
Dominick Allen
2025-01-02
More bugs in format...
Dominick Allen
2025-01-02
Fixing errors in Vector.
Dominick Allen
2025-01-02
Fix warnings from clang-tidy in fud_format.hpp
Dominick Allen
2025-01-02
Clang tidy fixes.
Dominick Allen
2025-01-02
Get basic CSV parser operating.
Dominick Allen
2025-01-01
Add CSV parsing, printing, fix buffered file reading.
Dominick Allen
2024-11-10
Buffered file IO.
Dominick Allen
2024-11-03
Rename FudUtf8 to Utf8.
Dominick Allen
2024-11-03
Correct String::grow.
Dominick Allen
2024-11-03
Factor out growth of String and make it scale by 1.5x.
Dominick Allen
2024-11-02
Allocator deallocate is void rather than returning FudStatus.
Dominick Allen
2024-10-30
Use std::byte* instead of void* for allocators.
Dominick Allen
2024-10-29
u8 string literals
Dominick Allen
2024-10-29
Reworking of Result.
Dominick Allen
2024-10-29
Reduce string size, adopt clang-style SSO.
Dominick Allen
2024-10-29
Back out of modified SSO.
Dominick Allen
2024-10-28
Prepare for new SSO.
Dominick Allen
2024-10-27
Excise std::optional.
Dominick Allen
2024-10-27
Update warnings.
Dominick Allen
2024-10-27
Setup float formatting.
Dominick Allen
2024-10-27
First crack at file objects.
Dominick Allen
2024-10-25
Correct CMakeLists.txt.
Dominick Allen
2024-10-25
A lot of work on formatting.
Dominick Allen
2024-10-25
Get working string formatting for unsigned numbers.
Dominick Allen
2024-10-24
As always, formatting is a pain.
Dominick Allen
2024-10-23
String conversion and parsing format spec.
Dominick Allen
2024-10-21
Add vector and option.
Dominick Allen
2024-10-20
Lots of work.
Dominick Allen
2024-10-18
Add temporary work for formatting.
Dominick Allen
2024-10-17
Rename InvalidInput to ArgumentInvalid.
Dominick Allen
2024-10-16
Finish rounding out allocator logic in fud_string.
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-15
Style fixes for clang tidy.
Dominick Allen
2024-10-15
Change asssertions to abort.
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
Use a configure file for versioning including git revision.
Dominick Allen
2024-10-03
Cleanup from clang-tidy.
Dominick Allen
2024-10-02
Define fud to return version info.
Dominick Allen
2024-10-02
Set version of fud lib to 0.42.0. Not stable yet.
Dominick Allen
2024-10-02
Add setup for coverage and cppcheck.
Dominick Allen
2024-10-02
Reformatting and minor documentation.
Dominick Allen
2024-10-02
Add fud function.
Dominick Allen
2024-10-02
Fix bug that allowed any pointer to be used as a writing or reading type.
Dominick Allen
2024-10-02
Fix error in string reserve.
Dominick Allen
2024-10-02
Separate string view, implement string appending semantics.
Dominick Allen
2024-10-02
Add method to write data where size = length.
Dominick Allen
2024-10-02
Add permissions model for files.
Dominick Allen
[next]