Home
last modified time | relevance | path

Searched +full:gtk +full:- +full:doc +full:- +full:tools (Results 1 – 25 of 42) sorted by relevance

12

/external/igt-gpu-tools/
DREADME.md1 IGT GPU Tools
5 -----------
7 IGT GPU Tools is a collection of tools for development and testing of the DRM
8 drivers. There are many macro-level test suites that get used against the
12 results. Therefore, IGT GPU Tools includes low-level tools and tests
15 IGT GPU Tools is split into several sections:
32 the --list-subtests command line option and then run using the
33 --run-subtest option. If --run-subtest is not used, all subtests will
35 the --help option.
37 The test suite can be run using the run-tests.sh script available in
[all …]
D.gitignore16 config-ml.in
26 install-sh
37 mdate-sh
41 py-compile
42 stamp-h?
43 symlink-tree
52 *.[0-9]
53 *.[0-9]x
59 *-ISO*.bdf
60 *-JIS*.bdf
[all …]
Dmeson.build1 project('igt-gpu-tools', 'c',
13 error('Building without -Db_ndebug=false is not supported')
18 # Also make sure that the user doesn't have -DNDEBUG defined in their config
19 if not cc.compiles(files('lib/check-ndebug.h'), args: get_option('c_args'))
24 '-Wbad-function-cast',
25 '-Wdeclaration-after-statement',
26 '-Wformat=2',
28 '-Wimplicit-fallthrough=0',
29 '-Wlogical-op',
30 '-Wmissing-declarations',
[all …]
/external/harfbuzz_ng/
DBUILD.md4 …$ sudo apt-get install meson pkg-config ragel gtk-doc-tools gcc g++ libfreetype6-dev libglib2.0-de…
8 $ sudo dnf install meson pkgconfig gtk-doc gcc gcc-c++ freetype-devel glib2-devel cairo-devel
12 $ sudo pacman -Suy meson pkg-config ragel gcc freetype2 glib2 cairo
16 brew install pkg-config ragel gtk-doc freetype glib cairo meson
20 meson build && meson test -Cbuild
24 something like `meson build --wrap-mode=default` it fetches and compiles most
31 of building HarfBuzz to `g++ src/harfbuzz.cc -fno-exceptions` but there is
/external/libexif/m4m/
Dgp-documentation.m411 AS_HELP_STRING([--disable-docs], [whether to create any documentation])], [dnl
29 AC_ARG_WITH([doc-dir],
30 [AS_HELP_STRING([--with-doc-dir=PATH],
41 if test -d "/usr/share/doc"
43 maindocdir='${prefix}/share/doc'
45 elif test -d "/usr/doc"
47 maindocdir='${prefix}/doc'
50 maindocdir='${datadir}/doc'
56 if ls -d /usr/{share/,}doc/make-[0-9]* > /dev/null 2>&1
58 docdir="${maindocdir}/${PACKAGE}-${VERSION}"
[all …]
/external/harfbuzz_ng/docs/
Dusermanual-install-harfbuzz.xml2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
7 <chapter id="install-harfbuzz">
18 libharfbuzz DLL, hb-view.exe, hb-shape.exe, and all
32 compatibility-breaking way in any release. However, other,
52 …mand>sudo apt install</command> <package>gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev</pa…
53 On Fedora, RHEL, CentOS, or other Red-Hat&ndash;based systems, you would run:
54 …ting><command>sudo yum install</command> <package>gcc gcc-c++ freetype-devel glib2-devel cairo-dev…
68 From a shell in the top-level directory of the extracted source
70 <command>meson compile -C build</command> as with any other standard package.
[all …]
/external/oss-fuzz/projects/gnutls/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 export CPPFLAGS="-I$DEPS_PATH/include"
21 export LDFLAGS="-L$DEPS_PATH/lib -L$DEPS_PATH/lib64"
27 ./configure --enable-static --disable-shared --prefix=$DEPS_PATH
28 make -j$(nproc)
34 …./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$DEPS_P…
35 make -j$(nproc)
39 # https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3119
40 # https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3159
[all …]
/external/harfbuzz_ng/.github/workflows/
Dlinux-ci.yml1 name: linux-ci
15 runs-on: ubuntu-20.04
18 - name: Checkout
20 - name: Setup Ccache
21 uses: hendrikmuhs/ccache-action@6d1841ec156c39a52b1b23a810da917ab98da1f4 # v1.2.10
23 key: ${{ github.job }}-${{ runner.os }}-${{ runner.arch }}
24 - name: Install Dependencies
26 sudo apt-get update
27 sudo apt-get install \
29 gobject-introspection \
[all …]
/external/oss-fuzz/projects/libvips/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
23 ./configure --static --prefix=$WORK
24 make -j$(nproc) all
30 autoreconf -fi
32 --enable-static \
33 --disable-shared \
34 --disable-docs \
35 --disable-dependency-tracking \
36 --prefix=$WORK
[all …]
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
24 glib2.0-dev \
25 gobject-introspection \
26 gtk-doc-tools \
27 libbrotli-dev \
28 libexpat1-dev \
29 libffi-dev \
30 libfftw3-dev \
[all …]
/external/oss-fuzz/projects/janus-gateway/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
19 autoconf autoconf-archive \
22 gtk-doc-tools \
23 libconfig-dev \
24 libglib2.0-dev \
25 libgnutls28-dev \
26 libini-config-dev \
27 libjansson-dev \
[all …]
/external/oss-fuzz/projects/cairo/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
16 FROM gcr.io/oss-fuzz-base/base-builder
17 RUN apt-get update && apt-get install -y python3-pip gtk-doc-tools libffi-dev autotools-dev libtool…
18 RUN pip3 install -U meson==0.56.0 ninja
20 RUN git clone --depth 1 git://git.sv.nongnu.org/freetype/freetype2.git
21 ADD https://ftp.gnome.org/pub/gnome/sources/glib/2.64/glib-2.64.2.tar.xz $SRC
22 RUN tar xvJf $SRC/glib-2.64.2.tar.xz
23 RUN git clone --depth 1 https://gitlab.freedesktop.org/cairo/cairo.git && \
24 zip -q $SRC/cairo_seed_corpus.zip $SRC/cairo/test/reference/*
/external/kmod/
DNEWS4 - Improvements
5 - Stop adding duplicate information on modules.builtin.alias.bin, just use
8 - Speedup depmod, particularly under qemu with emulated arch, by
13 - Add kmod_module_new_from_name_lookup() which allows doing a lookup by
17 - modinfo learned the --modname option to explicitely show information
28 - depmod.conf learned a new "excludedir" directive so distro/user can
32 - Better group modprobe options on help output under "Management, Query and General".
34 - modprobe learned a --wait <MSEC> option to be used together with -r
44 such users. "rmmod" doesn't have a --wait as it remains a bare minimal over
45 the API provided by the kernel. In future the --wait behavior can be added
[all …]
DMakefile.am12 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
13 AM_MAKEFLAGS = --no-print-directory
19 -include $(top_builddir)/config.h \
20 -I$(top_srcdir) \
21 -DSYSCONFDIR=\""$(sysconfdir)"\" \
29 -e 's,@VERSION\@,$(VERSION),g' \
30 -e 's,@prefix\@,$(prefix),g' \
31 -e 's,@exec_prefix\@,$(exec_prefix),g' \
32 -e 's,@libdir\@,$(libdir),g' \
33 -e 's,@includedir\@,$(includedir),g' \
[all …]
/external/skia/third_party/harfbuzz/
DREADME3 # State Machine Compiler. To reduce complex dependencies, I pre-built
5 # hb-buffer-deserialize-json.hh
6 # hb-buffer-deserialize-text.hh
7 # hb-ot-shape-complex-indic-machine.hh
8 # hb-ot-shape-complex-myanmar-machine.hh
9 # hb-ot-shape-complex-use-machine.hh
11 # ../externals/harfbuzz/src/hb-buffer-deserialize-json.rl
12 # ../externals/harfbuzz/src/hb-buffer-deserialize-text.rl
13 # ../externals/harfbuzz/src/hb-ot-shape-complex-indic-machine.rl
14 # ../externals/harfbuzz/src/hb-ot-shape-complex-myanmar-machine.rl
[all …]
/external/oss-fuzz/projects/wget2/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 export CPPFLAGS="-I$WGET2_DEPS_PATH/include"
21 export LDFLAGS="-L$WGET2_DEPS_PATH/lib"
27 ./configure --enable-static --disable-shared --prefix=$WGET2_DEPS_PATH
28 make -j$(nproc)
33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET2_D…
34 make -j$(nproc)
39 ./configure --enable-static --disable-shared --disable-gtk-doc --enable-runtime=libidn2 --enable-bu…
40 make -j$(nproc)
[all …]
/external/oss-fuzz/projects/gdk-pixbuf/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
16 FROM gcr.io/oss-fuzz-base/base-builder
17 RUN apt-get update && apt-get install -y python3-pip gtk-doc-tools libffi-dev
20 RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/gdk-pixbuf.git
21 ADD https://ftp.gnome.org/pub/gnome/sources/glib/2.64/glib-2.64.2.tar.xz $SRC
22 RUN tar xvJf $SRC/glib-2.64.2.tar.xz
24 RUN git clone --depth 1 https://github.com/glennrp/libpng.git && \
25 git clone --depth 1 https://github.com/MozillaSecurity/fuzzdata.git && \
27 …find $SRC/gdk-pixbuf/tests/ \( -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' \) -exec cp -v '{}…
28 find $SRC/libpng -name "*.png" | grep -v crashers | xargs cp -t corpus/ && \
[all …]
/external/oss-fuzz/projects/wget/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 export CPPFLAGS="-I$WGET_DEPS_PATH/include"
21 export LDFLAGS="-L$WGET_DEPS_PATH/lib"
27 ./configure --enable-static --disable-shared --prefix=$WGET_DEPS_PATH --cache-file ../config.cache
28 make -j$(nproc)
33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET_DE…
34 make -j$(nproc)
39 …onfigure --enable-static --disable-shared --disable-gtk-doc --enable-runtime=libidn2 --enable-buil…
40 make -j$(nproc)
[all …]
/external/libxml2/test/relaxng/
Dcomps_0.xml3 <!-- <meta> -->
4 <!-- Meta information will go here eventually -->
5 <!-- </meta> -->
69 <packagereq type="mandatory">redhat-logos</packagereq>
70 <packagereq type="mandatory">redhat-release</packagereq>
78 <packagereq type="mandatory">util-linux</packagereq>
79 <packagereq type="mandatory">vim-minimal</packagereq>
80 <!-- the following are needed for anaconda post-install bits -->
85 <packagereq type="mandatory">shadow-utils</packagereq>
124 <packagereq type="mandatory">bind-utils</packagereq>
[all …]
/external/curl/.github/workflows/
Dngtcp2-linux.yml3 # SPDX-License-Identifier: curl
5 name: ngtcp2-linux
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
Dosslq-linux.yml3 # SPDX-License-Identifier: curl
5 name: osslq-linux
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
/external/cronet/testing/
Dtest_env.py3 # Use of this source code is governed by a BSD-style license that can be
24 sanitizers = ['asan', 'lsan', 'msan', 'tsan', 'coverage-continuous-mode',
25 'skip-set-lpac-acls']
26 internal_flags = frozenset('--%s=%d' % (name, value)
43 """Returns the environment flags needed for sanitizer tools."""
47 # Instruct GTK to use malloc while running sanitizer-instrumented tests.
48 extra_env['G_SLICE'] = 'always-malloc'
54 # https://code.google.com/p/address-sanitizer/issues/detail?id=134 is fixed.
56 'third_party', 'llvm-build', 'Release+Asserts', 'bin', 'llvm-symbolizer')
59 # LSan is not sandbox-compatible, so we can use online symbolization. In
[all …]
/external/harfbuzz_ng/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:edge-20.04
7 win64-executor:
9 - image: cimg/base:edge-20.04
10 autotools-executor:
12 - image: cimg/base:edge-20.04
16 macos-aat-fonts:
20 - checkout
21- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
22 - run: pip3 install meson --upgrade
[all …]
/external/cronet/third_party/libxml/fuzz/seed_corpus/
D23343eefaf46c5fbfe5a5ed489b125cf38741d144 <!ENTITY mdash "--">
6 <!ENTITY copy "&#x00A9;"> <!-- COPYRIGHT SIGN -->
7 <!-- replace version above with actual application version number-->
8 <!-- Template Version: 1.0.1 (do not remove this line) -->
12 <!ENTITY APPLET-TEMPLATE-1x-SHELL SYSTEM
13 "templates/applet_template_1-applet.sgml.cdata">
14 <!ENTITY APPLET-TEMPLATE-1x SYSTEM
18 <!-- Version: 1.0.1 -->
41 <email>d-mueth@uchicago.edu</email>
59 This is a pre-release!
[all …]
/external/libxkbcommon/
DNEWS1 libxkbcommon 1.4.0 - 2022-02-04
4 - Add `enable-tools` option to Meson build (on by default) to allow disabling
5 the `xkbcli` tools.
9 - In `xkbcli list`, fix "YAML Norway problem" in output.
13 - In libxkbregistry, variants now inherit iso639, iso3166 and brief from parent
18 - In libxkbregistry, don't call `xmlCleanupParser()` - it's not supposed to
23 - In libxkbregistry, skip over invalid ISO-639 or ISO-3166 entries.
27 libxkbcommon 1.3.1 - 2021-09-10
30 - In `xkbcli interactive-x11`, use the Esc keysym instead of the Esc keycode
35 - In `xkbcli how-to-type`, add `--keysym` argugment for how to type a keysym
[all …]

12