Home
last modified time | relevance | path

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

/external/sdv/vsomeip/
DREADME.md4 Copyright (C) 2015-2017, Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
13 ----------------
14 The vsomeip stack implements the http://some-ip.com/ (Scalable service-Oriented
18 * a second shared library for SOME/IP's service discovery (`libvsomeip3-sd.so`)
25 - A C++11 enabled compiler like gcc >= 4.8 is needed.
26 - vsomeip uses CMake as buildsystem.
27 - vsomeip uses Boost >= 1.55:
31 `sudo apt-get install libboost-system1.55-dev libboost-thread1.55-dev libboost-log1.55-dev`
34 -- URL: https://launchpad.net/~boost-latest/+archive/ubuntu/ppa
35 --`sudo add-apt-repository ppa:boost-latest/ppa`
[all …]
/external/sdv/vsomeip/.github/workflows/
Dc-cpp.yml11 runs-on: [ubuntu-18.04]
14 - uses: actions/checkout@v2
15 - name: install dependencies
17 sudo apt-get update -qq
18 …sudo apt-get install -y libboost-system-dev libboost-thread-dev libboost-log-dev googletest asciid…
19 - name: Run CMake+Ninja without triplet
20 uses: lukka/run-cmake@v2
25 …cmakeAppendedArgs: '-DGTEST_ROOT=/usr/src/googletest/googletest/ -DCMAKE_INSTALL_PREFIX=${{ runner…
26 buildWithCMakeArgs: '-t all build_tests doc install'
28 - uses: actions/upload-artifact@v2
/external/oss-fuzz/projects/libphonenumber/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
19 RUN apt-get update && apt-get install -y autoconf automake \
20 cmake cmake-curses-gui libre2-dev \
21 libicu-dev libboost-dev libboost-thread-dev libboost-system-dev \
22 libgflags-dev libgoogle-glog-dev libssl-dev \
23 protobuf-compiler libtool wget default-jre icu-devtools
24 RUN apt-get install -y libgtest-dev && \
31 ln -sn /usr/local/lib/googletest/libgtest.a /usr/lib/libgtest.a && \
32 ln -sn /usr/local/lib/googletest/libgtest_main.a /usr/lib/libgtest_main.a && \
[all …]
/external/ot-br-posix/third_party/Simple-web-server/repo/
DREADME.md1 # Simple-Web-Server
5 See https://gitlab.com/eidheim/Simple-WebSocket-Server for an easy way to make WebSocket/WebSocket …
10 * Thread pool if needed
14 * Chunked transfer encoding and server-sent events
17 * Sending outgoing messages is thread safe
20 See also [benchmarks](https://gitlab.com/eidheim/Simple-Web-Server/blob/master/docs/benchmarks.md) …
24 See [http_examples.cpp](https://gitlab.com/eidheim/Simple-Web-Server/blob/master/http_examples.cpp)…
25 [https_examples.cpp](https://gitlab.com/eidheim/Simple-Web-Server/blob/master/https_examples.cpp) f…
27 * `POST /string` - responds with the posted string.
28 * `POST /json` - parses the request content as JSON, and responds with some of the parsed values.
[all …]
/external/sdv/vsomeip/documentation/
DvsomeipUserGuide10 :iconsdir: {asciidoc-confdir}/{iconsdir}
14 :data-uri:
18 Copyright (C) 2015-2019, Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
29 // or pass it via -a version=$VSOMEIP_VERSION to asciidoc
33 ----------------
34 The vsomeip stack implements the http://some-ip.com/[Scalable service-Oriented
38 * a second shared library for SOME/IP's service discovery (`libvsomeip-sd.so`)
42 ------------------
49 *** `sudo apt-get install libboost-system1.55-dev libboost-thread1.55-dev
50 libboost-log1.55-dev`
[all …]