2015-08-20 |
fpizlo@apple.com | Remove WTF::SpinLock |
tree | commitdiff |
2015-08-17 |
mmaxfield@apple.com | Implement IntegerHasher |
tree | commitdiff |
2015-08-13 |
fpizlo@apple.com | WTF should have a compact Condition object to use with... |
tree | commitdiff |
2015-08-12 |
fpizlo@apple.com | Always use a byte-sized lock implementation |
tree | commitdiff |
2015-08-11 |
fpizlo@apple.com | Remove ByteSpinLock |
tree | commitdiff |
2015-08-11 |
fpizlo@apple.com | WTF should have a ParkingLot for parking sleeping threa... |
tree | commitdiff |
2015-08-07 |
fpizlo@apple.com | Lightweight locks should be adaptive |
tree | commitdiff |
2015-08-07 |
cdumez@apple.com | Source/JavaScriptCore: |
tree | commitdiff |
2015-08-07 |
fpizlo@apple.com | Lightweight locks should be adaptive |
tree | commitdiff |
2015-07-03 |
mitz@apple.com | [Xcode] Update some build settings as recommended by... |
tree | commitdiff |
2015-06-17 |
bfulgham@apple.com | CSS scroll snap: defining snap points on axis that... |
tree | commitdiff |
2015-06-16 |
mark.lam@apple.com | Use NakedPtr<Exception>& to return exception results. |
tree | commitdiff |
2015-06-08 |
fpizlo@apple.com | The tiny set magic in StructureSet should be available... |
tree | commitdiff |
2015-05-23 |
utatane.tea@gmail.com | Introduce UniquedStringImpl and SymbolImpl to separate... |
tree | commitdiff |
2015-05-20 |
utatane.tea@gmail.com | Move AtomicStringImpl table related operations from... |
tree | commitdiff |
2015-04-29 |
ggaren@apple.com | It shouldn't take 1846 lines of code and 5 FIXMEs to... |
tree | commitdiff |
2015-04-25 |
commit-queue@webki... | Unreviewed, rolling out r183288. |
tree | commitdiff |
2015-04-24 |
ggaren@apple.com | It shouldn't take 1846 lines of code and 5 FIXMEs to... |
tree | commitdiff |
2015-04-24 |
darin@apple.com | Convert OwnPtr and PassOwnPtr uses to std::unique_ptr |
tree | commitdiff |
2015-04-23 |
ap@apple.com | Undo the WTF part of the previous build fix, we don... |
tree | commitdiff |
2015-04-23 |
ap@apple.com | Build fix. |
tree | commitdiff |
2015-04-20 |
darin@apple.com | Update RefPtr documentation and deprecation |
tree | commitdiff |
2015-04-17 |
ap@apple.com | Remove unused BoundsCheckedPointer |
tree | commitdiff |
2015-04-16 |
utatane.tea@gmail.com | [ES6] Implement Symbol.for and Symbol.keyFor |
tree | commitdiff |
2015-03-19 |
akling@apple.com | DFGAllocator should use bmalloc's aligned allocator. |
tree | commitdiff |
2015-03-15 |
benjamin@webkit.org | Change the exact attribute matching to be ASCII case... |
tree | commitdiff |
2015-03-13 |
mark.lam@apple.com | Replace TCSpinLock with a new WTF::SpinLock based on... |
tree | commitdiff |
2015-03-04 |
andersca@apple.com | Remove unused compression code |
tree | commitdiff |
2015-02-28 |
darin@apple.com | Remove unused PossiblyNull |
tree | commitdiff |
2015-02-20 |
ggaren@apple.com | Remove TCMalloc |
tree | commitdiff |
2015-02-20 |
antti@apple.com | Move WorkQueue from WK2 to WTF |
tree | commitdiff |
2014-12-17 |
cdumez@apple.com | [iOS] Make it possible to toggle FeatureCounter support... |
tree | commitdiff |
2014-12-16 |
cdumez@apple.com | [iOS] Add feature counting support |
tree | commitdiff |
2014-12-15 |
commit-queue@webki... | Unreviewed, rolling out r177284. |
tree | commitdiff |
2014-12-15 |
oliver@apple.com | Make sure range based iteration of Vector<> still recei... |
tree | commitdiff |
2014-12-05 |
ddkilzer@apple.com | REGRESSION (r176683): RefCounter.h is installed outside... |
tree | commitdiff |
2014-12-03 |
mark.lam@apple.com | Rolling out r176592, r176603, r176616, and r176705... |
tree | commitdiff |
2014-12-02 |
barraclough@apple.com | Generalize PageActivityAssertionToken |
tree | commitdiff |
2014-12-01 |
oliver@apple.com | Make sure range based iteration of Vector<> still recei... |
tree | commitdiff |
2014-10-25 |
burg@cs.washington.edu | Web Inspector: timelines should not count time elapsed... |
tree | commitdiff |
2014-10-07 |
cdumez@apple.com | [WK2] Use is<>() / downcast<>() for DrawingAreaProxy... |
tree | commitdiff |
2014-10-07 |
darin@apple.com | Make StringView check the lifetime of the StringImpl... |
tree | commitdiff |
2014-10-04 |
burg@cs.washington.edu | Unreviewed, rolling out r174319. |
tree | commitdiff |
2014-10-04 |
burg@cs.washington.edu | Web Inspector: timelines should not count time elapsed... |
tree | commitdiff |
2014-10-03 |
cdumez@apple.com | Add TypeCasts.h to xcodeproject |
tree | commitdiff |
2014-10-03 |
weinig@apple.com | Remove RefPtrHashMap |
tree | commitdiff |
2014-10-02 |
dbates@webkit.org | Clean up: Move XPC forward declarations in JavaScriptCo... |
tree | commitdiff |
2014-10-01 |
commit-queue@webki... | Unreviewed, rolling out r174180, r174183, and r174186. |
tree | commitdiff |
2014-10-01 |
dbates@webkit.org | Clean up: Move XPC forward declarations in JavaScriptCo... |
tree | commitdiff |
2014-09-30 |
dbates@webkit.org | REGRESSION (r172532): JSBase.h declares NSMapTable... |
tree | commitdiff |
2014-09-29 |
commit-queue@webki... | Unreviewed, rolling out r174045. |
tree | commitdiff |
2014-09-28 |
weinig@apple.com | Replace OSObjectPtr with RetainPtr/adoptOS |
tree | commitdiff |
2014-09-07 |
weinig@apple.com | XPCPtr should be converted into an all purpose smart... |
tree | commitdiff |
2014-09-06 |
darin@apple.com | Make updates suggested by new version of Xcode |
tree | commitdiff |
2014-08-12 |
aestes@apple.com | [iOS] Get rid of iOS.xcconfig |
tree | commitdiff |
2014-07-03 |
andersca@apple.com | Get rid of Encoder.h and Decoder.h from WTF |
tree | commitdiff |
2014-06-20 |
andersca@apple.com | Add WTF::Optional class |
tree | commitdiff |
2014-06-18 |
andersca@apple.com | Add CF type cast function templates and use them in... |
tree | commitdiff |
2014-04-18 |
mrobinson@webkit.org | Remove DynamicAnnotations.h? |
tree | commitdiff |
2014-04-16 |
ggaren@apple.com | WTF should have an optional mbmalloc target so we can... |
tree | commitdiff |
2014-04-09 |
ggaren@apple.com | Rolled back in r166972. |
tree | commitdiff |
2014-04-09 |
ggaren@apple.com | 2014-04-09 Geoffrey Garen <ggaren@apple.com> |
tree | commitdiff |
2014-04-09 |
ggaren@apple.com | 2014-04-09 Geoffrey Garen <ggaren@apple.com> |
tree | commitdiff |
2014-04-09 |
ggaren@apple.com | 2014-04-08 Geoffrey Garen <ggaren@apple.com> |
tree | commitdiff |
2014-04-08 |
ggaren@apple.com | WTF should link against bmalloc |
tree | commitdiff |
2014-02-13 |
fpizlo@apple.com | Hoist and combine array bounds checks |
tree | commitdiff |
2014-02-08 |
darin@apple.com | Change TextIterator to use StringView, preparing to... |
tree | commitdiff |
2014-02-04 |
ap@apple.com | WebCrypto HMAC verification uses a non-constant-time... |
tree | commitdiff |
2014-02-03 |
darin@apple.com | Remove Unicode.h |
tree | commitdiff |
2014-01-25 |
darin@apple.com | Add a new separate LChar.h header file, to be used... |
tree | commitdiff |
2014-01-14 |
andersca@apple.com | Get rid of ThreadRestrictionVerifier |
tree | commitdiff |
2014-01-13 |
andersca@apple.com | Remove AtomicallyInitializedStatic |
tree | commitdiff |
2014-01-11 |
weinig@apple.com | Clean up iterator filter / iterator range code |
tree | commitdiff |
2014-01-08 |
andersca@apple.com | Add WTF::StringView and use it for grammar checking |
tree | commitdiff |
2013-12-31 |
commit-queue@webki... | Unreviewed, rolling out r161157, r161158, r161160,... |
tree | commitdiff |
2013-12-31 |
weinig@apple.com | Remove WTF's BinarySemaphore |
tree | commitdiff |
2013-12-28 |
weinig@apple.com | Move FilterIterator and IteratorPair to WTF and reimple... |
tree | commitdiff |
2013-12-17 |
andersca@apple.com | Remove EnumClass.h from WTF |
tree | commitdiff |
2013-12-12 |
weinig@apple.com | Replace uses of WTF::BitArray with std::bitset |
tree | commitdiff |
2013-12-10 |
weinig@apple.com | Remove FixedArray |
tree | commitdiff |
2013-11-27 |
fpizlo@apple.com | Do bytecode validation as part of testing |
tree | commitdiff |
2013-11-09 |
paroga@webkit.org | Move RunLoop from WebCore to WTF |
tree | commitdiff |
2013-11-02 |
commit-queue@webki... | Move CF/Mac WTF String implementations down into WTF |
tree | commitdiff |
2013-10-19 |
fpizlo@apple.com | A CodeBlock's StructureStubInfos shouldn't be in a... |
tree | commitdiff |
2013-10-17 |
fpizlo@apple.com | Source/JavaScriptCore: Remove JITStackFrame references... |
tree | commitdiff |
2013-10-16 |
darin@apple.com | Add PassRef and createRefCounted so we can improve... |
tree | commitdiff |
2013-10-10 |
fpizlo@apple.com | FTL: Soft-link LLVM as a workaround for LLVM's static... |
tree | commitdiff |
2013-09-28 |
mrowe@apple.com | Take Xcode's advice and enable some extra warnings. |
tree | commitdiff |
2013-09-23 |
andersca@apple.com | Remove PassTraits.h |
tree | commitdiff |
2013-09-19 |
weinig@apple.com | Remove OwnArrayPtr |
tree | commitdiff |
2013-09-12 |
mikhail.pozdnyakov... | Remove home-brewed nullptr |
tree | commitdiff |
2013-09-10 |
andersca@apple.com | Remove wtf/Alignment.h |
tree | commitdiff |
2013-09-09 |
andersca@apple.com | Remove wtf/TypeTraits.h |
tree | commitdiff |
2013-09-08 |
andersca@apple.com | Move WTF::notFound to Vector.h and delete NotFound.h |
tree | commitdiff |
2013-09-08 |
andersca@apple.com | Remove NonCopyableSort.h from WTF |
tree | commitdiff |
2013-09-07 |
andersca@apple.com | Get rid of PassOwnArrayPtr |
tree | commitdiff |
2013-09-07 |
andersca@apple.com | Get rid of FastAllocBase.h |
tree | commitdiff |
2013-09-07 |
andersca@apple.com | Add a new smart pointer type for fastMalloc'ed memory |
tree | commitdiff |
2013-09-06 |
mitz@apple.com | INSTALL_PATH_PREFIX is used even when not installing |
tree | commitdiff |
2013-09-02 |
ddkilzer@apple.com | Remove duplicate entries found by Xcode in WTF project |
tree | commitdiff |
next |