index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Forward.h
Age
Commit message (
Expand
)
Author
2020-09-21
AK: Remove BufferStream class.
asynts
2020-09-15
AK: Re-add OutputMemoryStream for static buffers only.
asynts
2020-09-15
AK: Remove OutputMemoryStream for DuplexMemoryStream.
asynts
2020-09-12
AK: Fix forward-declaration of Array
Ben Wiederhake
2020-09-08
AK: Remove FixedArray class.
asynts
2020-09-08
AK: Add Array<T, Size> template.
asynts
2020-09-08
AK: Add generic SimpleIterator class to replace VectorIterator.
asynts
2020-09-01
AK: Add OutputMemoryStream class.
asynts
2020-08-26
AK: Add InputBitStream class.
asynts
2020-08-26
AK: Add CircularDuplexStream class.
asynts
2020-08-20
AK: Add DuplexMemoryStream class.
asynts
2020-08-06
AK: Add InputStream abstraction and InputMemoryStream implementation.
asynts
2020-07-26
AK: Implement Span which represents a contiguous sequence of objects.
asynts
2020-05-17
AK: Add a very basic Utf32View class
Andreas Kling
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-20
AK: Use size_t for CircularQueue and CircularDeque
Andreas Kling
2020-02-16
AK: Add HashMap, HashTable and Traits to Forward.h
Andreas Kling
2020-02-15
AK: Add BufferStream to Forward.h
Andreas Kling
2020-02-14
AK: Add Utf8View to Forward.h
Andreas Kling
2020-02-14
AK: Add LogStream and DebugLogStream to Forward.h
Andreas Kling
2020-02-14
AK: Add SharedBuffer to Forward.h
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling