This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2025-03-01 05:48:26 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
mfbt
/
tests
History
Nathan Froyd
2ebbd09068
Bug 1320752 - remove mozilla/Function.h; r=gerald
...
We have std::function available now, which is likely to be somewhat more efficient.
2016-11-28 11:03:53 -05:00
..
moz.build
Bug 1320752 - remove mozilla/Function.h; r=gerald
2016-11-28 11:03:53 -05:00
TestArray.cpp
Bug 1309466 - Add Test for the init value by constructor. r=froydnj
2016-10-19 18:12:11 +08:00
TestArrayUtils.cpp
…
TestAtomics.cpp
…
TestBinarySearch.cpp
…
TestBloomFilter.cpp
…
TestBufferList.cpp
…
TestCasting.cpp
…
TestCeilingFloor.cpp
…
TestCheckedInt.cpp
…
TestCountPopulation.cpp
…
TestCountZeroes.cpp
…
TestEndian.cpp
…
TestEnumeratedArray.cpp
Bug 1309466 - Add Test for the init value by constructor. r=froydnj
2016-10-19 18:12:11 +08:00
TestEnumSet.cpp
…
TestEnumTypeTraits.cpp
…
TestFastBernoulliTrial.cpp
…
TestFloatingPoint.cpp
Bug 1312620 - Add IsPositiveZero function to mfbt and use it to replace MPhi by MNaNToZero iff c is +0.0. r=nbp, r=waldo
2016-10-26 17:47:42 +02:00
TestIntegerPrintfMacros.cpp
…
TestIntegerRange.cpp
…
TestJSONWriter.cpp
…
TestLinkedList.cpp
Bug 1310547 - Add removeAndGetNext/Previous methods to LinkedList (r=froydnj)
2016-10-30 22:04:01 -07:00
TestMacroArgs.cpp
…
TestMacroForEach.cpp
…
TestMathAlgorithms.cpp
…
TestMaybe.cpp
…
TestNotNull.cpp
…
TestPair.cpp
…
TestPoisonArea.cpp
…
TestRange.cpp
Bug 1315352 - enable Range<T> -> Range<const T> conversion; r=Waldo
2016-11-07 19:30:34 -04:00
TestRefPtr.cpp
…
TestResult.cpp
Bug 1283562 - Add mozilla::Result<V, E> for fallible return values. r=jwalden
2016-11-21 12:52:03 +01:00
TestRollingMean.cpp
…
TestSaturate.cpp
…
TestScopeExit.cpp
…
TestSegmentedVector.cpp
…
TestSHA1.cpp
…
TestSplayTree.cpp
…
TestTemplateLib.cpp
…
TestTuple.cpp
…
TestTypedEnum.cpp
Bug 1315624 - Delete operator&& and operator|| for CastableTypedEnumResult. r=froydnj
2016-11-07 15:00:16 +08:00
TestTypeTraits.cpp
…
TestUniquePtr.cpp
…
TestVariant.cpp
…
TestVector.cpp
…
TestWeakPtr.cpp
…
TestXorShift128PlusRNG.cpp
…