summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/Object.cpp
AgeCommit message (Expand)Author
2020-07-16LibCore: Turns some heap-allocated events into stack-allocated onesAndreas Kling
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-05LibCore: Add a way to set an individual Core::Object property remotelyAndreas Kling
2020-03-05LibCore: Allow RPC clients to specify the currently inspected objectAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-15LibCore: Move LogStream::operator<< overloads into cpp filesAndreas Kling
2020-02-10AK: Remove bitrotted Traits::dump() mechanismAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling