Commit Graph

21 Commits (4432e50ebc432f96b6fd4a979bcf7ade8a610b98)
 

Author SHA1 Message Date
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 68e54805af
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 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 a9ba264f4b
merge README 4 years ago
Avril 260a04f614
update Makefile from master 4 years ago
Avril dba703e503
better logging and error reporting 4 years ago
Avril 801fd7b3fc
trace debug logging of mem operations 4 years ago
Avril 7c562eaa86
seems to work? 4 years ago
Avril 525c81c150
seems to work? 4 years ago
Avril 4b7180ed5d
C++ wrapper start 4 years ago
Avril 52c80b1b08
disable naming of shm fds unless explicitly set flag COW_NAME_SHM 4 years ago
Avril 3211671dd3
nothing of note 4 years ago
Avril 32f04d7132
now compiles to static and shared library 4 years ago
Avril 3f4c59fa83
documented the API 4 years ago
Avril a1c8b96abd
API for cow struct done 4 years ago
Avril 8b6ab8f7cb
working cloneable copy-on-write struct demo 4 years ago