Searched full:run (Results 1 – 25 of 287) sorted by relevance
12345678910>>...12
/thrift-3.4.0/.github/workflows/ |
D | build.yml | 26 run: | 30 - name: Run bootstrap 31 run: ./bootstrap.sh 33 - name: Run configure 34 run: ./configure --disable-debug --disable-tests --disable-libs 36 - name: Run make 37 run: make -j$(nproc) 39 - name: Run install 40 run: make install 42 - name: Run thrift version [all …]
|
D | cmake.yml | 22 run: | 27 run: | 32 - name: Run make 33 run: | 37 - name: Run test 38 run: |
|
/thrift-3.4.0/build/cmake/ |
D | FindClangTools.cmake | 8 # run-clang-tidy_FOUND 9 # ClangTools::run-clang-tidy 23 find_program(run-clang-tidy_BINARY NAMES run-clang-tidy run-clang-tidy.py PATH_SUFFIXES "LLVM/bin" … 24 find_package_handle_standard_args(run-clang-tidy DEFAULT_MSG run-clang-tidy_BINARY) 25 if(run-clang-tidy_FOUND AND NOT TARGET ClangTools::run-clang-tidy) 26 add_executable(ClangTools::run-clang-tidy IMPORTED) 27 …set_property(TARGET ClangTools::run-clang-tidy PROPERTY IMPORTED_LOCATION "${run-clang-tidy_BINARY…
|
D | StaticCodeAnalysis.cmake | 2 if(clang-tidy_FOUND AND run-clang-tidy_FOUND AND NOT TARGET do_run_clang_tidy) 5 …COMMAND ClangTools::run-clang-tidy -clang-tidy-binary "$<TARGET_FILE:ClangTools::clang-tidy>" -p $…
|
/thrift-3.4.0/build/docker/old/centos-7.3/ |
D | Dockerfile | 22 RUN yum install -y epel-release 25 RUN yum install -y \ 50 RUN yum install -y \ 59 RUN yum install -y \ 66 RUN yum install -y http://downloads.dlang.org/releases/2.x/2.076.0/dmd-2.076.0-0.fedora.x86_64.rpm … 67 RUN curl -sSL https://github.com/D-Programming-Deimos/openssl/archive/master.tar.gz| tar xz && \ 75 RUN cd /usr/local && \ 82 RUN curl -sSL http://packages.erlang-solutions.com/rpm/centos/erlang_solutions.repo -o /etc/yum.rep… 92 RUN yum install -y glib2-devel 95 RUN curl -sSL https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz | tar -C /usr/local/ -… [all …]
|
/thrift-3.4.0/compiler/cpp/tests/ |
D | README.md | 1 # Build and run compiler tests using CMake 5 - [Build and run compiler tests using CMake](#build-and-run-compiler-tests-using-cmake) 8 - [Build and run tests on Unix-like systems](#build-and-run-tests-on-unix-like-systems) 10 - [Build and run test with CMake](#build-and-run-test-with-cmake) 11 - [Build and run tests on Windows](#build-and-run-tests-on-windows) 13 …ration of VS project with CMake, build and run on Windows](#generation-of-vs-project-with-cmake-bu… 52 - Run **cmake** with arguments for your environment and compiler 55 ## Build and run tests on Unix-like systems 61 ### Build and run test with CMake 63 - Run commands in command line in current directory: [all …]
|
/thrift-3.4.0/build/docker/old/debian-stretch/ |
D | Dockerfile | 27 RUN apt-get update && apt-get install -y --no-install-recommends apt apt-transport-https curl wget … 30 RUN wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d… 34 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \ 39 # RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg… 43 RUN curl -sL https://deb.nodesource.com/setup_8.x | bash 47 RUN apt-get install -y --no-install-recommends \ 65 RUN apt-get install -y --no-install-recommends \ 79 RUN apt-get install -y --no-install-recommends \ 86 # RUN mkdir -p /usr/include/dmd/druntime/import/deimos /usr/include/dmd/druntime/import/C && \ 92 # RUN curl -sSL https://github.com/D-Programming-Deimos/openssl/archive/master.tar.gz| tar xz && \ [all …]
|
/thrift-3.4.0/build/docker/old/ubuntu-artful/ |
D | Dockerfile | 31 RUN apt-get update && \ 43 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \ 49 RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d… 54 RUN add-apt-repository ppa:haxe/releases -y 57 RUN curl -sL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \ 61 RUN apt-get update && apt-get install -y --no-install-recommends \ 79 RUN apt-get install -y --no-install-recommends \ 89 RUN \ 101 RUN \ 116 RUN apt-get install -y --no-install-recommends \ [all …]
|
/thrift-3.4.0/build/docker/ubuntu-bionic/ |
D | Dockerfile | 24 RUN apt-get update -yq && \ 36 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \ 41 RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d… 47 RUN curl -sL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \ 51 RUN apt-get update && apt-get install -y --no-install-recommends \ 73 RUN mkdir -p /usr/local/adobe/flex/4.6 && \ 79 # TODO: "apt-get install" without "apt-get update" in the same "RUN" step can cause cache issues if… 80 # See https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run 81 RUN apt-get install -y --no-install-recommends \ 91 RUN \ [all …]
|
/thrift-3.4.0/build/docker/old/ubuntu-trusty/ |
D | Dockerfile | 30 RUN apt-get update && \ 42 RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EBCF975E5BA24D5E && \ 47 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \ 51 RUN apt-get update && apt-get install -y --no-install-recommends \ 68 RUN apt-get install -y --no-install-recommends \ 77 RUN apt-get install -y --no-install-recommends \ 85 RUN mkdir -p /usr/include/dmd/druntime/import/deimos /usr/include/dmd/druntime/import/C && \ 90 RUN curl -sSL https://github.com/D-Programming-Deimos/openssl/archive/master.tar.gz| tar xz && \ 95 RUN apt-get install -y --no-install-recommends \ 100 RUN apt-get install -y --no-install-recommends \ [all …]
|
/thrift-3.4.0/build/docker/ubuntu-focal/ |
D | Dockerfile | 24 RUN apt-get update -yq && \ 36 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \ 41 RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d… 47 RUN curl -sL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \ 51 RUN apt-get update -yq && \ 74 RUN mkdir -p /usr/local/adobe/flex/4.6 && \ 80 # TODO: "apt-get install" without "apt-get update" in the same "RUN" step can cause cache issues if… 81 # See https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run 82 RUN apt-get install -y --no-install-recommends \ 92 RUN \ [all …]
|
/thrift-3.4.0/build/docker/ubuntu-jammy/ |
D | Dockerfile | 24 RUN apt-get update -yq && \ 36 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \ 41 RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d… 47 RUN curl -sL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \ 51 RUN apt-get update -yq && \ 74 RUN mkdir -p /usr/local/adobe/flex/4.6 && \ 80 # TODO: "apt-get install" without "apt-get update" in the same "RUN" step can cause cache issues if… 81 # See https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run 82 RUN apt-get install -y --no-install-recommends \ 92 RUN \ [all …]
|
/thrift-3.4.0/build/docker/old/ubuntu-disco/ |
D | Dockerfile | 24 RUN apt-get update && \ 36 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \ 41 RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d… 47 RUN wget -O- https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc | apt-key add - && \ 51 RUN curl -sL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \ 55 RUN apt-get update && apt-get install -y --no-install-recommends \ 77 RUN mkdir -p /usr/local/adobe/flex/4.6 && \ 83 RUN apt-get install -y --no-install-recommends \ 93 RUN \ 106 RUN \ [all …]
|
/thrift-3.4.0/build/docker/old/debian-jessie/ |
D | Dockerfile | 26 RUN echo "deb http://ftp.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/jessie-… 29 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \ 33 RUN apt-get update && apt-get install -y --no-install-recommends \ 43 RUN apt-get install -y --no-install-recommends \ 57 RUN apt-get install -y --no-install-recommends \ 64 RUN apt-get install -y --no-install-recommends \ 79 RUN apt-get install -y --no-install-recommends \ 91 RUN apt-get -t jessie-backports install -y ruby-bundler 92 RUN apt-get install -y --no-install-recommends \ 103 RUN apt-get update && apt-get install -y --no-install-recommends \ [all …]
|
/thrift-3.4.0/build/docker/old/ubuntu-xenial/ |
D | Dockerfile | 30 RUN apt-get update && \ 58 RUN apt-get update && apt-get install -y --no-install-recommends \ 77 # TODO: "apt-get install" without "apt-get update" in the same "RUN" step can cause cache issues if… 78 # See https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run 79 RUN apt-get install -y --no-install-recommends \ 95 RUN \ 111 RUN apt-get install -y --no-install-recommends \ 116 RUN apt-get install -y --no-install-recommends \ 126 RUN apt-get update && apt-get install -y --no-install-recommends automake libncurses5-dev && \ 134 RUN apt-get install -y --no-install-recommends \ [all …]
|
/thrift-3.4.0/build/docker/msvc2017/ |
D | Dockerfile | 23 RUN C:\TEMP\vs_buildtools.exe --quiet --wait --norestart --nocache ` 31 RUN DEL C:\TEMP\vs_buildtools.exe 35 RUN msiexec.exe /i C:\TEMP\cmake.msi /qn && ` 41 RUN C:\TEMP\boost.exe /DIR="C:\Libraries\boost_1_69_0" /SILENT && ` 45 RUN @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" ` 51 RUN choco install winflexbison3 -y 54 RUN choco install 7zip curl -y 60 RUN C:\BuildTools\Common7\Tools\VsDevCmd.bat -arch=amd64 && ` 72 RUN C:\BuildTools\Common7\Tools\VsDevCmd.bat -arch=amd64 && ` 80 RUN C:\TEMP\openssl.exe /silent && ` [all …]
|
/thrift-3.4.0/ |
D | .travis.yml | 81 script: build/docker/run.sh 88 script: build/docker/run.sh 95 script: build/docker/run.sh 104 script: build/docker/run.sh 112 - script: build/docker/run.sh 122 # - script: build/docker/run.sh 128 - script: build/docker/run.sh 134 - script: build/docker/run.sh 141 - script: build/docker/run.sh 146 - script: build/docker/run.sh [all …]
|
/thrift-3.4.0/contrib/transport-sample/ |
D | README.md | 12 The client & server are double-ended. Both sides run a server and client to 36 Run thriftme.bat to generate the interface source from the thrift files. 46 Run the following in separate command prompts from the Release or Debug 56 Run thriftme.sh to generate the interface source from the thrift files. 57 Run 'make' 59 Run the following in separate shells:
|
/thrift-3.4.0/tutorial/swift/Sources/TutorialRunner/ |
D | main.swift | 25 server.arguments = ["run", "TutorialServer"] 26 try server.run() 32 client.arguments = ["run", "TutorialClient"] 33 try client.run()
|
/thrift-3.4.0/lib/kotlin/ |
D | README.md | 19 This library is managed using Gradle 6.9.2, run the following command (requires C++ thrift compiler… 29 ## How to run cross test server / client 32 gradle :cross-test-server:run 36 gradle :cross-test-client:run
|
/thrift-3.4.0/lib/cl/ |
D | Makefile.am | 25 run-tests: test/make-test-binary.lisp 28 check-local: run-tests 29 ./run-tests 32 $(RM) run-tests quicklisp.lisp backport-update.zip
|
/thrift-3.4.0/tutorial/swift/ |
D | README.md | 4 ## Run the tutorial code (client + server): 7 ## Run the server only 10 ## Run the client only
|
/thrift-3.4.0/lib/haxe/test/src/ |
D | Main.hx | 44 + " client|server ... determines run mode for some tests, default is client\n" 45 + " multiplex ........ run multiplex test server or client\n"; 80 StreamTest.Run(server); 84 MultiplexTest.Run(server); 87 ConstantsTest.Run(server);
|
/thrift-3.4.0/lib/go/test/tests/ |
D | const_optional_field_test.go | 32 t.Run("foo", func(t *testing.T) { 45 t.Run("bool", func(t *testing.T) { 58 t.Run("i8", func(t *testing.T) { 71 t.Run("i16", func(t *testing.T) { 84 t.Run("i32", func(t *testing.T) { 97 t.Run("i64", func(t *testing.T) { 110 t.Run("double", func(t *testing.T) { 125 t.Run("string", func(t *testing.T) { 138 t.Run("binary", func(t *testing.T) {
|
/thrift-3.4.0/tutorial/go/ |
D | Makefile.am | 34 $(GO) run src/*.go -server=true 37 $(GO) run src/*.go 40 $(GO) run src/*.go -server=true -secure=true 43 $(GO) run src/*.go -secure=true
|
12345678910>>...12