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 (
Collapse
)
Author
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
2024-10-01
Fix move assignment operators or delete them to prevent leaks.
Dominick Allen
2024-09-28
Fix string catenate error.
Dominick Allen
2024-09-28
Expand directory interface, remove FileStatus for FudStatus.
Dominick Allen
2024-09-28
Correction to sqlite path.
Dominick Allen
2024-09-28
Add directory interface.
Dominick Allen
2024-09-26
Add SQLite interface.
Dominick Allen
2024-09-25
Add iterator to string api.
Dominick Allen
2024-09-25
Further expansion of string api.
Dominick Allen
2024-09-24
Fine tune read interface of CBinaryFile.
Dominick Allen
2024-09-23
Expand CBinaryFile interface.
Dominick Allen
2024-09-23
Fix bug in string.
Dominick Allen
2024-09-23
Installable library.
Dominick Allen
2024-09-22
Basics of library.
Dominick Allen
2024-09-22
Initial commit.
Dominick Allen