Searched +full:libboost +full:- +full:thread +full:- +full:dev (Results 1 – 5 of 5) sorted by relevance
4 Copyright (C) 2015-2017, Bayerische Motoren Werke Aktiengesellschaft (BMW AG)13 ----------------14 The vsomeip stack implements the http://some-ip.com/ (Scalable service-Oriented18 * 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/ppa35 --`sudo add-apt-repository ppa:boost-latest/ppa`[all …]
11 runs-on: [ubuntu-18.04]14 - uses: actions/checkout@v215 - name: install dependencies17 sudo apt-get update -qq18 …sudo apt-get install -y libboost-system-dev libboost-thread-dev libboost-log-dev googletest asciid…19 - name: Run CMake+Ninja without triplet20 uses: lukka/run-cmake@v225 …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
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder19 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-devtools24 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 …]
1 # Simple-Web-Server5 See https://gitlab.com/eidheim/Simple-WebSocket-Server for an easy way to make WebSocket/WebSocket …10 * Thread pool if needed14 * Chunked transfer encoding and server-sent events17 * Sending outgoing messages is thread safe20 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 …]
10 :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 asciidoc33 ----------------34 The vsomeip stack implements the http://some-ip.com/[Scalable service-Oriented38 * 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-dev50 libboost-log1.55-dev`[all …]