.. |
double-conversion
|
Bug 805416 - refactor macros to avoid the need for empty macro arguments. r=Waldo.
|
2012-10-30 16:12:22 -04:00 |
tests
|
Bug 793013 - Add EnumSet to replace 1 << n bit type bitfields. r=Waldo
|
2012-11-06 18:23:13 -05:00 |
Assertions.h
|
bug 822717 - remove checks for old gcc r=glandium
|
2012-12-18 13:22:28 -05:00 |
Attributes.h
|
Bug 823917 - Use C++11 final on MSVC11. r=waldo
|
2013-01-03 04:47:26 +09: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 |
Char16.h
|
Bug 796948 - Create Char16.h header file for char16_t type. r=waldo
|
2012-12-12 00:34:20 -08:00 |
CheckedInt.h
|
Bug 784309 - CheckedInt.h Intel C++ compilation issue - r=Ms2ger
|
2012-11-02 11:30:40 -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 |
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 796948 - Create Char16.h header file for char16_t type. r=waldo
|
2012-12-12 00:34:20 -08:00 |
FloatingPoint.h
|
Remove some extraneous includes and a function, all added in bug 714260. They were initially necessary when that patch was written, but they became vestigial during rebasing prior to landing, and this disuse wasn't noticed til now. r=lumpy
|
2012-04-19 16:36:31 -07:00 |
GuardObjects.h
|
Bug 807112 - change MOZ_EXPORT_API and MOZ_IMPORT_API to not take the type. r=Waldo.
|
2012-10-31 18:18:12 -04: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
|
Bug 805416 - refactor macros to avoid the need for empty macro arguments. r=Waldo.
|
2012-10-30 16:12:22 -04:00 |
Likely.h
|
bug 822717 - remove checks for old gcc r=glandium
|
2012-12-18 13:22:28 -05:00 |
LinkedList.h
|
Add more thisDuringConstruction() use in LinkedList to silence warnings. No bug, r=lumpy
|
2012-11-05 13:36:50 -08:00 |
Makefile.in
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
MathAlgorithms.h
|
Bug 781313 - Move the euclidGcd and lcm algos form nsStyleAnimation.cpp to mfbt/MathAlgorithms.h r=dbaron,luke
|
2012-08-26 22:58:23 -03:00 |
MSStdInt.h
|
Bug 704313 - Import, unmodified, the Microsoft-compatible <stdint.h> implementation from the 'msinttypes' Google Code project, r26, into mfbt. r=gerv for license compatibility and the addition to toolkit/content/license.html, r=cjones for the code
|
2011-11-22 16:40:45 -08:00 |
NullPtr.h
|
Bug 818941 - Fix misspelling of __GXX_EXPERIMENTAL_CXX0X__ macro. r=ehsan
|
2012-12-06 00:05:26 -08:00 |
RangedPtr.h
|
Bug 798624 - Specialize low-level character access to JSStableString; r=luke, rs=Waldo
|
2012-10-08 15:04:36 -07:00 |
RefPtr.h
|
Style patrol to make everything conform to mfbt/STYLE. No bug, r=sparky
|
2012-06-03 20:36:43 -07:00 |
Scoped.h
|
Bug 812531: Make MOZ_TYPE_SPECIFIC_SCOPED_POINTER_TEMPLATE comply with two-phase template name lookup rules, as clang requires, r=khuey
|
2012-11-15 17:02:11 -08:00 |
SHA1.cpp
|
Bug 803692 - Make SHA1Sum::update() take a void* instead of a uint8_t*. r=waldo
|
2012-10-22 16:32:34 -04: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 781627 - Copy security/nss/lib/freebl/sha_fast.c to mfbt. r=jlebar.
|
2012-08-20 15:01:55 -04: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
|
Document ternary expression style and the else-after-return prohibition. No bug, rs=luke over IRC, DONTBUILD because this is modifying docs but touching no code
|
2012-03-29 16:03:32 -07:00 |
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 |
Types.h
|
Bug 807112 - change MOZ_EXPORT_API and MOZ_IMPORT_API to not take the type. r=Waldo.
|
2012-10-31 18:18:12 -04:00 |
TypeTraits.h
|
Bug 802806 followup - fix the comment
|
2012-10-22 17:05:07 -04:00 |
Util.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 |
WeakPtr.h
|
Bug 821804 - Allow unitialized WeakPtrs to work properly. r=Waldo
|
2012-12-18 11:37:14 -05:00 |