/openbmc/libmctp/tests/fuzz/ |
H A D | fuzz-build.py | 25 cxx: str = None, 39 env["CXX"] = cxx if cxx else "c++" 56 cxx = "afl-clang-lto++" 59 build("bfuzz", cc=cc, cxx=cxx, env=env) 64 cxx=cxx, 69 build("bcmplog", cc=cc, cxx=cxx, env={"AFL_LLVM_CMPLOG": "1"} | env) 90 cxx="hfuzz-clang++", 97 cxx="hfuzz-clang++", 104 cxx="hfuzz-clang++",
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus-cxx/ |
H A D | dbus-cxx_2.5.2.bb | 2 HOMEPAGE = "https://dbus-cxx.github.io/" 3 BUGTRACKER = "https://github.com/dbus-cxx/dbus-cxx/issues" 8 SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https" 37 FILES:${PN}-tools = "${bindir}/dbus-cxx-xml2cpp ${bindir}/dbus-cxx-introspect" 38 FILES:${PN}-glib = "${libdir}/libdbus-cxx-glib.so.* " 39 FILES:${PN}-glib-dev = "${includedir}/dbus-cxx-glib-2.0/* \ 40 ${libdir}/pkgconfig/dbus-cxx-glib-2.0.pc \ 41 ${libdir}/libdbus-cxx-glib.so \ 43 FILES:${PN}-uv = "${libdir}/libdbus-cxx-uv.so.* " 44 FILES:${PN}-uv-dev = "${includedir}/dbus-cxx-uv-2.0/* \ [all …]
|
/openbmc/libpldm/tests/fuzz/ |
H A D | fuzz-build.py | 25 cxx: str = None, 39 env["CXX"] = cxx if cxx else "c++" 56 cxx = "afl-clang-lto++" 59 build("bfuzz", cc=cc, cxx=cxx, env=env) 64 cxx=cxx, 69 build("bcmplog", cc=cc, cxx=cxx, env={"AFL_LLVM_CMPLOG": "1"} | env) 86 build("bhf", cc="hfuzz-clang", cxx="hfuzz-clang++")
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/ |
H A D | 0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch | 4 Subject: [PATCH] Fl_Preferences.cxx: do not use dlopen in case glibc's headers 10 | /home/work/x86_64-linux/fltk-native/1.3.4-1-r0/fltk-1.3.4-1/src/Fl_Preferences.cxx: In static mem… 11 | /home/work/x86_64-linux/fltk-native/1.3.4-1-r0/fltk-1.3.4-1/src/Fl_Preferences.cxx:1741:27: error… 14 | /home/work/x86_64-linux/fltk-native/1.3.4-1-r0/fltk-1.3.4-1/src/Fl_Preferences.cxx:1741:36: error… 17 …s/fltk.dir/build.make:1217: recipe for target 'src/CMakeFiles/fltk.dir/Fl_Preferences.cxx.o' failed 23 src/Fl_Preferences.cxx | 2 +- 26 diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx 28 --- a/src/Fl_Preferences.cxx 29 +++ b/src/Fl_Preferences.cxx
|
H A D | fltk-native-link-libdl.patch | 5 | /path_to/tmp/hosttools/ld: lib/libfltk.a(Fl_Native_File_Chooser.cxx.o): in function `fl_dlopen(ch… 6 | Fl_Native_File_Chooser.cxx:(.text+0x61a): undefined reference to `dlopen' 7 | /path_to/tmp/hosttools/ld: lib/libfltk.a(Fl_Native_File_Chooser.cxx.o): in function `Fl_GTK_File_… 8 | Fl_Native_File_Chooser.cxx:(.text+0xf92): undefined reference to `dlerror'
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/ |
H A D | 0001-Use-stdint-types.patch | 12 src/bma250e/bma250e.cxx | 16 ++++++++-------- 13 src/bmg160/bmg160.cxx | 10 +++++----- 15 src/bmm150/bmm150.cxx | 8 ++++---- 18 diff --git a/src/bma250e/bma250e.cxx b/src/bma250e/bma250e.cxx 20 --- a/src/bma250e/bma250e.cxx 21 +++ b/src/bma250e/bma250e.cxx 66 diff --git a/src/bmg160/bmg160.cxx b/src/bmg160/bmg160.cxx 68 --- a/src/bmg160/bmg160.cxx 69 +++ b/src/bmg160/bmg160.cxx 112 diff --git a/src/bmm150/bmm150.cxx b/src/bmm150/bmm150.cxx [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-1.x/ |
H A D | 0001-bindings-cxx-disable-tests.patch | 4 Subject: [PATCH] bindings: cxx: disable tests 14 bindings/cxx/Makefile.am | 6 ------ 17 diff --git a/bindings/cxx/Makefile.am b/bindings/cxx/Makefile.am 19 --- a/bindings/cxx/Makefile.am 20 +++ b/bindings/cxx/Makefile.am
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmimetic/libmimetic/ |
H A D | 0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch | 9 mimetic/os/mmfile.cxx:60:14: error: ordered comparison between pointer and zero ('char *' and 'int') 17 mimetic/os/mmfile.cxx | 16 +++++++--------- 20 diff --git a/mimetic/os/mmfile.cxx b/mimetic/os/mmfile.cxx 22 --- a/mimetic/os/mmfile.cxx 23 +++ b/mimetic/os/mmfile.cxx
|
H A D | 0001-libmimetic-Removing-test-directory-from-the-Makefile.patch | 11 The files 'mimetic/codec/other_codecs.h' and 'mimetic/contenttype.cxx' 22 mimetic/contenttype.cxx | 4 ++++ 52 diff --git a/mimetic/contenttype.cxx b/mimetic/contenttype.cxx 54 --- a/mimetic/contenttype.cxx 55 +++ b/mimetic/contenttype.cxx
|
/openbmc/openpower-proc-control/ |
H A D | meson.build | 25 cxx = meson.get_compiler('cpp') variable 135 cxx.find_library('ekb'), 136 cxx.find_library('ipl'), 137 cxx.find_library('phal'), 138 cxx.find_library('dtree'), 155 libgpiodcxx_dep = dependency('libgpiodcxx', default_options: ['bindings=cxx']) 203 cxx.find_library('pdbg'), 217 cxx.find_library('pdbg'), 240 cxx.find_library('pdbg'), 241 cxx.find_library('phal'), [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/swig/swig/ |
H A D | determinism.patch | 12 Source/Modules/main.cxx | 1 - 15 diff --git a/Source/Modules/main.cxx b/Source/Modules/main.cxx 17 --- a/Source/Modules/main.cxx 18 +++ b/Source/Modules/main.cxx
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/ |
H A D | libgpiod.inc | 11 PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" 13 # Enable cxx bindings by default. 15 cxx \ 41 rm -f ${D}${bindir}/gpiod-cxx-test
|
/openbmc/openpower-debug-collector/ |
H A D | meson.build | 10 cxx = meson.get_compiler('cpp') variable 14 if cxx.has_header('CLI/CLI.hpp') 31 cxx.find_library('pdbg'), 32 cxx.find_library('libdt-api'), 33 cxx.find_library('phal'),
|
/openbmc/openbmc-tools/dbus_sensor_tester/ |
H A D | meson.build | 28 cxx = meson.get_compiler('cpp') variable 44 cxx.get_supported_arguments([ 57 if (cxx.get_id() == 'clang' and cxx.version().version_compare('>9.0')) 59 cxx.get_supported_arguments([ 79 if (cxx.get_id() == 'gcc' and cxx.version().version_compare('>8.0')) 81 cxx.get_supported_arguments([
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools/ |
H A D | 0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch | 37 - cxx = os.environ.get("CXX", "c++") 39 - [cxx, "-x", "c++", "-std=c++14", "-"], 40 + cxx, cxx_args = os.environ.get('CXX').split(' ', 1) or 'c++' 44 + cpp_test = subprocess.Popen([cxx, cxx_args, '-x', 'c++', '-std=c++14', '-'], 52 - [cxx, "-x", "c++", "-std=c++14", "-", "-latomic"], 53 + [cxx, cxx_args, '-x', 'c++', '-std=c++14', '-', '-latomic'],
|
/openbmc/openpower-debug-collector/dump/ |
H A D | meson.build | 3 cxx = meson.get_compiler('cpp') variable 10 cxx.find_library('pdbg'), 11 cxx.find_library('libdt-api'), 12 cxx.find_library('phal'),
|
/openbmc/telemetry/subprojects/packagefiles/boost/ |
H A D | meson.build | 3 cxx = meson.get_compiler('cpp') variable 23 cxx.find_library('boost_context', dirs: lib_dir, static: true), 24 cxx.find_library('boost_coroutine', dirs: lib_dir, static: true),
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf-c/ |
H A D | 0001-Makefile.am-do-not-compile-the-code-which-was-genera.patch | 62 - t/generated-code2/cxx-generate-packed-data 65 - t/generated-code2/cxx-generate-packed-data.cc \ 90 -t/generated-code2/test-full-cxx-output.inc: t/generated-code2/cxx-generate-packed-data$(EXEEXT) 91 …)$(top_builddir)/t/generated-code2/cxx-generate-packed-data$(EXEEXT) > $(top_builddir)/t/generated… 99 - t/generated-code2/test-full-cxx-output.inc
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/ |
H A D | libsigrok_0.5.2.bb | 12 PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,glibmm doxygen-native"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/libcupsfilters/ |
H A D | 0001-use-noexcept-false-instead-of-throw-from-c-17-onward.patch | 15 filter/pdftoraster.cxx | 4 ++++ 18 diff --git a/cupsfilters/pdftoraster.cxx b/cupsfilters/pdftoraster.cxx
|
/openbmc/openpower-occ-control/ |
H A D | meson.build | 14 cxx = meson.get_compiler('cpp') variable 63 if cxx.has_header('poll.h') 87 has_cereal = cxx.has_header_symbol( 148 deps += [cxx.find_library('pdbg'), cxx.find_library('phal')]
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/ |
H A D | tiff_4.7.0.bb | 27 PACKAGECONFIG ?= "cxx jpeg zlib lzma \ 30 PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,,"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
H A D | 0008-libtool-do-not-use-jlibtool.patch | 138 -COMPILE.cxx = ${LIBTOOL} --mode=compile ${CXX} 140 -LINK.cxx = ${LIBTOOL} --mode=link ${CXX} 144 + COMPILE.cxx = ${LIBTOOL} --mode=compile ${CXX} 146 + LINK.cxx = ${LIBTOOL} --mode=link ${CXX} 150 + COMPILE.cxx = ${LIBTOOL} --mode=compile --tag=CC ${CXX} 152 + LINK.cxx = ${LIBTOOL} --mode=link --tag=CC ${CXX} -module -export-dynamic
|
/openbmc/bmcweb/ |
H A D | meson.build | 34 cxx = meson.get_compiler('cpp') variable 72 if (cxx.get_id() == 'clang') 73 if (cxx.version().version_compare('<17.0')) 106 if (cxx.get_id() == 'gcc') 107 if (cxx.version().version_compare('<13.0')) 137 cxx.get_supported_arguments( 147 if cxx.has_link_argument('-Wl,--exclude-libs,ALL') 169 cxx.get_supported_arguments([security_flags]), 177 cxx.get_supported_arguments( 202 pam = cxx.find_library('pam', required: true) [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/db/ |
H A D | db_5.3.28.bb | 48 PACKAGES =+ "${PN}-cxx" 49 FILES:${PN}-cxx = "${libdir}/*cxx*so" 62 EXTRA_OECONF = "${DB5_CONFIG} --enable-shared --enable-cxx --with-sysroot STRIP=true" 116 INSANE_SKIP:${PN}-cxx = "dev-so"
|