..
decimal
Bug 1402344 - Update mfbt-double-conversion to the latest upstream rev. r=froydnj
2017-10-09 22:15:37 -07:00
double-conversion
Bug 1402344 - Update mfbt-double-conversion to the latest upstream rev. r=froydnj
2017-10-09 22:15:37 -07:00
staticruntime
Bug 1402344 - Update mfbt-double-conversion to the latest upstream rev. r=froydnj
2017-10-09 22:15:37 -07:00
tests
Bug 1410252 - MakeNotNull<PointerType, OptionalPointeeType>(Args...) - r=njn
2017-10-20 14:56:01 +11:00
Alignment.h
…
AllocPolicy.h
…
AlreadyAddRefed.h
…
Array.h
…
ArrayUtils.h
…
Assertions.cpp
…
Assertions.h
Bug 1411001 - Remove the +x permissions on cpp & h files r=froydnj
2017-10-23 20:59:55 +02:00
Atomics.h
Bug 1407137 - Implement Swap(Atomic<T, Order>&, Atomic<T, Order>&) = delete; to remove an actually-non-atomic footgun. r=froydnj
2017-10-10 10:19:31 -07:00
Attributes.h
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
2017-10-03 09:05:19 +11:00
BinarySearch.h
…
BloomFilter.h
…
BufferList.h
…
Casting.h
…
ChaosMode.cpp
…
ChaosMode.h
…
Char16.h
…
CheckedInt.h
Bug 1356936 - Use __builtin_add/sub/mul_overflow() where available to optimize CheckedInt. r=waldo,ehsan
2017-09-21 18:24:10 +02:00
Compiler.h
…
Compression.cpp
Bug 1399412 - Work around clang assertion by wrapping lz4.c in an extern C block. r=froydnj
2017-09-13 09:43:00 -04:00
Compression.h
Bug 1396026 - Update OTS to accept Awami Nastaliq. r=froydnj,jfkthame
2017-09-07 10:40:59 -07:00
DebugOnly.h
…
DefineEnum.h
…
DoublyLinkedList.h
Bug 1396723 - Use DoublyLinkedList in mozjemalloc. r=froydnj
2017-09-02 08:55:42 +09:00
EndianUtils.h
…
EnumSet.h
Bug 1409398 - remove EnumSet::initVersion; r=sylvestre
2017-10-26 14:54:23 -04:00
EnumTypeTraits.h
…
EnumeratedArray.h
…
EnumeratedRange.h
…
FastBernoulliTrial.h
…
FloatingPoint.cpp
…
FloatingPoint.h
…
GuardObjects.h
…
HashFunctions.cpp
…
HashFunctions.h
…
IndexSequence.h
…
IntegerPrintfMacros.h
…
IntegerRange.h
…
IntegerTypeTraits.h
…
JSONWriter.cpp
…
JSONWriter.h
…
Likely.h
…
LinkedList.h
…
LinuxSignal.h
…
MacroArgs.h
…
MacroForEach.h
…
MathAlgorithms.h
…
Maybe.h
Bug 1410186 - turn Maybe assertions into release assertions; r=bkelly
2017-11-09 12:27:51 -05:00
MaybeOneOf.h
…
MemoryChecking.h
…
MemoryReporting.h
…
Move.h
…
NotNull.h
Bug 1410252 - MakeNotNull<PointerType, OptionalPointeeType>(Args...) - r=njn
2017-10-20 14:56:01 +11:00
NullPtr.h
…
Opaque.h
…
OperatorNewExtensions.h
…
Pair.h
…
PodOperations.h
…
Poison.cpp
…
Poison.h
…
Range.h
…
RangedArray.h
…
RangedPtr.h
…
ReentrancyGuard.h
…
RefCountType.h
…
RefCounted.h
Bug 1385438 - make mozilla::RefCounted use the strongest memory consistency necessary; r=jrmuizel
2017-10-27 13:05:51 -04:00
RefPtr.h
Bug 1390568 - manually de-virtualize do_QueryReferent; r=ehsan
2017-08-24 20:04:31 -04:00
Result.h
Bug 1366511: Part 3 - Add mozilla::ToResult() to convert other result types to equivalent Result. r=nbp,ehsan
2017-08-29 21:28:31 -07:00
ResultExtensions.h
Bug 1366511: Part 3 - Add mozilla::ToResult() to convert other result types to equivalent Result. r=nbp,ehsan
2017-08-29 21:28:31 -07:00
ReverseIterator.h
…
RollingMean.h
…
SHA1.cpp
…
SHA1.h
…
STYLE
…
Saturate.h
…
ScopeExit.h
…
Scoped.h
…
SegmentedVector.h
…
SmallPointerArray.h
Bug 1397056 - Add Contains and a return parameter to Remove for SmallPointerArray. r=froydnj
2017-09-12 14:11:47 -04:00
Span.h
Bug 1405582 - Span: delete implicit constructors for char* and char16_t*. r=froydnj,hsivonen
2017-09-20 00:38:07 -07:00
SplayTree.h
…
Sprintf.h
…
StaticAnalysisFunctions.h
Bug 1380423 - Add static-analysis to enforce strict rules on functions which can run scripts. r=mystor
2017-08-08 19:48:53 +03:00
TaggedAnonymousMemory.cpp
…
TaggedAnonymousMemory.h
…
TemplateLib.h
…
ThreadLocal.h
Bug 1402355 Require TLS_OUT_OF_INDEXES to be defined before ThreadLocalKeyStoragewill be defined on Windows r=glandium
2017-09-27 15:09:23 -05:00
ThreadSafeWeakPtr.h
Bug 1404742 - add ThreadSafeWeakPointer to MFBT. r=nfroyd
2017-10-18 14:21:23 -04:00
ToString.h
…
Tuple.h
…
TypeTraits.h
…
TypedEnumBits.h
…
Types.h
Bug 1277338 - Part 7: Export mozglue when JS_STANDALONE && !jemalloc; r=glandium,sfink
2017-08-31 15:59:13 -07:00
UniquePtr.h
…
UniquePtrExtensions.h
…
Unused.cpp
…
Unused.h
…
Variant.h
…
Vector.h
Bug 1329019 - Allow specifying capacity to Vector::replaceRawBuffer (r=froydnj)
2017-09-22 10:34:24 -05:00
WeakPtr.h
…
WindowsVersion.h
Bug 1406793 - Make IsWindows* methods thread-safe. r=froydnj
2017-10-09 10:36:23 +02:00
XorShift128PlusRNG.h
…
double-conversion.h
Bug 1402344 - Update mfbt-double-conversion to the latest upstream rev. r=froydnj
2017-10-09 22:15:37 -07:00
lz4.c
Bug 1398021 - Update lz4 to version 1.8.0. r=froydnj
2017-09-12 09:00:37 -04:00
lz4.h
Bug 1412825 - fix lz4 deprecated attribute with clang and c++14; r=RyanVM
2017-10-30 10:12:38 -04:00
moz.build
Bug 1411586 - mfbt is missing BUGZILLA_COMPONENTS defined in-tree. r=froydnj
2017-10-26 04:53:23 -04:00
objs.mozbuild
Bug 1402344 - Update mfbt-double-conversion to the latest upstream rev. r=froydnj
2017-10-09 22:15:37 -07:00