From 59f32e99422573fdf4aaccbccce6da14ca11af3a Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Tue, 22 May 2018 13:02:27 +0200 Subject: [PATCH] build: Fixed enum forward declarations and filepath checks in SonarGraphProjectTestSuite --- .../expected_output/output.txt | 22598 ++++++++-------- .../src/Data/SQLite/src/Binder.cpp | 1 + .../src/Data/SQLite/src/Connector.cpp | 1 + .../src/Data/SQLite/src/Extractor.cpp | 1 + .../src/Data/SQLite/src/Notifier.cpp | 1 + .../src/Data/SQLite/src/SQLiteException.cpp | 1 + .../Data/SQLite/src/SQLiteStatementImpl.cpp | 1 + .../src/Data/SQLite/src/SessionImpl.cpp | 1 + .../src/Data/SQLite/src/Utility.cpp | 1 + .../src/Data/SQLite/src/sqlite3.c | 1 + .../src/Data/src/AbstractBinder.cpp | 1 + .../src/Data/src/AbstractBinding.cpp | 1 + .../src/Data/src/AbstractExtraction.cpp | 1 + .../src/Data/src/AbstractExtractor.cpp | 1 + .../src/Data/src/AbstractPreparation.cpp | 1 + .../src/Data/src/AbstractPreparator.cpp | 1 + .../src/Data/src/ArchiveStrategy.cpp | 1 + .../CxxCmakeJsonModules/src/Data/src/Bulk.cpp | 1 + .../src/Data/src/Connector.cpp | 1 + .../src/Data/src/DataException.cpp | 1 + .../CxxCmakeJsonModules/src/Data/src/Date.cpp | 1 + .../src/Data/src/DynamicLOB.cpp | 1 + .../src/Data/src/Limit.cpp | 1 + .../src/Data/src/MetaColumn.cpp | 1 + .../src/Data/src/PooledSessionHolder.cpp | 1 + .../src/Data/src/PooledSessionImpl.cpp | 1 + .../src/Data/src/Position.cpp | 1 + .../src/Data/src/Range.cpp | 1 + .../src/Data/src/RecordSet.cpp | 1 + .../CxxCmakeJsonModules/src/Data/src/Row.cpp | 1 + .../src/Data/src/RowFilter.cpp | 1 + .../src/Data/src/RowFormatter.cpp | 1 + .../src/Data/src/RowIterator.cpp | 1 + .../src/Data/src/SQLChannel.cpp | 1 + .../src/Data/src/Session.cpp | 1 + .../src/Data/src/SessionFactory.cpp | 1 + .../src/Data/src/SessionImpl.cpp | 1 + .../src/Data/src/SessionPool.cpp | 1 + .../src/Data/src/SessionPoolContainer.cpp | 1 + .../src/Data/src/SimpleRowFormatter.cpp | 1 + .../src/Data/src/Statement.cpp | 1 + .../src/Data/src/StatementCreator.cpp | 1 + .../src/Data/src/StatementImpl.cpp | 1 + .../CxxCmakeJsonModules/src/Data/src/Time.cpp | 1 + .../src/Data/src/Transaction.cpp | 1 + .../src/Foundation/src/ASCIIEncoding.cpp | 1 + .../src/Foundation/src/AbstractObserver.cpp | 1 + .../src/Foundation/src/ActiveDispatcher.cpp | 1 + .../src/Foundation/src/ArchiveStrategy.cpp | 1 + .../src/Foundation/src/Ascii.cpp | 1 + .../src/Foundation/src/AsyncChannel.cpp | 1 + .../src/Foundation/src/AtomicCounter.cpp | 1 + .../src/Foundation/src/Base32Decoder.cpp | 1 + .../src/Foundation/src/Base32Encoder.cpp | 1 + .../src/Foundation/src/Base64Decoder.cpp | 1 + .../src/Foundation/src/Base64Encoder.cpp | 1 + .../src/Foundation/src/BinaryReader.cpp | 1 + .../src/Foundation/src/BinaryWriter.cpp | 1 + .../src/Foundation/src/Bugcheck.cpp | 1 + .../src/Foundation/src/ByteOrder.cpp | 1 + .../src/Foundation/src/Channel.cpp | 1 + .../src/Foundation/src/Checksum.cpp | 1 + .../src/Foundation/src/Clock.cpp | 1 + .../src/Foundation/src/Condition.cpp | 1 + .../src/Foundation/src/Configurable.cpp | 1 + .../src/Foundation/src/ConsoleChannel.cpp | 1 + .../src/Foundation/src/CountingStream.cpp | 1 + .../src/Foundation/src/DateTime.cpp | 1 + .../src/Foundation/src/DateTimeFormat.cpp | 1 + .../src/Foundation/src/DateTimeFormatter.cpp | 1 + .../src/Foundation/src/DateTimeParser.cpp | 1 + .../src/Foundation/src/Debugger.cpp | 1 + .../src/Foundation/src/DeflatingStream.cpp | 1 + .../src/Foundation/src/DigestEngine.cpp | 1 + .../src/Foundation/src/DigestStream.cpp | 1 + .../src/Foundation/src/DirectoryIterator.cpp | 1 + .../src/DirectoryIteratorStrategy.cpp | 1 + .../src/Foundation/src/DirectoryWatcher.cpp | 1 + .../src/Foundation/src/Environment.cpp | 1 + .../src/Foundation/src/Error.cpp | 1 + .../src/Foundation/src/ErrorHandler.cpp | 1 + .../src/Foundation/src/Event.cpp | 1 + .../src/Foundation/src/EventArgs.cpp | 1 + .../src/Foundation/src/Exception.cpp | 1 + .../src/Foundation/src/FIFOBufferStream.cpp | 1 + .../src/Foundation/src/FPEnvironment.cpp | 1 + .../src/Foundation/src/File.cpp | 1 + .../src/Foundation/src/FileChannel.cpp | 1 + .../src/Foundation/src/FileStream.cpp | 1 + .../src/Foundation/src/FileStreamFactory.cpp | 1 + .../src/Foundation/src/Format.cpp | 1 + .../src/Foundation/src/Formatter.cpp | 1 + .../src/Foundation/src/FormattingChannel.cpp | 1 + .../src/Foundation/src/Glob.cpp | 1 + .../src/Foundation/src/Hash.cpp | 1 + .../src/Foundation/src/HashStatistic.cpp | 1 + .../src/Foundation/src/HexBinaryDecoder.cpp | 1 + .../src/Foundation/src/HexBinaryEncoder.cpp | 1 + .../src/Foundation/src/InflatingStream.cpp | 1 + .../src/Foundation/src/Latin1Encoding.cpp | 1 + .../src/Foundation/src/Latin2Encoding.cpp | 1 + .../src/Foundation/src/Latin9Encoding.cpp | 1 + .../Foundation/src/LineEndingConverter.cpp | 1 + .../src/Foundation/src/LocalDateTime.cpp | 1 + .../src/Foundation/src/LogFile.cpp | 1 + .../src/Foundation/src/LogStream.cpp | 1 + .../src/Foundation/src/Logger.cpp | 1 + .../src/Foundation/src/LoggingFactory.cpp | 1 + .../src/Foundation/src/LoggingRegistry.cpp | 1 + .../src/Foundation/src/MD4Engine.cpp | 1 + .../src/Foundation/src/MD5Engine.cpp | 1 + .../src/Foundation/src/Manifest.cpp | 1 + .../src/Foundation/src/MemoryPool.cpp | 1 + .../src/Foundation/src/MemoryStream.cpp | 1 + .../src/Foundation/src/Message.cpp | 1 + .../src/Foundation/src/Mutex.cpp | 1 + .../src/Foundation/src/NamedEvent.cpp | 1 + .../src/Foundation/src/NamedMutex.cpp | 1 + .../src/NestedDiagnosticContext.cpp | 1 + .../src/Foundation/src/Notification.cpp | 1 + .../src/Foundation/src/NotificationCenter.cpp | 1 + .../src/Foundation/src/NotificationQueue.cpp | 1 + .../src/Foundation/src/NullChannel.cpp | 1 + .../src/Foundation/src/NullStream.cpp | 1 + .../src/Foundation/src/NumberFormatter.cpp | 1 + .../src/Foundation/src/NumberParser.cpp | 1 + .../src/Foundation/src/NumericString.cpp | 1 + .../src/Foundation/src/Path.cpp | 1 + .../src/Foundation/src/PatternFormatter.cpp | 1 + .../src/Foundation/src/Pipe.cpp | 1 + .../src/Foundation/src/PipeImpl.cpp | 1 + .../src/Foundation/src/PipeStream.cpp | 1 + .../src/PriorityNotificationQueue.cpp | 1 + .../src/Foundation/src/Process.cpp | 1 + .../src/Foundation/src/PurgeStrategy.cpp | 1 + .../src/Foundation/src/RWLock.cpp | 1 + .../src/Foundation/src/Random.cpp | 1 + .../src/Foundation/src/RandomStream.cpp | 1 + .../src/Foundation/src/RefCountedObject.cpp | 1 + .../src/Foundation/src/RegularExpression.cpp | 1 + .../src/Foundation/src/RotateStrategy.cpp | 1 + .../src/Foundation/src/Runnable.cpp | 1 + .../src/Foundation/src/SHA1Engine.cpp | 1 + .../src/Foundation/src/Semaphore.cpp | 1 + .../src/Foundation/src/SharedLibrary.cpp | 1 + .../src/Foundation/src/SharedMemory.cpp | 1 + .../src/Foundation/src/SignalHandler.cpp | 1 + .../src/Foundation/src/SimpleFileChannel.cpp | 1 + .../src/SortedDirectoryIterator.cpp | 1 + .../src/Foundation/src/SplitterChannel.cpp | 1 + .../src/Foundation/src/Stopwatch.cpp | 1 + .../src/Foundation/src/StreamChannel.cpp | 1 + .../src/Foundation/src/StreamConverter.cpp | 1 + .../src/Foundation/src/StreamCopier.cpp | 1 + .../src/Foundation/src/StreamTokenizer.cpp | 1 + .../src/Foundation/src/String.cpp | 1 + .../src/Foundation/src/StringTokenizer.cpp | 1 + .../src/Foundation/src/SynchronizedObject.cpp | 1 + .../src/Foundation/src/SyslogChannel.cpp | 1 + .../src/Foundation/src/Task.cpp | 1 + .../src/Foundation/src/TaskManager.cpp | 1 + .../src/Foundation/src/TaskNotification.cpp | 1 + .../src/Foundation/src/TeeStream.cpp | 1 + .../src/Foundation/src/TemporaryFile.cpp | 1 + .../src/Foundation/src/TextBufferIterator.cpp | 1 + .../src/Foundation/src/TextConverter.cpp | 1 + .../src/Foundation/src/TextEncoding.cpp | 1 + .../src/Foundation/src/TextIterator.cpp | 1 + .../src/Foundation/src/Thread.cpp | 1 + .../src/Foundation/src/ThreadLocal.cpp | 1 + .../src/Foundation/src/ThreadPool.cpp | 1 + .../src/Foundation/src/ThreadTarget.cpp | 1 + .../Foundation/src/TimedNotificationQueue.cpp | 1 + .../src/Foundation/src/Timer.cpp | 1 + .../src/Foundation/src/Timespan.cpp | 1 + .../src/Foundation/src/Timestamp.cpp | 1 + .../src/Foundation/src/Timezone.cpp | 1 + .../src/Foundation/src/Token.cpp | 1 + .../src/Foundation/src/URI.cpp | 1 + .../src/Foundation/src/URIStreamFactory.cpp | 1 + .../src/Foundation/src/URIStreamOpener.cpp | 1 + .../src/Foundation/src/UTF16Encoding.cpp | 1 + .../src/Foundation/src/UTF32Encoding.cpp | 1 + .../src/Foundation/src/UTF8Encoding.cpp | 1 + .../src/Foundation/src/UTF8String.cpp | 1 + .../src/Foundation/src/UUID.cpp | 1 + .../src/Foundation/src/UUIDGenerator.cpp | 1 + .../src/Foundation/src/Unicode.cpp | 1 + .../src/Foundation/src/UnicodeConverter.cpp | 1 + .../src/Foundation/src/Var.cpp | 1 + .../src/Foundation/src/VarHolder.cpp | 1 + .../src/Foundation/src/VarIterator.cpp | 1 + .../src/Foundation/src/Void.cpp | 1 + .../Foundation/src/Windows1250Encoding.cpp | 1 + .../Foundation/src/Windows1251Encoding.cpp | 1 + .../Foundation/src/Windows1252Encoding.cpp | 1 + .../src/Foundation/src/adler32.c | 1 + .../src/Foundation/src/compress.c | 1 + .../src/Foundation/src/crc32.c | 1 + .../src/Foundation/src/deflate.c | 1 + .../src/Foundation/src/infback.c | 1 + .../src/Foundation/src/inffast.c | 1 + .../src/Foundation/src/inflate.c | 1 + .../src/Foundation/src/inftrees.c | 1 + .../src/Foundation/src/pcre_byte_order.c | 1 + .../src/Foundation/src/pcre_chartables.c | 1 + .../src/Foundation/src/pcre_compile.c | 1 + .../src/Foundation/src/pcre_config.c | 1 + .../src/Foundation/src/pcre_dfa_exec.c | 1 + .../src/Foundation/src/pcre_exec.c | 1 + .../src/Foundation/src/pcre_fullinfo.c | 1 + .../src/Foundation/src/pcre_get.c | 1 + .../src/Foundation/src/pcre_globals.c | 1 + .../src/Foundation/src/pcre_jit_compile.c | 1 + .../src/Foundation/src/pcre_maketables.c | 1 + .../src/Foundation/src/pcre_newline.c | 1 + .../src/Foundation/src/pcre_ord2utf8.c | 1 + .../src/Foundation/src/pcre_refcount.c | 1 + .../src/Foundation/src/pcre_string_utils.c | 1 + .../src/Foundation/src/pcre_study.c | 1 + .../src/Foundation/src/pcre_tables.c | 1 + .../src/Foundation/src/pcre_ucd.c | 1 + .../src/Foundation/src/pcre_valid_utf8.c | 1 + .../src/Foundation/src/pcre_version.c | 1 + .../src/Foundation/src/pcre_xclass.c | 1 + .../src/Foundation/src/trees.c | 1 + .../src/Foundation/src/zutil.c | 1 + .../src/JSON/src/Array.cpp | 1 + .../src/JSON/src/Handler.cpp | 1 + .../src/JSON/src/JSONException.cpp | 1 + .../src/JSON/src/Object.cpp | 1 + .../src/JSON/src/ParseHandler.cpp | 1 + .../src/JSON/src/Parser.cpp | 1 + .../src/JSON/src/PrintHandler.cpp | 1 + .../src/JSON/src/Query.cpp | 1 + .../src/JSON/src/Stringifier.cpp | 1 + .../src/JSON/src/Template.cpp | 1 + .../src/JSON/src/TemplateCache.cpp | 1 + .../src/MongoDB/src/Array.cpp | 1 + .../src/MongoDB/src/Binary.cpp | 1 + .../src/MongoDB/src/Connection.cpp | 1 + .../src/MongoDB/src/Cursor.cpp | 1 + .../src/MongoDB/src/Database.cpp | 1 + .../src/MongoDB/src/DeleteRequest.cpp | 1 + .../src/MongoDB/src/Document.cpp | 1 + .../src/MongoDB/src/Element.cpp | 1 + .../src/MongoDB/src/GetMoreRequest.cpp | 1 + .../src/MongoDB/src/InsertRequest.cpp | 1 + .../src/MongoDB/src/JavaScriptCode.cpp | 1 + .../src/MongoDB/src/KillCursorsRequest.cpp | 1 + .../src/MongoDB/src/Message.cpp | 1 + .../src/MongoDB/src/MessageHeader.cpp | 1 + .../src/MongoDB/src/ObjectId.cpp | 1 + .../src/MongoDB/src/QueryRequest.cpp | 1 + .../src/MongoDB/src/RegularExpression.cpp | 1 + .../src/MongoDB/src/ReplicaSet.cpp | 1 + .../src/MongoDB/src/RequestMessage.cpp | 1 + .../src/MongoDB/src/ResponseMessage.cpp | 1 + .../src/MongoDB/src/UpdateRequest.cpp | 1 + .../Net/src/AbstractHTTPRequestHandler.cpp | 1 + .../CxxCmakeJsonModules/src/Net/src/DNS.cpp | 1 + .../src/Net/src/DatagramSocket.cpp | 1 + .../src/Net/src/DatagramSocketImpl.cpp | 1 + .../src/Net/src/DialogSocket.cpp | 1 + .../src/Net/src/FTPClientSession.cpp | 1 + .../src/Net/src/FTPStreamFactory.cpp | 1 + .../src/Net/src/FilePartSource.cpp | 1 + .../src/Net/src/HTMLForm.cpp | 1 + .../src/Net/src/HTTPAuthenticationParams.cpp | 1 + .../src/Net/src/HTTPBasicCredentials.cpp | 1 + .../src/Net/src/HTTPBufferAllocator.cpp | 1 + .../src/Net/src/HTTPChunkedStream.cpp | 1 + .../src/Net/src/HTTPClientSession.cpp | 1 + .../src/Net/src/HTTPCookie.cpp | 1 + .../src/Net/src/HTTPCredentials.cpp | 1 + .../src/Net/src/HTTPDigestCredentials.cpp | 1 + .../src/Net/src/HTTPFixedLengthStream.cpp | 1 + .../src/Net/src/HTTPHeaderStream.cpp | 1 + .../src/Net/src/HTTPIOStream.cpp | 1 + .../src/Net/src/HTTPMessage.cpp | 1 + .../src/Net/src/HTTPRequest.cpp | 1 + .../src/Net/src/HTTPRequestHandler.cpp | 1 + .../src/Net/src/HTTPRequestHandlerFactory.cpp | 1 + .../src/Net/src/HTTPResponse.cpp | 1 + .../src/Net/src/HTTPServer.cpp | 1 + .../src/Net/src/HTTPServerConnection.cpp | 1 + .../Net/src/HTTPServerConnectionFactory.cpp | 1 + .../src/Net/src/HTTPServerParams.cpp | 1 + .../src/Net/src/HTTPServerRequest.cpp | 1 + .../src/Net/src/HTTPServerRequestImpl.cpp | 1 + .../src/Net/src/HTTPServerResponse.cpp | 1 + .../src/Net/src/HTTPServerResponseImpl.cpp | 1 + .../src/Net/src/HTTPServerSession.cpp | 1 + .../src/Net/src/HTTPSession.cpp | 1 + .../src/Net/src/HTTPSessionFactory.cpp | 1 + .../src/Net/src/HTTPSessionInstantiator.cpp | 1 + .../src/Net/src/HTTPStream.cpp | 1 + .../src/Net/src/HTTPStreamFactory.cpp | 1 + .../src/Net/src/HostEntry.cpp | 1 + .../src/Net/src/ICMPClient.cpp | 1 + .../src/Net/src/ICMPEventArgs.cpp | 1 + .../src/Net/src/ICMPPacket.cpp | 1 + .../src/Net/src/ICMPPacketImpl.cpp | 1 + .../src/Net/src/ICMPSocket.cpp | 1 + .../src/Net/src/ICMPSocketImpl.cpp | 1 + .../src/Net/src/ICMPv4PacketImpl.cpp | 1 + .../src/Net/src/IPAddress.cpp | 1 + .../src/Net/src/IPAddressImpl.cpp | 1 + .../src/Net/src/MailMessage.cpp | 1 + .../src/Net/src/MailRecipient.cpp | 1 + .../src/Net/src/MailStream.cpp | 1 + .../src/Net/src/MediaType.cpp | 1 + .../src/Net/src/MessageHeader.cpp | 1 + .../src/Net/src/MulticastSocket.cpp | 1 + .../src/Net/src/MultipartReader.cpp | 1 + .../src/Net/src/MultipartWriter.cpp | 1 + .../src/Net/src/NTPClient.cpp | 1 + .../src/Net/src/NTPEventArgs.cpp | 1 + .../src/Net/src/NTPPacket.cpp | 1 + .../src/Net/src/NameValueCollection.cpp | 1 + .../CxxCmakeJsonModules/src/Net/src/Net.cpp | 1 + .../src/Net/src/NetException.cpp | 1 + .../src/Net/src/NetworkInterface.cpp | 1 + .../src/Net/src/NullPartHandler.cpp | 1 + .../src/Net/src/OAuth10Credentials.cpp | 1 + .../src/Net/src/OAuth20Credentials.cpp | 1 + .../src/Net/src/POP3ClientSession.cpp | 1 + .../src/Net/src/PartHandler.cpp | 1 + .../src/Net/src/PartSource.cpp | 1 + .../src/Net/src/PartStore.cpp | 1 + .../src/Net/src/QuotedPrintableDecoder.cpp | 1 + .../src/Net/src/QuotedPrintableEncoder.cpp | 1 + .../src/Net/src/RawSocket.cpp | 1 + .../src/Net/src/RawSocketImpl.cpp | 1 + .../src/Net/src/RemoteSyslogChannel.cpp | 1 + .../src/Net/src/RemoteSyslogListener.cpp | 1 + .../src/Net/src/SMTPChannel.cpp | 1 + .../src/Net/src/SMTPClientSession.cpp | 1 + .../src/Net/src/ServerSocket.cpp | 1 + .../src/Net/src/ServerSocketImpl.cpp | 1 + .../src/Net/src/Socket.cpp | 1 + .../src/Net/src/SocketAddress.cpp | 1 + .../src/Net/src/SocketAddressImpl.cpp | 1 + .../src/Net/src/SocketImpl.cpp | 1 + .../src/Net/src/SocketNotification.cpp | 1 + .../src/Net/src/SocketNotifier.cpp | 1 + .../src/Net/src/SocketReactor.cpp | 1 + .../src/Net/src/SocketStream.cpp | 1 + .../src/Net/src/StreamSocket.cpp | 1 + .../src/Net/src/StreamSocketImpl.cpp | 1 + .../src/Net/src/StringPartSource.cpp | 1 + .../src/Net/src/TCPServer.cpp | 1 + .../src/Net/src/TCPServerConnection.cpp | 1 + .../Net/src/TCPServerConnectionFactory.cpp | 1 + .../src/Net/src/TCPServerDispatcher.cpp | 1 + .../src/Net/src/TCPServerParams.cpp | 1 + .../src/Net/src/WebSocket.cpp | 1 + .../src/Net/src/WebSocketImpl.cpp | 1 + .../PageCompiler/File2Page/src/File2Page.cpp | 1 + .../src/PageCompiler/src/ApacheCodeWriter.cpp | 1 + .../src/PageCompiler/src/CodeWriter.cpp | 1 + .../src/PageCompiler/src/OSPCodeWriter.cpp | 1 + .../src/PageCompiler/src/Page.cpp | 1 + .../src/PageCompiler/src/PageCompiler.cpp | 1 + .../src/PageCompiler/src/PageReader.cpp | 1 + .../src/Util/src/AbstractConfiguration.cpp | 1 + .../src/Util/src/Application.cpp | 1 + .../src/Util/src/ConfigurationMapper.cpp | 1 + .../src/Util/src/ConfigurationView.cpp | 1 + .../src/Util/src/FilesystemConfiguration.cpp | 1 + .../src/Util/src/HelpFormatter.cpp | 1 + .../src/Util/src/IniFileConfiguration.cpp | 1 + .../src/Util/src/IntValidator.cpp | 1 + .../src/Util/src/JSONConfiguration.cpp | 1 + .../src/Util/src/LayeredConfiguration.cpp | 1 + .../src/Util/src/LoggingConfigurator.cpp | 1 + .../src/Util/src/LoggingSubsystem.cpp | 1 + .../src/Util/src/MapConfiguration.cpp | 1 + .../src/Util/src/Option.cpp | 1 + .../src/Util/src/OptionCallback.cpp | 1 + .../src/Util/src/OptionException.cpp | 1 + .../src/Util/src/OptionProcessor.cpp | 1 + .../src/Util/src/OptionSet.cpp | 1 + .../Util/src/PropertyFileConfiguration.cpp | 1 + .../src/Util/src/RegExpValidator.cpp | 1 + .../src/Util/src/ServerApplication.cpp | 1 + .../src/Util/src/Subsystem.cpp | 1 + .../src/Util/src/SystemConfiguration.cpp | 1 + .../src/Util/src/Timer.cpp | 1 + .../src/Util/src/TimerTask.cpp | 1 + .../src/Util/src/Validator.cpp | 1 + .../src/Util/src/XMLConfiguration.cpp | 1 + .../src/XML/src/AbstractContainerNode.cpp | 1 + .../src/XML/src/AbstractNode.cpp | 1 + .../CxxCmakeJsonModules/src/XML/src/Attr.cpp | 1 + .../src/XML/src/AttrMap.cpp | 1 + .../src/XML/src/Attributes.cpp | 1 + .../src/XML/src/AttributesImpl.cpp | 1 + .../src/XML/src/CDATASection.cpp | 1 + .../src/XML/src/CharacterData.cpp | 1 + .../src/XML/src/ChildNodesList.cpp | 1 + .../src/XML/src/Comment.cpp | 1 + .../src/XML/src/ContentHandler.cpp | 1 + .../src/XML/src/DOMBuilder.cpp | 1 + .../src/XML/src/DOMException.cpp | 1 + .../src/XML/src/DOMImplementation.cpp | 1 + .../src/XML/src/DOMObject.cpp | 1 + .../src/XML/src/DOMParser.cpp | 1 + .../src/XML/src/DOMSerializer.cpp | 1 + .../src/XML/src/DOMWriter.cpp | 1 + .../src/XML/src/DTDHandler.cpp | 1 + .../src/XML/src/DTDMap.cpp | 1 + .../src/XML/src/DeclHandler.cpp | 1 + .../src/XML/src/DefaultHandler.cpp | 1 + .../src/XML/src/Document.cpp | 1 + .../src/XML/src/DocumentEvent.cpp | 1 + .../src/XML/src/DocumentFragment.cpp | 1 + .../src/XML/src/DocumentType.cpp | 1 + .../src/XML/src/Element.cpp | 1 + .../src/XML/src/ElementsByTagNameList.cpp | 1 + .../src/XML/src/Entity.cpp | 1 + .../src/XML/src/EntityReference.cpp | 1 + .../src/XML/src/EntityResolver.cpp | 1 + .../src/XML/src/EntityResolverImpl.cpp | 1 + .../src/XML/src/ErrorHandler.cpp | 1 + .../CxxCmakeJsonModules/src/XML/src/Event.cpp | 1 + .../src/XML/src/EventDispatcher.cpp | 1 + .../src/XML/src/EventException.cpp | 1 + .../src/XML/src/EventListener.cpp | 1 + .../src/XML/src/EventTarget.cpp | 1 + .../src/XML/src/InputSource.cpp | 1 + .../src/XML/src/LexicalHandler.cpp | 1 + .../src/XML/src/Locator.cpp | 1 + .../src/XML/src/LocatorImpl.cpp | 1 + .../src/XML/src/MutationEvent.cpp | 1 + .../CxxCmakeJsonModules/src/XML/src/Name.cpp | 1 + .../src/XML/src/NamePool.cpp | 1 + .../src/XML/src/NamedNodeMap.cpp | 1 + .../src/XML/src/NamespaceStrategy.cpp | 1 + .../src/XML/src/NamespaceSupport.cpp | 1 + .../CxxCmakeJsonModules/src/XML/src/Node.cpp | 1 + .../src/XML/src/NodeAppender.cpp | 1 + .../src/XML/src/NodeFilter.cpp | 1 + .../src/XML/src/NodeIterator.cpp | 1 + .../src/XML/src/NodeList.cpp | 1 + .../src/XML/src/Notation.cpp | 1 + .../src/XML/src/ParserEngine.cpp | 1 + .../src/XML/src/ProcessingInstruction.cpp | 1 + .../src/XML/src/SAXException.cpp | 1 + .../src/XML/src/SAXParser.cpp | 1 + .../CxxCmakeJsonModules/src/XML/src/Text.cpp | 1 + .../src/XML/src/TreeWalker.cpp | 1 + .../src/XML/src/WhitespaceFilter.cpp | 1 + .../src/XML/src/XMLException.cpp | 1 + .../src/XML/src/XMLFilter.cpp | 1 + .../src/XML/src/XMLFilterImpl.cpp | 1 + .../src/XML/src/XMLReader.cpp | 1 + .../src/XML/src/XMLString.cpp | 1 + .../src/XML/src/XMLWriter.cpp | 1 + .../src/XML/src/xmlparse.cpp | 1 + .../CxxCmakeJsonModules/src/XML/src/xmlrole.c | 1 + .../CxxCmakeJsonModules/src/XML/src/xmltok.c | 1 + .../src/XML/src/xmltok_impl.c | 1 + .../src/XML/src/xmltok_ns.c | 1 + .../CxxCmakeJsonModules/src/Zip/src/Add.cpp | 1 + .../src/Zip/src/AutoDetectStream.cpp | 1 + .../src/Zip/src/Compress.cpp | 1 + .../src/Zip/src/Decompress.cpp | 1 + .../src/Zip/src/Delete.cpp | 1 + .../CxxCmakeJsonModules/src/Zip/src/Keep.cpp | 1 + .../src/Zip/src/ParseCallback.cpp | 1 + .../src/Zip/src/PartialStream.cpp | 1 + .../src/Zip/src/Rename.cpp | 1 + .../src/Zip/src/Replace.cpp | 1 + .../src/Zip/src/SkipCallback.cpp | 1 + .../src/Zip/src/ZipArchive.cpp | 1 + .../src/Zip/src/ZipArchiveInfo.cpp | 1 + .../src/Zip/src/ZipCommon.cpp | 1 + .../src/Zip/src/ZipDataInfo.cpp | 1 + .../src/Zip/src/ZipException.cpp | 1 + .../src/Zip/src/ZipFileInfo.cpp | 1 + .../src/Zip/src/ZipLocalFileHeader.cpp | 1 + .../src/Zip/src/ZipManipulator.cpp | 1 + .../src/Zip/src/ZipOperation.cpp | 1 + .../src/Zip/src/ZipStream.cpp | 1 + .../src/Zip/src/ZipUtil.cpp | 1 + src/lib/project/SourceGroup.h | 7 +- .../utility/sonargraph/SonargraphProject.h | 5 +- .../sonargraph/SonargraphSoftwareSystem.h | 1 - .../sonargraph/SonargraphXsdAbstractModule.h | 2 +- src/lib/utility/utilityXml.cpp | 10 +- src/test/RefreshInfoGeneratorTestSuite.h | 18 +- src/test/SonargraphProjectTestSuite.h | 8 +- 493 files changed, 11809 insertions(+), 11325 deletions(-) create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Binder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Connector.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Extractor.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Notifier.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/SQLiteException.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/SQLiteStatementImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/SessionImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Utility.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/sqlite3.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractBinder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractBinding.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractExtraction.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractExtractor.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractPreparation.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractPreparator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/ArchiveStrategy.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Bulk.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Connector.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/DataException.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Date.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/DynamicLOB.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Limit.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/MetaColumn.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/PooledSessionHolder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/PooledSessionImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Position.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Range.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RecordSet.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Row.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RowFilter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RowFormatter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RowIterator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SQLChannel.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Session.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionFactory.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionPool.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionPoolContainer.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SimpleRowFormatter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Statement.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/StatementCreator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/StatementImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Time.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Transaction.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ASCIIEncoding.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/AbstractObserver.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ActiveDispatcher.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ArchiveStrategy.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Ascii.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/AsyncChannel.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/AtomicCounter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base32Decoder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base32Encoder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base64Decoder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base64Encoder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/BinaryReader.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/BinaryWriter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Bugcheck.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ByteOrder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Channel.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Checksum.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Clock.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Condition.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Configurable.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ConsoleChannel.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/CountingStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTime.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTimeFormat.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTimeFormatter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTimeParser.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Debugger.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DeflatingStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DigestEngine.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DigestStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DirectoryIterator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DirectoryIteratorStrategy.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DirectoryWatcher.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Environment.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Error.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ErrorHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Event.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/EventArgs.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Exception.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FIFOBufferStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FPEnvironment.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/File.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FileChannel.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FileStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FileStreamFactory.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Format.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Formatter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FormattingChannel.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Glob.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Hash.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/HashStatistic.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/HexBinaryDecoder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/HexBinaryEncoder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/InflatingStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Latin1Encoding.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Latin2Encoding.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Latin9Encoding.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LineEndingConverter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LocalDateTime.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LogFile.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LogStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Logger.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LoggingFactory.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LoggingRegistry.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MD4Engine.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MD5Engine.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Manifest.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MemoryPool.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MemoryStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Message.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Mutex.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NamedEvent.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NamedMutex.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NestedDiagnosticContext.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Notification.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NotificationCenter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NotificationQueue.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NullChannel.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NullStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NumberFormatter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NumberParser.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NumericString.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Path.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PatternFormatter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Pipe.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PipeImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PipeStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PriorityNotificationQueue.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Process.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PurgeStrategy.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RWLock.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Random.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RandomStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RefCountedObject.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RegularExpression.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RotateStrategy.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Runnable.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SHA1Engine.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Semaphore.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SharedLibrary.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SharedMemory.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SignalHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SimpleFileChannel.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SortedDirectoryIterator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SplitterChannel.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Stopwatch.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamChannel.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamConverter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamCopier.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamTokenizer.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/String.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StringTokenizer.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SynchronizedObject.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SyslogChannel.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Task.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TaskManager.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TaskNotification.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TeeStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TemporaryFile.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextBufferIterator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextConverter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextEncoding.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextIterator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Thread.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ThreadLocal.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ThreadPool.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ThreadTarget.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TimedNotificationQueue.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timer.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timespan.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timestamp.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timezone.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Token.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/URI.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/URIStreamFactory.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/URIStreamOpener.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF16Encoding.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF32Encoding.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF8Encoding.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF8String.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UUID.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UUIDGenerator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Unicode.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UnicodeConverter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Var.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/VarHolder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/VarIterator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Void.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Windows1250Encoding.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Windows1251Encoding.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Windows1252Encoding.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/adler32.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/compress.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/crc32.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/deflate.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/infback.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/inffast.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/inflate.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/inftrees.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_byte_order.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_chartables.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_compile.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_config.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_dfa_exec.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_exec.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_fullinfo.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_get.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_globals.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_jit_compile.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_maketables.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_newline.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_ord2utf8.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_refcount.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_string_utils.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_study.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_tables.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_ucd.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_valid_utf8.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_version.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_xclass.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/trees.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/zutil.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Array.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Handler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/JSONException.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Object.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/ParseHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Parser.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/PrintHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Query.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Stringifier.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Template.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/TemplateCache.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Array.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Binary.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Connection.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Cursor.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Database.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/DeleteRequest.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Document.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Element.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/GetMoreRequest.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/InsertRequest.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/JavaScriptCode.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/KillCursorsRequest.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Message.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/MessageHeader.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/ObjectId.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/QueryRequest.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/RegularExpression.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/ReplicaSet.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/RequestMessage.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/ResponseMessage.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/UpdateRequest.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/AbstractHTTPRequestHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DNS.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DatagramSocket.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DatagramSocketImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DialogSocket.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/FTPClientSession.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/FTPStreamFactory.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/FilePartSource.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTMLForm.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPAuthenticationParams.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPBasicCredentials.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPBufferAllocator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPChunkedStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPClientSession.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPCookie.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPCredentials.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPDigestCredentials.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPFixedLengthStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPHeaderStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPIOStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPMessage.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPRequest.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPRequestHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPRequestHandlerFactory.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPResponse.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServer.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerConnection.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerConnectionFactory.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerParams.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerRequest.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerRequestImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerResponse.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerResponseImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerSession.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPSession.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPSessionFactory.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPSessionInstantiator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPStreamFactory.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HostEntry.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPClient.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPEventArgs.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPPacket.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPPacketImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPSocket.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPSocketImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPv4PacketImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/IPAddress.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/IPAddressImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MailMessage.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MailRecipient.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MailStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MediaType.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MessageHeader.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MulticastSocket.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MultipartReader.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MultipartWriter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NTPClient.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NTPEventArgs.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NTPPacket.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NameValueCollection.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/Net.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NetException.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NetworkInterface.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NullPartHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/OAuth10Credentials.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/OAuth20Credentials.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/POP3ClientSession.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/PartHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/PartSource.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/PartStore.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/QuotedPrintableDecoder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/QuotedPrintableEncoder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RawSocket.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RawSocketImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RemoteSyslogChannel.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RemoteSyslogListener.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SMTPChannel.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SMTPClientSession.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ServerSocket.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ServerSocketImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/Socket.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketAddress.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketAddressImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketNotification.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketNotifier.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketReactor.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/StreamSocket.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/StreamSocketImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/StringPartSource.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServer.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerConnection.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerConnectionFactory.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerDispatcher.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerParams.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/WebSocket.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/WebSocketImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/File2Page/src/File2Page.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/ApacheCodeWriter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/CodeWriter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/OSPCodeWriter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/Page.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/PageCompiler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/PageReader.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/AbstractConfiguration.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Application.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/ConfigurationMapper.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/ConfigurationView.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/FilesystemConfiguration.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/HelpFormatter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/IniFileConfiguration.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/IntValidator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/JSONConfiguration.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/LayeredConfiguration.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/LoggingConfigurator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/LoggingSubsystem.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/MapConfiguration.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Option.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionCallback.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionException.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionProcessor.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionSet.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/PropertyFileConfiguration.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/RegExpValidator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/ServerApplication.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Subsystem.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/SystemConfiguration.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Timer.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/TimerTask.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Validator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/XMLConfiguration.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AbstractContainerNode.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AbstractNode.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Attr.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AttrMap.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Attributes.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AttributesImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/CDATASection.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/CharacterData.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ChildNodesList.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Comment.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ContentHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMBuilder.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMException.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMImplementation.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMObject.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMParser.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMSerializer.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMWriter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DTDHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DTDMap.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DeclHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DefaultHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Document.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DocumentEvent.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DocumentFragment.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DocumentType.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Element.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ElementsByTagNameList.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Entity.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EntityReference.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EntityResolver.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EntityResolverImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ErrorHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Event.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventDispatcher.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventException.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventListener.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventTarget.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/InputSource.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/LexicalHandler.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Locator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/LocatorImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/MutationEvent.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Name.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamePool.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamedNodeMap.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamespaceStrategy.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamespaceSupport.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Node.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeAppender.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeFilter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeIterator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeList.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Notation.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ParserEngine.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ProcessingInstruction.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/SAXException.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/SAXParser.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Text.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/TreeWalker.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/WhitespaceFilter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLException.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLFilter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLFilterImpl.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLReader.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLString.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLWriter.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmlparse.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmlrole.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmltok.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmltok_impl.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmltok_ns.c create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Add.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/AutoDetectStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Compress.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Decompress.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Delete.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Keep.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ParseCallback.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/PartialStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Rename.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Replace.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/SkipCallback.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipArchive.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipArchiveInfo.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipCommon.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipDataInfo.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipException.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipFileInfo.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipLocalFileHeader.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipManipulator.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipOperation.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipStream.cpp create mode 100644 bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipUtil.cpp diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/expected_output/output.txt b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/expected_output/output.txt index ccf3d567..203f4daf 100644 --- a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/expected_output/output.txt +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/expected_output/output.txt @@ -1,16 +1,16 @@ -SourceFilePath: "src/./Foundation/src/./AbstractObserver.cpp" +SourceFilePath: "src/Foundation/src/AbstractObserver.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -23,31 +23,31 @@ SourceFilePath: "src/./Foundation/src/./AbstractObserver.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./ActiveDispatcher.cpp" +SourceFilePath: "src/Foundation/src/ActiveDispatcher.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -60,31 +60,31 @@ SourceFilePath: "src/./Foundation/src/./ActiveDispatcher.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./ArchiveStrategy.cpp" +SourceFilePath: "src/Foundation/src/ArchiveStrategy.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -97,31 +97,31 @@ SourceFilePath: "src/./Foundation/src/./ArchiveStrategy.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Ascii.cpp" +SourceFilePath: "src/Foundation/src/Ascii.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -134,31 +134,31 @@ SourceFilePath: "src/./Foundation/src/./Ascii.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./ASCIIEncoding.cpp" +SourceFilePath: "src/Foundation/src/ASCIIEncoding.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -171,31 +171,31 @@ SourceFilePath: "src/./Foundation/src/./ASCIIEncoding.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./AsyncChannel.cpp" +SourceFilePath: "src/Foundation/src/AsyncChannel.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -208,31 +208,31 @@ SourceFilePath: "src/./Foundation/src/./AsyncChannel.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./AtomicCounter.cpp" +SourceFilePath: "src/Foundation/src/AtomicCounter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -245,31 +245,31 @@ SourceFilePath: "src/./Foundation/src/./AtomicCounter.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Base32Decoder.cpp" +SourceFilePath: "src/Foundation/src/Base32Decoder.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -282,31 +282,31 @@ SourceFilePath: "src/./Foundation/src/./Base32Decoder.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Base32Encoder.cpp" +SourceFilePath: "src/Foundation/src/Base32Encoder.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -319,31 +319,31 @@ SourceFilePath: "src/./Foundation/src/./Base32Encoder.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Base64Decoder.cpp" +SourceFilePath: "src/Foundation/src/Base64Decoder.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -356,31 +356,31 @@ SourceFilePath: "src/./Foundation/src/./Base64Decoder.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Base64Encoder.cpp" +SourceFilePath: "src/Foundation/src/Base64Encoder.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -393,31 +393,31 @@ SourceFilePath: "src/./Foundation/src/./Base64Encoder.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./BinaryReader.cpp" +SourceFilePath: "src/Foundation/src/BinaryReader.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -430,31 +430,31 @@ SourceFilePath: "src/./Foundation/src/./BinaryReader.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./BinaryWriter.cpp" +SourceFilePath: "src/Foundation/src/BinaryWriter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -467,31 +467,31 @@ SourceFilePath: "src/./Foundation/src/./BinaryWriter.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Bugcheck.cpp" +SourceFilePath: "src/Foundation/src/Bugcheck.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -504,31 +504,31 @@ SourceFilePath: "src/./Foundation/src/./Bugcheck.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./ByteOrder.cpp" +SourceFilePath: "src/Foundation/src/ByteOrder.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -541,31 +541,31 @@ SourceFilePath: "src/./Foundation/src/./ByteOrder.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Channel.cpp" +SourceFilePath: "src/Foundation/src/Channel.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -578,31 +578,31 @@ SourceFilePath: "src/./Foundation/src/./Channel.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Checksum.cpp" +SourceFilePath: "src/Foundation/src/Checksum.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -615,31 +615,31 @@ SourceFilePath: "src/./Foundation/src/./Checksum.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Clock.cpp" +SourceFilePath: "src/Foundation/src/Clock.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -652,31 +652,31 @@ SourceFilePath: "src/./Foundation/src/./Clock.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Condition.cpp" +SourceFilePath: "src/Foundation/src/Condition.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -689,31 +689,31 @@ SourceFilePath: "src/./Foundation/src/./Condition.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Configurable.cpp" +SourceFilePath: "src/Foundation/src/Configurable.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -726,31 +726,31 @@ SourceFilePath: "src/./Foundation/src/./Configurable.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./ConsoleChannel.cpp" +SourceFilePath: "src/Foundation/src/ConsoleChannel.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -763,31 +763,31 @@ SourceFilePath: "src/./Foundation/src/./ConsoleChannel.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./CountingStream.cpp" +SourceFilePath: "src/Foundation/src/CountingStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -800,31 +800,31 @@ SourceFilePath: "src/./Foundation/src/./CountingStream.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./DateTime.cpp" +SourceFilePath: "src/Foundation/src/DateTime.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -837,31 +837,31 @@ SourceFilePath: "src/./Foundation/src/./DateTime.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./DateTimeFormat.cpp" +SourceFilePath: "src/Foundation/src/DateTimeFormat.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -874,31 +874,31 @@ SourceFilePath: "src/./Foundation/src/./DateTimeFormat.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./DateTimeFormatter.cpp" +SourceFilePath: "src/Foundation/src/DateTimeFormatter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -911,31 +911,31 @@ SourceFilePath: "src/./Foundation/src/./DateTimeFormatter.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./DateTimeParser.cpp" +SourceFilePath: "src/Foundation/src/DateTimeParser.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -948,31 +948,31 @@ SourceFilePath: "src/./Foundation/src/./DateTimeParser.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Debugger.cpp" +SourceFilePath: "src/Foundation/src/Debugger.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -985,31 +985,31 @@ SourceFilePath: "src/./Foundation/src/./Debugger.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./DeflatingStream.cpp" +SourceFilePath: "src/Foundation/src/DeflatingStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1022,31 +1022,31 @@ SourceFilePath: "src/./Foundation/src/./DeflatingStream.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./DigestEngine.cpp" +SourceFilePath: "src/Foundation/src/DigestEngine.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1059,31 +1059,31 @@ SourceFilePath: "src/./Foundation/src/./DigestEngine.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./DigestStream.cpp" +SourceFilePath: "src/Foundation/src/DigestStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1096,31 +1096,31 @@ SourceFilePath: "src/./Foundation/src/./DigestStream.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./DirectoryIterator.cpp" +SourceFilePath: "src/Foundation/src/DirectoryIterator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1133,31 +1133,31 @@ SourceFilePath: "src/./Foundation/src/./DirectoryIterator.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./DirectoryIteratorStrategy.cpp" +SourceFilePath: "src/Foundation/src/DirectoryIteratorStrategy.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1170,31 +1170,31 @@ SourceFilePath: "src/./Foundation/src/./DirectoryIteratorStrategy.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./DirectoryWatcher.cpp" +SourceFilePath: "src/Foundation/src/DirectoryWatcher.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1207,31 +1207,31 @@ SourceFilePath: "src/./Foundation/src/./DirectoryWatcher.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Environment.cpp" +SourceFilePath: "src/Foundation/src/Environment.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1244,31 +1244,31 @@ SourceFilePath: "src/./Foundation/src/./Environment.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Error.cpp" +SourceFilePath: "src/Foundation/src/Error.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1281,31 +1281,31 @@ SourceFilePath: "src/./Foundation/src/./Error.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./ErrorHandler.cpp" +SourceFilePath: "src/Foundation/src/ErrorHandler.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1318,31 +1318,31 @@ SourceFilePath: "src/./Foundation/src/./ErrorHandler.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Event.cpp" +SourceFilePath: "src/Foundation/src/Event.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1355,31 +1355,31 @@ SourceFilePath: "src/./Foundation/src/./Event.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./EventArgs.cpp" +SourceFilePath: "src/Foundation/src/EventArgs.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1392,31 +1392,31 @@ SourceFilePath: "src/./Foundation/src/./EventArgs.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Exception.cpp" +SourceFilePath: "src/Foundation/src/Exception.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1429,31 +1429,31 @@ SourceFilePath: "src/./Foundation/src/./Exception.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./FIFOBufferStream.cpp" +SourceFilePath: "src/Foundation/src/FIFOBufferStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1466,31 +1466,31 @@ SourceFilePath: "src/./Foundation/src/./FIFOBufferStream.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./File.cpp" +SourceFilePath: "src/Foundation/src/File.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1503,31 +1503,31 @@ SourceFilePath: "src/./Foundation/src/./File.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./FileChannel.cpp" +SourceFilePath: "src/Foundation/src/FileChannel.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1540,31 +1540,31 @@ SourceFilePath: "src/./Foundation/src/./FileChannel.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./FileStream.cpp" +SourceFilePath: "src/Foundation/src/FileStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1577,31 +1577,31 @@ SourceFilePath: "src/./Foundation/src/./FileStream.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./FileStreamFactory.cpp" +SourceFilePath: "src/Foundation/src/FileStreamFactory.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1614,31 +1614,31 @@ SourceFilePath: "src/./Foundation/src/./FileStreamFactory.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Format.cpp" +SourceFilePath: "src/Foundation/src/Format.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1651,31 +1651,31 @@ SourceFilePath: "src/./Foundation/src/./Format.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Formatter.cpp" +SourceFilePath: "src/Foundation/src/Formatter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1688,31 +1688,31 @@ SourceFilePath: "src/./Foundation/src/./Formatter.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./FormattingChannel.cpp" +SourceFilePath: "src/Foundation/src/FormattingChannel.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1725,31 +1725,31 @@ SourceFilePath: "src/./Foundation/src/./FormattingChannel.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./FPEnvironment.cpp" +SourceFilePath: "src/Foundation/src/FPEnvironment.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1762,31 +1762,31 @@ SourceFilePath: "src/./Foundation/src/./FPEnvironment.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Glob.cpp" +SourceFilePath: "src/Foundation/src/Glob.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1799,31 +1799,31 @@ SourceFilePath: "src/./Foundation/src/./Glob.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Hash.cpp" +SourceFilePath: "src/Foundation/src/Hash.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1836,31 +1836,31 @@ SourceFilePath: "src/./Foundation/src/./Hash.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./HashStatistic.cpp" +SourceFilePath: "src/Foundation/src/HashStatistic.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1873,31 +1873,31 @@ SourceFilePath: "src/./Foundation/src/./HashStatistic.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./HexBinaryDecoder.cpp" +SourceFilePath: "src/Foundation/src/HexBinaryDecoder.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1910,31 +1910,31 @@ SourceFilePath: "src/./Foundation/src/./HexBinaryDecoder.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./HexBinaryEncoder.cpp" +SourceFilePath: "src/Foundation/src/HexBinaryEncoder.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1947,31 +1947,31 @@ SourceFilePath: "src/./Foundation/src/./HexBinaryEncoder.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./InflatingStream.cpp" +SourceFilePath: "src/Foundation/src/InflatingStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -1984,31 +1984,31 @@ SourceFilePath: "src/./Foundation/src/./InflatingStream.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Latin1Encoding.cpp" +SourceFilePath: "src/Foundation/src/Latin1Encoding.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2021,31 +2021,31 @@ SourceFilePath: "src/./Foundation/src/./Latin1Encoding.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Latin2Encoding.cpp" +SourceFilePath: "src/Foundation/src/Latin2Encoding.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2058,31 +2058,31 @@ SourceFilePath: "src/./Foundation/src/./Latin2Encoding.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Latin9Encoding.cpp" +SourceFilePath: "src/Foundation/src/Latin9Encoding.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2095,31 +2095,31 @@ SourceFilePath: "src/./Foundation/src/./Latin9Encoding.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./LineEndingConverter.cpp" +SourceFilePath: "src/Foundation/src/LineEndingConverter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2132,31 +2132,31 @@ SourceFilePath: "src/./Foundation/src/./LineEndingConverter.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./LocalDateTime.cpp" +SourceFilePath: "src/Foundation/src/LocalDateTime.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2169,31 +2169,31 @@ SourceFilePath: "src/./Foundation/src/./LocalDateTime.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./LogFile.cpp" +SourceFilePath: "src/Foundation/src/LogFile.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2206,31 +2206,31 @@ SourceFilePath: "src/./Foundation/src/./LogFile.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Logger.cpp" +SourceFilePath: "src/Foundation/src/Logger.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2243,31 +2243,31 @@ SourceFilePath: "src/./Foundation/src/./Logger.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./LoggingFactory.cpp" +SourceFilePath: "src/Foundation/src/LoggingFactory.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2280,31 +2280,31 @@ SourceFilePath: "src/./Foundation/src/./LoggingFactory.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./LoggingRegistry.cpp" +SourceFilePath: "src/Foundation/src/LoggingRegistry.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2317,31 +2317,31 @@ SourceFilePath: "src/./Foundation/src/./LoggingRegistry.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./LogStream.cpp" +SourceFilePath: "src/Foundation/src/LogStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2354,31 +2354,31 @@ SourceFilePath: "src/./Foundation/src/./LogStream.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Manifest.cpp" +SourceFilePath: "src/Foundation/src/Manifest.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2391,31 +2391,31 @@ SourceFilePath: "src/./Foundation/src/./Manifest.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./MD4Engine.cpp" +SourceFilePath: "src/Foundation/src/MD4Engine.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2428,31 +2428,31 @@ SourceFilePath: "src/./Foundation/src/./MD4Engine.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./MD5Engine.cpp" +SourceFilePath: "src/Foundation/src/MD5Engine.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2465,31 +2465,31 @@ SourceFilePath: "src/./Foundation/src/./MD5Engine.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./MemoryPool.cpp" +SourceFilePath: "src/Foundation/src/MemoryPool.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2502,31 +2502,31 @@ SourceFilePath: "src/./Foundation/src/./MemoryPool.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./MemoryStream.cpp" +SourceFilePath: "src/Foundation/src/MemoryStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2539,31 +2539,31 @@ SourceFilePath: "src/./Foundation/src/./MemoryStream.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Message.cpp" +SourceFilePath: "src/Foundation/src/Message.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2576,31 +2576,31 @@ SourceFilePath: "src/./Foundation/src/./Message.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Mutex.cpp" +SourceFilePath: "src/Foundation/src/Mutex.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2613,31 +2613,31 @@ SourceFilePath: "src/./Foundation/src/./Mutex.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./NamedEvent.cpp" +SourceFilePath: "src/Foundation/src/NamedEvent.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2650,31 +2650,31 @@ SourceFilePath: "src/./Foundation/src/./NamedEvent.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./NamedMutex.cpp" +SourceFilePath: "src/Foundation/src/NamedMutex.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2687,31 +2687,31 @@ SourceFilePath: "src/./Foundation/src/./NamedMutex.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./NestedDiagnosticContext.cpp" +SourceFilePath: "src/Foundation/src/NestedDiagnosticContext.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2724,31 +2724,31 @@ SourceFilePath: "src/./Foundation/src/./NestedDiagnosticContext.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Notification.cpp" +SourceFilePath: "src/Foundation/src/Notification.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2761,31 +2761,31 @@ SourceFilePath: "src/./Foundation/src/./Notification.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./NotificationCenter.cpp" +SourceFilePath: "src/Foundation/src/NotificationCenter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2798,31 +2798,31 @@ SourceFilePath: "src/./Foundation/src/./NotificationCenter.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./NotificationQueue.cpp" +SourceFilePath: "src/Foundation/src/NotificationQueue.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2835,31 +2835,31 @@ SourceFilePath: "src/./Foundation/src/./NotificationQueue.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./NullChannel.cpp" +SourceFilePath: "src/Foundation/src/NullChannel.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2872,31 +2872,31 @@ SourceFilePath: "src/./Foundation/src/./NullChannel.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./NullStream.cpp" +SourceFilePath: "src/Foundation/src/NullStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2909,31 +2909,31 @@ SourceFilePath: "src/./Foundation/src/./NullStream.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./NumberFormatter.cpp" +SourceFilePath: "src/Foundation/src/NumberFormatter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2946,31 +2946,31 @@ SourceFilePath: "src/./Foundation/src/./NumberFormatter.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./NumberParser.cpp" +SourceFilePath: "src/Foundation/src/NumberParser.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -2983,31 +2983,31 @@ SourceFilePath: "src/./Foundation/src/./NumberParser.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./NumericString.cpp" +SourceFilePath: "src/Foundation/src/NumericString.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3020,31 +3020,31 @@ SourceFilePath: "src/./Foundation/src/./NumericString.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Path.cpp" +SourceFilePath: "src/Foundation/src/Path.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3057,31 +3057,31 @@ SourceFilePath: "src/./Foundation/src/./Path.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./PatternFormatter.cpp" +SourceFilePath: "src/Foundation/src/PatternFormatter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3094,31 +3094,31 @@ SourceFilePath: "src/./Foundation/src/./PatternFormatter.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Pipe.cpp" +SourceFilePath: "src/Foundation/src/Pipe.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3131,31 +3131,31 @@ SourceFilePath: "src/./Foundation/src/./Pipe.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./PipeImpl.cpp" +SourceFilePath: "src/Foundation/src/PipeImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3168,31 +3168,31 @@ SourceFilePath: "src/./Foundation/src/./PipeImpl.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./PipeStream.cpp" +SourceFilePath: "src/Foundation/src/PipeStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3205,31 +3205,31 @@ SourceFilePath: "src/./Foundation/src/./PipeStream.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./PriorityNotificationQueue.cpp" +SourceFilePath: "src/Foundation/src/PriorityNotificationQueue.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3242,31 +3242,31 @@ SourceFilePath: "src/./Foundation/src/./PriorityNotificationQueue.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Process.cpp" +SourceFilePath: "src/Foundation/src/Process.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3279,31 +3279,31 @@ SourceFilePath: "src/./Foundation/src/./Process.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./PurgeStrategy.cpp" +SourceFilePath: "src/Foundation/src/PurgeStrategy.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3316,31 +3316,31 @@ SourceFilePath: "src/./Foundation/src/./PurgeStrategy.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Random.cpp" +SourceFilePath: "src/Foundation/src/Random.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3353,31 +3353,31 @@ SourceFilePath: "src/./Foundation/src/./Random.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./RandomStream.cpp" +SourceFilePath: "src/Foundation/src/RandomStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3390,31 +3390,31 @@ SourceFilePath: "src/./Foundation/src/./RandomStream.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./RefCountedObject.cpp" +SourceFilePath: "src/Foundation/src/RefCountedObject.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3427,31 +3427,31 @@ SourceFilePath: "src/./Foundation/src/./RefCountedObject.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./RegularExpression.cpp" +SourceFilePath: "src/Foundation/src/RegularExpression.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3464,31 +3464,31 @@ SourceFilePath: "src/./Foundation/src/./RegularExpression.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./RotateStrategy.cpp" +SourceFilePath: "src/Foundation/src/RotateStrategy.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3501,31 +3501,31 @@ SourceFilePath: "src/./Foundation/src/./RotateStrategy.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Runnable.cpp" +SourceFilePath: "src/Foundation/src/Runnable.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3538,31 +3538,31 @@ SourceFilePath: "src/./Foundation/src/./Runnable.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./RWLock.cpp" +SourceFilePath: "src/Foundation/src/RWLock.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3575,31 +3575,31 @@ SourceFilePath: "src/./Foundation/src/./RWLock.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Semaphore.cpp" +SourceFilePath: "src/Foundation/src/Semaphore.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3612,31 +3612,31 @@ SourceFilePath: "src/./Foundation/src/./Semaphore.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./SHA1Engine.cpp" +SourceFilePath: "src/Foundation/src/SHA1Engine.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3649,31 +3649,31 @@ SourceFilePath: "src/./Foundation/src/./SHA1Engine.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./SharedLibrary.cpp" +SourceFilePath: "src/Foundation/src/SharedLibrary.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3686,31 +3686,31 @@ SourceFilePath: "src/./Foundation/src/./SharedLibrary.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./SharedMemory.cpp" +SourceFilePath: "src/Foundation/src/SharedMemory.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3723,31 +3723,31 @@ SourceFilePath: "src/./Foundation/src/./SharedMemory.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./SignalHandler.cpp" +SourceFilePath: "src/Foundation/src/SignalHandler.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3760,31 +3760,31 @@ SourceFilePath: "src/./Foundation/src/./SignalHandler.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./SimpleFileChannel.cpp" +SourceFilePath: "src/Foundation/src/SimpleFileChannel.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3797,31 +3797,31 @@ SourceFilePath: "src/./Foundation/src/./SimpleFileChannel.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./SortedDirectoryIterator.cpp" +SourceFilePath: "src/Foundation/src/SortedDirectoryIterator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3834,31 +3834,31 @@ SourceFilePath: "src/./Foundation/src/./SortedDirectoryIterator.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./SplitterChannel.cpp" +SourceFilePath: "src/Foundation/src/SplitterChannel.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3871,31 +3871,31 @@ SourceFilePath: "src/./Foundation/src/./SplitterChannel.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Stopwatch.cpp" +SourceFilePath: "src/Foundation/src/Stopwatch.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3908,31 +3908,31 @@ SourceFilePath: "src/./Foundation/src/./Stopwatch.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./StreamChannel.cpp" +SourceFilePath: "src/Foundation/src/StreamChannel.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3945,31 +3945,31 @@ SourceFilePath: "src/./Foundation/src/./StreamChannel.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./StreamConverter.cpp" +SourceFilePath: "src/Foundation/src/StreamConverter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -3982,31 +3982,31 @@ SourceFilePath: "src/./Foundation/src/./StreamConverter.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./StreamCopier.cpp" +SourceFilePath: "src/Foundation/src/StreamCopier.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4019,31 +4019,31 @@ SourceFilePath: "src/./Foundation/src/./StreamCopier.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./StreamTokenizer.cpp" +SourceFilePath: "src/Foundation/src/StreamTokenizer.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4056,31 +4056,31 @@ SourceFilePath: "src/./Foundation/src/./StreamTokenizer.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./String.cpp" +SourceFilePath: "src/Foundation/src/String.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4093,31 +4093,31 @@ SourceFilePath: "src/./Foundation/src/./String.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./StringTokenizer.cpp" +SourceFilePath: "src/Foundation/src/StringTokenizer.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4130,31 +4130,31 @@ SourceFilePath: "src/./Foundation/src/./StringTokenizer.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./SynchronizedObject.cpp" +SourceFilePath: "src/Foundation/src/SynchronizedObject.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4167,31 +4167,31 @@ SourceFilePath: "src/./Foundation/src/./SynchronizedObject.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./SyslogChannel.cpp" +SourceFilePath: "src/Foundation/src/SyslogChannel.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4204,31 +4204,31 @@ SourceFilePath: "src/./Foundation/src/./SyslogChannel.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Task.cpp" +SourceFilePath: "src/Foundation/src/Task.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4241,31 +4241,31 @@ SourceFilePath: "src/./Foundation/src/./Task.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./TaskManager.cpp" +SourceFilePath: "src/Foundation/src/TaskManager.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4278,31 +4278,31 @@ SourceFilePath: "src/./Foundation/src/./TaskManager.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./TaskNotification.cpp" +SourceFilePath: "src/Foundation/src/TaskNotification.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4315,31 +4315,31 @@ SourceFilePath: "src/./Foundation/src/./TaskNotification.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./TeeStream.cpp" +SourceFilePath: "src/Foundation/src/TeeStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4352,31 +4352,31 @@ SourceFilePath: "src/./Foundation/src/./TeeStream.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./TemporaryFile.cpp" +SourceFilePath: "src/Foundation/src/TemporaryFile.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4389,31 +4389,31 @@ SourceFilePath: "src/./Foundation/src/./TemporaryFile.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./TextBufferIterator.cpp" +SourceFilePath: "src/Foundation/src/TextBufferIterator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4426,31 +4426,31 @@ SourceFilePath: "src/./Foundation/src/./TextBufferIterator.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./TextConverter.cpp" +SourceFilePath: "src/Foundation/src/TextConverter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4463,31 +4463,31 @@ SourceFilePath: "src/./Foundation/src/./TextConverter.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./TextEncoding.cpp" +SourceFilePath: "src/Foundation/src/TextEncoding.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4500,31 +4500,31 @@ SourceFilePath: "src/./Foundation/src/./TextEncoding.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./TextIterator.cpp" +SourceFilePath: "src/Foundation/src/TextIterator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4537,31 +4537,31 @@ SourceFilePath: "src/./Foundation/src/./TextIterator.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Thread.cpp" +SourceFilePath: "src/Foundation/src/Thread.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4574,31 +4574,31 @@ SourceFilePath: "src/./Foundation/src/./Thread.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./ThreadLocal.cpp" +SourceFilePath: "src/Foundation/src/ThreadLocal.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4611,31 +4611,31 @@ SourceFilePath: "src/./Foundation/src/./ThreadLocal.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./ThreadPool.cpp" +SourceFilePath: "src/Foundation/src/ThreadPool.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4648,31 +4648,31 @@ SourceFilePath: "src/./Foundation/src/./ThreadPool.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./ThreadTarget.cpp" +SourceFilePath: "src/Foundation/src/ThreadTarget.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4685,31 +4685,31 @@ SourceFilePath: "src/./Foundation/src/./ThreadTarget.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./TimedNotificationQueue.cpp" +SourceFilePath: "src/Foundation/src/TimedNotificationQueue.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4722,31 +4722,31 @@ SourceFilePath: "src/./Foundation/src/./TimedNotificationQueue.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Timer.cpp" +SourceFilePath: "src/Foundation/src/Timer.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4759,31 +4759,31 @@ SourceFilePath: "src/./Foundation/src/./Timer.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Timespan.cpp" +SourceFilePath: "src/Foundation/src/Timespan.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4796,31 +4796,31 @@ SourceFilePath: "src/./Foundation/src/./Timespan.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Timestamp.cpp" +SourceFilePath: "src/Foundation/src/Timestamp.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4833,31 +4833,31 @@ SourceFilePath: "src/./Foundation/src/./Timestamp.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Timezone.cpp" +SourceFilePath: "src/Foundation/src/Timezone.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4870,31 +4870,31 @@ SourceFilePath: "src/./Foundation/src/./Timezone.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Token.cpp" +SourceFilePath: "src/Foundation/src/Token.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4907,31 +4907,31 @@ SourceFilePath: "src/./Foundation/src/./Token.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Unicode.cpp" +SourceFilePath: "src/Foundation/src/Unicode.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4944,31 +4944,31 @@ SourceFilePath: "src/./Foundation/src/./Unicode.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./UnicodeConverter.cpp" +SourceFilePath: "src/Foundation/src/UnicodeConverter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -4981,31 +4981,31 @@ SourceFilePath: "src/./Foundation/src/./UnicodeConverter.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./URI.cpp" +SourceFilePath: "src/Foundation/src/URI.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5018,31 +5018,31 @@ SourceFilePath: "src/./Foundation/src/./URI.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./URIStreamFactory.cpp" +SourceFilePath: "src/Foundation/src/URIStreamFactory.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5055,31 +5055,31 @@ SourceFilePath: "src/./Foundation/src/./URIStreamFactory.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./URIStreamOpener.cpp" +SourceFilePath: "src/Foundation/src/URIStreamOpener.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5092,31 +5092,31 @@ SourceFilePath: "src/./Foundation/src/./URIStreamOpener.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./UTF16Encoding.cpp" +SourceFilePath: "src/Foundation/src/UTF16Encoding.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5129,31 +5129,31 @@ SourceFilePath: "src/./Foundation/src/./UTF16Encoding.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./UTF32Encoding.cpp" +SourceFilePath: "src/Foundation/src/UTF32Encoding.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5166,31 +5166,31 @@ SourceFilePath: "src/./Foundation/src/./UTF32Encoding.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./UTF8Encoding.cpp" +SourceFilePath: "src/Foundation/src/UTF8Encoding.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5203,31 +5203,31 @@ SourceFilePath: "src/./Foundation/src/./UTF8Encoding.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./UTF8String.cpp" +SourceFilePath: "src/Foundation/src/UTF8String.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5240,31 +5240,31 @@ SourceFilePath: "src/./Foundation/src/./UTF8String.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./UUID.cpp" +SourceFilePath: "src/Foundation/src/UUID.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5277,31 +5277,31 @@ SourceFilePath: "src/./Foundation/src/./UUID.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./UUIDGenerator.cpp" +SourceFilePath: "src/Foundation/src/UUIDGenerator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5314,31 +5314,31 @@ SourceFilePath: "src/./Foundation/src/./UUIDGenerator.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Var.cpp" +SourceFilePath: "src/Foundation/src/Var.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5351,31 +5351,31 @@ SourceFilePath: "src/./Foundation/src/./Var.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./VarHolder.cpp" +SourceFilePath: "src/Foundation/src/VarHolder.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5388,31 +5388,31 @@ SourceFilePath: "src/./Foundation/src/./VarHolder.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./VarIterator.cpp" +SourceFilePath: "src/Foundation/src/VarIterator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5425,31 +5425,31 @@ SourceFilePath: "src/./Foundation/src/./VarIterator.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Void.cpp" +SourceFilePath: "src/Foundation/src/Void.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5462,31 +5462,31 @@ SourceFilePath: "src/./Foundation/src/./Void.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Windows1250Encoding.cpp" +SourceFilePath: "src/Foundation/src/Windows1250Encoding.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5499,31 +5499,31 @@ SourceFilePath: "src/./Foundation/src/./Windows1250Encoding.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Windows1251Encoding.cpp" +SourceFilePath: "src/Foundation/src/Windows1251Encoding.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5536,31 +5536,31 @@ SourceFilePath: "src/./Foundation/src/./Windows1251Encoding.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./Windows1252Encoding.cpp" +SourceFilePath: "src/Foundation/src/Windows1252Encoding.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5573,31 +5573,31 @@ SourceFilePath: "src/./Foundation/src/./Windows1252Encoding.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_config.c" +SourceFilePath: "src/Foundation/src/pcre_config.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5610,31 +5610,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_config.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_byte_order.c" +SourceFilePath: "src/Foundation/src/pcre_byte_order.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5647,31 +5647,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_byte_order.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_chartables.c" +SourceFilePath: "src/Foundation/src/pcre_chartables.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5684,31 +5684,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_chartables.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_compile.c" +SourceFilePath: "src/Foundation/src/pcre_compile.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5721,31 +5721,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_compile.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_exec.c" +SourceFilePath: "src/Foundation/src/pcre_exec.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5758,31 +5758,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_exec.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_fullinfo.c" +SourceFilePath: "src/Foundation/src/pcre_fullinfo.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5795,31 +5795,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_fullinfo.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_globals.c" +SourceFilePath: "src/Foundation/src/pcre_globals.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5832,31 +5832,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_globals.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_maketables.c" +SourceFilePath: "src/Foundation/src/pcre_maketables.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5869,31 +5869,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_maketables.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_newline.c" +SourceFilePath: "src/Foundation/src/pcre_newline.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5906,31 +5906,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_newline.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_ord2utf8.c" +SourceFilePath: "src/Foundation/src/pcre_ord2utf8.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5943,31 +5943,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_ord2utf8.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_study.c" +SourceFilePath: "src/Foundation/src/pcre_study.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -5980,31 +5980,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_study.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_tables.c" +SourceFilePath: "src/Foundation/src/pcre_tables.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6017,31 +6017,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_tables.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_dfa_exec.c" +SourceFilePath: "src/Foundation/src/pcre_dfa_exec.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6054,31 +6054,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_dfa_exec.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_get.c" +SourceFilePath: "src/Foundation/src/pcre_get.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6091,31 +6091,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_get.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_jit_compile.c" +SourceFilePath: "src/Foundation/src/pcre_jit_compile.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6128,31 +6128,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_jit_compile.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_refcount.c" +SourceFilePath: "src/Foundation/src/pcre_refcount.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6165,31 +6165,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_refcount.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_string_utils.c" +SourceFilePath: "src/Foundation/src/pcre_string_utils.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6202,31 +6202,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_string_utils.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_version.c" +SourceFilePath: "src/Foundation/src/pcre_version.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6239,31 +6239,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_version.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_ucd.c" +SourceFilePath: "src/Foundation/src/pcre_ucd.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6276,31 +6276,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_ucd.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_valid_utf8.c" +SourceFilePath: "src/Foundation/src/pcre_valid_utf8.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6313,31 +6313,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_valid_utf8.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./pcre_xclass.c" +SourceFilePath: "src/Foundation/src/pcre_xclass.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6350,31 +6350,31 @@ SourceFilePath: "src/./Foundation/src/./pcre_xclass.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./adler32.c" +SourceFilePath: "src/Foundation/src/adler32.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6387,31 +6387,31 @@ SourceFilePath: "src/./Foundation/src/./adler32.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./compress.c" +SourceFilePath: "src/Foundation/src/compress.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6424,31 +6424,31 @@ SourceFilePath: "src/./Foundation/src/./compress.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./crc32.c" +SourceFilePath: "src/Foundation/src/crc32.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6461,31 +6461,31 @@ SourceFilePath: "src/./Foundation/src/./crc32.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./deflate.c" +SourceFilePath: "src/Foundation/src/deflate.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6498,31 +6498,31 @@ SourceFilePath: "src/./Foundation/src/./deflate.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./infback.c" +SourceFilePath: "src/Foundation/src/infback.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6535,31 +6535,31 @@ SourceFilePath: "src/./Foundation/src/./infback.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./inffast.c" +SourceFilePath: "src/Foundation/src/inffast.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6572,31 +6572,31 @@ SourceFilePath: "src/./Foundation/src/./inffast.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./inflate.c" +SourceFilePath: "src/Foundation/src/inflate.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6609,31 +6609,31 @@ SourceFilePath: "src/./Foundation/src/./inflate.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./inftrees.c" +SourceFilePath: "src/Foundation/src/inftrees.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6646,31 +6646,31 @@ SourceFilePath: "src/./Foundation/src/./inftrees.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./trees.c" +SourceFilePath: "src/Foundation/src/trees.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6683,31 +6683,31 @@ SourceFilePath: "src/./Foundation/src/./trees.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Foundation/src/./zutil.c" +SourceFilePath: "src/Foundation/src/zutil.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DFoundation_EXPORTS" CompilerFlag: "-DPCRE_STATIC" CompilerFlag: "-DPOCO_HAVE_IPv6" @@ -6720,31 +6720,31 @@ SourceFilePath: "src/./Foundation/src/./zutil.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Foundation/src" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./AbstractContainerNode.cpp" +SourceFilePath: "src/XML/src/AbstractContainerNode.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -6760,31 +6760,31 @@ SourceFilePath: "src/./XML/src/./AbstractContainerNode.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./AbstractNode.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/AbstractNode.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -6800,31 +6800,31 @@ SourceFilePath: "src/./XML/src/./AbstractNode.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./Attr.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/Attr.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -6840,31 +6840,31 @@ SourceFilePath: "src/./XML/src/./Attr.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./Attributes.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/Attributes.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -6880,31 +6880,31 @@ SourceFilePath: "src/./XML/src/./Attributes.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./AttributesImpl.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/AttributesImpl.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -6920,31 +6920,31 @@ SourceFilePath: "src/./XML/src/./AttributesImpl.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./AttrMap.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/AttrMap.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -6960,31 +6960,31 @@ SourceFilePath: "src/./XML/src/./AttrMap.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./CDATASection.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/CDATASection.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7000,31 +7000,31 @@ SourceFilePath: "src/./XML/src/./CDATASection.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./CharacterData.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/CharacterData.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7040,31 +7040,31 @@ SourceFilePath: "src/./XML/src/./CharacterData.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./ChildNodesList.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/ChildNodesList.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7080,31 +7080,31 @@ SourceFilePath: "src/./XML/src/./ChildNodesList.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./Comment.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/Comment.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7120,31 +7120,31 @@ SourceFilePath: "src/./XML/src/./Comment.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./ContentHandler.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/ContentHandler.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7160,31 +7160,31 @@ SourceFilePath: "src/./XML/src/./ContentHandler.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DeclHandler.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DeclHandler.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7200,31 +7200,31 @@ SourceFilePath: "src/./XML/src/./DeclHandler.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DefaultHandler.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DefaultHandler.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7240,31 +7240,31 @@ SourceFilePath: "src/./XML/src/./DefaultHandler.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./Document.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/Document.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7280,31 +7280,31 @@ SourceFilePath: "src/./XML/src/./Document.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DocumentEvent.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DocumentEvent.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7320,31 +7320,31 @@ SourceFilePath: "src/./XML/src/./DocumentEvent.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DocumentFragment.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DocumentFragment.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7360,31 +7360,31 @@ SourceFilePath: "src/./XML/src/./DocumentFragment.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DocumentType.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DocumentType.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7400,31 +7400,31 @@ SourceFilePath: "src/./XML/src/./DocumentType.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DOMBuilder.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DOMBuilder.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7440,31 +7440,31 @@ SourceFilePath: "src/./XML/src/./DOMBuilder.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DOMException.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DOMException.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7480,31 +7480,31 @@ SourceFilePath: "src/./XML/src/./DOMException.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DOMImplementation.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DOMImplementation.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7520,31 +7520,31 @@ SourceFilePath: "src/./XML/src/./DOMImplementation.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DOMObject.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DOMObject.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7560,31 +7560,31 @@ SourceFilePath: "src/./XML/src/./DOMObject.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DOMParser.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DOMParser.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7600,31 +7600,31 @@ SourceFilePath: "src/./XML/src/./DOMParser.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DOMSerializer.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DOMSerializer.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7640,31 +7640,31 @@ SourceFilePath: "src/./XML/src/./DOMSerializer.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DOMWriter.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DOMWriter.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7680,31 +7680,31 @@ SourceFilePath: "src/./XML/src/./DOMWriter.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DTDHandler.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DTDHandler.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7720,31 +7720,31 @@ SourceFilePath: "src/./XML/src/./DTDHandler.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./DTDMap.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/DTDMap.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7760,31 +7760,31 @@ SourceFilePath: "src/./XML/src/./DTDMap.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./Element.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/Element.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7800,31 +7800,31 @@ SourceFilePath: "src/./XML/src/./Element.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./ElementsByTagNameList.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/ElementsByTagNameList.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7840,31 +7840,31 @@ SourceFilePath: "src/./XML/src/./ElementsByTagNameList.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./Entity.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/Entity.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7880,31 +7880,31 @@ SourceFilePath: "src/./XML/src/./Entity.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./EntityReference.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/EntityReference.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7920,31 +7920,31 @@ SourceFilePath: "src/./XML/src/./EntityReference.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./EntityResolver.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/EntityResolver.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -7960,31 +7960,31 @@ SourceFilePath: "src/./XML/src/./EntityResolver.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./EntityResolverImpl.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/EntityResolverImpl.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8000,31 +8000,31 @@ SourceFilePath: "src/./XML/src/./EntityResolverImpl.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./ErrorHandler.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/ErrorHandler.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8040,31 +8040,31 @@ SourceFilePath: "src/./XML/src/./ErrorHandler.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./Event.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/Event.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8080,31 +8080,31 @@ SourceFilePath: "src/./XML/src/./Event.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./EventDispatcher.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/EventDispatcher.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8120,31 +8120,31 @@ SourceFilePath: "src/./XML/src/./EventDispatcher.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./EventException.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/EventException.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8160,31 +8160,31 @@ SourceFilePath: "src/./XML/src/./EventException.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./EventListener.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/EventListener.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8200,31 +8200,31 @@ SourceFilePath: "src/./XML/src/./EventListener.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./EventTarget.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/EventTarget.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8240,31 +8240,31 @@ SourceFilePath: "src/./XML/src/./EventTarget.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./InputSource.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/InputSource.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8280,31 +8280,31 @@ SourceFilePath: "src/./XML/src/./InputSource.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./LexicalHandler.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/LexicalHandler.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8320,31 +8320,31 @@ SourceFilePath: "src/./XML/src/./LexicalHandler.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./Locator.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/Locator.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8360,31 +8360,31 @@ SourceFilePath: "src/./XML/src/./Locator.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./LocatorImpl.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/LocatorImpl.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8400,31 +8400,31 @@ SourceFilePath: "src/./XML/src/./LocatorImpl.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./MutationEvent.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/MutationEvent.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8440,31 +8440,31 @@ SourceFilePath: "src/./XML/src/./MutationEvent.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./Name.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/Name.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8480,31 +8480,31 @@ SourceFilePath: "src/./XML/src/./Name.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./NamedNodeMap.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/NamedNodeMap.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8520,31 +8520,31 @@ SourceFilePath: "src/./XML/src/./NamedNodeMap.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./NamePool.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/NamePool.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8560,31 +8560,31 @@ SourceFilePath: "src/./XML/src/./NamePool.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./NamespaceStrategy.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/NamespaceStrategy.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8600,31 +8600,31 @@ SourceFilePath: "src/./XML/src/./NamespaceStrategy.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./NamespaceSupport.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/NamespaceSupport.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8640,31 +8640,31 @@ SourceFilePath: "src/./XML/src/./NamespaceSupport.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./Node.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/Node.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8680,31 +8680,31 @@ SourceFilePath: "src/./XML/src/./Node.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./NodeAppender.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/NodeAppender.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8720,31 +8720,31 @@ SourceFilePath: "src/./XML/src/./NodeAppender.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./NodeFilter.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/NodeFilter.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8760,31 +8760,31 @@ SourceFilePath: "src/./XML/src/./NodeFilter.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./NodeIterator.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/NodeIterator.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8800,31 +8800,31 @@ SourceFilePath: "src/./XML/src/./NodeIterator.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./NodeList.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/NodeList.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8840,31 +8840,31 @@ SourceFilePath: "src/./XML/src/./NodeList.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./Notation.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/Notation.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8880,31 +8880,31 @@ SourceFilePath: "src/./XML/src/./Notation.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./ParserEngine.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/ParserEngine.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8920,31 +8920,31 @@ SourceFilePath: "src/./XML/src/./ParserEngine.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./ProcessingInstruction.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/ProcessingInstruction.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -8960,31 +8960,31 @@ SourceFilePath: "src/./XML/src/./ProcessingInstruction.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./SAXException.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/SAXException.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9000,31 +9000,31 @@ SourceFilePath: "src/./XML/src/./SAXException.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./SAXParser.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/SAXParser.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9040,31 +9040,31 @@ SourceFilePath: "src/./XML/src/./SAXParser.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./Text.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/Text.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9080,31 +9080,31 @@ SourceFilePath: "src/./XML/src/./Text.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./TreeWalker.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/TreeWalker.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9120,31 +9120,31 @@ SourceFilePath: "src/./XML/src/./TreeWalker.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./WhitespaceFilter.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/WhitespaceFilter.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9160,31 +9160,31 @@ SourceFilePath: "src/./XML/src/./WhitespaceFilter.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./XMLException.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/XMLException.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9200,31 +9200,31 @@ SourceFilePath: "src/./XML/src/./XMLException.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./XMLFilter.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/XMLFilter.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9240,31 +9240,31 @@ SourceFilePath: "src/./XML/src/./XMLFilter.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./XMLFilterImpl.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/XMLFilterImpl.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9280,31 +9280,31 @@ SourceFilePath: "src/./XML/src/./XMLFilterImpl.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./xmlparse.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/xmlparse.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9320,31 +9320,31 @@ SourceFilePath: "src/./XML/src/./xmlparse.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./XMLReader.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/XMLReader.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9360,31 +9360,31 @@ SourceFilePath: "src/./XML/src/./XMLReader.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./XMLString.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/XMLString.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9400,31 +9400,31 @@ SourceFilePath: "src/./XML/src/./XMLString.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./XMLWriter.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/XMLWriter.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9440,31 +9440,31 @@ SourceFilePath: "src/./XML/src/./XMLWriter.cpp" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./xmlrole.c" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/xmlrole.c" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9480,31 +9480,31 @@ SourceFilePath: "src/./XML/src/./xmlrole.c" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./xmltok.c" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/xmltok.c" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9520,31 +9520,31 @@ SourceFilePath: "src/./XML/src/./xmltok.c" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./xmltok_impl.c" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/xmltok_impl.c" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9560,31 +9560,31 @@ SourceFilePath: "src/./XML/src/./xmltok_impl.c" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./XML/src/./xmltok_ns.c" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/XML/src/xmltok_ns.c" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DHAVE_EXPAT_CONFIG_H" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9600,31 +9600,31 @@ SourceFilePath: "src/./XML/src/./xmltok_ns.c" CompilerFlag: "-I./XML/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" - FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./JSON/src/./Array.cpp" - LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" + FrameworkSearchPath: "test/framework/search/path" +SourceFilePath: "src/JSON/src/Array.cpp" + LanguageStandard: "c++17" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DJSON_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9637,31 +9637,31 @@ SourceFilePath: "src/./JSON/src/./Array.cpp" CompilerFlag: "-I./JSON/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./JSON/src/./Handler.cpp" +SourceFilePath: "src/JSON/src/Handler.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DJSON_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9674,31 +9674,31 @@ SourceFilePath: "src/./JSON/src/./Handler.cpp" CompilerFlag: "-I./JSON/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./JSON/src/./JSONException.cpp" +SourceFilePath: "src/JSON/src/JSONException.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DJSON_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9711,31 +9711,31 @@ SourceFilePath: "src/./JSON/src/./JSONException.cpp" CompilerFlag: "-I./JSON/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./JSON/src/./Object.cpp" +SourceFilePath: "src/JSON/src/Object.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DJSON_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9748,31 +9748,31 @@ SourceFilePath: "src/./JSON/src/./Object.cpp" CompilerFlag: "-I./JSON/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./JSON/src/./ParseHandler.cpp" +SourceFilePath: "src/JSON/src/ParseHandler.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DJSON_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9785,31 +9785,31 @@ SourceFilePath: "src/./JSON/src/./ParseHandler.cpp" CompilerFlag: "-I./JSON/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./JSON/src/./Parser.cpp" +SourceFilePath: "src/JSON/src/Parser.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DJSON_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9822,31 +9822,31 @@ SourceFilePath: "src/./JSON/src/./Parser.cpp" CompilerFlag: "-I./JSON/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./JSON/src/./PrintHandler.cpp" +SourceFilePath: "src/JSON/src/PrintHandler.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DJSON_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9859,31 +9859,31 @@ SourceFilePath: "src/./JSON/src/./PrintHandler.cpp" CompilerFlag: "-I./JSON/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./JSON/src/./Query.cpp" +SourceFilePath: "src/JSON/src/Query.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DJSON_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9896,31 +9896,31 @@ SourceFilePath: "src/./JSON/src/./Query.cpp" CompilerFlag: "-I./JSON/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./JSON/src/./Stringifier.cpp" +SourceFilePath: "src/JSON/src/Stringifier.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DJSON_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9933,31 +9933,31 @@ SourceFilePath: "src/./JSON/src/./Stringifier.cpp" CompilerFlag: "-I./JSON/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./JSON/src/./Template.cpp" +SourceFilePath: "src/JSON/src/Template.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DJSON_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -9970,31 +9970,31 @@ SourceFilePath: "src/./JSON/src/./Template.cpp" CompilerFlag: "-I./JSON/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./JSON/src/./TemplateCache.cpp" +SourceFilePath: "src/JSON/src/TemplateCache.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DJSON_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10007,31 +10007,31 @@ SourceFilePath: "src/./JSON/src/./TemplateCache.cpp" CompilerFlag: "-I./JSON/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./Array.cpp" +SourceFilePath: "src/MongoDB/src/Array.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10045,31 +10045,31 @@ SourceFilePath: "src/./MongoDB/src/./Array.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./Binary.cpp" +SourceFilePath: "src/MongoDB/src/Binary.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10083,31 +10083,31 @@ SourceFilePath: "src/./MongoDB/src/./Binary.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./Connection.cpp" +SourceFilePath: "src/MongoDB/src/Connection.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10121,31 +10121,31 @@ SourceFilePath: "src/./MongoDB/src/./Connection.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./Cursor.cpp" +SourceFilePath: "src/MongoDB/src/Cursor.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10159,31 +10159,31 @@ SourceFilePath: "src/./MongoDB/src/./Cursor.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./Database.cpp" +SourceFilePath: "src/MongoDB/src/Database.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10197,31 +10197,31 @@ SourceFilePath: "src/./MongoDB/src/./Database.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./DeleteRequest.cpp" +SourceFilePath: "src/MongoDB/src/DeleteRequest.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10235,31 +10235,31 @@ SourceFilePath: "src/./MongoDB/src/./DeleteRequest.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./Document.cpp" +SourceFilePath: "src/MongoDB/src/Document.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10273,31 +10273,31 @@ SourceFilePath: "src/./MongoDB/src/./Document.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./Element.cpp" +SourceFilePath: "src/MongoDB/src/Element.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10311,31 +10311,31 @@ SourceFilePath: "src/./MongoDB/src/./Element.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./GetMoreRequest.cpp" +SourceFilePath: "src/MongoDB/src/GetMoreRequest.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10349,31 +10349,31 @@ SourceFilePath: "src/./MongoDB/src/./GetMoreRequest.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./InsertRequest.cpp" +SourceFilePath: "src/MongoDB/src/InsertRequest.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10387,31 +10387,31 @@ SourceFilePath: "src/./MongoDB/src/./InsertRequest.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./JavaScriptCode.cpp" +SourceFilePath: "src/MongoDB/src/JavaScriptCode.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10425,31 +10425,31 @@ SourceFilePath: "src/./MongoDB/src/./JavaScriptCode.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./KillCursorsRequest.cpp" +SourceFilePath: "src/MongoDB/src/KillCursorsRequest.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10463,31 +10463,31 @@ SourceFilePath: "src/./MongoDB/src/./KillCursorsRequest.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./Message.cpp" +SourceFilePath: "src/MongoDB/src/Message.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10501,31 +10501,31 @@ SourceFilePath: "src/./MongoDB/src/./Message.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./MessageHeader.cpp" +SourceFilePath: "src/MongoDB/src/MessageHeader.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10539,31 +10539,31 @@ SourceFilePath: "src/./MongoDB/src/./MessageHeader.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./ObjectId.cpp" +SourceFilePath: "src/MongoDB/src/ObjectId.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10577,31 +10577,31 @@ SourceFilePath: "src/./MongoDB/src/./ObjectId.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./QueryRequest.cpp" +SourceFilePath: "src/MongoDB/src/QueryRequest.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10615,31 +10615,31 @@ SourceFilePath: "src/./MongoDB/src/./QueryRequest.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./RegularExpression.cpp" +SourceFilePath: "src/MongoDB/src/RegularExpression.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10653,31 +10653,31 @@ SourceFilePath: "src/./MongoDB/src/./RegularExpression.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./ReplicaSet.cpp" +SourceFilePath: "src/MongoDB/src/ReplicaSet.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10691,31 +10691,31 @@ SourceFilePath: "src/./MongoDB/src/./ReplicaSet.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./RequestMessage.cpp" +SourceFilePath: "src/MongoDB/src/RequestMessage.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10729,31 +10729,31 @@ SourceFilePath: "src/./MongoDB/src/./RequestMessage.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./ResponseMessage.cpp" +SourceFilePath: "src/MongoDB/src/ResponseMessage.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10767,31 +10767,31 @@ SourceFilePath: "src/./MongoDB/src/./ResponseMessage.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./MongoDB/src/./UpdateRequest.cpp" +SourceFilePath: "src/MongoDB/src/UpdateRequest.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DMongoDB_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -10805,31 +10805,31 @@ SourceFilePath: "src/./MongoDB/src/./UpdateRequest.cpp" CompilerFlag: "-I./Net/include" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./AbstractConfiguration.cpp" +SourceFilePath: "src/Util/src/AbstractConfiguration.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -10844,31 +10844,31 @@ SourceFilePath: "src/./Util/src/./AbstractConfiguration.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./Application.cpp" +SourceFilePath: "src/Util/src/Application.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -10883,31 +10883,31 @@ SourceFilePath: "src/./Util/src/./Application.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./ConfigurationMapper.cpp" +SourceFilePath: "src/Util/src/ConfigurationMapper.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -10922,31 +10922,31 @@ SourceFilePath: "src/./Util/src/./ConfigurationMapper.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./ConfigurationView.cpp" +SourceFilePath: "src/Util/src/ConfigurationView.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -10961,31 +10961,31 @@ SourceFilePath: "src/./Util/src/./ConfigurationView.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./FilesystemConfiguration.cpp" +SourceFilePath: "src/Util/src/FilesystemConfiguration.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11000,31 +11000,31 @@ SourceFilePath: "src/./Util/src/./FilesystemConfiguration.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./HelpFormatter.cpp" +SourceFilePath: "src/Util/src/HelpFormatter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11039,31 +11039,31 @@ SourceFilePath: "src/./Util/src/./HelpFormatter.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./IniFileConfiguration.cpp" +SourceFilePath: "src/Util/src/IniFileConfiguration.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11078,31 +11078,31 @@ SourceFilePath: "src/./Util/src/./IniFileConfiguration.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./IntValidator.cpp" +SourceFilePath: "src/Util/src/IntValidator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11117,31 +11117,31 @@ SourceFilePath: "src/./Util/src/./IntValidator.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./JSONConfiguration.cpp" +SourceFilePath: "src/Util/src/JSONConfiguration.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11156,31 +11156,31 @@ SourceFilePath: "src/./Util/src/./JSONConfiguration.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./LayeredConfiguration.cpp" +SourceFilePath: "src/Util/src/LayeredConfiguration.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11195,31 +11195,31 @@ SourceFilePath: "src/./Util/src/./LayeredConfiguration.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./LoggingConfigurator.cpp" +SourceFilePath: "src/Util/src/LoggingConfigurator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11234,31 +11234,31 @@ SourceFilePath: "src/./Util/src/./LoggingConfigurator.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./LoggingSubsystem.cpp" +SourceFilePath: "src/Util/src/LoggingSubsystem.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11273,31 +11273,31 @@ SourceFilePath: "src/./Util/src/./LoggingSubsystem.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./MapConfiguration.cpp" +SourceFilePath: "src/Util/src/MapConfiguration.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11312,31 +11312,31 @@ SourceFilePath: "src/./Util/src/./MapConfiguration.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./Option.cpp" +SourceFilePath: "src/Util/src/Option.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11351,31 +11351,31 @@ SourceFilePath: "src/./Util/src/./Option.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./OptionCallback.cpp" +SourceFilePath: "src/Util/src/OptionCallback.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11390,31 +11390,31 @@ SourceFilePath: "src/./Util/src/./OptionCallback.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./OptionException.cpp" +SourceFilePath: "src/Util/src/OptionException.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11429,31 +11429,31 @@ SourceFilePath: "src/./Util/src/./OptionException.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./OptionProcessor.cpp" +SourceFilePath: "src/Util/src/OptionProcessor.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11468,31 +11468,31 @@ SourceFilePath: "src/./Util/src/./OptionProcessor.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./OptionSet.cpp" +SourceFilePath: "src/Util/src/OptionSet.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11507,31 +11507,31 @@ SourceFilePath: "src/./Util/src/./OptionSet.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./PropertyFileConfiguration.cpp" +SourceFilePath: "src/Util/src/PropertyFileConfiguration.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11546,31 +11546,31 @@ SourceFilePath: "src/./Util/src/./PropertyFileConfiguration.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./RegExpValidator.cpp" +SourceFilePath: "src/Util/src/RegExpValidator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11585,31 +11585,31 @@ SourceFilePath: "src/./Util/src/./RegExpValidator.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./ServerApplication.cpp" +SourceFilePath: "src/Util/src/ServerApplication.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11624,31 +11624,31 @@ SourceFilePath: "src/./Util/src/./ServerApplication.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./Subsystem.cpp" +SourceFilePath: "src/Util/src/Subsystem.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11663,31 +11663,31 @@ SourceFilePath: "src/./Util/src/./Subsystem.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./SystemConfiguration.cpp" +SourceFilePath: "src/Util/src/SystemConfiguration.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11702,31 +11702,31 @@ SourceFilePath: "src/./Util/src/./SystemConfiguration.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./Timer.cpp" +SourceFilePath: "src/Util/src/Timer.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11741,31 +11741,31 @@ SourceFilePath: "src/./Util/src/./Timer.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./TimerTask.cpp" +SourceFilePath: "src/Util/src/TimerTask.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11780,31 +11780,31 @@ SourceFilePath: "src/./Util/src/./TimerTask.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./Validator.cpp" +SourceFilePath: "src/Util/src/Validator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11819,31 +11819,31 @@ SourceFilePath: "src/./Util/src/./Validator.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Util/src/./XMLConfiguration.cpp" +SourceFilePath: "src/Util/src/XMLConfiguration.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -11858,31 +11858,31 @@ SourceFilePath: "src/./Util/src/./XMLConfiguration.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./AbstractHTTPRequestHandler.cpp" +SourceFilePath: "src/Net/src/AbstractHTTPRequestHandler.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -11895,31 +11895,31 @@ SourceFilePath: "src/./Net/src/./AbstractHTTPRequestHandler.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./DatagramSocket.cpp" +SourceFilePath: "src/Net/src/DatagramSocket.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -11932,31 +11932,31 @@ SourceFilePath: "src/./Net/src/./DatagramSocket.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./DatagramSocketImpl.cpp" +SourceFilePath: "src/Net/src/DatagramSocketImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -11969,31 +11969,31 @@ SourceFilePath: "src/./Net/src/./DatagramSocketImpl.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./DialogSocket.cpp" +SourceFilePath: "src/Net/src/DialogSocket.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12006,31 +12006,31 @@ SourceFilePath: "src/./Net/src/./DialogSocket.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./DNS.cpp" +SourceFilePath: "src/Net/src/DNS.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12043,31 +12043,31 @@ SourceFilePath: "src/./Net/src/./DNS.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./FilePartSource.cpp" +SourceFilePath: "src/Net/src/FilePartSource.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12080,31 +12080,31 @@ SourceFilePath: "src/./Net/src/./FilePartSource.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./FTPClientSession.cpp" +SourceFilePath: "src/Net/src/FTPClientSession.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12117,31 +12117,31 @@ SourceFilePath: "src/./Net/src/./FTPClientSession.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./FTPStreamFactory.cpp" +SourceFilePath: "src/Net/src/FTPStreamFactory.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12154,31 +12154,31 @@ SourceFilePath: "src/./Net/src/./FTPStreamFactory.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HostEntry.cpp" +SourceFilePath: "src/Net/src/HostEntry.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12191,31 +12191,31 @@ SourceFilePath: "src/./Net/src/./HostEntry.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTMLForm.cpp" +SourceFilePath: "src/Net/src/HTMLForm.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12228,31 +12228,31 @@ SourceFilePath: "src/./Net/src/./HTMLForm.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPAuthenticationParams.cpp" +SourceFilePath: "src/Net/src/HTTPAuthenticationParams.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12265,31 +12265,31 @@ SourceFilePath: "src/./Net/src/./HTTPAuthenticationParams.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPBasicCredentials.cpp" +SourceFilePath: "src/Net/src/HTTPBasicCredentials.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12302,31 +12302,31 @@ SourceFilePath: "src/./Net/src/./HTTPBasicCredentials.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPBufferAllocator.cpp" +SourceFilePath: "src/Net/src/HTTPBufferAllocator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12339,31 +12339,31 @@ SourceFilePath: "src/./Net/src/./HTTPBufferAllocator.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPChunkedStream.cpp" +SourceFilePath: "src/Net/src/HTTPChunkedStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12376,31 +12376,31 @@ SourceFilePath: "src/./Net/src/./HTTPChunkedStream.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPClientSession.cpp" +SourceFilePath: "src/Net/src/HTTPClientSession.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12413,31 +12413,31 @@ SourceFilePath: "src/./Net/src/./HTTPClientSession.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPCookie.cpp" +SourceFilePath: "src/Net/src/HTTPCookie.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12450,31 +12450,31 @@ SourceFilePath: "src/./Net/src/./HTTPCookie.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPCredentials.cpp" +SourceFilePath: "src/Net/src/HTTPCredentials.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12487,31 +12487,31 @@ SourceFilePath: "src/./Net/src/./HTTPCredentials.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPDigestCredentials.cpp" +SourceFilePath: "src/Net/src/HTTPDigestCredentials.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12524,31 +12524,31 @@ SourceFilePath: "src/./Net/src/./HTTPDigestCredentials.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPFixedLengthStream.cpp" +SourceFilePath: "src/Net/src/HTTPFixedLengthStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12561,31 +12561,31 @@ SourceFilePath: "src/./Net/src/./HTTPFixedLengthStream.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPHeaderStream.cpp" +SourceFilePath: "src/Net/src/HTTPHeaderStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12598,31 +12598,31 @@ SourceFilePath: "src/./Net/src/./HTTPHeaderStream.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPIOStream.cpp" +SourceFilePath: "src/Net/src/HTTPIOStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12635,31 +12635,31 @@ SourceFilePath: "src/./Net/src/./HTTPIOStream.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPMessage.cpp" +SourceFilePath: "src/Net/src/HTTPMessage.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12672,31 +12672,31 @@ SourceFilePath: "src/./Net/src/./HTTPMessage.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPRequest.cpp" +SourceFilePath: "src/Net/src/HTTPRequest.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12709,31 +12709,31 @@ SourceFilePath: "src/./Net/src/./HTTPRequest.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPRequestHandler.cpp" +SourceFilePath: "src/Net/src/HTTPRequestHandler.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12746,31 +12746,31 @@ SourceFilePath: "src/./Net/src/./HTTPRequestHandler.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPRequestHandlerFactory.cpp" +SourceFilePath: "src/Net/src/HTTPRequestHandlerFactory.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12783,31 +12783,31 @@ SourceFilePath: "src/./Net/src/./HTTPRequestHandlerFactory.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPResponse.cpp" +SourceFilePath: "src/Net/src/HTTPResponse.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12820,31 +12820,31 @@ SourceFilePath: "src/./Net/src/./HTTPResponse.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPServer.cpp" +SourceFilePath: "src/Net/src/HTTPServer.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12857,31 +12857,31 @@ SourceFilePath: "src/./Net/src/./HTTPServer.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPServerConnection.cpp" +SourceFilePath: "src/Net/src/HTTPServerConnection.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12894,31 +12894,31 @@ SourceFilePath: "src/./Net/src/./HTTPServerConnection.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPServerConnectionFactory.cpp" +SourceFilePath: "src/Net/src/HTTPServerConnectionFactory.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12931,31 +12931,31 @@ SourceFilePath: "src/./Net/src/./HTTPServerConnectionFactory.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPServerParams.cpp" +SourceFilePath: "src/Net/src/HTTPServerParams.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -12968,31 +12968,31 @@ SourceFilePath: "src/./Net/src/./HTTPServerParams.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPServerRequest.cpp" +SourceFilePath: "src/Net/src/HTTPServerRequest.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13005,31 +13005,31 @@ SourceFilePath: "src/./Net/src/./HTTPServerRequest.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPServerRequestImpl.cpp" +SourceFilePath: "src/Net/src/HTTPServerRequestImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13042,31 +13042,31 @@ SourceFilePath: "src/./Net/src/./HTTPServerRequestImpl.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPServerResponse.cpp" +SourceFilePath: "src/Net/src/HTTPServerResponse.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13079,31 +13079,31 @@ SourceFilePath: "src/./Net/src/./HTTPServerResponse.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPServerResponseImpl.cpp" +SourceFilePath: "src/Net/src/HTTPServerResponseImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13116,31 +13116,31 @@ SourceFilePath: "src/./Net/src/./HTTPServerResponseImpl.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPServerSession.cpp" +SourceFilePath: "src/Net/src/HTTPServerSession.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13153,31 +13153,31 @@ SourceFilePath: "src/./Net/src/./HTTPServerSession.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPSession.cpp" +SourceFilePath: "src/Net/src/HTTPSession.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13190,31 +13190,31 @@ SourceFilePath: "src/./Net/src/./HTTPSession.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPSessionFactory.cpp" +SourceFilePath: "src/Net/src/HTTPSessionFactory.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13227,31 +13227,31 @@ SourceFilePath: "src/./Net/src/./HTTPSessionFactory.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPSessionInstantiator.cpp" +SourceFilePath: "src/Net/src/HTTPSessionInstantiator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13264,31 +13264,31 @@ SourceFilePath: "src/./Net/src/./HTTPSessionInstantiator.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPStream.cpp" +SourceFilePath: "src/Net/src/HTTPStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13301,31 +13301,31 @@ SourceFilePath: "src/./Net/src/./HTTPStream.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./HTTPStreamFactory.cpp" +SourceFilePath: "src/Net/src/HTTPStreamFactory.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13338,31 +13338,31 @@ SourceFilePath: "src/./Net/src/./HTTPStreamFactory.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./ICMPClient.cpp" +SourceFilePath: "src/Net/src/ICMPClient.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13375,31 +13375,31 @@ SourceFilePath: "src/./Net/src/./ICMPClient.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./ICMPEventArgs.cpp" +SourceFilePath: "src/Net/src/ICMPEventArgs.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13412,31 +13412,31 @@ SourceFilePath: "src/./Net/src/./ICMPEventArgs.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./ICMPPacket.cpp" +SourceFilePath: "src/Net/src/ICMPPacket.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13449,31 +13449,31 @@ SourceFilePath: "src/./Net/src/./ICMPPacket.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./ICMPPacketImpl.cpp" +SourceFilePath: "src/Net/src/ICMPPacketImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13486,31 +13486,31 @@ SourceFilePath: "src/./Net/src/./ICMPPacketImpl.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./ICMPSocket.cpp" +SourceFilePath: "src/Net/src/ICMPSocket.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13523,31 +13523,31 @@ SourceFilePath: "src/./Net/src/./ICMPSocket.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./ICMPSocketImpl.cpp" +SourceFilePath: "src/Net/src/ICMPSocketImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13560,31 +13560,31 @@ SourceFilePath: "src/./Net/src/./ICMPSocketImpl.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./ICMPv4PacketImpl.cpp" +SourceFilePath: "src/Net/src/ICMPv4PacketImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13597,31 +13597,31 @@ SourceFilePath: "src/./Net/src/./ICMPv4PacketImpl.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./IPAddress.cpp" +SourceFilePath: "src/Net/src/IPAddress.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13634,31 +13634,31 @@ SourceFilePath: "src/./Net/src/./IPAddress.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./IPAddressImpl.cpp" +SourceFilePath: "src/Net/src/IPAddressImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13671,31 +13671,31 @@ SourceFilePath: "src/./Net/src/./IPAddressImpl.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./MailMessage.cpp" +SourceFilePath: "src/Net/src/MailMessage.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13708,31 +13708,31 @@ SourceFilePath: "src/./Net/src/./MailMessage.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./MailRecipient.cpp" +SourceFilePath: "src/Net/src/MailRecipient.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13745,31 +13745,31 @@ SourceFilePath: "src/./Net/src/./MailRecipient.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./MailStream.cpp" +SourceFilePath: "src/Net/src/MailStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13782,31 +13782,31 @@ SourceFilePath: "src/./Net/src/./MailStream.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./MediaType.cpp" +SourceFilePath: "src/Net/src/MediaType.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13819,31 +13819,31 @@ SourceFilePath: "src/./Net/src/./MediaType.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./MessageHeader.cpp" +SourceFilePath: "src/Net/src/MessageHeader.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13856,31 +13856,31 @@ SourceFilePath: "src/./Net/src/./MessageHeader.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./MulticastSocket.cpp" +SourceFilePath: "src/Net/src/MulticastSocket.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13893,31 +13893,31 @@ SourceFilePath: "src/./Net/src/./MulticastSocket.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./MultipartReader.cpp" +SourceFilePath: "src/Net/src/MultipartReader.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13930,31 +13930,31 @@ SourceFilePath: "src/./Net/src/./MultipartReader.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./MultipartWriter.cpp" +SourceFilePath: "src/Net/src/MultipartWriter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -13967,31 +13967,31 @@ SourceFilePath: "src/./Net/src/./MultipartWriter.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./NameValueCollection.cpp" +SourceFilePath: "src/Net/src/NameValueCollection.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14004,31 +14004,31 @@ SourceFilePath: "src/./Net/src/./NameValueCollection.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./Net.cpp" +SourceFilePath: "src/Net/src/Net.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14041,31 +14041,31 @@ SourceFilePath: "src/./Net/src/./Net.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./NetException.cpp" +SourceFilePath: "src/Net/src/NetException.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14078,31 +14078,31 @@ SourceFilePath: "src/./Net/src/./NetException.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./NetworkInterface.cpp" +SourceFilePath: "src/Net/src/NetworkInterface.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14115,31 +14115,31 @@ SourceFilePath: "src/./Net/src/./NetworkInterface.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./NTPClient.cpp" +SourceFilePath: "src/Net/src/NTPClient.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14152,31 +14152,31 @@ SourceFilePath: "src/./Net/src/./NTPClient.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./NTPEventArgs.cpp" +SourceFilePath: "src/Net/src/NTPEventArgs.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14189,31 +14189,31 @@ SourceFilePath: "src/./Net/src/./NTPEventArgs.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./NTPPacket.cpp" +SourceFilePath: "src/Net/src/NTPPacket.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14226,31 +14226,31 @@ SourceFilePath: "src/./Net/src/./NTPPacket.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./NullPartHandler.cpp" +SourceFilePath: "src/Net/src/NullPartHandler.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14263,31 +14263,31 @@ SourceFilePath: "src/./Net/src/./NullPartHandler.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./OAuth10Credentials.cpp" +SourceFilePath: "src/Net/src/OAuth10Credentials.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14300,31 +14300,31 @@ SourceFilePath: "src/./Net/src/./OAuth10Credentials.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./OAuth20Credentials.cpp" +SourceFilePath: "src/Net/src/OAuth20Credentials.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14337,31 +14337,31 @@ SourceFilePath: "src/./Net/src/./OAuth20Credentials.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./PartHandler.cpp" +SourceFilePath: "src/Net/src/PartHandler.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14374,31 +14374,31 @@ SourceFilePath: "src/./Net/src/./PartHandler.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./PartSource.cpp" +SourceFilePath: "src/Net/src/PartSource.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14411,31 +14411,31 @@ SourceFilePath: "src/./Net/src/./PartSource.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./PartStore.cpp" +SourceFilePath: "src/Net/src/PartStore.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14448,31 +14448,31 @@ SourceFilePath: "src/./Net/src/./PartStore.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./POP3ClientSession.cpp" +SourceFilePath: "src/Net/src/POP3ClientSession.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14485,31 +14485,31 @@ SourceFilePath: "src/./Net/src/./POP3ClientSession.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./QuotedPrintableDecoder.cpp" +SourceFilePath: "src/Net/src/QuotedPrintableDecoder.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14522,31 +14522,31 @@ SourceFilePath: "src/./Net/src/./QuotedPrintableDecoder.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./QuotedPrintableEncoder.cpp" +SourceFilePath: "src/Net/src/QuotedPrintableEncoder.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14559,31 +14559,31 @@ SourceFilePath: "src/./Net/src/./QuotedPrintableEncoder.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./RawSocket.cpp" +SourceFilePath: "src/Net/src/RawSocket.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14596,31 +14596,31 @@ SourceFilePath: "src/./Net/src/./RawSocket.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./RawSocketImpl.cpp" +SourceFilePath: "src/Net/src/RawSocketImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14633,31 +14633,31 @@ SourceFilePath: "src/./Net/src/./RawSocketImpl.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./RemoteSyslogChannel.cpp" +SourceFilePath: "src/Net/src/RemoteSyslogChannel.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14670,31 +14670,31 @@ SourceFilePath: "src/./Net/src/./RemoteSyslogChannel.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./RemoteSyslogListener.cpp" +SourceFilePath: "src/Net/src/RemoteSyslogListener.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14707,31 +14707,31 @@ SourceFilePath: "src/./Net/src/./RemoteSyslogListener.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./ServerSocket.cpp" +SourceFilePath: "src/Net/src/ServerSocket.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14744,31 +14744,31 @@ SourceFilePath: "src/./Net/src/./ServerSocket.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./ServerSocketImpl.cpp" +SourceFilePath: "src/Net/src/ServerSocketImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14781,31 +14781,31 @@ SourceFilePath: "src/./Net/src/./ServerSocketImpl.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./SMTPChannel.cpp" +SourceFilePath: "src/Net/src/SMTPChannel.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14818,31 +14818,31 @@ SourceFilePath: "src/./Net/src/./SMTPChannel.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./SMTPClientSession.cpp" +SourceFilePath: "src/Net/src/SMTPClientSession.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14855,31 +14855,31 @@ SourceFilePath: "src/./Net/src/./SMTPClientSession.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./Socket.cpp" +SourceFilePath: "src/Net/src/Socket.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14892,31 +14892,31 @@ SourceFilePath: "src/./Net/src/./Socket.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./SocketAddress.cpp" +SourceFilePath: "src/Net/src/SocketAddress.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14929,31 +14929,31 @@ SourceFilePath: "src/./Net/src/./SocketAddress.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./SocketAddressImpl.cpp" +SourceFilePath: "src/Net/src/SocketAddressImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -14966,31 +14966,31 @@ SourceFilePath: "src/./Net/src/./SocketAddressImpl.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./SocketImpl.cpp" +SourceFilePath: "src/Net/src/SocketImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15003,31 +15003,31 @@ SourceFilePath: "src/./Net/src/./SocketImpl.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./SocketNotification.cpp" +SourceFilePath: "src/Net/src/SocketNotification.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15040,31 +15040,31 @@ SourceFilePath: "src/./Net/src/./SocketNotification.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./SocketNotifier.cpp" +SourceFilePath: "src/Net/src/SocketNotifier.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15077,31 +15077,31 @@ SourceFilePath: "src/./Net/src/./SocketNotifier.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./SocketReactor.cpp" +SourceFilePath: "src/Net/src/SocketReactor.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15114,31 +15114,31 @@ SourceFilePath: "src/./Net/src/./SocketReactor.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./SocketStream.cpp" +SourceFilePath: "src/Net/src/SocketStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15151,31 +15151,31 @@ SourceFilePath: "src/./Net/src/./SocketStream.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./StreamSocket.cpp" +SourceFilePath: "src/Net/src/StreamSocket.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15188,31 +15188,31 @@ SourceFilePath: "src/./Net/src/./StreamSocket.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./StreamSocketImpl.cpp" +SourceFilePath: "src/Net/src/StreamSocketImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15225,31 +15225,31 @@ SourceFilePath: "src/./Net/src/./StreamSocketImpl.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./StringPartSource.cpp" +SourceFilePath: "src/Net/src/StringPartSource.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15262,31 +15262,31 @@ SourceFilePath: "src/./Net/src/./StringPartSource.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./TCPServer.cpp" +SourceFilePath: "src/Net/src/TCPServer.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15299,31 +15299,31 @@ SourceFilePath: "src/./Net/src/./TCPServer.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./TCPServerConnection.cpp" +SourceFilePath: "src/Net/src/TCPServerConnection.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15336,31 +15336,31 @@ SourceFilePath: "src/./Net/src/./TCPServerConnection.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./TCPServerConnectionFactory.cpp" +SourceFilePath: "src/Net/src/TCPServerConnectionFactory.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15373,31 +15373,31 @@ SourceFilePath: "src/./Net/src/./TCPServerConnectionFactory.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./TCPServerDispatcher.cpp" +SourceFilePath: "src/Net/src/TCPServerDispatcher.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15410,31 +15410,31 @@ SourceFilePath: "src/./Net/src/./TCPServerDispatcher.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./TCPServerParams.cpp" +SourceFilePath: "src/Net/src/TCPServerParams.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15447,31 +15447,31 @@ SourceFilePath: "src/./Net/src/./TCPServerParams.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./WebSocket.cpp" +SourceFilePath: "src/Net/src/WebSocket.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15484,31 +15484,31 @@ SourceFilePath: "src/./Net/src/./WebSocket.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Net/src/./WebSocketImpl.cpp" +SourceFilePath: "src/Net/src/WebSocketImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DNet_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15521,31 +15521,31 @@ SourceFilePath: "src/./Net/src/./WebSocketImpl.cpp" CompilerFlag: "-I./Net/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./AbstractBinder.cpp" +SourceFilePath: "src/Data/src/AbstractBinder.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15559,31 +15559,31 @@ SourceFilePath: "src/./Data/src/./AbstractBinder.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./AbstractBinding.cpp" +SourceFilePath: "src/Data/src/AbstractBinding.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15597,31 +15597,31 @@ SourceFilePath: "src/./Data/src/./AbstractBinding.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./AbstractExtraction.cpp" +SourceFilePath: "src/Data/src/AbstractExtraction.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15635,31 +15635,31 @@ SourceFilePath: "src/./Data/src/./AbstractExtraction.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./AbstractExtractor.cpp" +SourceFilePath: "src/Data/src/AbstractExtractor.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15673,31 +15673,31 @@ SourceFilePath: "src/./Data/src/./AbstractExtractor.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./AbstractPreparation.cpp" +SourceFilePath: "src/Data/src/AbstractPreparation.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15711,31 +15711,31 @@ SourceFilePath: "src/./Data/src/./AbstractPreparation.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./AbstractPreparator.cpp" +SourceFilePath: "src/Data/src/AbstractPreparator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15749,31 +15749,31 @@ SourceFilePath: "src/./Data/src/./AbstractPreparator.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./ArchiveStrategy.cpp" +SourceFilePath: "src/Data/src/ArchiveStrategy.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15787,31 +15787,31 @@ SourceFilePath: "src/./Data/src/./ArchiveStrategy.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./Bulk.cpp" +SourceFilePath: "src/Data/src/Bulk.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15825,31 +15825,31 @@ SourceFilePath: "src/./Data/src/./Bulk.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./Connector.cpp" +SourceFilePath: "src/Data/src/Connector.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15863,31 +15863,31 @@ SourceFilePath: "src/./Data/src/./Connector.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./DataException.cpp" +SourceFilePath: "src/Data/src/DataException.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15901,31 +15901,31 @@ SourceFilePath: "src/./Data/src/./DataException.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./Date.cpp" +SourceFilePath: "src/Data/src/Date.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15939,31 +15939,31 @@ SourceFilePath: "src/./Data/src/./Date.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./DynamicLOB.cpp" +SourceFilePath: "src/Data/src/DynamicLOB.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -15977,31 +15977,31 @@ SourceFilePath: "src/./Data/src/./DynamicLOB.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./Limit.cpp" +SourceFilePath: "src/Data/src/Limit.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16015,31 +16015,31 @@ SourceFilePath: "src/./Data/src/./Limit.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./MetaColumn.cpp" +SourceFilePath: "src/Data/src/MetaColumn.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16053,31 +16053,31 @@ SourceFilePath: "src/./Data/src/./MetaColumn.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./PooledSessionHolder.cpp" +SourceFilePath: "src/Data/src/PooledSessionHolder.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16091,31 +16091,31 @@ SourceFilePath: "src/./Data/src/./PooledSessionHolder.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./PooledSessionImpl.cpp" +SourceFilePath: "src/Data/src/PooledSessionImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16129,31 +16129,31 @@ SourceFilePath: "src/./Data/src/./PooledSessionImpl.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./Position.cpp" +SourceFilePath: "src/Data/src/Position.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16167,31 +16167,31 @@ SourceFilePath: "src/./Data/src/./Position.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./Range.cpp" +SourceFilePath: "src/Data/src/Range.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16205,31 +16205,31 @@ SourceFilePath: "src/./Data/src/./Range.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./RecordSet.cpp" +SourceFilePath: "src/Data/src/RecordSet.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16243,31 +16243,31 @@ SourceFilePath: "src/./Data/src/./RecordSet.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./Row.cpp" +SourceFilePath: "src/Data/src/Row.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16281,31 +16281,31 @@ SourceFilePath: "src/./Data/src/./Row.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./RowFilter.cpp" +SourceFilePath: "src/Data/src/RowFilter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16319,31 +16319,31 @@ SourceFilePath: "src/./Data/src/./RowFilter.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./RowFormatter.cpp" +SourceFilePath: "src/Data/src/RowFormatter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16357,31 +16357,31 @@ SourceFilePath: "src/./Data/src/./RowFormatter.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./RowIterator.cpp" +SourceFilePath: "src/Data/src/RowIterator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16395,31 +16395,31 @@ SourceFilePath: "src/./Data/src/./RowIterator.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./Session.cpp" +SourceFilePath: "src/Data/src/Session.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16433,31 +16433,31 @@ SourceFilePath: "src/./Data/src/./Session.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./SessionFactory.cpp" +SourceFilePath: "src/Data/src/SessionFactory.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16471,31 +16471,31 @@ SourceFilePath: "src/./Data/src/./SessionFactory.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./SessionImpl.cpp" +SourceFilePath: "src/Data/src/SessionImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16509,31 +16509,31 @@ SourceFilePath: "src/./Data/src/./SessionImpl.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./SessionPool.cpp" +SourceFilePath: "src/Data/src/SessionPool.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16547,31 +16547,31 @@ SourceFilePath: "src/./Data/src/./SessionPool.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./SessionPoolContainer.cpp" +SourceFilePath: "src/Data/src/SessionPoolContainer.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16585,31 +16585,31 @@ SourceFilePath: "src/./Data/src/./SessionPoolContainer.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./SimpleRowFormatter.cpp" +SourceFilePath: "src/Data/src/SimpleRowFormatter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16623,31 +16623,31 @@ SourceFilePath: "src/./Data/src/./SimpleRowFormatter.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./SQLChannel.cpp" +SourceFilePath: "src/Data/src/SQLChannel.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16661,31 +16661,31 @@ SourceFilePath: "src/./Data/src/./SQLChannel.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./Statement.cpp" +SourceFilePath: "src/Data/src/Statement.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16699,31 +16699,31 @@ SourceFilePath: "src/./Data/src/./Statement.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./StatementCreator.cpp" +SourceFilePath: "src/Data/src/StatementCreator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16737,31 +16737,31 @@ SourceFilePath: "src/./Data/src/./StatementCreator.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./StatementImpl.cpp" +SourceFilePath: "src/Data/src/StatementImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16775,31 +16775,31 @@ SourceFilePath: "src/./Data/src/./StatementImpl.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./Time.cpp" +SourceFilePath: "src/Data/src/Time.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16813,31 +16813,31 @@ SourceFilePath: "src/./Data/src/./Time.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/src/./Transaction.cpp" +SourceFilePath: "src/Data/src/Transaction.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DData_EXPORTS" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" @@ -16851,31 +16851,31 @@ SourceFilePath: "src/./Data/src/./Transaction.cpp" CompilerFlag: "-I./Data/src" CompilerFlag: "-I./Foundation/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/SQLite/src/./Binder.cpp" +SourceFilePath: "src/Data/SQLite/src/Binder.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -16897,31 +16897,31 @@ SourceFilePath: "src/./Data/SQLite/src/./Binder.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Data/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/SQLite/src/./Connector.cpp" +SourceFilePath: "src/Data/SQLite/src/Connector.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -16943,31 +16943,31 @@ SourceFilePath: "src/./Data/SQLite/src/./Connector.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Data/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/SQLite/src/./Extractor.cpp" +SourceFilePath: "src/Data/SQLite/src/Extractor.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -16989,31 +16989,31 @@ SourceFilePath: "src/./Data/SQLite/src/./Extractor.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Data/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/SQLite/src/./Notifier.cpp" +SourceFilePath: "src/Data/SQLite/src/Notifier.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17035,31 +17035,31 @@ SourceFilePath: "src/./Data/SQLite/src/./Notifier.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Data/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/SQLite/src/./SessionImpl.cpp" +SourceFilePath: "src/Data/SQLite/src/SessionImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17081,31 +17081,31 @@ SourceFilePath: "src/./Data/SQLite/src/./SessionImpl.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Data/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/SQLite/src/./SQLiteException.cpp" +SourceFilePath: "src/Data/SQLite/src/SQLiteException.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17127,31 +17127,31 @@ SourceFilePath: "src/./Data/SQLite/src/./SQLiteException.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Data/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/SQLite/src/./SQLiteStatementImpl.cpp" +SourceFilePath: "src/Data/SQLite/src/SQLiteStatementImpl.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17173,31 +17173,31 @@ SourceFilePath: "src/./Data/SQLite/src/./SQLiteStatementImpl.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Data/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/SQLite/src/./Utility.cpp" +SourceFilePath: "src/Data/SQLite/src/Utility.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17219,31 +17219,31 @@ SourceFilePath: "src/./Data/SQLite/src/./Utility.cpp" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Data/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Data/SQLite/src/./sqlite3.c" +SourceFilePath: "src/Data/SQLite/src/sqlite3.c" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17265,31 +17265,31 @@ SourceFilePath: "src/./Data/SQLite/src/./sqlite3.c" CompilerFlag: "-I./Foundation/include" CompilerFlag: "-I./Data/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./Add.cpp" +SourceFilePath: "src/Zip/src/Add.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17305,31 +17305,31 @@ SourceFilePath: "src/./Zip/src/./Add.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./AutoDetectStream.cpp" +SourceFilePath: "src/Zip/src/AutoDetectStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17345,31 +17345,31 @@ SourceFilePath: "src/./Zip/src/./AutoDetectStream.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./Compress.cpp" +SourceFilePath: "src/Zip/src/Compress.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17385,31 +17385,31 @@ SourceFilePath: "src/./Zip/src/./Compress.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./Decompress.cpp" +SourceFilePath: "src/Zip/src/Decompress.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17425,31 +17425,31 @@ SourceFilePath: "src/./Zip/src/./Decompress.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./Delete.cpp" +SourceFilePath: "src/Zip/src/Delete.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17465,31 +17465,31 @@ SourceFilePath: "src/./Zip/src/./Delete.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./Keep.cpp" +SourceFilePath: "src/Zip/src/Keep.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17505,31 +17505,31 @@ SourceFilePath: "src/./Zip/src/./Keep.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./ParseCallback.cpp" +SourceFilePath: "src/Zip/src/ParseCallback.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17545,31 +17545,31 @@ SourceFilePath: "src/./Zip/src/./ParseCallback.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./PartialStream.cpp" +SourceFilePath: "src/Zip/src/PartialStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17585,31 +17585,31 @@ SourceFilePath: "src/./Zip/src/./PartialStream.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./Rename.cpp" +SourceFilePath: "src/Zip/src/Rename.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17625,31 +17625,31 @@ SourceFilePath: "src/./Zip/src/./Rename.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./Replace.cpp" +SourceFilePath: "src/Zip/src/Replace.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17665,31 +17665,31 @@ SourceFilePath: "src/./Zip/src/./Replace.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./SkipCallback.cpp" +SourceFilePath: "src/Zip/src/SkipCallback.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17705,31 +17705,31 @@ SourceFilePath: "src/./Zip/src/./SkipCallback.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./ZipArchive.cpp" +SourceFilePath: "src/Zip/src/ZipArchive.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17745,31 +17745,31 @@ SourceFilePath: "src/./Zip/src/./ZipArchive.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./ZipArchiveInfo.cpp" +SourceFilePath: "src/Zip/src/ZipArchiveInfo.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17785,31 +17785,31 @@ SourceFilePath: "src/./Zip/src/./ZipArchiveInfo.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./ZipCommon.cpp" +SourceFilePath: "src/Zip/src/ZipCommon.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17825,31 +17825,31 @@ SourceFilePath: "src/./Zip/src/./ZipCommon.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./ZipDataInfo.cpp" +SourceFilePath: "src/Zip/src/ZipDataInfo.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17865,31 +17865,31 @@ SourceFilePath: "src/./Zip/src/./ZipDataInfo.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./ZipException.cpp" +SourceFilePath: "src/Zip/src/ZipException.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17905,31 +17905,31 @@ SourceFilePath: "src/./Zip/src/./ZipException.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./ZipFileInfo.cpp" +SourceFilePath: "src/Zip/src/ZipFileInfo.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17945,31 +17945,31 @@ SourceFilePath: "src/./Zip/src/./ZipFileInfo.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./ZipLocalFileHeader.cpp" +SourceFilePath: "src/Zip/src/ZipLocalFileHeader.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -17985,31 +17985,31 @@ SourceFilePath: "src/./Zip/src/./ZipLocalFileHeader.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./ZipManipulator.cpp" +SourceFilePath: "src/Zip/src/ZipManipulator.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -18025,31 +18025,31 @@ SourceFilePath: "src/./Zip/src/./ZipManipulator.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./ZipOperation.cpp" +SourceFilePath: "src/Zip/src/ZipOperation.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -18065,31 +18065,31 @@ SourceFilePath: "src/./Zip/src/./ZipOperation.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./ZipStream.cpp" +SourceFilePath: "src/Zip/src/ZipStream.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -18105,31 +18105,31 @@ SourceFilePath: "src/./Zip/src/./ZipStream.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./Zip/src/./ZipUtil.cpp" +SourceFilePath: "src/Zip/src/ZipUtil.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -18145,31 +18145,31 @@ SourceFilePath: "src/./Zip/src/./ZipUtil.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./PageCompiler/src/./ApacheCodeWriter.cpp" +SourceFilePath: "src/PageCompiler/src/ApacheCodeWriter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -18184,31 +18184,31 @@ SourceFilePath: "src/./PageCompiler/src/./ApacheCodeWriter.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./PageCompiler/src/./CodeWriter.cpp" +SourceFilePath: "src/PageCompiler/src/CodeWriter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -18223,31 +18223,31 @@ SourceFilePath: "src/./PageCompiler/src/./CodeWriter.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./PageCompiler/src/./OSPCodeWriter.cpp" +SourceFilePath: "src/PageCompiler/src/OSPCodeWriter.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -18262,31 +18262,31 @@ SourceFilePath: "src/./PageCompiler/src/./OSPCodeWriter.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./PageCompiler/src/./Page.cpp" +SourceFilePath: "src/PageCompiler/src/Page.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -18301,31 +18301,31 @@ SourceFilePath: "src/./PageCompiler/src/./Page.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./PageCompiler/src/./PageCompiler.cpp" +SourceFilePath: "src/PageCompiler/src/PageCompiler.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -18340,31 +18340,31 @@ SourceFilePath: "src/./PageCompiler/src/./PageCompiler.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./PageCompiler/src/./PageReader.cpp" +SourceFilePath: "src/PageCompiler/src/PageReader.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -18379,31 +18379,31 @@ SourceFilePath: "src/./PageCompiler/src/./PageReader.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" -SourceFilePath: "src/./PageCompiler/File2Page/src/./File2Page.cpp" +SourceFilePath: "src/PageCompiler/File2Page/src/File2Page.cpp" LanguageStandard: "c++17" - IndexedPath: "src/./Data/SQLite/src" - IndexedPath: "src/./Data/src" - IndexedPath: "src/./Foundation/src" - IndexedPath: "src/./JSON/src" - IndexedPath: "src/./MongoDB/src" - IndexedPath: "src/./Net/src" - IndexedPath: "src/./PageCompiler/File2Page/src" - IndexedPath: "src/./PageCompiler/src" - IndexedPath: "src/./Util/src" - IndexedPath: "src/./XML/src" - IndexedPath: "src/./Zip/src" + IndexedPath: "src/Data/SQLite/src" + IndexedPath: "src/Data/src" + IndexedPath: "src/Foundation/src" + IndexedPath: "src/JSON/src" + IndexedPath: "src/MongoDB/src" + IndexedPath: "src/Net/src" + IndexedPath: "src/PageCompiler/File2Page/src" + IndexedPath: "src/PageCompiler/src" + IndexedPath: "src/Util/src" + IndexedPath: "src/XML/src" + IndexedPath: "src/Zip/src" CompilerFlag: "-DPOCO_HAVE_IPv6" CompilerFlag: "-DPOCO_NO_STAT64" CompilerFlag: "-DPOCO_OS_FAMILY_UNIX" @@ -18418,15 +18418,15 @@ SourceFilePath: "src/./PageCompiler/File2Page/src/./File2Page.cpp" CompilerFlag: "-I./XML/include" CompilerFlag: "-I./JSON/include" HeaderSearchPath: "test/header/search/path" - HeaderSearchPath: "src/./Data/SQLite/src" - HeaderSearchPath: "src/./Data/src" - HeaderSearchPath: "src/./Foundation/src" - HeaderSearchPath: "src/./JSON/src" - HeaderSearchPath: "src/./MongoDB/src" - HeaderSearchPath: "src/./Net/src" - HeaderSearchPath: "src/./PageCompiler/File2Page/src" - HeaderSearchPath: "src/./PageCompiler/src" - HeaderSearchPath: "src/./Util/src" - HeaderSearchPath: "src/./XML/src" - HeaderSearchPath: "src/./Zip/src" + HeaderSearchPath: "src/Data/SQLite/src" + HeaderSearchPath: "src/Data/src" + HeaderSearchPath: "src/Foundation/src" + HeaderSearchPath: "src/JSON/src" + HeaderSearchPath: "src/MongoDB/src" + HeaderSearchPath: "src/Net/src" + HeaderSearchPath: "src/PageCompiler/File2Page/src" + HeaderSearchPath: "src/PageCompiler/src" + HeaderSearchPath: "src/Util/src" + HeaderSearchPath: "src/XML/src" + HeaderSearchPath: "src/Zip/src" FrameworkSearchPath: "test/framework/search/path" diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Binder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Binder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Binder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Connector.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Connector.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Connector.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Extractor.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Extractor.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Extractor.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Notifier.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Notifier.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Notifier.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/SQLiteException.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/SQLiteException.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/SQLiteException.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/SQLiteStatementImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/SQLiteStatementImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/SQLiteStatementImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/SessionImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/SessionImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/SessionImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Utility.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Utility.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/Utility.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/sqlite3.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/sqlite3.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/SQLite/src/sqlite3.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractBinder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractBinder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractBinder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractBinding.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractBinding.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractBinding.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractExtraction.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractExtraction.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractExtraction.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractExtractor.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractExtractor.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractExtractor.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractPreparation.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractPreparation.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractPreparation.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractPreparator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractPreparator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/AbstractPreparator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/ArchiveStrategy.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/ArchiveStrategy.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/ArchiveStrategy.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Bulk.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Bulk.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Bulk.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Connector.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Connector.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Connector.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/DataException.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/DataException.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/DataException.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Date.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Date.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Date.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/DynamicLOB.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/DynamicLOB.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/DynamicLOB.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Limit.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Limit.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Limit.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/MetaColumn.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/MetaColumn.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/MetaColumn.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/PooledSessionHolder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/PooledSessionHolder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/PooledSessionHolder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/PooledSessionImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/PooledSessionImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/PooledSessionImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Position.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Position.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Position.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Range.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Range.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Range.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RecordSet.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RecordSet.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RecordSet.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Row.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Row.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Row.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RowFilter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RowFilter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RowFilter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RowFormatter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RowFormatter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RowFormatter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RowIterator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RowIterator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/RowIterator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SQLChannel.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SQLChannel.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SQLChannel.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Session.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Session.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Session.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionFactory.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionFactory.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionFactory.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionPool.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionPool.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionPool.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionPoolContainer.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionPoolContainer.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SessionPoolContainer.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SimpleRowFormatter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SimpleRowFormatter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/SimpleRowFormatter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Statement.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Statement.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Statement.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/StatementCreator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/StatementCreator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/StatementCreator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/StatementImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/StatementImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/StatementImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Time.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Time.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Time.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Transaction.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Transaction.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Data/src/Transaction.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ASCIIEncoding.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ASCIIEncoding.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ASCIIEncoding.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/AbstractObserver.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/AbstractObserver.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/AbstractObserver.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ActiveDispatcher.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ActiveDispatcher.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ActiveDispatcher.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ArchiveStrategy.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ArchiveStrategy.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ArchiveStrategy.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Ascii.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Ascii.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Ascii.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/AsyncChannel.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/AsyncChannel.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/AsyncChannel.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/AtomicCounter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/AtomicCounter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/AtomicCounter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base32Decoder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base32Decoder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base32Decoder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base32Encoder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base32Encoder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base32Encoder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base64Decoder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base64Decoder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base64Decoder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base64Encoder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base64Encoder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Base64Encoder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/BinaryReader.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/BinaryReader.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/BinaryReader.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/BinaryWriter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/BinaryWriter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/BinaryWriter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Bugcheck.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Bugcheck.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Bugcheck.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ByteOrder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ByteOrder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ByteOrder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Channel.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Channel.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Channel.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Checksum.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Checksum.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Checksum.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Clock.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Clock.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Clock.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Condition.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Condition.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Condition.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Configurable.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Configurable.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Configurable.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ConsoleChannel.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ConsoleChannel.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ConsoleChannel.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/CountingStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/CountingStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/CountingStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTime.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTime.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTime.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTimeFormat.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTimeFormat.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTimeFormat.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTimeFormatter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTimeFormatter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTimeFormatter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTimeParser.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTimeParser.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DateTimeParser.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Debugger.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Debugger.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Debugger.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DeflatingStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DeflatingStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DeflatingStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DigestEngine.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DigestEngine.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DigestEngine.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DigestStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DigestStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DigestStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DirectoryIterator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DirectoryIterator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DirectoryIterator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DirectoryIteratorStrategy.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DirectoryIteratorStrategy.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DirectoryIteratorStrategy.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DirectoryWatcher.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DirectoryWatcher.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/DirectoryWatcher.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Environment.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Environment.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Environment.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Error.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Error.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Error.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ErrorHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ErrorHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ErrorHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Event.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Event.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Event.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/EventArgs.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/EventArgs.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/EventArgs.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Exception.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Exception.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Exception.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FIFOBufferStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FIFOBufferStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FIFOBufferStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FPEnvironment.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FPEnvironment.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FPEnvironment.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/File.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/File.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/File.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FileChannel.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FileChannel.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FileChannel.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FileStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FileStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FileStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FileStreamFactory.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FileStreamFactory.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FileStreamFactory.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Format.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Format.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Format.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Formatter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Formatter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Formatter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FormattingChannel.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FormattingChannel.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/FormattingChannel.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Glob.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Glob.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Glob.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Hash.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Hash.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Hash.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/HashStatistic.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/HashStatistic.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/HashStatistic.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/HexBinaryDecoder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/HexBinaryDecoder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/HexBinaryDecoder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/HexBinaryEncoder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/HexBinaryEncoder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/HexBinaryEncoder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/InflatingStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/InflatingStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/InflatingStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Latin1Encoding.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Latin1Encoding.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Latin1Encoding.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Latin2Encoding.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Latin2Encoding.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Latin2Encoding.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Latin9Encoding.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Latin9Encoding.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Latin9Encoding.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LineEndingConverter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LineEndingConverter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LineEndingConverter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LocalDateTime.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LocalDateTime.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LocalDateTime.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LogFile.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LogFile.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LogFile.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LogStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LogStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LogStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Logger.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Logger.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Logger.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LoggingFactory.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LoggingFactory.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LoggingFactory.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LoggingRegistry.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LoggingRegistry.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/LoggingRegistry.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MD4Engine.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MD4Engine.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MD4Engine.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MD5Engine.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MD5Engine.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MD5Engine.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Manifest.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Manifest.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Manifest.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MemoryPool.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MemoryPool.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MemoryPool.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MemoryStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MemoryStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/MemoryStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Message.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Message.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Message.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Mutex.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Mutex.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Mutex.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NamedEvent.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NamedEvent.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NamedEvent.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NamedMutex.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NamedMutex.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NamedMutex.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NestedDiagnosticContext.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NestedDiagnosticContext.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NestedDiagnosticContext.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Notification.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Notification.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Notification.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NotificationCenter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NotificationCenter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NotificationCenter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NotificationQueue.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NotificationQueue.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NotificationQueue.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NullChannel.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NullChannel.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NullChannel.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NullStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NullStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NullStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NumberFormatter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NumberFormatter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NumberFormatter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NumberParser.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NumberParser.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NumberParser.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NumericString.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NumericString.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/NumericString.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Path.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Path.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Path.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PatternFormatter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PatternFormatter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PatternFormatter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Pipe.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Pipe.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Pipe.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PipeImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PipeImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PipeImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PipeStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PipeStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PipeStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PriorityNotificationQueue.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PriorityNotificationQueue.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PriorityNotificationQueue.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Process.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Process.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Process.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PurgeStrategy.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PurgeStrategy.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/PurgeStrategy.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RWLock.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RWLock.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RWLock.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Random.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Random.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Random.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RandomStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RandomStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RandomStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RefCountedObject.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RefCountedObject.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RefCountedObject.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RegularExpression.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RegularExpression.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RegularExpression.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RotateStrategy.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RotateStrategy.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/RotateStrategy.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Runnable.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Runnable.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Runnable.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SHA1Engine.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SHA1Engine.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SHA1Engine.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Semaphore.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Semaphore.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Semaphore.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SharedLibrary.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SharedLibrary.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SharedLibrary.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SharedMemory.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SharedMemory.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SharedMemory.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SignalHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SignalHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SignalHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SimpleFileChannel.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SimpleFileChannel.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SimpleFileChannel.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SortedDirectoryIterator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SortedDirectoryIterator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SortedDirectoryIterator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SplitterChannel.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SplitterChannel.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SplitterChannel.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Stopwatch.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Stopwatch.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Stopwatch.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamChannel.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamChannel.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamChannel.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamConverter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamConverter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamConverter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamCopier.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamCopier.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamCopier.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamTokenizer.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamTokenizer.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StreamTokenizer.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/String.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/String.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/String.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StringTokenizer.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StringTokenizer.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/StringTokenizer.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SynchronizedObject.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SynchronizedObject.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SynchronizedObject.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SyslogChannel.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SyslogChannel.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/SyslogChannel.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Task.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Task.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Task.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TaskManager.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TaskManager.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TaskManager.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TaskNotification.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TaskNotification.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TaskNotification.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TeeStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TeeStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TeeStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TemporaryFile.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TemporaryFile.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TemporaryFile.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextBufferIterator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextBufferIterator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextBufferIterator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextConverter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextConverter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextConverter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextEncoding.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextEncoding.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextEncoding.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextIterator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextIterator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TextIterator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Thread.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Thread.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Thread.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ThreadLocal.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ThreadLocal.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ThreadLocal.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ThreadPool.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ThreadPool.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ThreadPool.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ThreadTarget.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ThreadTarget.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/ThreadTarget.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TimedNotificationQueue.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TimedNotificationQueue.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/TimedNotificationQueue.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timer.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timer.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timer.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timespan.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timespan.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timespan.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timestamp.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timestamp.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timestamp.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timezone.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timezone.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Timezone.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Token.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Token.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Token.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/URI.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/URI.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/URI.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/URIStreamFactory.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/URIStreamFactory.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/URIStreamFactory.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/URIStreamOpener.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/URIStreamOpener.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/URIStreamOpener.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF16Encoding.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF16Encoding.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF16Encoding.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF32Encoding.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF32Encoding.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF32Encoding.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF8Encoding.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF8Encoding.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF8Encoding.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF8String.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF8String.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UTF8String.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UUID.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UUID.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UUID.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UUIDGenerator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UUIDGenerator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UUIDGenerator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Unicode.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Unicode.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Unicode.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UnicodeConverter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UnicodeConverter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/UnicodeConverter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Var.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Var.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Var.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/VarHolder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/VarHolder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/VarHolder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/VarIterator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/VarIterator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/VarIterator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Void.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Void.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Void.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Windows1250Encoding.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Windows1250Encoding.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Windows1250Encoding.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Windows1251Encoding.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Windows1251Encoding.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Windows1251Encoding.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Windows1252Encoding.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Windows1252Encoding.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/Windows1252Encoding.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/adler32.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/adler32.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/adler32.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/compress.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/compress.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/compress.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/crc32.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/crc32.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/crc32.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/deflate.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/deflate.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/deflate.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/infback.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/infback.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/infback.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/inffast.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/inffast.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/inffast.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/inflate.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/inflate.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/inflate.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/inftrees.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/inftrees.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/inftrees.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_byte_order.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_byte_order.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_byte_order.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_chartables.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_chartables.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_chartables.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_compile.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_compile.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_compile.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_config.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_config.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_config.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_dfa_exec.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_dfa_exec.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_dfa_exec.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_exec.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_exec.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_exec.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_fullinfo.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_fullinfo.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_fullinfo.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_get.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_get.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_get.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_globals.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_globals.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_globals.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_jit_compile.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_jit_compile.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_jit_compile.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_maketables.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_maketables.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_maketables.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_newline.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_newline.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_newline.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_ord2utf8.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_ord2utf8.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_ord2utf8.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_refcount.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_refcount.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_refcount.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_string_utils.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_string_utils.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_string_utils.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_study.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_study.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_study.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_tables.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_tables.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_tables.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_ucd.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_ucd.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_ucd.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_valid_utf8.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_valid_utf8.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_valid_utf8.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_version.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_version.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_version.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_xclass.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_xclass.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/pcre_xclass.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/trees.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/trees.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/trees.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/zutil.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/zutil.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Foundation/src/zutil.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Array.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Array.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Array.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Handler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Handler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Handler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/JSONException.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/JSONException.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/JSONException.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Object.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Object.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Object.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/ParseHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/ParseHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/ParseHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Parser.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Parser.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Parser.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/PrintHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/PrintHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/PrintHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Query.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Query.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Query.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Stringifier.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Stringifier.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Stringifier.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Template.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Template.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/Template.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/TemplateCache.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/TemplateCache.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/JSON/src/TemplateCache.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Array.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Array.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Array.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Binary.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Binary.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Binary.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Connection.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Connection.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Connection.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Cursor.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Cursor.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Cursor.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Database.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Database.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Database.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/DeleteRequest.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/DeleteRequest.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/DeleteRequest.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Document.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Document.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Document.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Element.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Element.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Element.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/GetMoreRequest.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/GetMoreRequest.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/GetMoreRequest.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/InsertRequest.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/InsertRequest.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/InsertRequest.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/JavaScriptCode.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/JavaScriptCode.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/JavaScriptCode.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/KillCursorsRequest.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/KillCursorsRequest.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/KillCursorsRequest.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Message.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Message.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/Message.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/MessageHeader.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/MessageHeader.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/MessageHeader.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/ObjectId.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/ObjectId.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/ObjectId.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/QueryRequest.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/QueryRequest.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/QueryRequest.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/RegularExpression.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/RegularExpression.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/RegularExpression.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/ReplicaSet.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/ReplicaSet.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/ReplicaSet.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/RequestMessage.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/RequestMessage.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/RequestMessage.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/ResponseMessage.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/ResponseMessage.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/ResponseMessage.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/UpdateRequest.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/UpdateRequest.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/MongoDB/src/UpdateRequest.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/AbstractHTTPRequestHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/AbstractHTTPRequestHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/AbstractHTTPRequestHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DNS.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DNS.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DNS.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DatagramSocket.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DatagramSocket.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DatagramSocket.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DatagramSocketImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DatagramSocketImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DatagramSocketImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DialogSocket.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DialogSocket.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/DialogSocket.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/FTPClientSession.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/FTPClientSession.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/FTPClientSession.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/FTPStreamFactory.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/FTPStreamFactory.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/FTPStreamFactory.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/FilePartSource.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/FilePartSource.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/FilePartSource.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTMLForm.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTMLForm.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTMLForm.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPAuthenticationParams.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPAuthenticationParams.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPAuthenticationParams.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPBasicCredentials.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPBasicCredentials.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPBasicCredentials.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPBufferAllocator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPBufferAllocator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPBufferAllocator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPChunkedStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPChunkedStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPChunkedStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPClientSession.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPClientSession.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPClientSession.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPCookie.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPCookie.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPCookie.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPCredentials.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPCredentials.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPCredentials.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPDigestCredentials.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPDigestCredentials.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPDigestCredentials.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPFixedLengthStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPFixedLengthStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPFixedLengthStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPHeaderStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPHeaderStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPHeaderStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPIOStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPIOStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPIOStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPMessage.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPMessage.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPMessage.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPRequest.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPRequest.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPRequest.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPRequestHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPRequestHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPRequestHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPRequestHandlerFactory.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPRequestHandlerFactory.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPRequestHandlerFactory.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPResponse.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPResponse.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPResponse.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServer.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServer.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServer.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerConnection.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerConnection.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerConnection.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerConnectionFactory.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerConnectionFactory.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerConnectionFactory.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerParams.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerParams.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerParams.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerRequest.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerRequest.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerRequest.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerRequestImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerRequestImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerRequestImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerResponse.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerResponse.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerResponse.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerResponseImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerResponseImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerResponseImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerSession.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerSession.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPServerSession.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPSession.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPSession.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPSession.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPSessionFactory.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPSessionFactory.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPSessionFactory.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPSessionInstantiator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPSessionInstantiator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPSessionInstantiator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPStreamFactory.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPStreamFactory.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HTTPStreamFactory.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HostEntry.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HostEntry.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/HostEntry.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPClient.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPClient.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPClient.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPEventArgs.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPEventArgs.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPEventArgs.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPPacket.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPPacket.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPPacket.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPPacketImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPPacketImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPPacketImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPSocket.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPSocket.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPSocket.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPSocketImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPSocketImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPSocketImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPv4PacketImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPv4PacketImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ICMPv4PacketImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/IPAddress.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/IPAddress.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/IPAddress.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/IPAddressImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/IPAddressImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/IPAddressImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MailMessage.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MailMessage.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MailMessage.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MailRecipient.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MailRecipient.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MailRecipient.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MailStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MailStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MailStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MediaType.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MediaType.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MediaType.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MessageHeader.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MessageHeader.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MessageHeader.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MulticastSocket.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MulticastSocket.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MulticastSocket.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MultipartReader.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MultipartReader.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MultipartReader.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MultipartWriter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MultipartWriter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/MultipartWriter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NTPClient.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NTPClient.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NTPClient.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NTPEventArgs.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NTPEventArgs.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NTPEventArgs.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NTPPacket.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NTPPacket.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NTPPacket.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NameValueCollection.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NameValueCollection.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NameValueCollection.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/Net.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/Net.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/Net.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NetException.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NetException.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NetException.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NetworkInterface.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NetworkInterface.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NetworkInterface.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NullPartHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NullPartHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/NullPartHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/OAuth10Credentials.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/OAuth10Credentials.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/OAuth10Credentials.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/OAuth20Credentials.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/OAuth20Credentials.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/OAuth20Credentials.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/POP3ClientSession.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/POP3ClientSession.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/POP3ClientSession.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/PartHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/PartHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/PartHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/PartSource.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/PartSource.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/PartSource.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/PartStore.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/PartStore.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/PartStore.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/QuotedPrintableDecoder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/QuotedPrintableDecoder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/QuotedPrintableDecoder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/QuotedPrintableEncoder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/QuotedPrintableEncoder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/QuotedPrintableEncoder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RawSocket.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RawSocket.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RawSocket.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RawSocketImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RawSocketImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RawSocketImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RemoteSyslogChannel.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RemoteSyslogChannel.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RemoteSyslogChannel.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RemoteSyslogListener.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RemoteSyslogListener.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/RemoteSyslogListener.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SMTPChannel.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SMTPChannel.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SMTPChannel.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SMTPClientSession.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SMTPClientSession.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SMTPClientSession.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ServerSocket.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ServerSocket.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ServerSocket.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ServerSocketImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ServerSocketImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/ServerSocketImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/Socket.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/Socket.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/Socket.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketAddress.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketAddress.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketAddress.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketAddressImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketAddressImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketAddressImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketNotification.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketNotification.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketNotification.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketNotifier.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketNotifier.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketNotifier.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketReactor.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketReactor.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketReactor.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/SocketStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/StreamSocket.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/StreamSocket.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/StreamSocket.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/StreamSocketImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/StreamSocketImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/StreamSocketImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/StringPartSource.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/StringPartSource.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/StringPartSource.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServer.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServer.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServer.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerConnection.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerConnection.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerConnection.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerConnectionFactory.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerConnectionFactory.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerConnectionFactory.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerDispatcher.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerDispatcher.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerDispatcher.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerParams.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerParams.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/TCPServerParams.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/WebSocket.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/WebSocket.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/WebSocket.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/WebSocketImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/WebSocketImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Net/src/WebSocketImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/File2Page/src/File2Page.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/File2Page/src/File2Page.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/File2Page/src/File2Page.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/ApacheCodeWriter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/ApacheCodeWriter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/ApacheCodeWriter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/CodeWriter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/CodeWriter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/CodeWriter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/OSPCodeWriter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/OSPCodeWriter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/OSPCodeWriter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/Page.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/Page.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/Page.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/PageCompiler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/PageCompiler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/PageCompiler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/PageReader.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/PageReader.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/PageCompiler/src/PageReader.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/AbstractConfiguration.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/AbstractConfiguration.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/AbstractConfiguration.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Application.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Application.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Application.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/ConfigurationMapper.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/ConfigurationMapper.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/ConfigurationMapper.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/ConfigurationView.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/ConfigurationView.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/ConfigurationView.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/FilesystemConfiguration.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/FilesystemConfiguration.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/FilesystemConfiguration.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/HelpFormatter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/HelpFormatter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/HelpFormatter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/IniFileConfiguration.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/IniFileConfiguration.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/IniFileConfiguration.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/IntValidator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/IntValidator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/IntValidator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/JSONConfiguration.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/JSONConfiguration.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/JSONConfiguration.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/LayeredConfiguration.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/LayeredConfiguration.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/LayeredConfiguration.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/LoggingConfigurator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/LoggingConfigurator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/LoggingConfigurator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/LoggingSubsystem.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/LoggingSubsystem.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/LoggingSubsystem.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/MapConfiguration.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/MapConfiguration.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/MapConfiguration.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Option.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Option.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Option.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionCallback.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionCallback.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionCallback.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionException.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionException.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionException.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionProcessor.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionProcessor.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionProcessor.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionSet.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionSet.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/OptionSet.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/PropertyFileConfiguration.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/PropertyFileConfiguration.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/PropertyFileConfiguration.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/RegExpValidator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/RegExpValidator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/RegExpValidator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/ServerApplication.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/ServerApplication.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/ServerApplication.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Subsystem.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Subsystem.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Subsystem.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/SystemConfiguration.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/SystemConfiguration.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/SystemConfiguration.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Timer.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Timer.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Timer.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/TimerTask.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/TimerTask.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/TimerTask.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Validator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Validator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/Validator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/XMLConfiguration.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/XMLConfiguration.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Util/src/XMLConfiguration.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AbstractContainerNode.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AbstractContainerNode.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AbstractContainerNode.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AbstractNode.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AbstractNode.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AbstractNode.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Attr.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Attr.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Attr.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AttrMap.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AttrMap.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AttrMap.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Attributes.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Attributes.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Attributes.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AttributesImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AttributesImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/AttributesImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/CDATASection.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/CDATASection.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/CDATASection.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/CharacterData.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/CharacterData.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/CharacterData.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ChildNodesList.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ChildNodesList.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ChildNodesList.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Comment.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Comment.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Comment.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ContentHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ContentHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ContentHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMBuilder.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMBuilder.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMBuilder.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMException.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMException.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMException.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMImplementation.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMImplementation.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMImplementation.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMObject.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMObject.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMObject.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMParser.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMParser.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMParser.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMSerializer.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMSerializer.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMSerializer.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMWriter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMWriter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DOMWriter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DTDHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DTDHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DTDHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DTDMap.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DTDMap.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DTDMap.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DeclHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DeclHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DeclHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DefaultHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DefaultHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DefaultHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Document.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Document.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Document.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DocumentEvent.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DocumentEvent.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DocumentEvent.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DocumentFragment.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DocumentFragment.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DocumentFragment.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DocumentType.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DocumentType.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/DocumentType.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Element.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Element.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Element.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ElementsByTagNameList.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ElementsByTagNameList.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ElementsByTagNameList.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Entity.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Entity.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Entity.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EntityReference.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EntityReference.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EntityReference.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EntityResolver.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EntityResolver.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EntityResolver.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EntityResolverImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EntityResolverImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EntityResolverImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ErrorHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ErrorHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ErrorHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Event.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Event.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Event.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventDispatcher.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventDispatcher.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventDispatcher.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventException.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventException.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventException.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventListener.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventListener.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventListener.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventTarget.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventTarget.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/EventTarget.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/InputSource.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/InputSource.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/InputSource.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/LexicalHandler.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/LexicalHandler.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/LexicalHandler.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Locator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Locator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Locator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/LocatorImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/LocatorImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/LocatorImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/MutationEvent.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/MutationEvent.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/MutationEvent.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Name.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Name.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Name.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamePool.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamePool.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamePool.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamedNodeMap.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamedNodeMap.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamedNodeMap.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamespaceStrategy.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamespaceStrategy.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamespaceStrategy.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamespaceSupport.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamespaceSupport.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NamespaceSupport.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Node.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Node.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Node.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeAppender.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeAppender.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeAppender.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeFilter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeFilter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeFilter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeIterator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeIterator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeIterator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeList.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeList.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/NodeList.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Notation.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Notation.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Notation.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ParserEngine.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ParserEngine.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ParserEngine.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ProcessingInstruction.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ProcessingInstruction.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/ProcessingInstruction.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/SAXException.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/SAXException.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/SAXException.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/SAXParser.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/SAXParser.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/SAXParser.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Text.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Text.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/Text.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/TreeWalker.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/TreeWalker.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/TreeWalker.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/WhitespaceFilter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/WhitespaceFilter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/WhitespaceFilter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLException.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLException.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLException.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLFilter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLFilter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLFilter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLFilterImpl.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLFilterImpl.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLFilterImpl.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLReader.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLReader.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLReader.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLString.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLString.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLString.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLWriter.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLWriter.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/XMLWriter.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmlparse.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmlparse.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmlparse.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmlrole.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmlrole.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmlrole.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmltok.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmltok.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmltok.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmltok_impl.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmltok_impl.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmltok_impl.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmltok_ns.c b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmltok_ns.c new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/XML/src/xmltok_ns.c @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Add.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Add.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Add.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/AutoDetectStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/AutoDetectStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/AutoDetectStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Compress.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Compress.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Compress.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Decompress.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Decompress.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Decompress.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Delete.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Delete.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Delete.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Keep.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Keep.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Keep.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ParseCallback.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ParseCallback.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ParseCallback.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/PartialStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/PartialStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/PartialStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Rename.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Rename.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Rename.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Replace.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Replace.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/Replace.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/SkipCallback.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/SkipCallback.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/SkipCallback.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipArchive.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipArchive.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipArchive.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipArchiveInfo.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipArchiveInfo.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipArchiveInfo.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipCommon.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipCommon.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipCommon.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipDataInfo.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipDataInfo.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipDataInfo.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipException.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipException.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipException.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipFileInfo.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipFileInfo.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipFileInfo.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipLocalFileHeader.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipLocalFileHeader.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipLocalFileHeader.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipManipulator.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipManipulator.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipManipulator.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipOperation.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipOperation.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipOperation.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipStream.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipStream.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipStream.cpp @@ -0,0 +1 @@ +. diff --git a/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipUtil.cpp b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipUtil.cpp new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/bin/test/data/SonargraphProjectTestSuite/CxxCmakeJsonModules/src/Zip/src/ZipUtil.cpp @@ -0,0 +1 @@ +. diff --git a/src/lib/project/SourceGroup.h b/src/lib/project/SourceGroup.h index 630c73a5..ca9a2cbf 100644 --- a/src/lib/project/SourceGroup.h +++ b/src/lib/project/SourceGroup.h @@ -5,12 +5,13 @@ #include #include +#include "settings/LanguageType.h" +#include "settings/SourceGroupStatusType.h" +#include "settings/SourceGroupType.h" + class IndexerCommand; class FilePath; class SourceGroupSettings; -enum LanguageType; -enum SourceGroupStatusType; -enum SourceGroupType; class SourceGroup { diff --git a/src/lib/utility/sonargraph/SonargraphProject.h b/src/lib/utility/sonargraph/SonargraphProject.h index c71f24ff..abcd9b2b 100644 --- a/src/lib/utility/sonargraph/SonargraphProject.h +++ b/src/lib/utility/sonargraph/SonargraphProject.h @@ -5,6 +5,8 @@ #include #include +#include "settings/LanguageType.h" + // xsdCppModule // xsdCppManualModule -> basePathForIncludes(0, n), sourceFileExtensions(0, n), moduleCompilerOptions(0, n) // xsdCmakeJsonModule -> rootPathWithFiles(0, n) @@ -17,7 +19,6 @@ class FilePath; class IndexerCommand; class SourceGroupSettings; class TextAccess; -enum LanguageType; namespace Sonargraph { @@ -37,7 +38,7 @@ namespace Sonargraph std::set filterToContainedFilePaths(const std::set& filePaths) const; std::vector> getIndexerCommands( - std::shared_ptr sourceGroupSettings, + std::shared_ptr sourceGroupSettings, std::shared_ptr appSettings) const; private: diff --git a/src/lib/utility/sonargraph/SonargraphSoftwareSystem.h b/src/lib/utility/sonargraph/SonargraphSoftwareSystem.h index fe17506b..23af27fd 100644 --- a/src/lib/utility/sonargraph/SonargraphSoftwareSystem.h +++ b/src/lib/utility/sonargraph/SonargraphSoftwareSystem.h @@ -12,7 +12,6 @@ class ApplicationSettings; class IndexerCommand; class SourceGroupSettings; class TiXmlElement; -enum LanguageType; namespace Sonargraph { diff --git a/src/lib/utility/sonargraph/SonargraphXsdAbstractModule.h b/src/lib/utility/sonargraph/SonargraphXsdAbstractModule.h index 071974d2..52278f47 100644 --- a/src/lib/utility/sonargraph/SonargraphXsdAbstractModule.h +++ b/src/lib/utility/sonargraph/SonargraphXsdAbstractModule.h @@ -5,13 +5,13 @@ #include #include +#include "settings/LanguageType.h" #include "utility/file/FilePathFilter.h" class ApplicationSettings; class IndexerCommand; class SourceGroupSettings; class TiXmlElement; -enum LanguageType; namespace Sonargraph { diff --git a/src/lib/utility/utilityXml.cpp b/src/lib/utility/utilityXml.cpp index bdfc5ab1..49ef55c3 100644 --- a/src/lib/utility/utilityXml.cpp +++ b/src/lib/utility/utilityXml.cpp @@ -15,9 +15,8 @@ namespace utility { std::vector elements; - const TiXmlElement* child = parentElement->FirstChildElement(elementName.c_str()); - - for (child; child; child = child->NextSiblingElement(elementName.c_str())) + for (const TiXmlElement* child = parentElement->FirstChildElement(elementName.c_str()); + child; child = child->NextSiblingElement(elementName.c_str())) { elements.push_back(child); } @@ -29,9 +28,8 @@ namespace utility { std::vector elements; - const TiXmlElement* child = parentElement->FirstChildElement(); - - for (child; child; child = child->NextSiblingElement()) + for (const TiXmlElement* child = parentElement->FirstChildElement(); + child; child = child->NextSiblingElement()) { const char* value = child->Attribute(attributeName.c_str()); if (value != nullptr && value == attributeValue) diff --git a/src/test/RefreshInfoGeneratorTestSuite.h b/src/test/RefreshInfoGeneratorTestSuite.h index 22659807..cf88ecee 100644 --- a/src/test/RefreshInfoGeneratorTestSuite.h +++ b/src/test/RefreshInfoGeneratorTestSuite.h @@ -41,7 +41,7 @@ public: TS_ASSERT_EQUALS(REFRESH_ALL_FILES, refreshInfo.mode); TS_ASSERT_EQUALS(0, refreshInfo.nonIndexedFilesToClear.size()); TS_ASSERT_EQUALS(0, refreshInfo.filesToClear.size()); - TS_ASSERT_EQUALS(1, refreshInfo.filesToIndex.size()); + TS_ASSERT_EQUALS(1, refreshInfo.filesToIndex.size()); TS_ASSERT(utility::containsElement( utility::toVector(refreshInfo.filesToIndex), sourceFilePath @@ -163,7 +163,7 @@ public: TS_ASSERT_EQUALS(0, refreshInfo.nonIndexedFilesToClear.size()); TS_ASSERT_EQUALS(1, refreshInfo.filesToClear.size()); TS_ASSERT_EQUALS(1, refreshInfo.filesToIndex.size()); - + TS_ASSERT(utility::containsElement( utility::toVector(refreshInfo.filesToClear), outdatedSourceFilePath )); @@ -212,9 +212,9 @@ public: const FilePath outdatedSourceFilePath = m_sourceFolder.getConcatenated(L"outdated_file.cpp"); std::vector> sourceGroups; - sourceGroups.push_back(std::shared_ptr(new SourceGroupTest({ - upToDateSourceFilePath, - outdatedSourceFilePath + sourceGroups.push_back(std::shared_ptr(new SourceGroupTest({ + upToDateSourceFilePath, + outdatedSourceFilePath }))); std::shared_ptr storage = std::make_shared( @@ -238,7 +238,7 @@ public: TS_ASSERT_EQUALS(0, refreshInfo.nonIndexedFilesToClear.size()); TS_ASSERT_EQUALS(2, refreshInfo.filesToClear.size()); TS_ASSERT_EQUALS(2, refreshInfo.filesToIndex.size()); - + TS_ASSERT(utility::containsElement( utility::toVector(refreshInfo.filesToClear), upToDateSourceFilePath )); @@ -476,12 +476,12 @@ private: } private: - virtual std::shared_ptr getSourceGroupSettings() + std::shared_ptr getSourceGroupSettings() override { return m_sourceGroupSettings; } - virtual std::shared_ptr getSourceGroupSettings() const + std::shared_ptr getSourceGroupSettings() const override { return m_sourceGroupSettings; } @@ -511,7 +511,7 @@ private: { FileSystem::createDirectory(filePath.getParentDirectory()); std::ofstream file; - file.open(filePath.wstr()); + file.open(filePath.str()); file << "This is some file content.\n"; file.close(); } diff --git a/src/test/SonargraphProjectTestSuite.h b/src/test/SonargraphProjectTestSuite.h index 58233e27..9557be9e 100644 --- a/src/test/SonargraphProjectTestSuite.h +++ b/src/test/SonargraphProjectTestSuite.h @@ -78,7 +78,7 @@ public: void generateAndCompareExpectedOutputForSonargraphProject( std::wstring projectName, - std::shared_ptr sourceGroupSettings, + std::shared_ptr sourceGroupSettings, std::shared_ptr applicationSettings) { const FilePath projectDataRoot = FilePath(L"data/SonargraphProjectTestSuite/" + projectName).makeAbsolute(); @@ -110,7 +110,7 @@ public: std::shared_ptr generateExpectedOutputForSonargraphProject( std::wstring projectName, - std::shared_ptr sourceGroupSettings, + std::shared_ptr sourceGroupSettings, std::shared_ptr applicationSettings) { const FilePath projectDataRoot = FilePath(L"data/SonargraphProjectTestSuite/" + projectName).makeAbsolute(); @@ -142,7 +142,7 @@ public: { return indexerCommandJavaToString(indexerCommandJava, baseDirectory); } - return L"Unsupported indexer command type: " + indexerCommand->getIndexerCommandType(); + return L"Unsupported indexer command type: " + utility::decodeFromUtf8(indexerCommandTypeToString(indexerCommand->getIndexerCommandType())); } return L"No IndexerCommand provided."; } @@ -170,7 +170,7 @@ public: } return result; } - + std::wstring indexerCommandJavaToString(std::shared_ptr indexerCommand, const FilePath& baseDirectory) { std::wstring result;