.. |
decimal
|
|
|
double-conversion
|
|
|
staticruntime
|
|
|
tests
|
Bug 1278201 - prevent writing |mRefCnt| after it's freed. r=Ms2ger
|
2016-06-06 17:23:10 +03:00 |
Alignment.h
|
Bug 1269319 - Make AlignedStorage/AlignedStorage2 non-copyable to fix strict aliasing issues. r=Waldo
|
2016-05-19 20:57:36 +02:00 |
AllocPolicy.h
|
Bug 1262671 - Introduce MFBT BufferList class (r=froydnj)
|
2016-05-27 09:57:40 -07:00 |
AlreadyAddRefed.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
Array.h
|
|
|
ArrayUtils.h
|
|
|
Assertions.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
Atomics.h
|
|
|
Attributes.h
|
Bug 525063 - add attribute to mark member variables that should be skipped by clang plugin initialization checker. r=nfroyd
|
2016-06-09 09:32:11 +03:00 |
BinarySearch.h
|
|
|
BloomFilter.h
|
|
|
BufferList.h
|
Bug 1262671 - Introduce MFBT BufferList class (r=froydnj)
|
2016-05-27 09:57:40 -07:00 |
Casting.h
|
|
|
ChaosMode.cpp
|
|
|
ChaosMode.h
|
|
|
Char16.h
|
|
|
CheckedInt.h
|
|
|
Compiler.h
|
Bug 1273048 - Add MOZ_GCC_VERSION_AT_MOST macro. r=froydnj
|
2016-06-03 20:08:41 -07:00 |
Compression.cpp
|
|
|
Compression.h
|
Bug 1268754 - Tweak some MFBT return values. r=Ms2ger.
|
2016-04-29 13:14:34 +10:00 |
DebugOnly.h
|
|
|
EndianUtils.h
|
Bug 1275016 - Rename Endian.h to EndianUtils.h to avoid #include confusion with Android's endian.h stdlib header. r=froydnj
|
2016-05-22 13:31:11 -07:00 |
EnumeratedArray.h
|
Bug 1278391 - add move constructor to EnumeratedArray (r=njn)
|
2016-06-09 08:42:16 -05:00 |
EnumeratedRange.h
|
|
|
EnumSet.h
|
Bug 1266404 - Allow construction of an EnumSet<T> using an initializer list r=Waldo
|
2016-04-28 14:25:05 +01:00 |
FastBernoulliTrial.h
|
|
|
FloatingPoint.cpp
|
|
|
FloatingPoint.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
Function.h
|
|
|
GuardObjects.h
|
|
|
HashFunctions.cpp
|
|
|
HashFunctions.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
IndexSequence.h
|
|
|
InitializerList.h
|
|
|
IntegerPrintfMacros.h
|
|
|
IntegerRange.h
|
|
|
IntegerTypeTraits.h
|
|
|
JSONWriter.cpp
|
|
|
JSONWriter.h
|
|
|
Likely.h
|
|
|
LinkedList.h
|
|
|
LinuxSignal.h
|
|
|
lz4.c
|
|
|
lz4.h
|
|
|
MacroArgs.h
|
|
|
MacroForEach.h
|
|
|
MathAlgorithms.h
|
Bug 1271972: wasm: Implement i64.ctz, i64.clz, i64.popcount; r=sunfish
|
2016-05-11 19:00:53 +02:00 |
Maybe.h
|
|
|
MaybeOneOf.h
|
|
|
MemoryChecking.h
|
|
|
MemoryReporting.h
|
|
|
Move.h
|
|
|
moz.build
|
Bug 1275016 - Rename Endian.h to EndianUtils.h to avoid #include confusion with Android's endian.h stdlib header. r=froydnj
|
2016-05-22 13:31:11 -07:00 |
NotNull.h
|
Bug 1272203 (part 1) - Add mozilla::NotNull to MFBT. r=froydnj.
|
2016-05-12 14:21:16 +10:00 |
NullPtr.h
|
|
|
NumericLimits.h
|
|
|
objs.mozbuild
|
|
|
Opaque.h
|
|
|
Pair.h
|
|
|
PodOperations.h
|
|
|
Poison.cpp
|
|
|
Poison.h
|
Bug 1268246 - Add a simple Poison class lifetime checker. r=froydnj
|
2016-04-29 13:54:54 -04:00 |
Range.h
|
|
|
RangedArray.h
|
|
|
RangedPtr.h
|
Bug 1277740 - Add const to RangedPtr<T>::operator+ and operator-. r=Waldo
|
2016-06-03 12:16:33 +08:00 |
ReentrancyGuard.h
|
|
|
RefCounted.h
|
|
|
RefCountType.h
|
|
|
RefPtr.h
|
Bug 1269968 - Remove unnecessary deduction on RefPtr.h. r=froydnj
|
2016-05-03 20:45:00 +02:00 |
ReverseIterator.h
|
|
|
RollingMean.h
|
|
|
Saturate.h
|
|
|
Scoped.h
|
|
|
ScopeExit.h
|
|
|
SegmentedVector.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
SHA1.cpp
|
Bug 1275016 - Rename Endian.h to EndianUtils.h to avoid #include confusion with Android's endian.h stdlib header. r=froydnj
|
2016-05-22 13:31:11 -07:00 |
SHA1.h
|
|
|
SizePrintfMacros.h
|
|
|
Snprintf.h
|
|
|
SplayTree.h
|
Bug 1268754 - Tweak some MFBT return values. r=Ms2ger.
|
2016-04-29 13:14:34 +10:00 |
STYLE
|
|
|
TaggedAnonymousMemory.cpp
|
|
|
TaggedAnonymousMemory.h
|
|
|
TemplateLib.h
|
|
|
ThreadLocal.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
ToString.h
|
|
|
Tuple.h
|
|
|
TypedEnumBits.h
|
|
|
Types.h
|
|
|
TypeTraits.h
|
|
|
UniquePtr.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
UniquePtrExtensions.h
|
|
|
unused.cpp
|
|
|
unused.h
|
|
|
Variant.h
|
Bug 1209227 - Part 2: Mark mfbt::Variant as MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS, r=froydnj
|
2016-05-19 09:34:01 -04:00 |
Vector.h
|
Bug 1277896 - add Vector::initLengthUninitialized (r=waldo)
|
2016-06-10 13:28:04 -05:00 |
WeakPtr.h
|
|
|
WindowsVersion.h
|
|
|
XorShift128PlusRNG.h
|
|
|