Searched +full:- +full:y (Results 1 – 25 of 56) sorted by relevance
123
/thrift-3.4.0/build/docker/old/debian-stretch/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 16 # - d: deimos for libevent and openssl disabled - build errors 17 # - dotnetcore, because netcore is for 1.0.0-preview and 2.0.0 is out 18 # - rust: cargo not in debian repo - perhaps not needed? 20 FROM buildpack-deps:stretch-scm 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… 31 apt-get update && apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring 34 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \ 36 sed -i /etc/apt/sources.list.d/dart_stable.list -e 's/https:/http:/g' [all …]
|
/thrift-3.4.0/build/docker/old/centos-7.3/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 16 # - dotnet (will update to 2.0.0 separately) 17 # - haxe (not in centos) 22 RUN yum install -y epel-release 25 RUN yum install -y \ 28 bison-devel \ 30 clang-analyzer \ 35 gcc-c++ \ 45 ln -s /usr/bin/cmake3 /usr/bin/cmake && \ 46 ln -s /usr/bin/cpack3 /usr/bin/cpack && \ [all …]
|
/thrift-3.4.0/build/docker/old/ubuntu-artful/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 16 # - cpp: stock boost 1.62 in artful has a nasty bug so we use stock boost 1.63 17 # - d: dmd does not come with Ubuntu 18 # - dart: does not come with Ubuntu. Pinned to last 1.x release 19 # - dotnet: does not come with Ubuntu 20 # - haxe: version 3.4.2 that comes with Ubuntu cores in our CI build 21 # - go: artful comes with 1.9, we want the latest (supported) 22 # - nodejs: want v8, artful comes with v6 25 FROM buildpack-deps:artful-scm 31 RUN apt-get update && \ [all …]
|
/thrift-3.4.0/build/docker/old/ubuntu-trusty/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 16 # - d: does not come with Ubuntu so we're installing 2.070.0 17 # - dart: does not come with Ubuntu so we're installing 1.20.1 18 # - dotnetcore, disabled because netcore is for 1.0.0-preview and 2.0.0 is out 19 # - haxe, disabled because the distro comes with 3.0.0 and it cores while installing 20 # - node.js, disabled because it is at 0.10.0 in the distro which is too old (need 4+) 21 # - ocaml, disabled because it fails to install properly 24 FROM buildpack-deps:trusty-scm 30 RUN apt-get update && \ 31 apt-get dist-upgrade -y && \ [all …]
|
/thrift-3.4.0/build/docker/old/ubuntu-xenial/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 16 # - d: does not come with Ubuntu so we're installing 2.087.0 for coverage 17 # - dart: does not come with Ubuntu so we're installing 2.0.0-1 for coverage 18 # - dotnet: does not come with Ubuntu 19 # - go: Xenial comes with 1.6, but we need 1.10 or later 20 # - nodejs: Xenial comes with 4.2.6 which exits LTS April 2018, so we're installing 10.x 21 # - ocaml: causes stack overflow error, just started March 2018 not sure why 24 FROM buildpack-deps:xenial-scm 30 RUN apt-get update && \ 31 apt-get dist-upgrade -y && \ [all …]
|
/thrift-3.4.0/build/docker/ubuntu-bionic/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 18 FROM buildpack-deps:bionic-scm 24 RUN apt-get update -yq && \ 25 apt-get dist-upgrade -y && \ 26 apt-get install -y --no-install-recommends --fix-missing \ 28 apt-transport-https \ 29 apt-utils \ 32 software-properties-common \ 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… [all …]
|
/thrift-3.4.0/build/docker/old/ubuntu-disco/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 18 FROM buildpack-deps:disco-scm 24 RUN apt-get update && \ 25 apt-get dist-upgrade -y && \ 26 apt-get install -y --no-install-recommends \ 28 apt-transport-https \ 29 apt-utils \ 32 software-properties-common \ 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… [all …]
|
/thrift-3.4.0/build/docker/ubuntu-focal/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 18 FROM buildpack-deps:focal-scm 24 RUN apt-get update -yq && \ 25 apt-get dist-upgrade -y && \ 26 apt-get install -y --no-install-recommends --fix-missing \ 28 apt-transport-https \ 29 apt-utils \ 32 software-properties-common \ 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… [all …]
|
/thrift-3.4.0/build/docker/ubuntu-jammy/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 18 FROM buildpack-deps:jammy-scm 24 RUN apt-get update -yq && \ 25 apt-get dist-upgrade -y && \ 26 apt-get install -y --no-install-recommends --fix-missing \ 28 apt-transport-https \ 29 apt-utils \ 32 software-properties-common \ 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… [all …]
|
/thrift-3.4.0/build/docker/old/debian-jessie/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 16 # - dotnetcore 17 # - rust 19 FROM buildpack-deps:jessie-scm 25 # jessie-backports for cmake and some ruby bits 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 - && \ 31 sed -i /etc/apt/sources.list.d/dart_stable.list -e 's/https:/http:/g' 33 RUN apt-get update && apt-get install -y --no-install-recommends \ 36 build-essential \ [all …]
|
/thrift-3.4.0/build/docker/old/ |
D | Vagrantfile | 1 # -*- mode: ruby -*- 8 # http://www.apache.org/licenses/LICENSE-2.0 20 sudo apt-get update -y 21 sudo apt-get upgrade -y 24 sudo apt-get install -y build-essential curl git 27 sudo curl -sSL https://get.docker.io/gpg | sudo apt-key add - 29 sudo apt-get update -y 30 sudo apt-get install -y linux-image-extra-`uname -r` aufs-tools 31 sudo apt-get install -y lxc-docker 38 …config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg… [all …]
|
/thrift-3.4.0/contrib/vagrant/centos-6.5/ |
D | README.md | 6 $ cd thrift/contrib/vagrant/centos-6.5 13 [vagrant@thrift thrift]$ compiler/cpp/thrift --version 36 wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O a… 38 chown -R vagrant /home/vagrant/.ssh 42 yum -y install yum-plugin-protectbase 43 rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm 47 yum -y install perl 48 yum -y --enablerepo epel install dkms 49 yum -y groupinstall "Development Tools" 50 yum -y install kernel-devel
|
D | Vagrantfile | 1 # -*- mode: ruby -*- 12 # http://www.apache.org/licenses/LICENSE-2.0 27 # perl, dkms, kernel-devel and the "Development Tools" group. 29 # yum-plugin-protectbase package to prefer base repo packages. 38 # - User: vagrant/vagrant 39 # - Admin: root/vagrant 51 wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz 52 tar xvf autoconf-2.69.tar.gz 53 cd autoconf-2.69 54 ./configure --prefix=/usr [all …]
|
/thrift-3.4.0/test/py/ |
D | TestClient.py | 2 # -*- coding: utf-8 -*- 12 # http://www.apache.org/licenses/LICENSE-2.0 62 raise AssertionError('Unknown --transport option: %s' % options.trans) 87 বাংলা, Brezhoneg, Bosanski, Català, Mìng-dĕ̤ng-ngṳ̄, Нохчийн, 95 ქართული, Kongo, Kalaallisut, ಕನ್ನಡ, 한국어, Къарачай-Малкъар, 108 Bân-lâm-gú, 粵語""" 128 self.assertEqual(self.client.testByte(-127), -127) 132 self.assertEqual(self.client.testI32(-1), -1) 138 self.assertEqual(self.client.testI64(-34359738368), -34359738368) 142 self.assertEqual(self.client.testDouble(-5.235098235), -5.235098235) [all …]
|
/thrift-3.4.0/doc/install/ |
D | centos.md | 7 sudo yum -y update 11 sudo yum -y groupinstall "Development Tools" 15 sudo yum install -y wget 19 wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz 20 tar xvf autoconf-2.69.tar.gz 21 cd autoconf-2.69 22 ./configure --prefix=/usr 29 wget http://ftp.gnu.org/gnu/automake/automake-1.14.tar.gz 30 tar xvf automake-1.14.tar.gz 31 cd automake-1.14 [all …]
|
/thrift-3.4.0/build/appveyor/ |
D | MSVC-appveyor-full.bat | 6 :: http://www.apache.org/licenses/LICENSE-2.0 85 SET BOOST_LIBRARYDIR=!BOOST_ROOT!/lib%NORM_PLATFORM%-msvc-%COMPILER:~-3,2%.%COMPILER:~-1,1% 86 SET OPENSSL_ROOT=C:\OpenSSL-Win%NORM_PLATFORM% 93 IF /i "%PLATFORM%" == "x64" (SET PTEXT=-x64) 108 choco feature enable -n allowGlobalConfirmation || EXIT /B 112 cup -y chocolatey || EXIT /B 113 cinst -y curl || EXIT /B 114 cinst -y 7zip || EXIT /B 115 cinst -y python3 || EXIT /B 116 cinst -y openssl.light || EXIT /B [all …]
|
/thrift-3.4.0/test/py.twisted/ |
D | test_suite.py | 12 # http://www.apache.org/licenses/LICENSE-2.0 28 sys.path.insert(0, os.path.join(basepath, 'gen-py.twisted')) 146 self.assertEquals((yield self.client.testI32(-1)), -1) 151 self.assertEquals((yield self.client.testI64(-34359738368)), -34359738368) 155 self.assertEquals((yield self.client.testDouble(-5.235098235)), -5.235098235) 164 x.i32_thing = -3 165 x.i64_thing = -5 166 y = yield self.client.testStruct(x) 168 self.assertEquals(y.string_thing, "Zero") 169 self.assertEquals(y.byte_thing, 1) [all …]
|
/thrift-3.4.0/test/py.tornado/ |
D | test_suite.py | 12 # http://www.apache.org/licenses/LICENSE-2.0 30 sys.path.insert(0, basepath + '/gen-py.tornado') 160 v = yield self.client.testI32(-1) 161 self.assertEqual(v, -1) 168 v = yield self.client.testI64(-34359738368) 169 self.assertEqual(v, -34359738368) 173 v = yield self.client.testDouble(-5.235098235) 174 self.assertEqual(v, -5.235098235) 181 x.i32_thing = -3 182 x.i64_thing = -5 [all …]
|
/thrift-3.4.0/contrib/ |
D | Vagrantfile | 1 # -*- mode: ruby -*- 13 # http://www.apache.org/licenses/LICENSE-2.0 27 sudo fallocate -l 2G /swapfile 31 sudo swapon -s 34 sudo DEBIAN_FRONTEND=noninteractive apt-get update -qq -y 35 sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -qq -y 38 # --- 40 sudo apt-get install -qq automake libtool flex bison pkg-config g++ libssl-dev make git debhelper 43 sudo apt-get install -qq libboost-dev libboost-test-dev libboost-program-options-dev libboost-files… 46 sudo apt-get install -qq ant openjdk-8-jdk maven [all …]
|
/thrift-3.4.0/build/docker/msvc2017/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 FROM microsoft/dotnet-framework:4.7.1 23 RUN C:\TEMP\vs_buildtools.exe --quiet --wait --norestart --nocache ` 24 --installPath C:\BuildTools ` 25 --all ` 26 --remove Microsoft.VisualStudio.Component.Windows10SDK.10240 ` 27 --remove Microsoft.VisualStudio.Component.Windows10SDK.10586 ` 28 --remove Microsoft.VisualStudio.Component.Windows10SDK.14393 ` 29 --remove Microsoft.VisualStudio.Component.Windows81SDK ` 34 ADD https://github.com/Kitware/CMake/releases/download/v3.13.4/cmake-3.13.4-win64-x64.msi C:\TEMP\c… [all …]
|
/thrift-3.4.0/tutorial/dart/console_client/bin/ |
D | main.dart | 9 /// http://www.apache.org/licenses/LICENSE-2.0 33 '-': Operation.SUBTRACT, 125 stdout.writeln(' add x y'); 126 stdout.writeln(' calc x op y [comment]'); 136 Future _add(int x, int y) async { 137 int result = await _calculator.add(x, y);
|
/thrift-3.4.0/lib/rb/ext/ |
D | extconf.rb | 10 # http://www.apache.org/licenses/LICENSE-2.0 26 $ARCH_FLAGS = RbConfig::CONFIG['CFLAGS'].scan( /(-arch )(\S+)/ ).map{|x,y| x + y + ' ' }.join('') 29 $CFLAGS = "-fsigned-char -g -O2 -Wall -Werror " + $ARCH_FLAGS
|
/thrift-3.4.0/lib/rb/spec/ |
D | union_spec.rb | 10 # http://www.apache.org/licenses/LICENSE-2.0 195 [0, -1, -1, -1], 196 [1, 0, -1, -1], 197 [1, 1, 0, -1], 206 for y in 0..3 208 # puts "#{objs[y].inspect} <=> #{objs[x].inspect} should == #{relationships[y][x]}" 209 expect(objs[y] <=> objs[x]).to eq(relationships[y][x])
|
/thrift-3.4.0/.github/workflows/ |
D | build.yml | 10 …BUILD_DEPS: automake bison flex git libboost-all-dev libevent-dev libssl-dev libtool make pkg-conf… 20 os: [ubuntu-20.04, ubuntu-22.04] 21 runs-on: ${{ matrix.os }} 23 - uses: actions/checkout@v3 25 - name: Install dependencies 27 sudo apt-get update -yq 28 sudo apt-get install -y --no-install-recommends g++ $BUILD_DEPS 30 - name: Run bootstrap 33 - name: Run configure 34 run: ./configure --disable-debug --disable-tests --disable-libs [all …]
|
/thrift-3.4.0/lib/erl/test/ |
D | multiplexing_test.erl | 1 -module(multiplexing_test). 3 -include_lib("eunit/include/eunit.hrl"). 5 -export([ 10 start_multiplexed_server_test() -> 48 handle_function(add, {X, Y}) -> 49 {reply, X + Y}; 52 handle_function(getTemperature, {}) -> 55 handle_error(_F, _Reason) ->
|
123