Commit Graph

5 Commits

Author SHA1 Message Date
David Major
e7ba6e275d Bug 1345331: Include <intrin.h> at top-level before lz4.c can include it in a namespace. r=Waldo
MozReview-Commit-ID: 8CI8JgR3R1L
2017-03-09 15:11:15 +13:00
Mike Hommey
72586b3595 Bug 1189967 - Avoid including <string> from Char16.h. r=nfroyd
Since Char16.h is included everywhere, and MSVC 2015 uses the char16ptr_t trick
it contains, we include <string> everywhere, but that has the side effect of
breaking the build in subtle ways. One way around this would be to avoid including
Char16.h in the first place, but that requires more work than I was ready to put
in. So instead, just avoid including <string> by removing the conversion operator
for std::wstring.
2015-08-23 22:20:33 +09:00
Nicholas Nethercote
e286b23cb3 Bug 1036789 - Convert the third quarter of MFBT to Gecko style. r=Ms2ger. 2014-07-10 19:10:17 -07:00
Nicholas Nethercote
3f9a355d7e Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj. 2014-05-29 22:40:33 -07:00
Till Schneidereit
f7e45dc7bf Bug 888658 - Add LZ4 compression to mfbt. r=jwalden,vlad 2013-10-18 20:25:30 +02:00