2013-04-01 22:36:59 +04:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:17 +04:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
|
|
TEST_DIRS += ['tests']
|
2013-03-19 22:47:00 +04:00
|
|
|
|
2015-05-28 00:22:29 +03:00
|
|
|
# On win we build two mfbt libs - mfbt linked to crt dlls here and in
|
|
|
|
# staticruntime we build a statically linked mfbt lib.
|
|
|
|
if CONFIG['OS_ARCH'] == 'WINNT':
|
|
|
|
DIRS += ['staticruntime']
|
|
|
|
|
2014-09-03 09:10:54 +04:00
|
|
|
Library('mfbt')
|
2013-06-17 23:21:01 +04:00
|
|
|
|
2014-01-20 04:11:45 +04:00
|
|
|
EXPORTS.mozilla = [
|
|
|
|
'Alignment.h',
|
|
|
|
'AllocPolicy.h',
|
2014-12-31 19:42:05 +03:00
|
|
|
'AlreadyAddRefed.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'Array.h',
|
|
|
|
'ArrayUtils.h',
|
|
|
|
'Assertions.h',
|
|
|
|
'Atomics.h',
|
|
|
|
'Attributes.h',
|
2014-04-16 06:30:26 +04:00
|
|
|
'BinarySearch.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'BloomFilter.h',
|
|
|
|
'Casting.h',
|
2014-03-03 09:12:17 +04:00
|
|
|
'ChaosMode.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'Char16.h',
|
|
|
|
'CheckedInt.h',
|
|
|
|
'Compiler.h',
|
|
|
|
'Compression.h',
|
|
|
|
'DebugOnly.h',
|
|
|
|
'decimal/Decimal.h',
|
2014-09-17 10:33:05 +04:00
|
|
|
'double-conversion/double-conversion.h',
|
|
|
|
'double-conversion/utils.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'Endian.h',
|
2014-04-26 06:34:03 +04:00
|
|
|
'EnumeratedArray.h',
|
2015-03-23 22:06:00 +03:00
|
|
|
'EnumeratedRange.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'EnumSet.h',
|
2015-10-08 23:05:31 +03:00
|
|
|
'FastBernoulliTrial.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'FloatingPoint.h',
|
2015-09-11 21:40:09 +03:00
|
|
|
'Function.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'GuardObjects.h',
|
|
|
|
'HashFunctions.h',
|
2015-05-12 00:23:33 +03:00
|
|
|
'IndexSequence.h',
|
2015-12-02 04:43:17 +03:00
|
|
|
'InitializerList.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'IntegerPrintfMacros.h',
|
2015-02-04 11:07:32 +03:00
|
|
|
'IntegerRange.h',
|
2014-04-01 17:38:42 +04:00
|
|
|
'IntegerTypeTraits.h',
|
2014-09-15 10:36:18 +04:00
|
|
|
'JSONWriter.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'Likely.h',
|
|
|
|
'LinkedList.h',
|
2014-04-24 12:48:00 +04:00
|
|
|
'MacroArgs.h',
|
2014-04-24 12:49:00 +04:00
|
|
|
'MacroForEach.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'MathAlgorithms.h',
|
|
|
|
'Maybe.h',
|
2014-06-13 16:26:01 +04:00
|
|
|
'MaybeOneOf.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'MemoryChecking.h',
|
|
|
|
'MemoryReporting.h',
|
|
|
|
'Move.h',
|
|
|
|
'NullPtr.h',
|
|
|
|
'NumericLimits.h',
|
2014-06-09 19:49:18 +04:00
|
|
|
'Pair.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'PodOperations.h',
|
|
|
|
'Poison.h',
|
|
|
|
'Range.h',
|
2015-05-23 05:50:44 +03:00
|
|
|
'RangedArray.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'RangedPtr.h',
|
2015-12-01 11:52:26 +03:00
|
|
|
'ReentrancyGuard.h',
|
2015-09-23 04:27:34 +03:00
|
|
|
'RefCounted.h',
|
2014-02-21 23:45:50 +04:00
|
|
|
'RefCountType.h',
|
2015-10-18 08:24:48 +03:00
|
|
|
'RefPtr.h',
|
2015-02-04 11:07:32 +03:00
|
|
|
'ReverseIterator.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'RollingMean.h',
|
2016-02-04 14:35:12 +03:00
|
|
|
'Saturate.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'Scoped.h',
|
2015-07-04 00:20:55 +03:00
|
|
|
'ScopeExit.h',
|
2014-12-09 01:45:13 +03:00
|
|
|
'SegmentedVector.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'SHA1.h',
|
2014-12-22 10:30:06 +03:00
|
|
|
'SizePrintfMacros.h',
|
2015-05-26 21:33:55 +03:00
|
|
|
'Snprintf.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'SplayTree.h',
|
2014-06-17 19:54:00 +04:00
|
|
|
'TaggedAnonymousMemory.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'TemplateLib.h',
|
|
|
|
'ThreadLocal.h',
|
2014-05-07 22:54:45 +04:00
|
|
|
'ToString.h',
|
2015-05-22 05:33:49 +03:00
|
|
|
'Tuple.h',
|
2014-04-26 06:34:04 +04:00
|
|
|
'TypedEnumBits.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'Types.h',
|
|
|
|
'TypeTraits.h',
|
2013-12-30 23:34:15 +04:00
|
|
|
'UniquePtr.h',
|
2015-11-06 00:24:24 +03:00
|
|
|
'UniquePtrExtensions.h',
|
2015-12-01 11:52:26 +03:00
|
|
|
'unused.h',
|
2015-06-30 20:01:00 +03:00
|
|
|
'Variant.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
'Vector.h',
|
|
|
|
'WeakPtr.h',
|
2015-09-23 23:59:28 +03:00
|
|
|
'XorShift128PlusRNG.h',
|
2014-01-20 04:11:45 +04:00
|
|
|
]
|
2013-11-19 06:47:14 +04:00
|
|
|
|
2014-02-28 02:58:47 +04:00
|
|
|
if CONFIG['OS_ARCH'] == 'WINNT':
|
|
|
|
EXPORTS.mozilla += [
|
|
|
|
'WindowsVersion.h',
|
|
|
|
]
|
2014-07-15 20:45:40 +04:00
|
|
|
elif CONFIG['OS_ARCH'] == 'Linux':
|
|
|
|
EXPORTS.mozilla += [
|
|
|
|
'LinuxSignal.h',
|
|
|
|
]
|
2014-02-28 02:58:47 +04:00
|
|
|
|
2015-05-28 00:22:29 +03:00
|
|
|
include('objs.mozbuild')
|
|
|
|
|
|
|
|
UNIFIED_SOURCES += mfbt_src_cppsrcs
|
2014-01-20 04:11:45 +04:00
|
|
|
|
|
|
|
DEFINES['IMPL_MFBT'] = True
|
|
|
|
|
2015-05-28 00:22:29 +03:00
|
|
|
SOURCES += mfbt_nonunified_src_cppsrcs
|
2014-03-05 04:39:06 +04:00
|
|
|
|
|
|
|
DISABLE_STL_WRAPPING = True
|
2014-03-16 10:23:28 +04:00
|
|
|
|
2015-08-28 06:44:53 +03:00
|
|
|
# Suppress warnings in third-party LZ4 code.
|
|
|
|
# TODO: Remove these suppressions after bug 993267 is fixed.
|
|
|
|
|
2014-03-16 10:23:28 +04:00
|
|
|
if CONFIG['GNU_CXX']:
|
2015-05-15 03:49:20 +03:00
|
|
|
SOURCES['/mfbt/Compression.cpp'].flags += ['-Wno-unused-function']
|
2015-08-28 06:44:53 +03:00
|
|
|
|
2015-11-25 10:12:44 +03:00
|
|
|
if CONFIG['CLANG_CXX']:
|
|
|
|
# Suppress warnings from third-party V8 Decimal code.
|
|
|
|
SOURCES['/mfbt/decimal/Decimal.cpp'].flags += ['-Wno-implicit-fallthrough']
|
|
|
|
|
2015-08-28 06:44:53 +03:00
|
|
|
if CONFIG['_MSC_VER']:
|
|
|
|
# Error 4804 is "'>' : unsafe use of type 'bool' in operation"
|
|
|
|
SOURCES['/mfbt/Compression.cpp'].flags += ['-wd4804']
|
2015-12-01 05:56:42 +03:00
|
|
|
|
|
|
|
if CONFIG['MOZ_NEEDS_LIBATOMIC']:
|
|
|
|
OS_LIBS += ['atomic']
|