mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
645ca06a98
--HG-- rename : mfbt/double-conversion/LICENSE => mfbt/double-conversion/source/LICENSE rename : mfbt/double-conversion/README => mfbt/double-conversion/source/README rename : mfbt/double-conversion/bignum-dtoa.cc => mfbt/double-conversion/source/bignum-dtoa.cc rename : mfbt/double-conversion/bignum-dtoa.h => mfbt/double-conversion/source/bignum-dtoa.h rename : mfbt/double-conversion/bignum.cc => mfbt/double-conversion/source/bignum.cc rename : mfbt/double-conversion/bignum.h => mfbt/double-conversion/source/bignum.h rename : mfbt/double-conversion/cached-powers.cc => mfbt/double-conversion/source/cached-powers.cc rename : mfbt/double-conversion/cached-powers.h => mfbt/double-conversion/source/cached-powers.h rename : mfbt/double-conversion/diy-fp.cc => mfbt/double-conversion/source/diy-fp.cc rename : mfbt/double-conversion/diy-fp.h => mfbt/double-conversion/source/diy-fp.h rename : mfbt/double-conversion/double-conversion.cc => mfbt/double-conversion/source/double-conversion.cc rename : mfbt/double-conversion/double-conversion.h => mfbt/double-conversion/source/double-conversion.h rename : mfbt/double-conversion/fast-dtoa.cc => mfbt/double-conversion/source/fast-dtoa.cc rename : mfbt/double-conversion/fast-dtoa.h => mfbt/double-conversion/source/fast-dtoa.h rename : mfbt/double-conversion/fixed-dtoa.cc => mfbt/double-conversion/source/fixed-dtoa.cc rename : mfbt/double-conversion/fixed-dtoa.h => mfbt/double-conversion/source/fixed-dtoa.h rename : mfbt/double-conversion/ieee.h => mfbt/double-conversion/source/ieee.h rename : mfbt/double-conversion/strtod.cc => mfbt/double-conversion/source/strtod.cc rename : mfbt/double-conversion/strtod.h => mfbt/double-conversion/source/strtod.h rename : mfbt/double-conversion/utils.h => mfbt/double-conversion/source/utils.h extra : rebase_source : e84171373b2f766698ea48d23484ed05463a4d8a
141 lines
3.2 KiB
Python
141 lines
3.2 KiB
Python
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# 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']
|
|
|
|
# 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']
|
|
|
|
Library('mfbt')
|
|
|
|
EXPORTS.mozilla = [
|
|
'Alignment.h',
|
|
'AllocPolicy.h',
|
|
'AlreadyAddRefed.h',
|
|
'Array.h',
|
|
'ArrayUtils.h',
|
|
'Assertions.h',
|
|
'Atomics.h',
|
|
'Attributes.h',
|
|
'BinarySearch.h',
|
|
'BloomFilter.h',
|
|
'BufferList.h',
|
|
'Casting.h',
|
|
'ChaosMode.h',
|
|
'Char16.h',
|
|
'CheckedInt.h',
|
|
'Compiler.h',
|
|
'Compression.h',
|
|
'DebugOnly.h',
|
|
'decimal/Decimal.h',
|
|
'double-conversion/source/double-conversion.h',
|
|
'double-conversion/source/utils.h',
|
|
'EndianUtils.h',
|
|
'EnumeratedArray.h',
|
|
'EnumeratedRange.h',
|
|
'EnumSet.h',
|
|
'EnumTypeTraits.h',
|
|
'FastBernoulliTrial.h',
|
|
'FloatingPoint.h',
|
|
'GuardObjects.h',
|
|
'HashFunctions.h',
|
|
'IndexSequence.h',
|
|
'IntegerPrintfMacros.h',
|
|
'IntegerRange.h',
|
|
'IntegerTypeTraits.h',
|
|
'JSONWriter.h',
|
|
'Likely.h',
|
|
'LinkedList.h',
|
|
'MacroArgs.h',
|
|
'MacroForEach.h',
|
|
'MathAlgorithms.h',
|
|
'Maybe.h',
|
|
'MaybeOneOf.h',
|
|
'MemoryChecking.h',
|
|
'MemoryReporting.h',
|
|
'Move.h',
|
|
'NotNull.h',
|
|
'NullPtr.h',
|
|
'Opaque.h',
|
|
'OperatorNewExtensions.h',
|
|
'Pair.h',
|
|
'PodOperations.h',
|
|
'Poison.h',
|
|
'Range.h',
|
|
'RangedArray.h',
|
|
'RangedPtr.h',
|
|
'ReentrancyGuard.h',
|
|
'RefCounted.h',
|
|
'RefCountType.h',
|
|
'RefPtr.h',
|
|
'Result.h',
|
|
'ReverseIterator.h',
|
|
'RollingMean.h',
|
|
'Saturate.h',
|
|
'Scoped.h',
|
|
'ScopeExit.h',
|
|
'SegmentedVector.h',
|
|
'SHA1.h',
|
|
'SizePrintfMacros.h',
|
|
'SplayTree.h',
|
|
'Sprintf.h',
|
|
'StaticAnalysisFunctions.h',
|
|
'TaggedAnonymousMemory.h',
|
|
'TemplateLib.h',
|
|
'ThreadLocal.h',
|
|
'ToString.h',
|
|
'Tuple.h',
|
|
'TypedEnumBits.h',
|
|
'Types.h',
|
|
'TypeTraits.h',
|
|
'UniquePtr.h',
|
|
'UniquePtrExtensions.h',
|
|
'Unused.h',
|
|
'Variant.h',
|
|
'Vector.h',
|
|
'WeakPtr.h',
|
|
'XorShift128PlusRNG.h',
|
|
]
|
|
|
|
if CONFIG['OS_ARCH'] == 'WINNT':
|
|
EXPORTS.mozilla += [
|
|
'WindowsVersion.h',
|
|
]
|
|
elif CONFIG['OS_ARCH'] == 'Linux':
|
|
EXPORTS.mozilla += [
|
|
'LinuxSignal.h',
|
|
]
|
|
|
|
include('objs.mozbuild')
|
|
|
|
UNIFIED_SOURCES += mfbt_src_cppsrcs
|
|
|
|
DEFINES['IMPL_MFBT'] = True
|
|
|
|
SOURCES += mfbt_nonunified_src_cppsrcs
|
|
|
|
DISABLE_STL_WRAPPING = True
|
|
|
|
# Suppress warnings in third-party LZ4 code.
|
|
# TODO: Remove these suppressions after bug 993267 is fixed.
|
|
|
|
if CONFIG['GNU_CXX']:
|
|
SOURCES['/mfbt/Compression.cpp'].flags += ['-Wno-unused-function']
|
|
CXXFLAGS += ['-Wno-error=shadow']
|
|
|
|
if CONFIG['CLANG_CXX']:
|
|
# Suppress warnings from third-party V8 Decimal code.
|
|
SOURCES['/mfbt/decimal/Decimal.cpp'].flags += ['-Wno-implicit-fallthrough']
|
|
|
|
if CONFIG['_MSC_VER']:
|
|
# Error 4804 is "'>' : unsafe use of type 'bool' in operation"
|
|
SOURCES['/mfbt/Compression.cpp'].flags += ['-wd4804']
|
|
|
|
if CONFIG['MOZ_NEEDS_LIBATOMIC']:
|
|
OS_LIBS += ['atomic']
|