Home
last modified time | relevance | path

Searched refs:AppendUnique (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Platinum/Build/Tools/SCons/
H A Dgcc-generic.py8 env.AppendUnique(CCFLAGS = ['-pedantic', '-Wall', '-W', '-Wundef', '-Wno-long-long'])
9 env.AppendUnique(CFLAGS = ['-Wmissing-prototypes', '-Wmissing-declarations'])
11 env.AppendUnique(CCFLAGS = ['-Wall'])
14 env.AppendUnique(CCFLAGS = compiler_defines)
15 env.AppendUnique(CPPFLAGS = compiler_defines)
18 env.AppendUnique(CCFLAGS = '-g')
20 env.AppendUnique(CCFLAGS = '-O3')
23 env.AppendUnique(CCFLAGS = ['-Werror'])
/dports/multimedia/Bento4/Bento4-1.6.0-639/Build/Tools/SCons/
H A Dgcc-generic.py11 env.AppendUnique(CCFLAGS = ['-pedantic', '-Wall', '-W', '-Wundef', '-Wno-long-long'])
12 env.AppendUnique(CFLAGS = ['-Wmissing-prototypes', '-Wmissing-declarations'])
14 env.AppendUnique(CCFLAGS = ['-Wall'])
17 env.AppendUnique(CCFLAGS = compiler_defines)
18 env.AppendUnique(CPPFLAGS = compiler_defines)
21 env.AppendUnique(CCFLAGS = '-g')
23 env.AppendUnique(CCFLAGS = '-O3')
26 env.AppendUnique(CCFLAGS = ['-Werror'])
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Build/Tools/SCons/
H A Dgcc-generic.py8 env.AppendUnique(CCFLAGS = ['-pedantic', '-Wall', '-W', '-Wundef', '-Wno-long-long'])
9 env.AppendUnique(CFLAGS = ['-Wmissing-prototypes', '-Wmissing-declarations'])
11 env.AppendUnique(CCFLAGS = ['-Wall'])
14 env.AppendUnique(CCFLAGS = compiler_defines)
18 env.AppendUnique(CCFLAGS = '-g')
20 env.AppendUnique(CCFLAGS = '-O3')
23 env.AppendUnique(CCFLAGS = ['-Werror'])
/dports/devel/godot-tools/godot-3.2.3-stable/platform/windows/
H A Ddetect.py193 env.AppendUnique(CPPDEFINES=["DEBUG_ENABLED"])
199 env.AppendUnique(CPPDEFINES=["DEBUG_ENABLED"])
204 env.AppendUnique(CCFLAGS=["/Z7"])
205 env.AppendUnique(LINKFLAGS=["/DEBUG"])
211 env.AppendUnique(CCFLAGS=["/utf-8"])
219 env.AppendUnique(
234 env.AppendUnique(CPPDEFINES=["_WIN64"])
271 env.AppendUnique(CCFLAGS=["/GL"])
272 env.AppendUnique(ARFLAGS=["/LTCG"])
274 env.AppendUnique(LINKFLAGS=["/LTCG:STATUS"])
[all …]
/dports/devel/godot/godot-3.2.3-stable/platform/windows/
H A Ddetect.py193 env.AppendUnique(CPPDEFINES=["DEBUG_ENABLED"])
199 env.AppendUnique(CPPDEFINES=["DEBUG_ENABLED"])
204 env.AppendUnique(CCFLAGS=["/Z7"])
205 env.AppendUnique(LINKFLAGS=["/DEBUG"])
211 env.AppendUnique(CCFLAGS=["/utf-8"])
219 env.AppendUnique(
234 env.AppendUnique(CPPDEFINES=["_WIN64"])
271 env.AppendUnique(CCFLAGS=["/GL"])
272 env.AppendUnique(ARFLAGS=["/LTCG"])
274 env.AppendUnique(LINKFLAGS=["/LTCG:STATUS"])
[all …]
/dports/multimedia/Bento4/Bento4-1.6.0-639/Build/Targets/any-blackberry-qnx/
H A DConfig.scons4 env.AppendUnique(CCFLAGS = ['-w9'])
5 env.AppendUnique(CFLAGS = [])
6 env.AppendUnique(CPPFLAGS = [])
9 env.AppendUnique(CCFLAGS = '-g')
11 env.AppendUnique(CCFLAGS = '-O')
25 env.AppendUnique(CPPDEFINES = [('AP4_PLATFORM_BYTE_ORDER', 'AP4_PLATFORM_BYTE_ORDER_LITTLE_ENDIAN')…
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkInformation.cxx728 key->AppendUnique(this, value); in AppendUnique()
735 key->AppendUnique(this, value); in AppendUnique()
742 key->AppendUnique(this, value); in AppendUnique()
749 key->AppendUnique(this, value); in AppendUnique()
756 key->AppendUnique(this, value); in AppendUnique()
763 key->AppendUnique(this, value); in AppendUnique()
770 key->AppendUnique(this, value); in AppendUnique()
777 key->AppendUnique(this, value); in AppendUnique()
784 key->AppendUnique(this, value); in AppendUnique()
791 key->AppendUnique(this, value); in AppendUnique()
[all …]
H A DvtkInformation.h290 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
292 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
294 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
296 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
298 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
300 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
302 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
304 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
306 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
308 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/closure_compiler/
H A Djs_binary.py41 def AppendUnique(items, new_items): function
63 AppendUnique(cur_sources, dep_sources)
64 AppendUnique(cur_externs, dep_externs)
68 AppendUnique(new_sources, cur_sources)
69 AppendUnique(new_externs, cur_externs)
77 AppendUnique(sources, target_sources)
78 AppendUnique(externs, target_externs)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/closure_compiler/
H A Djs_binary.py41 def AppendUnique(items, new_items): function
63 AppendUnique(cur_sources, dep_sources)
64 AppendUnique(cur_externs, dep_externs)
68 AppendUnique(new_sources, cur_sources)
69 AppendUnique(new_externs, cur_externs)
77 AppendUnique(sources, target_sources)
78 AppendUnique(externs, target_externs)
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkInformation.cxx829 key->AppendUnique(this, value); in AppendUnique()
836 key->AppendUnique(this, value); in AppendUnique()
843 key->AppendUnique(this, value); in AppendUnique()
850 key->AppendUnique(this, value); in AppendUnique()
857 key->AppendUnique(this, value); in AppendUnique()
864 key->AppendUnique(this, value); in AppendUnique()
871 key->AppendUnique(this, value); in AppendUnique()
878 key->AppendUnique(this, value); in AppendUnique()
885 key->AppendUnique(this, value); in AppendUnique()
892 key->AppendUnique(this, value); in AppendUnique()
[all …]
H A DvtkInformation.h354 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
356 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
358 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
360 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
362 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
364 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
366 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
368 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
370 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
372 VTKCOMMONCORE_EXPORT void AppendUnique(vtkInformationKeyVectorKey* key,
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkInformation.cxx761 key->AppendUnique(this, value); in AppendUnique()
767 key->AppendUnique(this, value); in AppendUnique()
773 key->AppendUnique(this, value); in AppendUnique()
780 key->AppendUnique(this, value); in AppendUnique()
787 key->AppendUnique(this, value); in AppendUnique()
794 key->AppendUnique(this, value); in AppendUnique()
800 key->AppendUnique(this, value); in AppendUnique()
807 key->AppendUnique(this, value); in AppendUnique()
813 key->AppendUnique(this, value); in AppendUnique()
820 key->AppendUnique(this, value); in AppendUnique()
[all …]
H A DvtkInformation.h297 void AppendUnique(vtkInformationKeyVectorKey* key, vtkInformationKey* value);
325 void AppendUnique(vtkInformationKeyVectorKey* key, vtkInformationDataObjectKey* value);
326 void AppendUnique(vtkInformationKeyVectorKey* key, vtkInformationDoubleKey* value);
327 void AppendUnique(vtkInformationKeyVectorKey* key, vtkInformationDoubleVectorKey* value);
328 void AppendUnique(vtkInformationKeyVectorKey* key, vtkInformationInformationKey* value);
330 void AppendUnique(vtkInformationKeyVectorKey* key, vtkInformationIntegerKey* value);
331 void AppendUnique(vtkInformationKeyVectorKey* key, vtkInformationIntegerVectorKey* value);
332 void AppendUnique(vtkInformationKeyVectorKey* key, vtkInformationStringKey* value);
333 void AppendUnique(vtkInformationKeyVectorKey* key, vtkInformationStringVectorKey* value);
334 void AppendUnique(vtkInformationKeyVectorKey* key, vtkInformationObjectBaseKey* value);
[all …]
/dports/devel/kyra/tinyxml/
H A DSConstruct32 env.AppendUnique(CPPDEFINES = ['DEBUG'])
38 env.AppendUnique(CCFLAGS = ['-Wall', '-Wno-format', '-g'])
39 env.AppendUnique(LDFLAGS = ['-g'])
41 env.AppendUnique(CCFLAGS = ['-Wall', '-Wno-unknown-pragmas', '-Wno-format', '-O3'])
45 env.AppendUnique(CCFLAGS = ['/W3', '/ZI', '/Od'])
46 env.AppendUnique(LDFLAGS = ['/debug'])
48 env.AppendUnique(CCFLAGS = ['/W3', '/O2'])
54 env.AppendUnique(CPPDEFINES = ['TIXML_USE_STL'])
/dports/multimedia/Bento4/Bento4-1.6.0-639/Build/Targets/x86-unknown-linux/
H A DConfig.scons2 env.AppendUnique(CPPDEFINES = [('AP4_PLATFORM_BYTE_ORDER', 'AP4_PLATFORM_BYTE_ORDER_LITTLE_ENDIAN')…
3 env.AppendUnique(CCFLAGS = ['-m32'])
4 env.AppendUnique(CXXFLAGS = ['-m32'])
5 env.AppendUnique(LINKFLAGS = ['-m32'])
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Build/Targets/any-blackberry-qnx/
H A DConfig.scons2 env.AppendUnique(CCFLAGS = ['-w9'])
3 env.AppendUnique(CFLAGS = [])
4 env.AppendUnique(CPPFLAGS = [])
7 env.AppendUnique(CCFLAGS = '-g')
9 env.AppendUnique(CCFLAGS = '-O')
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/timelib-2017.05/
H A DSConscript9 env.AppendUnique(CCFLAGS=[
14 env.AppendUnique(CCFLAGS=[
22 env.AppendUnique(CCFLAGS=[
29 env.AppendUnique(CCFLAGS=[
35 env.AppendUnique(CCFLAGS=[
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scripts/
H A Dtimelib_get_sources.sh73 env.AppendUnique(CCFLAGS=[
78 env.AppendUnique(CCFLAGS=[
86 env.AppendUnique(CCFLAGS=[
93 env.AppendUnique(CCFLAGS=[
99 env.AppendUnique(CCFLAGS=[
/dports/biology/avida/avida-2.12.4-src/avida-core/support/utils/AvidaUtils/
H A DPysteTool.py222 env.AppendUnique(BUILDERS = {'PystePackageCXX' : pyste_package_cxx_builder})
223 env.AppendUnique(BUILDERS = {'PystePackageSharedObject' : pyste_package_shared_object_builder})
224 env.AppendUnique(BUILDERS = {'PystePackageSubmodule' : pyste_package_submodule_builder})
225 env.AppendUnique(BUILDERS = {'PystePackageInitFile' : pyste_package_init_file_builder})
226 env.AppendUnique(BUILDERS = {'PystePackage' : pyste_package_builder})
227 env.AppendUnique(SCANNERS = pyste_scanner)
/dports/games/frogatto/frogatto-1.3.1/
H A DSConstruct40 env.AppendUnique(**builds[build])
49 env.AppendUnique(CCFLAGS = Split("-Wignored-qualifiers -Wformat -Wswitch"))
51 env.AppendUnique(CCFLAGS = Split("-W -Wall -Wno-sign-compare -Wno-parentheses"))
54 env.AppendUnique(CXXFLAGS = "-std=c++0x")
57 env.AppendUnique(CXXFLAGS = "-std=c++98")
60 env.AppendUnique(CCFLAGS = Split("-Werror"))
/dports/games/wesnoth/wesnoth-1.14.17/scons/
H A Dpython_devel.py19 env.AppendUnique(CPPPATH = distutils.sysconfig.get_python_inc())
25 env.AppendUnique(LIBPATH = distutils.sysconfig.get_config_var("LIBDIR") or \
27 env.AppendUnique(LIBS = "python" + version)
H A Dsdl.py60 …env.AppendUnique(CPPPATH = [os.path.join(sdldir, sdl_include_dir)], LIBPATH = [os.path.join(sdldir…
61 env.AppendUnique(CCFLAGS = ["-D_GNU_SOURCE"])
62 env.AppendUnique(LIBS = Split("mingw32 %s %s" % (sdlmain_name, sdl_lib_name)))
63 env.AppendUnique(LINKFLAGS = ["-mwindows"])
69 context.env.AppendUnique(LIBS = [sdl_lib])
H A Dboost.py77 env.AppendUnique(CXXFLAGS = ["-isystem", boostdir], LIBPATH = [boostlibdir])
79 env.AppendUnique(CPPPATH = [boostdir], LIBPATH = [boostlibdir])
81 env.AppendUnique(LIBS = [libname])
83 env.AppendUnique(CCFLAGS = ["-pthread"], LINKFLAGS = ["-pthread"])
/dports/audio/faust/faust-2.37.3/tools/scbuilder/
H A Dscbuilder155 env.AppendUnique(CCFLAGS = other.get('CCFLAGS', []))
156 env.AppendUnique(CPPDEFINES = other.get('CPPDEFINES', []))
157 env.AppendUnique(CPPPATH = other.get('CPPPATH', []))
158 env.AppendUnique(CXXFLAGS = other.get('CXXFLAGS', []))
159 env.AppendUnique(LIBS = other.get('LIBS', []))
160 env.AppendUnique(LIBPATH = other.get('LIBPATH', []))
481 env.AppendUnique(CPPDEFINES = [('SC_MEMORY_ALIGNMENT', 1)])

1234567891011