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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2024-10-27
First crack at file objects.
Dominick Allen
2024-10-25
Correct CMakeLists.txt.
Dominick Allen
2024-10-25
Get working string formatting for unsigned numbers.
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-17
Rename InvalidInput to ArgumentInvalid.
Dominick Allen
2024-10-16
First crack at allocators.
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
Set version of fud lib to 0.42.0. Not stable yet.
Dominick Allen
2024-10-02
Separate string view, implement string appending semantics.
Dominick Allen
2024-10-02
Add permissions model for files.
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-23
Expand CBinaryFile interface.
Dominick Allen
2024-09-23
Installable library.
Dominick Allen
2024-09-22
Basics of library.
Dominick Allen
2024-09-22
Initial commit.
Dominick Allen