Birunthan Mohanathas
|
772debb89d
|
Bug 989460 - Part 2: Add MOZ_FOR_EACH macro. r=Waldo
|
2014-04-24 10:49:00 +02:00 |
|
Birunthan Mohanathas
|
accb4d62ef
|
Bug 989460 - Part 1: Add MacroArgs.h for macros related to implementing variadic macros. r=Waldo
This also converts MOZ_RELEASE_ASSERT and MOZ_BEGIN_NESTED_ENUM_CLASS to use the new helper macros.
|
2014-04-24 10:48:00 +02:00 |
|
Benoit Jacob
|
7c2d5b3529
|
Bug 807607 - Make MFBT tests use MOZ_RELEASE_ASSERT instead of MOZ_ASSERT to ensure test coverage in non-DEBUG - r=Waldo
find mfbt/tests/ -type f | xargs sed -i 's/MOZ_ASSERT/MOZ_RELEASE_ASSERT/g'
|
2014-04-24 17:06:50 -04:00 |
|
Luke Wagner
|
8d264161c9
|
Bug 998507 - add some assertions to BinarySearch (r=me)
|
2014-04-22 13:53:37 -05:00 |
|
Luke Wagner
|
73f0ab2246
|
Bug 998507 - add BinarySearch (r=sunfish)
--HG--
extra : rebase_source : 6ba04575a5dd8a886235e6799bc790c7a3afc64f
|
2014-04-15 21:30:26 -05:00 |
|
Chris Peterson
|
773014c88a
|
Bug 984073 - Fix warning in double-conversion and suppress warnings in lz4. r=Waldo
|
2014-03-15 23:23:28 -07:00 |
|
Benoit Jacob
|
006b370dc5
|
Bug 987274 - Add IntegerTypeTraits.h to MFBT for additional integer traits and helpers that don't have type_traits equivalents - r=Waldo
|
2014-04-01 09:38:42 -04:00 |
|
Ehsan Akhgari
|
5da1cb00cf
|
Add a comment to WeakPtr.h which explicitly calls out the fact that it's not thread-safe, no bug, DONTBUILD
|
2014-03-28 00:12:30 -04:00 |
|
Ehsan Akhgari
|
186680d83a
|
Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg
|
2014-03-27 16:38:33 -04:00 |
|
Jim Blandy
|
4138c776b2
|
Bug 944176: Implement move construction and move assignment for mozilla::Scoped derivatives. r=waldo
|
2014-03-27 09:52:48 -07:00 |
|
Jim Blandy
|
7a81916776
|
Bug 944176: In mozilla::Scoped, don't gratuitously repeat template arguments within the class template itself. r=waldo
|
2014-03-27 09:52:43 -07:00 |
|
David Major
|
926fd8dee8
|
Bug 982310 - Hack around problems linking std::_Debug_message; r=ehsan
--HG--
extra : amend_source : 2e0f6f26823ee5fcce16dfaf8791ae57d8ac62cb
|
2014-03-21 12:53:00 -07:00 |
|
Ehsan Akhgari
|
fceee9b5aa
|
Bug 985878 - Make AtomicRefCounted thread safe; r=khuey
|
2014-03-25 09:02:26 -04:00 |
|
Nathan Froyd
|
76b72b02a3
|
Bug 986023 - remove unused freeList member from SplayTree; r=Ms2ger
|
2014-03-20 12:19:15 -04:00 |
|
Trevor Saunders
|
786059e915
|
bug 899319 - use __is_base_of() on gcc / clang / msvc r=froydnj
|
2014-03-06 23:34:20 -05:00 |
|
Xidorn Quan
|
9cbc0d3fe9
|
Bug 980698 - Rename shadowing parameters. r=Waldo
|
2014-03-12 08:42:39 -04:00 |
|
Dan Gohman
|
1bb01da898
|
Bug 978397 - Fix the implementation of CountPopulation_32 on Windows. r=nbp
|
2014-03-11 08:09:55 -04:00 |
|
Jacek Caban
|
e7727dcf6d
|
Bug 928351 - Fixed -Wshadow warning.
|
2014-03-10 14:32:24 +01:00 |
|
Ehsan Akhgari
|
8cd0c0f21d
|
Bug 935778 - Part 3: Add trace-refcount logging for AddRef and Release in RefCounted objects; r=dbaron
|
2014-03-09 14:36:36 -04:00 |
|
Robert O'Callahan
|
fd813ddaf4
|
Bug 955888. Part 1: Add ChaosMode.h base functionality. r=waldo
--HG--
extra : rebase_source : e892a951a3d3951e70e00f0b51046b744140eeee
|
2014-03-03 18:12:17 +13:00 |
|
Ulrich Weigand
|
9a60ac53fd
|
Bug 976648 - mfbt endian config for powerpc64le-linux support. r=froydnj
|
2014-02-28 09:57:24 -05:00 |
|
Ehsan Akhgari
|
369cf847da
|
Bug 979067 - Stop exporting the guard object classes; r=froydnj
|
2014-03-05 07:50:55 -05:00 |
|
Ehsan Akhgari
|
17f4a32d8b
|
Bug 976896 - Port STL_FLAGS to moz.build; r=mshal
|
2014-03-04 19:39:06 -05:00 |
|
Chris Peterson
|
f29b18d0c0
|
Bug 808679 - Add asserts for Vector::Range and Vector srcbeg <= srcend. r=Waldo
|
2014-02-11 22:42:39 -08:00 |
|
Masatoshi Kimura
|
fdd301c353
|
Bug 972761 - Move WindowsVersion.h to MFBT. r=froydnj
--HG--
rename : xpcom/base/WindowsVersion.h => mfbt/WindowsVersion.h
|
2014-02-28 07:58:47 +09:00 |
|
Benjamin Bouvier
|
cab8750482
|
Bug 939843: Tests for mfbt::Floats; r=waldo
--HG--
extra : rebase_source : a6515f7d4e82e020fd7686f14932855873078813
|
2014-02-27 16:23:08 +01:00 |
|
Benjamin Bouvier
|
1ce0aa6d4a
|
Bug 939843: Unify FloatingPoint's code for Double and Float; r=waldo
--HG--
extra : rebase_source : 2f7956d497d534af8931939a38a29ad27695a3fc
|
2014-01-30 15:54:46 +01:00 |
|
Marcin Juszkiewicz
|
4d2df383d2
|
Bug 962488 - Update double-conversion for proper AArch64 support. r=froydnj
Fix imported from upstream repository:
https://code.google.com/p/double-conversion/source/detail?r=4e24bb31bcc76d6d218f3056b4c24a109d367561
|
2014-02-26 13:43:16 -05:00 |
|
Ehsan Akhgari
|
9c823473c2
|
Bug 935778 - Part 0.7: Emit the correct type name from FilterNodeLightingSoftware; r=jrmuizel, parts r=dbaron
|
2014-02-26 10:13:48 -05:00 |
|
Ehsan Akhgari
|
677b8c872c
|
Bug 976247 - Remove a useless static keyword from mozilla::detail::DEAD; r=froydnj
|
2014-02-24 21:08:51 -05:00 |
|
Ehsan Akhgari
|
0db909c03c
|
Backed out changeset f74c9326b89c (bug 976247) because I landed the wrong patch :(
|
2014-02-24 21:07:37 -05:00 |
|
Ehsan Akhgari
|
c102d49715
|
Bug 976247 - Remove a useless static keyword from mozilla::detail::DEAD; r=froydnj
--HG--
extra : rebase_source : e73444ec000f1e867651d39cf2aa6beaf88bf4f3
|
2014-02-24 19:37:34 -05:00 |
|
Ehsan Akhgari
|
e1b60f2947
|
Bug 935778 - Part 0.6: Add support for MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME and use it in moz2d
X-Git-Commit-ID: bc256ac44cbba52b04f8f0390965632ec4507608
|
2014-02-24 08:23:37 -05:00 |
|
Ehsan Akhgari
|
e4ed013f53
|
Bug 935778 - Part 1.1: Re-add the refcount assertions for AddRef(), and make the assertions for Release() use a signed integer
|
2014-02-22 11:23:03 -05:00 |
|
Ehsan Akhgari
|
a8a0206da1
|
Bug 935778 - Part 1: Add RefCountType, a type compatible with nsrefcnt, to MFBT; r=dbaron,froydnj
|
2014-02-21 14:45:50 -05:00 |
|
Ehsan Akhgari
|
497c5f3692
|
Bug 935778 - Part 0.5: Add two more MOZ_DECLARE_REFCOUNTED_TYPENAME to TestWeakPtr.cpp
|
2014-02-21 09:45:05 -05:00 |
|
Ehsan Akhgari
|
5704b555e2
|
Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
|
2014-02-20 21:33:49 -05:00 |
|
Birunthan Mohanathas
|
9b3486cdf4
|
Bug 963056 - Part 2: Make MOZ_ARRAY_LENGTH a typesafe compile-time constant on compilers without constexpr support. r=Waldo
|
2014-02-11 13:31:58 -05:00 |
|
Ehsan Akhgari
|
d91d200572
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
|
Nathan Froyd
|
b0a50e656f
|
No bug - fix a comment in Move.h; irc-rs=Waldo DONTBUILD because comment fixes can't break anything...right?
|
2014-02-07 08:08:08 -05:00 |
|
Viktor Stanchev
|
529b872af2
|
Bug 965837 - Add bool support to mozilla::Atomic. r=froydnj
|
2014-02-06 14:57:30 -05:00 |
|
Wes Kocher
|
01f9f30e72
|
Backed out changeset ec696ad6ff10 (bug 963056) for build bustage on a CLOSED TREE
|
2014-02-05 16:19:06 -08:00 |
|
Birunthan Mohanathas
|
a8d0f13846
|
Bug 963056 - Make MOZ_ARRAY_LENGTH a typesafe compile-time constant on compilers without constexpr support. r=Waldo
|
2014-02-05 17:46:05 -05:00 |
|
Kartikaya Gupta
|
a6ffc9d1a7
|
Bug 948984 - Add functions to fuzzily compare float numbers. r=bjacob, r=Waldo
|
2014-02-05 17:04:42 -05:00 |
|
Jeff Walden
|
d3c2cb6c58
|
Fix obvious typo in 89e06a821ad5 (bug 963029) to reopen a CLOSED TREE. r=typo
|
2014-01-23 14:16:27 -08:00 |
|
Marcin Juszkiewicz
|
4935cd342c
|
Bug 963029 - AArch64 support for MFBT. r=froydnj
|
2014-01-23 16:34:31 -05:00 |
|
Nathan Froyd
|
595322b886
|
Bug 961394 - update MOZ_ASAN_BLACKLIST to work with recent versions of GCC; r=ehsan
|
2014-01-21 12:51:03 -05:00 |
|
Nathan Froyd
|
44baa18781
|
Bug 961222 - fix documentation and indentation in Compiler.h; r=Waldo
|
2014-01-17 16:25:30 -05:00 |
|
Mike Hommey
|
9fe01db5ab
|
Bug 958404 - Recurse mfbt from top-level when building js standalone. r=gps
|
2014-01-20 09:11:45 +09:00 |
|
Luke Wagner
|
ede87068a1
|
Bug 960367 - OdinMonkey: compress source stored in in cache file (r=sstangl)
--HG--
extra : rebase_source : 0b4036078a28630f04ddb2e232f587d6268b8209
|
2014-01-17 17:34:33 -06:00 |
|