gecko/mfbt
2013-12-08 21:52:33 -05:00
..
decimal Bug 909467 - HTMLInputElement crash loading 8bit.js test (consistantly link against the correct StringBuilder). r=Waldo 2013-09-17 13:24:35 +01:00
double-conversion Bug 608915 - part 1 - extend ToPrecision to tell use whether exponential notation was used; r=Waldo 2013-11-07 12:46:05 -05:00
tests Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
Alignment.h Bug 904110 - Move alignment features out of Util.h into a new header; r=Waldo 2013-08-14 09:00:52 +02:00
AllocPolicy.h
Array.h
Assertions.h Bug 928636 - Whitespace changes. r=Waldo 2013-11-25 09:37:16 -08:00
Atomics.h Bug 932454. Make Atomics.h compilable with clang on Windows. r=nfroyd,jwalden 2013-10-29 17:55:38 -04:00
Attributes.h Bug 929200, part 1: Add MOZ_HEAP_ALLOCATOR to stack-only/non-heap analyses, r=Waldo. 2013-12-06 21:23:06 -06:00
BloomFilter.h Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo 2013-12-08 21:52:33 -05:00
Casting.h
Char16.h Bug 928351 - Char16.h and xpcom/strings/public parts r=ehsan,Waldo 2013-11-27 14:40:54 +01:00
CheckedInt.h
common.mozbuild Backed out changeset ea3392e0018f (bug 943719) because of build bustage on a CLOSED TREE 2013-11-27 19:50:02 -05:00
Compiler.h Bug 911140 - Fix a typo that prevents libc++ from using C++11 atomics. r=jcranmer 2013-08-30 16:14:52 -04:00
Compression.cpp Bug 888658 - Add LZ4 compression to mfbt. r=jwalden,vlad 2013-10-18 20:25:30 +02:00
Compression.h Bug 946127 - Don't mark inline function as dllimport. r=Waldo 2013-12-05 10:55:52 +01:00
Constants.h
DebugOnly.h
Endian.h Bug 917593 - Don't assert for zero-length strings. r=Waldo 2013-09-27 18:34:24 +02:00
EnumSet.h
FloatingPoint.cpp Bug 913282: IsFloat32Representable function in mfbt; r=Waldo 2013-10-22 14:55:35 +02:00
FloatingPoint.h Bug 930708 - IonMonkey: Factor out a DoubleEqualsInt32 from DoubleIsInt32 and use it when negative zero is to be treated as zero. r=nbp 2013-11-02 14:29:44 -07:00
GuardObjects.h
HashFunctions.cpp
HashFunctions.h Bug 924012 - Provide a HashString version for char16_t if needed; r=Waldo 2013-10-15 11:54:08 -04:00
IntegerPrintfMacros.h Bug 730805 - Provide mozilla/IntegerPrintfMacros.h to implement the PRI* macros portion of the <inttypes.h> interface. r=espindola 2011-12-15 00:27:42 -05:00
Likely.h
LinkedList.h Bug 893857 (part 1) - Add LinkedList::SizeOf{In,Ex}cludingThis(). r=Waldo. 2013-11-24 15:20:12 -08:00
lz4_encoder.h Bug 888658 - Add LZ4 compression to mfbt. r=jwalden,vlad 2013-10-18 20:25:30 +02:00
lz4.c Bug 888658 - Add LZ4 compression to mfbt. r=jwalden,vlad 2013-10-18 20:25:30 +02:00
lz4.h Bug 888658 - Add LZ4 compression to mfbt. r=jwalden,vlad 2013-10-18 20:25:30 +02:00
Makefile.in Bug 870401 - Fix up the MFBT exports and the sources. r=mshal 2013-10-28 10:21:29 -04:00
MathAlgorithms.h Bug 935789, part 2: Implement RotateLeft/RotateRight in MFBT and use them, r=Waldo. 2013-11-12 18:24:56 -06:00
Maybe.h Bug 909514 - Include <new> before mozilla::Maybe (and move Maybe into mfbt/Maybe.h). r=waldo 2013-08-27 15:10:28 -07:00
MemoryChecking.h
MemoryReporting.h
Move.h Bug 896100: Convert all uses of OldMove and MoveRef to true rvalue references and the modern Move and Forward. r=luke, r=waldo 2013-11-19 09:05:36 -08:00
moz.build Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
MSIntTypes.h Bug 730805 - Provide mozilla/IntegerPrintfMacros.h to implement the PRI* macros portion of the <inttypes.h> interface. r=espindola 2011-12-15 00:27:42 -05:00
NullPtr.h Bug 926083 - Only #include Compiler.h in NullPtr.h if needed; r=froydnj 2013-10-15 17:13:39 -04:00
NumericLimits.h Bug 924014 - Do not rely on std::numeric_limits<char16_t> being available; r=Waldo 2013-10-15 11:55:37 -04:00
PodOperations.h Bug 935089 - Make ArrayLength, ArrayEnd, and PodArrayZero accept mozilla::Array argument; r=Waldo 2013-11-12 17:31:15 -05:00
Poison.cpp
Poison.h
Range.h
RangedPtr.h
ReentrancyGuard.h
RefPtr.h Bug 912299 - Make RefCounted's refcount field mutable. r=waldo 2013-09-06 13:32:55 -07:00
RollingMean.h Bug 888084 - Rolling mean for MFBT; r=waldo 2013-09-24 15:56:55 +12:00
Scoped.h
SHA1.cpp
SHA1.h
SplayTree.h
STYLE
TemplateLib.h
ThreadLocal.h Back out 35371620801a:bf2019278b77 (bug 937317) for gaia-ui-test bustage and frequent timeouts in its own test 2013-12-07 11:08:56 -08:00
TypedEnum.h Bug 924382 - Allow getting the integer type corresponding to a MOZ_BEGIN_ENUM_CLASS - r=Waldo 2013-11-23 21:20:38 -05:00
Types.h
TypeTraits.h Bug 904985, part 1: Add better support for char16_t in type traits, r=Waldo. 2013-09-17 22:43:04 -05:00
Util.h Bug 935089 - Make ArrayLength, ArrayEnd, and PodArrayZero accept mozilla::Array argument; r=Waldo 2013-11-12 17:31:15 -05:00
Vector.h Bug 888084 - Rolling mean for MFBT; r=waldo 2013-09-24 15:56:55 +12:00
WeakPtr.h Bug 923554 - Backout the atomic weak pointer implementation because it's neither atomic nor thread-safe; r=froydnj 2013-10-16 13:48:34 -04:00