diff browse annotate |
68da139d0866977c0ada86319fa94388f2255446 created 2016-05-18 16:37 +0900 pushed 2016-05-21 23:33 +0000 |
Mike Hommey | Mike Hommey - Bug 1269171 - Change how mozalloc.h is hooked in STL wrappers. r=froydnj |
diff browse annotate |
a640e6fa8ab9977fb6c5bcf63dc4daca6699477b created 2016-05-19 14:41 +0900 pushed 2016-05-21 23:33 +0000 |
Mike Hommey | Mike Hommey - Bug 1269171 - Backout ccff1c4580ab (bug 1270832) because it doesn't actually work properly and blocks upcoming changes. r=froydnj |
diff browse annotate |
ccff1c4580ab12aff5cb7b380771192b94b07c21 created 2016-05-11 17:01 -0400 pushed 2016-05-11 21:04 +0000 |
Nathan Froyd | Nathan Froyd - Bug 1270832 - turn on debug mode for libstdc++ headers; r=glandium |
diff browse annotate |
1d918e13194c862bc9f91c555f916fed04d2a8aa created 2016-05-11 10:43 -0400 pushed 2016-05-11 14:46 +0000 |
Nathan Froyd | Nathan Froyd - Backout fe3f7921e2dc (bug 1270832) because it's going to break Linux static analysis builds; r=me |
diff browse annotate |
fe3f7921e2dc265a88c237780bcc1d61d6ebe359 created 2016-05-11 10:42 -0400 pushed 2016-05-11 14:45 +0000 |
Nathan Froyd | Nathan Froyd - Bug 1270832 - turn on debug mode for libstdc++ headers; r=glandium |
diff browse annotate |
55212130f19da3079167a6b0a5a0ed6689c9a71d created 2016-03-10 16:54 +0900 pushed 2016-03-11 08:33 +0000 |
Mike Hommey | Mike Hommey - Bug 1245076 - Don't include mozalloc.h from the cstdlib wrapper. r=froydnj |
diff browse annotate |
40fb01ba8c9287c5fb982a8cbffdad6862c296fc created 2015-08-03 10:07 +0900 pushed 2015-08-03 01:07 +0000 |
Makoto Kato | Makoto Kato - Bug 830801 - Part 3. Remove NOMINMAX define from cpp source. r=mshal |
diff browse annotate |
80a2f25792fc84d2137ed485d07e8afefefe06c8 created 2015-02-02 17:35 -0800 pushed 2015-02-10 22:09 +0000 |
Brian Smith | Brian Smith - Bug 1128413, Part 4: Fix warnings in mozilla-config.h and gcc-stl-wrapper.template.h, r=glandium |
diff browse annotate |
b59c92bc4059a07c71c05a01f6009175cb621f0f created 2013-01-15 13:22 +0100 pushed 2013-01-15 12:22 +0000 |
Mats Palmgren | Mats Palmgren - Bug 786533 - On Windows, one of the system header files (windef.h) defines 'min' and 'max' as macros which breaks any use of std::min/std::max. Define NOMINMAX before including system header files where needed to avoid defining those macros. r=ehsan |
diff browse annotate |
034bbdc7b9c930d95cbba487892ed2262e633a71 created 2012-05-25 18:21 +0200 pushed 2012-05-25 21:44 +0000 |
Mike Hommey | Mike Hommey - Backout changeset 81c2e2ea2dbf (bug 746794) because of bug 758648 |
diff browse annotate |
81c2e2ea2dbf58ef63c659b290dd612ead2cede9 created 2012-05-25 08:31 +0200 pushed 2012-05-25 06:32 +0000 |
Mike Hommey | Mike Hommey - Bug 746794 - Always use the STL wrappers when #pragma visibility is supported. r=ted |
diff browse annotate |
f4157e8c410708d76703f19e4dfb61859bfe32d8 created 2012-05-21 12:12 +0100 pushed 2012-05-21 12:28 +0000 |
Gervase Markham | Gervase Markham - Bug 716478 - update licence to MPL 2. |
diff browse annotate |
31e8fbc4d5f0646d3234ae60c5125804749dbfc6 created 2011-10-11 11:10 -0400 pushed 2011-10-29 01:41 +0000 |
Ted Mielczarek | Ted Mielczarek - bug 685927 - make stl-wrappers more lenient when compiling ObjC with GCC. r=cjones |
diff browse annotate |
f0ccd76765b96bfac70b4014d01d69621897f00b created 2010-04-20 15:12 -0500 pushed 2016-12-22 15:25 +0000 |
Chris Jones | Chris Jones - Bug 557060: Interpose _Throw() on MSVC and centralize pseudo-throw code in mozalloc. r=ehsan sr=bsmedberg |
diff browse annotate |
cec7b12eb5e30a59bc9c621662fbe192000411f9 created 2010-04-02 12:58 -0500 pushed 2016-12-22 15:25 +0000 |
Chris Jones | Chris Jones - Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol |