gecko-dev/mfbt
2017-02-22 18:27:51 -08:00
..
decimal Bug 1332797 - Move mfbt/double-conversion source files into a new source/ subdirectory, to segregate upstream files from update.sh and our local patches. r=froydnj 2017-01-23 15:11:50 -08:00
double-conversion Bug 1332797 - Delete the temporary directory used to store the double-conversion clone when all's said and done. r=froydnj 2017-01-26 13:26:40 -08:00
staticruntime
tests Bug 1338374 - Shrink Vector from (usually) four pointers in size to three when no inline storage is used. r=froydnj 2017-01-30 15:56:05 -08:00
Alignment.h Bug 1341951 - Remove mozilla::AlignedStorage, and inline its sole use into js::jit::RInstructionStorage. r=nbp 2017-02-22 18:27:51 -08:00
AllocPolicy.h
AlreadyAddRefed.h
Array.h Bug 1319626 - Part 2: Add BorderLayer class and basic support for them. r=mstange 2016-11-24 18:11:30 +13:00
ArrayUtils.h
Assertions.cpp Bug 1338574 - Assertions.cpp can't use MOZ_CRASH_ANNOTATE, so set the crash reason directly. r=froydnj 2017-02-22 15:42:00 -05:00
Assertions.h Bug 1338574 - Part 1: Add MOZ_CRASH_UNSAFE_OOL and MOZ_CRASH_UNSAFE_PRINTF to crash with a runtime generated explanation string. r=froydnj 2017-02-21 18:01:41 +01:00
Atomics.h
Attributes.h Bug 1324093 - Part 3.5: Add MOZ_MAYBE_UNUSED to mfbt/Attributes.h. r=froydnj 2017-01-18 09:37:54 +13:00
BinarySearch.h
BloomFilter.h
BufferList.h Bug 1264053 - Transfer DifferentProcess ArrayBuffers by copying, r=jorendorff 2017-01-19 14:02:40 -08:00
Casting.h
ChaosMode.cpp
ChaosMode.h
Char16.h Bug 1322465 part 8 - Use explicit/MOZ_IMPLICIT for the unary constructors in mfbt/. r=Ehsan 2016-12-16 15:57:15 +08:00
CheckedInt.h
Compiler.h Bug 1322792 - require GCC 4.9 to build; r=glandium 2016-12-23 05:47:31 -05:00
Compression.cpp
Compression.h
DebugOnly.h
EndianUtils.h
EnumeratedArray.h Bug 1309466 - Enable Array and EnumeratedArray to be brace-initialized with initial contents. r=froydnj 2016-10-12 15:08:47 +08:00
EnumeratedRange.h
EnumSet.h Bug 1311068 - remove InitializerList.h; r=botond 2016-10-19 00:33:14 -04:00
EnumTypeTraits.h
FastBernoulliTrial.h
FloatingPoint.cpp
FloatingPoint.h Bug 1311088 - Part 1: Add mozilla::SpecificNaNBits and JS::detail::CanonicalizedNaNBits. r=jwalden 2016-10-29 01:47:30 +09:00
GuardObjects.h
HashFunctions.cpp
HashFunctions.h Bug 1312001 - Scramble hash codes securely, to avoid leaking bits of object and symbol addresses. 2016-11-30 15:31:56 -06:00
IndexSequence.h Bug 1287006 - Adjust media/ code to not pass Maybe (or any class containing a Maybe member) by value, only by reference or pointer. r=jw_wang, r=rjesup 2017-02-13 09:07:40 -08:00
IntegerPrintfMacros.h Bug 1060419 - fix comment in IntegerPrintfMacros.h to reflect Printf.h change, r=froydnj 2016-12-14 14:16:20 -07:00
IntegerRange.h Bug 1315274 - rename mozilla::MakeRange to mozilla::IntegerRange; r=Waldo 2017-01-06 09:22:53 -05:00
IntegerTypeTraits.h
JSONWriter.cpp
JSONWriter.h
Likely.h
LinkedList.h Bug 1310547 - Add removeAndGetNext/Previous methods to LinkedList (r=froydnj) 2016-10-30 22:04:01 -07:00
LinuxSignal.h
lz4.c
lz4.h
MacroArgs.h
MacroForEach.h
MathAlgorithms.h Bug 1299284 - Remove js::IsPowerOfTwo in favor of mozilla::IsPowerOfTwo. r=sfink 2016-07-21 00:36:38 -07:00
Maybe.h Bug 1339555 - Make various operator-news into a known-non-null pointer use a ::operator new overload that odesn't null-check. r=froydnj 2017-02-14 11:23:18 -08:00
MaybeOneOf.h Bug 1339555 - Make various operator-news into a known-non-null pointer use a ::operator new overload that odesn't null-check. r=froydnj 2017-02-14 11:23:18 -08:00
MemoryChecking.h
MemoryReporting.h
Move.h
moz.build Bug 1332797 - Move mfbt/double-conversion source files into a new source/ subdirectory, to segregate upstream files from update.sh and our local patches. r=froydnj 2017-01-23 15:11:50 -08:00
NotNull.h
NullPtr.h
objs.mozbuild Bug 1332797 - Move mfbt/double-conversion source files into a new source/ subdirectory, to segregate upstream files from update.sh and our local patches. r=froydnj 2017-01-23 15:11:50 -08:00
Opaque.h
OperatorNewExtensions.h
Pair.h
PodOperations.h
Poison.cpp
Poison.h
Range.h Bug 1315352 - follow-up - placate the static analysis to re-open this CLOSED TREE; r=me 2016-11-07 19:26:11 -05:00
RangedArray.h
RangedPtr.h Bug 1319740 - Parametrize ComputeSingleDisplayName based on the character type of the key string, and iterate through the string using iterators, not using null-termination. r=arai 2016-12-02 14:02:36 -08:00
ReentrancyGuard.h
RefCounted.h Bug 1313351 - Fix js::RefCounted to not do leak checking. r=jandem 2016-12-23 21:13:26 +01:00
RefCountType.h
RefPtr.h Bug 1280295 - Remove MOZ_HAVE_REF_QUALIFIERS. r=froydnj 2017-01-03 22:42:33 -08:00
Result.h Bug 1318677 part 3 - mozilla::Result: Add a new packing strategy to pack small enumerated values in a single word. r=Waldo 2017-02-07 18:57:43 +00:00
ReverseIterator.h
RollingMean.h
Saturate.h
Scoped.h
ScopeExit.h
SegmentedVector.h
SHA1.cpp
SHA1.h
SizePrintfMacros.h
SplayTree.h
Sprintf.h Bug 553032 - use MOZ_FORMAT_PRINTF, not explicit attribute; r=froydnj 2016-10-12 10:03:53 -06:00
StaticAnalysisFunctions.h
STYLE Bug 1332797 - Move mfbt/double-conversion source files into a new source/ subdirectory, to segregate upstream files from update.sh and our local patches. r=froydnj 2017-01-23 15:11:50 -08:00
TaggedAnonymousMemory.cpp
TaggedAnonymousMemory.h
TemplateLib.h Bug 1338374 - Make tl::Min/Max variadic. r=froydnj 2017-01-30 15:56:05 -08:00
ThreadLocal.h
ToString.h
Tuple.h
TypedEnumBits.h Bug 1315624 - Delete operator&& and operator|| for CastableTypedEnumResult. r=froydnj 2016-11-07 15:00:16 +08:00
Types.h
TypeTraits.h Bug 1318677 part 3 - mozilla::Result: Add a new packing strategy to pack small enumerated values in a single word. r=Waldo 2017-02-07 18:57:43 +00:00
UniquePtr.h
UniquePtrExtensions.h
Unused.cpp
Unused.h
Variant.h Bug 1339555 - Make various operator-news into a known-non-null pointer use a ::operator new overload that odesn't null-check. r=froydnj 2017-02-14 11:23:18 -08:00
Vector.h Bug 1338374 - Shrink Vector from (usually) four pointers in size to three when no inline storage is used. r=froydnj 2017-01-30 15:56:05 -08:00
WeakPtr.h Bug 1317642 Disable WeakPtr thread assertions on MinGW r=froydnj 2017-01-13 13:50:21 -06:00
WindowsVersion.h Bug 1325368 - Assume Win7 or later when testing Windows version. r=jimm 2017-01-29 16:42:46 +09:00
XorShift128PlusRNG.h