.. |
decimal
|
Bug 888159 - Fix Decimap.cpp building on VS2013. r=Waldo
|
2013-07-11 10:13:29 +09:00 |
double-conversion
|
Bug 887465 - Rewrite double-conversion's assertions in terms of the MOZ_* assertions, and keep wtf (Yarr) from redefining them. r=jwalden
|
2013-06-27 16:25:42 -07:00 |
tests
|
Bug 881980 - Allow casting CheckedInts to other CheckedInt types. - r=bjacob,waldo
|
2013-06-14 15:19:40 -07:00 |
AllocPolicy.h
|
Bug 891177 - Add AllocPolicy.h to define an implementation policy concept for use in mfbt. r=terrence
|
2013-07-02 17:16:07 -07:00 |
Assertions.h
|
Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo
|
2013-06-28 19:20:12 -07:00 |
Atomics.h
|
Bug 881163 - Require gcc 4.5.2 for C++11 atomics, r=froydnj
|
2013-06-10 09:17:00 -07:00 |
Attributes.h
|
bug 888493 - add MOZ_CONSTEXPR_VAR r=waldo
|
2013-06-28 17:34:51 -04:00 |
BloomFilter.h
|
Move TestBloomFilter out of XPCOM and into mfbt/tests, now that it exists. No bug, r=testingonlychange
|
2012-10-03 17:09:59 -07:00 |
Casting.h
|
Rename a method from 'check' to 'checkBounds' to avoid colliding with a 'check' macro in an OS X system header. (No, really.) Noticed while tryservering patches for bug 798179, r=rage
|
2013-06-10 15:31:37 -07:00 |
Char16.h
|
Bug 826144 - Add MOZ_UTF16_HELPER() intermediary macro to handle UTF-16 stringification and concatenation correctly. r=waldo
|
2013-01-02 14:49:09 -08:00 |
CheckedInt.h
|
Bug 886128 - Fix various clang warnings and some potential bugs in nonstandard configurations. r=nnethercote,terrence.
|
2013-06-24 21:32:05 -07:00 |
Compiler.h
|
Bug 836078 - Replace all gcc __GNUC__ version checks with MOZ_GCC_VERSION_AT_LEAST macro. r=dvander
|
2013-05-01 15:45:05 -04:00 |
Constants.h
|
Bug 776429: Unify scattered M_PI definitions into mfbt/Constants.h r=dRdR
|
2012-08-06 13:32:11 -07:00 |
DebugOnly.h
|
Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
|
2012-12-14 18:58:45 -05:00 |
Endian.h
|
Bug 798172 - Apple's default clang 4.2 does not have __builtin_bswap16(). r=Waldo
|
2013-04-03 23:40:39 -07:00 |
EnumSet.h
|
Bug 793013 - Add EnumSet to replace 1 << n bit type bitfields. r=Waldo
|
2012-11-06 18:23:13 -05:00 |
exported_headers.mk
|
Bug 891177 - Add ReentrancyGuard.h as a helper class for asserting that use of a class is non-reentrant. r=terrence
|
2013-07-02 17:47:08 -07:00 |
FloatingPoint.h
|
Bug 798179 - Rewrite ToIntWidth to more simply act upon the actual bits of the IEEE-754 representation. r=froydnj
|
2013-06-07 13:22:45 -07:00 |
GuardObjects.h
|
Bug 828472 - Introduce AutoJSContext and SafeAutoJSContext helpers and use them for date handling in nsHTMLInputElement. f=bz r=bholley
|
2013-01-21 12:38:54 +00:00 |
HashFunctions.cpp
|
Bug 805416 - refactor macros to avoid the need for empty macro arguments. r=Waldo.
|
2012-10-30 16:12:22 -04:00 |
HashFunctions.h
|
No bug - Fix typo in comment in mfbt/HashFunctions.h. DONTBUILD
|
2013-06-14 11:17:01 -07:00 |
Likely.h
|
bug 822717 - remove checks for old gcc r=glandium
|
2012-12-18 13:22:28 -05:00 |
LinkedList.h
|
Bug 802686 - s/MOZ_NOT_REACHED/MOZ_CRASH/ in Gecko. r=(see below)
|
2013-06-28 18:38:30 -07:00 |
Makefile.in
|
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
|
2013-06-17 15:21:01 -04:00 |
MathAlgorithms.h
|
Bug 847480 - Remove unused (verified by manual inspection and try) DeprecatedAbs overloads so it's harder for new uses to pop up. r=Ms2ger
|
2013-03-09 14:20:14 -08:00 |
MemoryChecking.h
|
Bug 838557 - Create a common interface for ASan/Valgrind functions. r=mats,bhackett
|
2013-02-15 00:50:11 +01:00 |
MemoryReporting.h
|
Bug 798914 (part 1) - Introduce mozilla::MallocSizeOf in mfbt. r=Waldo.
|
2013-06-23 12:57:47 +02:00 |
Move.h
|
Bug 891177 - Move js::Swap to mozilla::Swap. r=terrence
|
2013-07-03 15:57:33 -07:00 |
moz.build
|
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
|
2013-06-17 15:21:01 -04:00 |
MSStdInt.h
|
|
|
NullPtr.h
|
Bug 833254 - Fix MFBT's gcc version checks. r=waldo
|
2013-01-21 19:42:15 -08:00 |
PodOperations.h
|
Bug 862657 - Make PodCopy work even when copying to a volatile address, and add PodArrayCopy for copying one fixed-size array into another array of the same size. r=froydnj
|
2013-05-06 11:05:52 -07:00 |
Poison.cpp
|
Bug 867530 - Move PresArena poisoning code to MFBT. r=roc
|
2013-05-07 20:48:59 +02:00 |
Poison.h
|
Bug 871032 - Move the MOZ_ASSERTs after the declarations to work around MSVC Opt build failure when this file is compiled as C. r=roc
|
2013-05-13 16:28:29 +02:00 |
Range.h
|
Bug 811060 - Implement mozilla::Range; r=Waldo
|
2012-11-12 16:37:33 -08:00 |
RangedPtr.h
|
Bug 563195: Avoid triggering -Wshadow warnings in mfbt/. r=Waldo
|
2013-02-17 22:56:32 -08:00 |
ReentrancyGuard.h
|
Bug 891177 - Add ReentrancyGuard.h as a helper class for asserting that use of a class is non-reentrant. r=terrence
|
2013-07-02 17:47:08 -07:00 |
RefPtr.h
|
Bug 864035 - Add an atomic RefCounted and WeakPtr implementation. r=Waldo
|
2013-05-18 09:52:53 +02:00 |
Scoped.h
|
Bug 563195: Avoid triggering -Wshadow warnings in mfbt/. r=Waldo
|
2013-02-17 22:56:32 -08:00 |
SHA1.cpp
|
Bug 798172 - part 3 - convert SHA1.cpp to use Endian.h; r=Waldo
|
2013-01-30 16:47:00 -05:00 |
SHA1.h
|
Bug 805416 - refactor macros to avoid the need for empty macro arguments. r=Waldo.
|
2012-10-30 16:12:22 -04:00 |
sources.mk
|
Bug 867530 - Move PresArena poisoning code to MFBT. r=roc
|
2013-05-07 20:48:59 +02:00 |
SplayTree.h
|
Bug 822906 - Add SplayTree to mfbt. r=waldo
|
2013-01-16 12:12:05 +13:00 |
StandardInteger.h
|
Style patrol to make everything conform to mfbt/STYLE. No bug, r=sparky
|
2012-06-03 20:36:43 -07:00 |
STYLE
|
|
|
ThreadLocal.h
|
Bug 756709 - Make ThreadLocal::set crash on failure (which really can only happen if per-thread memory for the TLS entry couldn't be allocated, which should be really rare). r=Ms2ger
|
2012-12-17 15:40:50 -05:00 |
TypedEnum.h
|
Bug 836438 - Always implement nsresult using an unsigned 32-bit integer type. r=ehsan
|
2013-01-30 15:32:44 -08:00 |
Types.h
|
b=880492 use GCC's typeof when decltype is not available r=Waldo
|
2013-06-10 12:37:16 +12:00 |
TypeTraits.h
|
Bug 798179 - Implement mozilla::MakeUnsigned. r=froydnj
|
2013-03-05 15:44:02 -08:00 |
Util.h
|
Bug 678037 - Add (disabled) ability to parse script bytecode lazily, r=luke.
|
2013-05-30 06:29:56 -06:00 |
WeakPtr.h
|
Bug 864035 - Add an atomic RefCounted and WeakPtr implementation. r=Waldo
|
2013-05-18 09:52:53 +02:00 |