Commit Graph

34 Commits (130f21f57eaa56f685fade643587bc9c8837eb66)

Author SHA1 Message Date
Avril 671fcd3968
Merge branch 'rust': Wrong branch, whoops.
2 years ago
Avril 0d082f5b6f
Added `cow_create_fd(fd, size)`: Create a `cow_t*` over an already existing file descriptor
2 years ago
Avril 6f21491298
typed OO bullshit
3 years ago
Avril 7e4e3f9867
kill me
3 years ago
Avril 646482c555
scrapped
3 years ago
Avril 2c88d329b9
typed cow testing n stuff
4 years ago
Avril 382efd5d43
started TypedCow <cow/typed.hpp>
4 years ago
Avril 30a0176604
added COW_ERR_POISON
4 years ago
Avril 8f8d738e0e
c++: CowException for handling errors/poisoned cows
4 years ago
Avril a293133f29
basic error skel
4 years ago
Avril a5d5d1b9fd
reset: enum cow_err_kind exists
4 years ago
Avril aeb3f528d4
start recoverable error handle: failed design
4 years ago
Avril 8d5e587333
start TypedCow
4 years ago
Avril fcd0597dc8
fix null deref on moved Cow
4 years ago
Avril ba4fc89dd2
namespaced Area
4 years ago
Avril fe7740100a
better Area controls
4 years ago
Avril d1c3d67326
Added `Area`
4 years ago
Avril b628571ed9
slice conversion operators
4 years ago
Avril 003dbf27e8
sanitised namespace and header
4 years ago
Avril 629d039275
absolute, relative and wrapping slice seperated
4 years ago
Avril 46fad4fd2c
basic slicing reinterpretation
4 years ago
Avril 4432e50ebc
fix slice copying
4 years ago
Avril 150ab70dc1
span has dedicated simple memory Slice child
4 years ago
Avril a65b51677c
added deprecation messages
4 years ago
Avril b16d7c6a87
added slice
4 years ago
Avril 2aaa4247f5
deprecated cow_size_unsafe() and Cow::size_unsafe() as cow_size() and Cow::size() somehow showed better codegen regardless of LTO
4 years ago
Avril 0c5865e00f
offset-based cow_size_unsafe defined, dubiously...
4 years ago
Avril b8699c78db
removed indirection layer in Cow origin by replacing _inner.ptr with a concrete cow_t _inner.cow
4 years ago
Avril dba703e503
better logging and error reporting
4 years ago
Avril 525c81c150
seems to work?
4 years ago
Avril 4b7180ed5d
C++ wrapper start
4 years ago
Avril 3211671dd3
nothing of note
4 years ago
Avril 3f4c59fa83
documented the API
4 years ago
Avril a1c8b96abd
API for cow struct done
4 years ago