mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-06 08:57:11 +02:00
Update POCO to 1.11.0
This commit is contained in:
.gitignore
vendor/POCO
.travis.ymlVERSIONappveyor.yml
ActiveRecord
ActiveRecord.progenActiveRecord_vs140.slnActiveRecord_vs140.vcxprojActiveRecord_vs140.vcxproj.filtersActiveRecord_vs150.slnActiveRecord_vs150.vcxprojActiveRecord_vs150.vcxproj.filtersActiveRecord_vs160.slnActiveRecord_vs160.vcxprojActiveRecord_vs160.vcxproj.filtersActiveRecord_vs90.slnActiveRecord_vs90.vcprojCMakeLists.txt
CHANGELOGCMakeLists.txtCompiler
CMakeLists.txtCompiler.progenCompiler_vs140.slnCompiler_vs140.vcxprojCompiler_vs140.vcxproj.filtersCompiler_vs150.slnCompiler_vs150.vcxprojCompiler_vs150.vcxproj.filtersCompiler_vs160.slnCompiler_vs160.vcxprojCompiler_vs160.vcxproj.filtersCompiler_vs90.vcprojMakefiledependencies
Makefilesrc
cmake
dependenciesdoc
include
Poco
src
testsuite
CppParser
CppUnit
Crypto
cmake
include
Poco
src
testsuite
Data
MySQL
MakefileMySQL.make
include
Poco
src
Binder.cppConnector.cppExtractor.cppMySQLException.cppSessionHandle.cppStatementExecutor.cppUtility.cpp
testsuite
ODBC
PostgreSQL
Makefile
include
Poco
Data
src
Binder.cppExtractor.cppPostgreSQLStatementImpl.cppPostgreSQLTypes.cppSessionHandle.cppSessionImpl.cppStatementExecutor.cppUtility.cpp
testsuite
SQLite
doc
include
Poco
src
AbstractBinder.cppAbstractExtractor.cppAbstractPreparator.cppRecordSet.cppSessionPool.cppStatementImpl.cpp
testsuite
Encodings
Compiler
Foundation
include
Poco
src
DirectoryIteratorStrategy.cppEnvironment.cppEnvironment_WIN32U.cppFPEnvironment.cppFile_UNIX.cppJSONString.cppLocalDateTime.cppNumberFormatter.cppNumericString.cppPatternFormatter.cppProcess_UNIX.cppProcess_WIN32U.cppProcess_WINCE.cppSharedLibrary_WIN32U.cppThread_POSIX.cppTimezone.cppTimezone_VX.cppURI.cppVar.cppVarHolder.cppVarIterator.cppbignum-dtoa.ccbignum.ccbignum.hcached-powers.ccdiy-fp.hdouble-conversion.ccdouble-conversion.hfixed-dtoa.ccieee.hpcre.hpcre_compile.cpcre_config.hpcre_jit_compile.cstrtod.ccutils.h
testsuite
src
AnyTest.cppBasicEventTest.cppCoreTest.cppDateTimeTest.cppFIFOEventTest.cppFileChannelTest.cppLRUCacheTest.cppLRUCacheTest.hLocalDateTimeTest.cppNamedEventTest.cppNamedMutexTest.cppObjectPoolTest.cppObjectPoolTest.hOrderedContainersTest.cppPathTest.cppPatternFormatterTest.cppPriorityEventTest.cppStringTest.cppVarTest.cppVarTest.h
JSON
include
samples
Benchmark
src
testsuite
JWT
MakefileNet
include
Poco
src
DatagramSocket.cppHTTPClientSession.cppHTTPSessionFactory.cppHTTPSessionInstantiator.cppHostEntry.cppICMPv4PacketImpl.cppIPAddressImpl.cppNetworkInterface.cppPollSet.cppRemoteSyslogChannel.cppRemoteSyslogListener.cppSMTPClientSession.cppSocketImpl.cppTCPServerDispatcher.cppWebSocket.cppWebSocketImpl.cpp
testsuite
NetSSL_OpenSSL
cmake
include
Poco
src
AcceptCertificateHandler.cppConsoleCertificateHandler.cppContext.cppHTTPSClientSession.cppHTTPSSessionInstantiator.cppInvalidCertificateHandler.cppRejectCertificateHandler.cppSSLManager.cppSecureServerSocketImpl.cppSecureSocketImpl.cppVerificationErrorArgs.cpp
testsuite
NetSSL_Win
include
src
PDF
PageCompiler
PocoDoc
README.mdRedis
SevenZip
src
Util
include
Poco
Util
src
testsuite
XML
include
src
AbstractContainerNode.cppParserEngine.cppSAXParser.cppascii.hasciitab.hiasciitab.hinternal.hlatin1tab.hnametab.hsiphash.hutf8tab.hxmlparse.cppxmlrole.cxmlrole.hxmltok.cxmltok.hxmltok_impl.cxmltok_impl.hxmltok_ns.c
testsuite
appveyor
build
config
ARM-LinuxDarwinDarwin-clangDarwin-clang-libc++Darwin32Darwin32-clangDarwin32-clang-libc++Darwin64Darwin64-clangDarwin64-clang-libc++LinuxiPhone
rules
ci
cmake
componentsconfiguredoc
libversionpackaging
Poco.png
Windows
release
travis
20
vendor/POCO/build/config/iPhone
vendored
20
vendor/POCO/build/config/iPhone
vendored
@ -2,7 +2,7 @@
|
||||
# iPhone
|
||||
#
|
||||
# Build settings for iPhone OS, using Apple's iPhone SDK
|
||||
#
|
||||
#
|
||||
|
||||
#
|
||||
# General Settings
|
||||
@ -18,7 +18,7 @@ LINKMODE ?= STATIC
|
||||
# IPHONE_SDK_VERSION = 2.2.1
|
||||
|
||||
# if IPHONE_SDK_VERSION_MIN is defined use that
|
||||
# Otherwise use the version found.
|
||||
# Otherwise use the version found.
|
||||
|
||||
IPHONE_SDK ?= iPhoneOS
|
||||
IPHONE_SDK_ROOT ?= $(shell xcode-select -print-path)/Platforms/$(IPHONE_SDK).platform/Developer/SDKs
|
||||
@ -45,9 +45,9 @@ LINK = $(CXX) -bind_at_load
|
||||
LIB = libtool -static -o
|
||||
RANLIB = ranlib
|
||||
SHLIB = $(CXX) $(OSFLAGS) -dynamiclib -Wl,-install_name,$@ -o $@
|
||||
DYLIB = $(CXX) $(OSFLAGS) -dynamic -bundle -read_only_relocs suppress -Wl,-bind_at_load -o $@
|
||||
DYLIB = $(CXX) $(OSFLAGS) -dynamic -bundle -read_only_relocs suppress -Wl,-bind_at_load -o $@
|
||||
SHLIBLN = $(POCO_BASE)/build/script/shlibln
|
||||
STRIP =
|
||||
STRIP =
|
||||
DEP = $(POCO_BASE)/build/script/makedepend.gcc
|
||||
SHELL = sh
|
||||
RM = rm -rf
|
||||
@ -66,23 +66,23 @@ SHAREDLIBLINKEXT = .dylib
|
||||
CFLAGS = $(OSFLAGS) -std=gnu99
|
||||
CFLAGS32 =
|
||||
CFLAGS64 =
|
||||
CXXFLAGS = $(OSFLAGS) -std=gnu++11 -stdlib=libc++ -Wall -Wno-sign-compare
|
||||
CXXFLAGS = $(OSFLAGS) -std=gnu++14 -stdlib=libc++ -Wall -Wno-sign-compare
|
||||
CXXFLAGS32 =
|
||||
CXXFLAGS64 =
|
||||
CXXFLAGS64 =
|
||||
LINKFLAGS = $(OSFLAGS) -stdlib=libc++
|
||||
LINKFLAGS32 =
|
||||
LINKFLAGS64 =
|
||||
STATICOPT_CC =
|
||||
STATICOPT_CXX =
|
||||
STATICOPT_LINK =
|
||||
SHAREDOPT_CC = -fPIC
|
||||
SHAREDOPT_CC = -fPIC
|
||||
SHAREDOPT_CXX = -fPIC
|
||||
SHAREDOPT_LINK =
|
||||
SHAREDOPT_LINK =
|
||||
DEBUGOPT_CC = -g -D_DEBUG=$(DEBUGLEVEL)
|
||||
DEBUGOPT_CXX = -g -D_DEBUG=$(DEBUGLEVEL)
|
||||
DEBUGOPT_CXX = -g -D_DEBUG=$(DEBUGLEVEL)
|
||||
DEBUGOPT_LINK =
|
||||
RELEASEOPT_CC = -DNDEBUG -O2
|
||||
RELEASEOPT_CXX = -DNDEBUG -O
|
||||
RELEASEOPT_CXX = -DNDEBUG -O
|
||||
RELEASEOPT_LINK =
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user