Home
last modified time | relevance | path

Searched refs:swift (Results 1 – 25 of 26) sorted by relevance

12

/thrift-3.4.0/lib/swift/
DMakefile.am23 swift build --configuration release
26 swift install
29 swift package clean
33 swift build
36 swift test
39 Package.swift \
DREADME.md25 swift build
28 swift test
40 Add the following to your Package.swift
41 ```swift
51 thrift --gen swift thrift_file
54 ```swift
73 ```swift
78 ```swift
130 ```swift
205 ```swift
/thrift-3.4.0/tutorial/swift/
DMakefile.am24 $(THRIFT) --gen swift -r -o Sources/Common $(top_srcdir)/tutorial/tutorial.thrift
27 swift run TutorialRunner
30 swift run TutorialServer
33 swift run TutorialClient
/thrift-3.4.0/test/swift/CrossTests/
DMakefile.am23 $(THRIFT) -o Sources/Common --gen swift $(TESTTHRIFT)
26 swift build
31 $(RM) -r Sources/Common/gen-swift/
34 $(RM) -r $(distdir)/gen-swift/
/thrift-3.4.0/
DThrift.podspec14 s.source_files = 'lib/swift/Sources/*.swift'
Dconfigure.ac414 AX_THRIFT_LIB(swift, [Swift], yes)
417 AC_PATH_PROG([SWIFT], [swift])
802 lib/swift/Makefile
824 test/swift/Makefile
825 test/swift/CrossTests/Makefile
845 tutorial/swift/Makefile
882 if test "$have_swift" = "yes" ; then MAYBE_SWIFT="swift" ; else MAYBE_SWIFT="" ; fi
D.gitignore329 /lib/swift/.build
395 /test/swift/CrossTests/.build
DLANGUAGES.md343 <td align=left><a href="https://github.com/apache/thrift/blob/master/lib/swift/README.md">Swift</a>…
/thrift-3.4.0/build/docker/ubuntu-bionic/
DDockerfile267 …wget --quiet https://download.swift.org/swift-5.7-release/ubuntu1804/swift-5.7-RELEASE/swift-5.7-R…
268 tar xf swift-5.7-RELEASE-ubuntu18.04.tar.gz && \
269 mv swift-5.7-RELEASE-ubuntu18.04 /usr/share/swift && \
270 rm swift-5.7-RELEASE-ubuntu18.04.tar.gz
272 ENV PATH /usr/share/swift/usr/bin:$PATH
273 RUN swift --version
/thrift-3.4.0/build/docker/ubuntu-focal/
DDockerfile254 …wget --quiet https://download.swift.org/swift-5.7-release/ubuntu2004/swift-5.7-RELEASE/swift-5.7-R…
255 tar xf swift-5.7-RELEASE-ubuntu20.04.tar.gz && \
256 mv swift-5.7-RELEASE-ubuntu20.04 /usr/share/swift && \
257 rm swift-5.7-RELEASE-ubuntu20.04.tar.gz
259 ENV PATH /usr/share/swift/usr/bin:$PATH
260 RUN swift --version
/thrift-3.4.0/build/docker/ubuntu-jammy/
DDockerfile254 …wget --quiet https://download.swift.org/swift-5.7-release/ubuntu2204/swift-5.7-RELEASE/swift-5.7-R…
255 tar xf swift-5.7-RELEASE-ubuntu22.04.tar.gz && \
256 mv swift-5.7-RELEASE-ubuntu22.04 /usr/share/swift && \
257 rm swift-5.7-RELEASE-ubuntu22.04.tar.gz
259 ENV PATH /usr/share/swift/usr/bin:$PATH
260 RUN swift --version
/thrift-3.4.0/test/
DMakefile.am96 SUBDIRS += swift subdir
97 PRECROSS_TARGET += precross-swift
141 swift \
/thrift-3.4.0/build/
Dveralign.sh83 FILES[lib/swift/Sources/Thrift.swift]=simpleReplace
84 FILES[lib/swift/Tests/ThriftTests/ThriftTests.swift]=simpleReplace
/thrift-3.4.0/build/docker/old/ubuntu-disco/
DDockerfile263 # wget --quiet https://swift.org/builds/swift-4.2.1-release/ubuntu1804/swift-4.2.1-RELEASE/swif…
264 # tar xf swift-4.2.1-RELEASE-ubuntu18.04.tar.gz --strip-components=1 && \
265 # rm swift-4.2.1-RELEASE-ubuntu18.04.tar.gz && \
266 # swift --version
/thrift-3.4.0/tutorial/
DMakefile.am90 SUBDIRS += swift subdir
/thrift-3.4.0/lib/
DMakefile.am100 SUBDIRS += swift subdir
/thrift-3.4.0/lib/swift/Sources/
DTStreamTransport.swift23 #if !swift(>=4.2)
DTSocketTransport.swift32 #if !swift(>=4.2)
DTSSLSocketTransport.swift23 #if !swift(>=4.2)
DTSet.swift57 #if swift(>=3.2)
/thrift-3.4.0/compiler/cpp/test/
DCMakeLists.txt22 LIST(REMOVE_ITEM KEYWORD_LANGS swift) # in Swift you can escape reserved words (and in other langua…
/thrift-3.4.0/compiler/cpp/
DCMakeLists.txt115 THRIFT_ADD_COMPILER(swift "Enable compiler for Cocoa Swift" ON)
/thrift-3.4.0/compiler/cpp/tests/
DCMakeLists.txt138 THRIFT_ADD_COMPILER(swift "Enable compiler for Swift" OFF)
/thrift-3.4.0/build/docker/
DREADME.md196 | swift | | 5.1.4 | |
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_swift_generator.cc3211 swift,

12