gecko-dev/mfbt
James Cheng 48d19920cb Bug 1204790 - Prefer deleted function with public access specifiers instead of private in UniquePtr. r=nfroyd
--HG--
extra : rebase_source : 9f711462c2e0b9865793c9f4846cb7ab6a60ef32
2015-09-15 19:18:00 +02:00
..
decimal
double-conversion Bug 1202568 - Cherry-pick warning fixes from upstream double-conversion. r=Ms2ger 2015-09-05 00:38:04 -07:00
staticruntime Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
tests Bug 1198451 - Tests for mozilla::Function. r=froydnj 2015-09-06 21:43:34 -04:00
Alignment.h Bug 1187073 - Use MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS to validate the usage of AlignedStorage2. r=ehsan 2015-07-31 13:59:00 -04:00
AllocPolicy.h
AlreadyAddRefed.h Bug 1192130 - Part 2: Use MOZ_NON_AUTOABLE to validate the usage of already_AddRefed, r=ehsan 2015-08-14 17:33:54 -04:00
Array.h
ArrayUtils.h
Assertions.h Bug 1201271 - Warn about unused results for more methods of nsTArray. r=froydnj 2015-09-15 15:30:44 -07:00
Atomics.h Bug 1189894 - remove Atomics.h IntrinsicAddSub hack; r=erahm 2015-07-31 22:25:21 -04:00
Attributes.h Bug 1201190 - Part 2: Add MOZ_NON_TEMPORARY_CLASS and MOZ_RAII to mfbt, r=ehsan 2015-09-12 16:53:32 -04:00
BinarySearch.h
BloomFilter.h
Casting.h
ChaosMode.cpp
ChaosMode.h
Char16.h Bug 1189967 - Avoid including <string> from Char16.h. r=nfroyd 2015-08-23 22:20:33 +09:00
CheckedInt.h Bug 1188204 - Fix more constructors in MFBT; r=froydnj 2015-07-28 12:24:39 -04:00
Compiler.h
Compression.cpp Bug 1189967 - Avoid including <string> from Char16.h. r=nfroyd 2015-08-23 22:20:33 +09:00
Compression.h
Constants.h
DebugOnly.h
Endian.h
EnumeratedArray.h
EnumeratedRange.h Bug 1188204 - Fix more constructors in MFBT; r=froydnj 2015-07-28 12:24:39 -04:00
EnumSet.h
FloatingPoint.cpp
FloatingPoint.h
Function.h Bug 1198451 - Add a type-erased callable wrapper, mozilla::Function, to MFBT. r=froydnj 2015-09-11 14:40:09 -04:00
GuardObjects.h
HashFunctions.cpp
HashFunctions.h
IndexSequence.h
IntegerPrintfMacros.h Bug 1186126 - Note incompatibility with NSPR printf-like functions. r=nfroyd 2015-07-27 10:08:00 +02:00
IntegerRange.h Bug 1188204 - Fix more constructors in MFBT; r=froydnj 2015-07-28 12:24:39 -04:00
IntegerTypeTraits.h
JSONWriter.cpp
JSONWriter.h
Likely.h
LinkedList.h
LinuxSignal.h
lz4.c
lz4.h
MacroArgs.h
MacroForEach.h Bug 1188895 - Replace U+0A00 with U+0200 in MacroForEach.h. r=Ms2ger 2015-08-01 00:36:00 -04:00
MathAlgorithms.h Bug 1193600 - Add Clamp and IsPowerOfTwo to MFBT. - r=waldo 2015-09-04 13:33:10 -07:00
Maybe.h
MaybeOneOf.h
MemoryChecking.h
MemoryReporting.h
Move.h
moz.build Bug 1198451 - Add a type-erased callable wrapper, mozilla::Function, to MFBT. r=froydnj 2015-09-11 14:40:09 -04:00
nsRefPtr.h Bug 1196451 - tweak comment in nsRefPtr.h to be more clear; r=botond 2015-08-20 00:59:28 -04:00
NullPtr.h
NumericLimits.h
objs.mozbuild
Pair.h
PodOperations.h Bug 1202317. Support PodEqual over fixed-length arrays. r=Waldo 2015-09-07 17:07:59 +12:00
Poison.cpp
Poison.h
Range.h
RangedArray.h
RangedPtr.h Bug 1188204 - Fix more constructors in MFBT; r=froydnj 2015-07-28 12:24:39 -04:00
ReentrancyGuard.h Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan 2015-09-12 16:53:33 -04:00
RefCountType.h
RefPtr.h Bug 1193298 - Part 3: Delete RefPtr<T>::operator T*()&&. r=froydnj 2015-08-11 06:45:00 -04:00
ReverseIterator.h Bug 1188204 - Fix more constructors in MFBT; r=froydnj 2015-07-28 12:24:39 -04:00
RollingMean.h
Scoped.h Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan 2015-09-12 16:53:33 -04:00
ScopeExit.h Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan 2015-09-12 16:53:33 -04:00
SegmentedVector.h
SHA1.cpp
SHA1.h
SizePrintfMacros.h
Snprintf.h
SplayTree.h
STYLE
TaggedAnonymousMemory.cpp
TaggedAnonymousMemory.h
TemplateLib.h
ThreadLocal.h
ToString.h
Tuple.h Bug 1185706 - support Tie() for mozilla::Pair. r=froydnj 2015-07-24 00:42:00 +02:00
TypedEnumBits.h
Types.h
TypeTraits.h
UniquePtr.h Bug 1204790 - Prefer deleted function with public access specifiers instead of private in UniquePtr. r=nfroyd 2015-09-15 19:18:00 +02:00
unused.cpp
unused.h Bug 1203314 - Make operator<< a method on unused_t. r=froydnj 2015-09-10 13:17:00 +02:00
Variant.h Bug 1186693 - Add exhaustive matching to mozilla::Variant; r=Waldo 2015-08-08 16:43:35 -07:00
Vector.h
WeakPtr.h
WindowsVersion.h