.. |
decimal
|
Bug 909467 - HTMLInputElement crash loading 8bit.js test (consistantly link against the correct StringBuilder). r=Waldo
|
2013-09-17 13:24:35 +01:00 |
double-conversion
|
Bug 919337: Use static_assert in double_conversion::BitCast. r=waldo
|
2013-09-29 21:18:26 -07:00 |
tests
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
Alignment.h
|
Bug 904110 - Move alignment features out of Util.h into a new header; r=Waldo
|
2013-08-14 09:00:52 +02:00 |
AllocPolicy.h
|
|
|
Array.h
|
|
|
Assertions.h
|
Bug 888658 - Assertions.h fixup for windows. r=jwalden
|
2013-10-15 09:07:00 +02:00 |
Atomics.h
|
Bug 906783 - Attempt to detect the standard C++ library version, r=Waldo
|
2013-08-29 22:44:23 -05:00 |
Attributes.h
|
Bug 928210 - Get rid of MOZ_INLINE
|
2013-10-22 06:34:24 +09:00 |
BloomFilter.h
|
Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo
|
2013-07-18 13:59:53 -04:00 |
Casting.h
|
Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo
|
2013-07-18 13:59:53 -04:00 |
Char16.h
|
Bug 928091 follow-up: Rewrite the comment in English
|
2013-10-18 20:34:49 -04:00 |
CheckedInt.h
|
Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo
|
2013-07-18 13:59:53 -04:00 |
Compiler.h
|
Bug 911140 - Fix a typo that prevents libc++ from using C++11 atomics. r=jcranmer
|
2013-08-30 16:14:52 -04:00 |
Compression.cpp
|
Bug 888658 - Add LZ4 compression to mfbt. r=jwalden,vlad
|
2013-10-18 20:25:30 +02:00 |
Compression.h
|
Bug 888658 - Add LZ4 compression to mfbt. r=jwalden,vlad
|
2013-10-18 20:25:30 +02:00 |
Constants.h
|
|
|
DebugOnly.h
|
|
|
Endian.h
|
Bug 917593 - Don't assert for zero-length strings. r=Waldo
|
2013-09-27 18:34:24 +02:00 |
EnumSet.h
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
exported_headers.mk
|
Bug 888658 - Add LZ4 compression to mfbt. r=jwalden,vlad
|
2013-10-18 20:25:30 +02:00 |
FloatingPoint.cpp
|
Bug 913282: IsFloat32Representable function in mfbt; r=Waldo
|
2013-10-22 14:55:35 +02:00 |
FloatingPoint.h
|
Bug 913282: IsFloat32Representable function in mfbt; r=Waldo
|
2013-10-22 14:55:35 +02:00 |
GuardObjects.h
|
|
|
HashFunctions.cpp
|
|
|
HashFunctions.h
|
Bug 924012 - Provide a HashString version for char16_t if needed; r=Waldo
|
2013-10-15 11:54:08 -04:00 |
IntegerPrintfMacros.h
|
Bug 730805 - Provide mozilla/IntegerPrintfMacros.h to implement the PRI* macros portion of the <inttypes.h> interface. r=espindola
|
2011-12-15 00:27:42 -05:00 |
Likely.h
|
|
|
LinkedList.h
|
Bug 906912 - Add move constructors to mozilla::LinkedList and mozilla::LinkedListElement. r=waldo
|
2013-08-29 11:54:14 -07:00 |
lz4_encoder.h
|
Bug 888658 - Add LZ4 compression to mfbt. r=jwalden,vlad
|
2013-10-18 20:25:30 +02:00 |
lz4.c
|
Bug 888658 - Add LZ4 compression to mfbt. r=jwalden,vlad
|
2013-10-18 20:25:30 +02:00 |
lz4.h
|
Bug 888658 - Add LZ4 compression to mfbt. r=jwalden,vlad
|
2013-10-18 20:25:30 +02:00 |
Makefile.in
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
MathAlgorithms.h
|
Bug 906368 - IonMonkey: Define a proper CountPopulation32 function, and use it in place of manual code in RegisterSets.h. r=nbp
|
2013-08-19 12:32:22 -07:00 |
Maybe.h
|
Bug 909514 - Include <new> before mozilla::Maybe (and move Maybe into mfbt/Maybe.h). r=waldo
|
2013-08-27 15:10:28 -07:00 |
MemoryChecking.h
|
|
|
MemoryReporting.h
|
|
|
Move.h
|
Bug 909977 - Rename mozilla::Move to mozilla::OldMove, and make mozilla::Move a synonym for std::move(). r=waldo
|
2013-08-29 11:54:14 -07:00 |
moz.build
|
|
|
MSIntTypes.h
|
Bug 730805 - Provide mozilla/IntegerPrintfMacros.h to implement the PRI* macros portion of the <inttypes.h> interface. r=espindola
|
2011-12-15 00:27:42 -05:00 |
NullPtr.h
|
Bug 926083 - Only #include Compiler.h in NullPtr.h if needed; r=froydnj
|
2013-10-15 17:13:39 -04:00 |
NumericLimits.h
|
Bug 924014 - Do not rely on std::numeric_limits<char16_t> being available; r=Waldo
|
2013-10-15 11:55:37 -04:00 |
PodOperations.h
|
|
|
Poison.cpp
|
Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo
|
2013-07-18 13:59:53 -04:00 |
Poison.h
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
Range.h
|
|
|
RangedPtr.h
|
|
|
ReentrancyGuard.h
|
|
|
RefPtr.h
|
Bug 912299 - Make RefCounted's refcount field mutable. r=waldo
|
2013-09-06 13:32:55 -07:00 |
Scoped.h
|
|
|
SHA1.cpp
|
|
|
SHA1.h
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
sources.mk
|
Bug 913282: IsFloat32Representable function in mfbt; r=Waldo
|
2013-10-22 14:55:35 +02:00 |
SplayTree.h
|
|
|
STYLE
|
Bug 903797 - Update mfbt/STYLE to the current policy about include guards; r=Waldo
|
2013-08-14 09:00:42 +02:00 |
TemplateLib.h
|
|
|
ThreadLocal.h
|
Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo
|
2013-07-18 13:59:53 -04:00 |
TypedEnum.h
|
Bug 923170 - Require GCC 4.6.x before enabling strong enum support. r=Waldo
|
2013-10-08 15:25:13 -04:00 |
Types.h
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
TypeTraits.h
|
Bug 904985, part 1: Add better support for char16_t in type traits, r=Waldo.
|
2013-09-17 22:43:04 -05:00 |
Util.h
|
Bug 909514 - Include <new> before mozilla::Maybe (and move Maybe into mfbt/Maybe.h). r=waldo
|
2013-08-27 15:10:28 -07:00 |
Vector.h
|
Bug 921871 - Fix -Wunitialized warning in Vector.h. r=Waldo
|
2013-10-17 18:29:46 -03:00 |
WeakPtr.h
|
Bug 923554 - Backout the atomic weak pointer implementation because it's neither atomic nor thread-safe; r=froydnj
|
2013-10-16 13:48:34 -04:00 |