Home
last modified time | relevance | path

Searched +full:libboost +full:- +full:test +full:- +full:dev (Results 1 – 6 of 6) sorted by relevance

/third_party/libphonenumber/cpp/
DREADME6 This project uses some third-party code:
7 - src/phonenumbers/utf/ sources come from lib9 which is also used in Go.
11 -----------------------------------
12 In recent Debian-based distributions you may be able to simply install the
16 - Use this if you just need to use or link against the library:
17 $ sudo apt-get install libphonenumber8 libphonenumber-dev
20 - Use this if you wish to develop or debug the library:
21 $ sudo apt-get source libphonenumber
28 --------------------------------------------
31 The example command lines below assume that you have a Debian-based GNU/Linux
[all …]
/third_party/elfio/
D.travis.yml6 - gcc
9 - linux
13 - master
19 - sudo apt-get update -qq
22 - sudo apt-get install libboost-test-dev
25 - autoreconf -f -i
26 - ./configure CXXFLAGS=--std=c++11
27 - make
29 - cd tests
30 - autoreconf -f -i
[all …]
/third_party/elfio/.github/workflows/
Dc-cpp.yml11 name: autoconf build & test
13 runs-on: ubuntu-latest
16 - uses: actions/checkout@v2
17 - name: compile and run examples
19 autoreconf -i -f
22 - name: compile and run tests
24 sudo apt-get install libboost-test-dev
26 autoreconf -i -f
30 - name: make distcheck
34 name: cmake build & test
[all …]
/third_party/boost/libs/gil/
DCONTRIBUTING.md10 - [Prerequisites](#prerequisites)
11 - [Pull Requests](#pull-requests)
12 - [Getting started with Git workflow](#getting-started-with-git-workflow)
13 - [1. Clone Boost super-project](#1-clone-boost-super-project)
14 - [2. Checkout Boost.GIL development branch](#2-checkout-boostgil-development-branch)
15 - [3. Fork Boost.GIL repository on GitHub](#3-fork-boostgil-repository-on-github)
16 - [4. Submit a pull request](#4-submit-a-pull-request)
17 - [5. Update your pull request](#5-update-your-pull-request)
18 - [Development](#development)
19 - [Install dependencies](#install-dependencies)
[all …]
/third_party/vk-gl-cts/
Dhistory.log5 1014 sudo apt install pygobject-3.0
7 1016 sudo apt install python-gi-dev
12 1021 blueman-manager
14 1023 cd test/
30 1039 find . -name blueman-manager
31 1040 find . -name blueman
32 1041 find . -name "blueman"
33 1042 find . -name "blueman*"
34 1043 find . -name "*blueman*"
36 1045 blueman-manager
[all …]
/third_party/nghttp2/
DREADME.rst1 nghttp2 - HTTP/2 C Library
9 proxy. We have also developed load test and benchmarking tools for
20 ------------------
23 HTTP/2 and `RFC 7541 <https://tools.ietf.org/html/rfc7541>`_ HPACK -
27 (https://github.com/tatsuhiro-t/spdylay) project.
29 Public Test Server
30 ------------------
37 This endpoint supports ``h2``, ``h2-16``, ``h2-14``, and
46 ------------
50 * pkg-config >= 0.20
[all …]