..
decimal
Bug 1013662 - Fix bad implicit conversion constructors in MFBT; r=froydnj,Waldo
2014-06-06 23:17:06 -04:00
double-conversion
tests
Bug 1024318 - Fix warnings in mfbt/tests/ and mark as FAIL_ON_WARNINGS. r=Waldo
2014-06-14 12:47:01 -07:00
Alignment.h
Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj.
2014-05-29 22:40:33 -07:00
AllocPolicy.h
Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj.
2014-05-29 22:40:33 -07:00
Array.h
Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj.
2014-05-29 22:40:33 -07:00
ArrayUtils.h
Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj.
2014-05-29 22:40:33 -07:00
Assertions.h
Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj.
2014-05-29 22:40:33 -07:00
Atomics.h
Bug 1025900 - #include intrin.h directly in Atomics.h instead of declaring functions manually from it; r=froydnj
2014-06-16 18:19:49 -04:00
Attributes.h
Bug 1023449 - Try to check for MSVC before clang so that we live in the clang-cl world when building with that compiler; r=froydnj
2014-06-10 16:33:39 -04:00
BinarySearch.h
Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj.
2014-05-29 22:40:33 -07:00
BloomFilter.h
Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj.
2014-05-29 22:40:33 -07:00
Casting.h
Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj.
2014-05-29 22:40:33 -07:00
ChaosMode.h
Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj.
2014-05-29 22:40:33 -07:00
Char16.h
Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj.
2014-05-29 22:40:33 -07:00
CheckedInt.h
Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj.
2014-05-29 22:40:33 -07:00
Compiler.h
Compression.cpp
Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj.
2014-05-29 22:40:33 -07:00
Compression.h
Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj.
2014-05-29 22:40:33 -07:00
Constants.h
DebugOnly.h
Bug 1013662 - Fix bad implicit conversion constructors in MFBT; r=froydnj,Waldo
2014-06-06 23:17:06 -04:00
Endian.h
EnumeratedArray.h
Bug 1018239 - Make WebGLContext::GetExtensionString fool-proof and remove a dangerous EnumeratedArrayConstructor - r=jgilbert
2014-05-30 16:21:23 -04:00
EnumSet.h
Bug 1013662 - Fix bad implicit conversion constructors in MFBT; r=froydnj,Waldo
2014-06-06 23:17:06 -04:00
FloatingPoint.cpp
FloatingPoint.h
Bug 1012971 - Fix compiler warnings in mfbt r=nbp
2014-05-22 11:15:06 -07:00
GuardObjects.h
HashFunctions.cpp
HashFunctions.h
Bug 1023778 part 3 - Make AtomizeChars and js_NewStringCopyN accept Latin1 chars. r=luke
2014-06-13 20:51:05 +02:00
IntegerPrintfMacros.h
Bug 945029 - Fix up Android's broken [u]intptr_t inttype macros. r=Waldo
2014-05-12 22:27:14 -07:00
IntegerTypeTraits.h
Likely.h
LinkedList.h
Bug 1013662 - Fix bad implicit conversion constructors in MFBT; r=froydnj,Waldo
2014-06-06 23:17:06 -04:00
lz4_encoder.h
lz4.c
lz4.h
MacroArgs.h
MacroForEach.h
MathAlgorithms.h
Bug 1022049. Switch to <intrin.h>. r=nfroyd
2014-06-09 17:26:55 -04:00
Maybe.h
MaybeOneOf.h
Bug 1024688 - Add a MaybeOneOf class to MFBT. r=luke
2014-06-13 14:26:01 +02:00
MemoryChecking.h
MemoryReporting.h
Move.h
moz.build
Bug 1011350 - Add mfbt support for PR_SET_VMA_ANON_NAME. r=njn r=froydnj
2014-06-17 17:54:00 +02:00
MSIntTypes.h
NullPtr.h
NumericLimits.h
PodOperations.h
Poison.cpp
Bug 1011350 - Use TaggedAnonymousMemory to distinguish our various mmap call sites. r=njn
2014-06-17 17:55:00 +02:00
Poison.h
Range.h
RangedPtr.h
ReentrancyGuard.h
RefCountType.h
RefPtr.h
Bug 1013662 - Fix bad implicit conversion constructors in MFBT; r=froydnj,Waldo
2014-06-06 23:17:06 -04:00
RollingMean.h
Bug 1013662 - Fix bad implicit conversion constructors in MFBT; r=froydnj,Waldo
2014-06-06 23:17:06 -04:00
Scoped.h
Bug 1012971 - Fix compiler warnings in mfbt r=nbp
2014-05-22 11:15:06 -07:00
SHA1.cpp
SHA1.h
SplayTree.h
Bug 983538 (part 1) - Convert mfbt/SplayTree.h to Mozilla style. r=froydnj.
2014-03-13 22:35:45 -07:00
STYLE
Bug 983538 (part 2) - Update mfbt/STYLE. r=froydnj.
2014-03-13 22:42:59 -07:00
TaggedAnonymousMemory.cpp
Bug 1011350 - Add mfbt support for PR_SET_VMA_ANON_NAME. r=njn r=froydnj
2014-06-17 17:54:00 +02:00
TaggedAnonymousMemory.h
Bug 1011350 - Add mfbt support for PR_SET_VMA_ANON_NAME. r=njn r=froydnj
2014-06-17 17:54:00 +02:00
TemplateLib.h
ThreadLocal.h
ToString.h
TypedEnum.h
TypedEnumBits.h
TypedEnumInternal.h
Types.h
TypeTraits.h
Bug 1024318 - Fix warnings in mfbt/tests/ and mark as FAIL_ON_WARNINGS. r=Waldo
2014-06-14 12:47:01 -07:00
Vector.h
Bug 1013662 - Fix bad implicit conversion constructors in MFBT; r=froydnj,Waldo
2014-06-06 23:17:06 -04:00
WeakPtr.h
Bug 1013662 - Fix bad implicit conversion constructors in MFBT; r=froydnj,Waldo
2014-06-06 23:17:06 -04:00
WindowsVersion.h