]> git.donarmstrong.com Git - flightcrew.git/commit
Imported Upstream version 0.7.2+dfsg
authorDon Armstrong <don@donarmstrong.com>
Tue, 5 Feb 2013 22:50:30 +0000 (14:50 -0800)
committerDon Armstrong <don@donarmstrong.com>
Tue, 5 Feb 2013 22:50:30 +0000 (14:50 -0800)
commitaf4f4c891aa32a065faf1b1d646ac3a9de9c3c57
treec8ce685eb1786264ab7b4090df43b71080f1a443
Imported Upstream version 0.7.2+dfsg
626 files changed:
CMakeLists.txt [new file with mode: 0644]
COPYING.LESSER.txt [new file with mode: 0644]
COPYING.txt [new file with mode: 0644]
ChangeLog.txt [new file with mode: 0644]
INSTALL.txt [new file with mode: 0644]
README.txt [new file with mode: 0644]
cmake_extras/CustomPCH.cmake [new file with mode: 0644]
cmake_extras/FileSystemSourceGroups.cmake [new file with mode: 0644]
src/FlightCrew-cli/CMakeLists.txt [new file with mode: 0644]
src/FlightCrew-cli/main.cpp [new file with mode: 0644]
src/FlightCrew-gui/CMakeLists.txt [new file with mode: 0644]
src/FlightCrew-gui/Form.ui [new file with mode: 0644]
src/FlightCrew-gui/MainWindow.cpp [new file with mode: 0644]
src/FlightCrew-gui/MainWindow.h [new file with mode: 0644]
src/FlightCrew-gui/UpdateChecker.cpp [new file with mode: 0644]
src/FlightCrew-gui/UpdateChecker.h [new file with mode: 0644]
src/FlightCrew-gui/main.cpp [new file with mode: 0644]
src/FlightCrew-gui/resources/bash/flightcrew-gui.sh [new file with mode: 0644]
src/FlightCrew-gui/resources/mac/MacOSXBundleInfo.plist [new file with mode: 0644]
src/FlightCrew/CMakeLists.txt [new file with mode: 0644]
src/FlightCrew/DllExporting.h [new file with mode: 0644]
src/FlightCrew/ErrorMessages.cpp [new file with mode: 0644]
src/FlightCrew/ErrorMessages.h [new file with mode: 0644]
src/FlightCrew/Framework/OpfValidatorsList.cpp [new file with mode: 0644]
src/FlightCrew/Framework/OpfValidatorsList.h [new file with mode: 0644]
src/FlightCrew/Framework/ValidateCss.cpp [new file with mode: 0644]
src/FlightCrew/Framework/ValidateEpub.cpp [new file with mode: 0644]
src/FlightCrew/Framework/ValidateNcx.cpp [new file with mode: 0644]
src/FlightCrew/Framework/ValidateOpf.cpp [new file with mode: 0644]
src/FlightCrew/Framework/ValidateXhtml.cpp [new file with mode: 0644]
src/FlightCrew/Framework/flightcrew_p.h [new file with mode: 0644]
src/FlightCrew/Misc/BoostFilesystemUse.h [new file with mode: 0644]
src/FlightCrew/Misc/CustomAssert.cpp [new file with mode: 0644]
src/FlightCrew/Misc/CustomAssert.h [new file with mode: 0644]
src/FlightCrew/Misc/DetermineMimetype.cpp [new file with mode: 0644]
src/FlightCrew/Misc/DetermineMimetype.h [new file with mode: 0644]
src/FlightCrew/Misc/ErrorResultCollector.cpp [new file with mode: 0644]
src/FlightCrew/Misc/ErrorResultCollector.h [new file with mode: 0644]
src/FlightCrew/Misc/TempFolder.cpp [new file with mode: 0644]
src/FlightCrew/Misc/TempFolder.h [new file with mode: 0644]
src/FlightCrew/Misc/Utilities.cpp [new file with mode: 0644]
src/FlightCrew/Misc/Utilities.h [new file with mode: 0644]
src/FlightCrew/Misc/XercesHUse.h [new file with mode: 0644]
src/FlightCrew/Result.cpp [new file with mode: 0644]
src/FlightCrew/Result.h [new file with mode: 0644]
src/FlightCrew/ResultId.h [new file with mode: 0644]
src/FlightCrew/ResultType.h [new file with mode: 0644]
src/FlightCrew/Schemas/AsSources/ContainerXsd.cpp [new file with mode: 0644]
src/FlightCrew/Schemas/AsSources/EncryptionXsd.cpp [new file with mode: 0644]
src/FlightCrew/Schemas/AsSources/Ncx20051Dtd.cpp [new file with mode: 0644]
src/FlightCrew/Schemas/AsSources/NcxXsd.cpp [new file with mode: 0644]
src/FlightCrew/Schemas/AsSources/Ops201Xsd.cpp [new file with mode: 0644]
src/FlightCrew/Schemas/AsSources/OpsSwitchXsd.cpp [new file with mode: 0644]
src/FlightCrew/Schemas/AsSources/SignaturesXsd.cpp [new file with mode: 0644]
src/FlightCrew/Schemas/AsSources/Svg11Xsd.cpp [new file with mode: 0644]
src/FlightCrew/Schemas/AsSources/XencSchemaXsd.cpp [new file with mode: 0644]
src/FlightCrew/Schemas/AsSources/Xhtml11FlatDtd.cpp [new file with mode: 0644]
src/FlightCrew/Schemas/AsSources/XlinkXsd.cpp [new file with mode: 0644]
src/FlightCrew/Schemas/AsSources/XmlXsd.cpp [new file with mode: 0644]
src/FlightCrew/Schemas/AsSources/XmldsigCoreSchemaXsd.cpp [new file with mode: 0644]
src/FlightCrew/Schemas/container.xsd [new file with mode: 0644]
src/FlightCrew/Schemas/encryption.xsd [new file with mode: 0644]
src/FlightCrew/Schemas/ncx-2005-1.dtd [new file with mode: 0644]
src/FlightCrew/Schemas/ncx.xsd [new file with mode: 0644]
src/FlightCrew/Schemas/ops201.xsd [new file with mode: 0644]
src/FlightCrew/Schemas/ops_switch.xsd [new file with mode: 0644]
src/FlightCrew/Schemas/signatures.xsd [new file with mode: 0644]
src/FlightCrew/Schemas/svg11.xsd [new file with mode: 0644]
src/FlightCrew/Schemas/xenc-schema.xsd [new file with mode: 0644]
src/FlightCrew/Schemas/xhtml11-flat.dtd [new file with mode: 0644]
src/FlightCrew/Schemas/xlink.xsd [new file with mode: 0644]
src/FlightCrew/Schemas/xml.xsd [new file with mode: 0644]
src/FlightCrew/Schemas/xmldsig-core-schema.xsd [new file with mode: 0644]
src/FlightCrew/Validators/AllowedChildrenValidator.cpp [new file with mode: 0644]
src/FlightCrew/Validators/AllowedChildrenValidator.h [new file with mode: 0644]
src/FlightCrew/Validators/AttributesPresentValidator.cpp [new file with mode: 0644]
src/FlightCrew/Validators/AttributesPresentValidator.h [new file with mode: 0644]
src/FlightCrew/Validators/DomSchemaValidator.cpp [new file with mode: 0644]
src/FlightCrew/Validators/DomSchemaValidator.h [new file with mode: 0644]
src/FlightCrew/Validators/ElementCountOneValidator.cpp [new file with mode: 0644]
src/FlightCrew/Validators/ElementCountOneValidator.h [new file with mode: 0644]
src/FlightCrew/Validators/ElementPresentValidator.cpp [new file with mode: 0644]
src/FlightCrew/Validators/ElementPresentValidator.h [new file with mode: 0644]
src/FlightCrew/Validators/IValidator.h [new file with mode: 0644]
src/FlightCrew/Validators/Ncx/ContentTargetsPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Ncx/ContentTargetsPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Ncx/NcxSatisfiesSchema.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Ncx/NcxSatisfiesSchema.h [new file with mode: 0644]
src/FlightCrew/Validators/Ocf/ContainerListedOpfPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Ocf/ContainerListedOpfPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Ocf/ContainerListsOpf.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Ocf/ContainerListsOpf.h [new file with mode: 0644]
src/FlightCrew/Validators/Ocf/ContainerSatisfiesSchema.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Ocf/ContainerSatisfiesSchema.h [new file with mode: 0644]
src/FlightCrew/Validators/Ocf/EncryptionSatisfiesSchema.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Ocf/EncryptionSatisfiesSchema.h [new file with mode: 0644]
src/FlightCrew/Validators/Ocf/MimetypeBytesValid.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Ocf/MimetypeBytesValid.h [new file with mode: 0644]
src/FlightCrew/Validators/Ocf/SignaturesSatisfiesSchema.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Ocf/SignaturesSatisfiesSchema.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ContributorAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ContributorAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/CoverageAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/CoverageAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/CreatorAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/CreatorAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/CreatorOrContributorRoleValid.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/CreatorOrContributorRoleValid.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/DCMetadataAllowedChildren.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/DCMetadataAllowedChildren.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/DCMetadataAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/DCMetadataAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/DateAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/DateAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/DateValid.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/DateValid.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/DescriptionAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/DescriptionAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/FormatAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/FormatAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/GuideAllowedChildren.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/GuideAllowedChildren.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/GuideAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/GuideAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/IdentifierAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/IdentifierAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/IdentifierPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/IdentifierPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/IdsUnique.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/IdsUnique.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/IdsValid.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/IdsValid.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemFilesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemFilesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemHrefUnique.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemHrefUnique.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemHrefValid.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemHrefValid.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemLinearValid.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemLinearValid.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemMediaTypeValid.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemMediaTypeValid.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemReqModsOnlyWithReqNS.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemReqModsOnlyWithReqNS.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemrefAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemrefAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemrefIdrefUnique.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemrefIdrefUnique.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemrefIdrefValid.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemrefIdrefValid.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemrefPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ItemrefPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/LanguagePresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/LanguagePresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ManifestAllowedChildren.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ManifestAllowedChildren.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ManifestAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ManifestAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/MetaAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/MetaAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/MetadataAllowedChildren.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/MetadataAllowedChildren.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/MetadataAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/MetadataAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/NcxPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/NcxPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/OneManifest.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/OneManifest.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/OneMetadata.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/OneMetadata.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/OneSpine.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/OneSpine.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/PackageAllowedChildren.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/PackageAllowedChildren.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/PackageAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/PackageAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/PackageIsRoot.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/PackageIsRoot.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/PackageUniqueIdentifierValid.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/PackageUniqueIdentifierValid.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/PackageVersionCorrect.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/PackageVersionCorrect.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/PublisherAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/PublisherAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ReferenceAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ReferenceAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ReferenceTypeValid.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ReferenceTypeValid.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/RelationAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/RelationAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/RightsAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/RightsAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/SiteAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/SiteAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/SourceAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/SourceAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/SpineAllowedChildren.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/SpineAllowedChildren.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/SpineAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/SpineAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/SpineTocValid.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/SpineTocValid.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/SubjectAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/SubjectAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/TitleAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/TitleAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/TitlePresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/TitlePresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/TourAllowedChildren.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/TourAllowedChildren.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/TourAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/TourAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ToursAllowedChildren.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ToursAllowedChildren.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ToursAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/ToursAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/TypeAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/TypeAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/XMetadataAllowedChildren.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/XMetadataAllowedChildren.h [new file with mode: 0644]
src/FlightCrew/Validators/Opf/XMetadataAttributesPresent.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Opf/XMetadataAttributesPresent.h [new file with mode: 0644]
src/FlightCrew/Validators/SaxSchemaValidator.cpp [new file with mode: 0644]
src/FlightCrew/Validators/SaxSchemaValidator.h [new file with mode: 0644]
src/FlightCrew/Validators/Xhtml/SatisfiesXhtmlSchema.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Xhtml/SatisfiesXhtmlSchema.h [new file with mode: 0644]
src/FlightCrew/Validators/Xhtml/UsesCorrectDtd.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Xhtml/UsesCorrectDtd.h [new file with mode: 0644]
src/FlightCrew/Validators/Xml/UsesUnicode.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Xml/UsesUnicode.h [new file with mode: 0644]
src/FlightCrew/Validators/Xml/WellFormedXml.cpp [new file with mode: 0644]
src/FlightCrew/Validators/Xml/WellFormedXml.h [new file with mode: 0644]
src/FlightCrew/Validators/XmlValidator.cpp [new file with mode: 0644]
src/FlightCrew/Validators/XmlValidator.h [new file with mode: 0644]
src/FlightCrew/constants.h [new file with mode: 0644]
src/FlightCrew/exception.h [new file with mode: 0644]
src/FlightCrew/flightcrew.cpp [new file with mode: 0644]
src/FlightCrew/flightcrew.h [new file with mode: 0644]
src/FlightCrew/stdafx.cpp [new file with mode: 0644]
src/FlightCrew/stdafx.h [new file with mode: 0644]
src/FlightCrew/tests/CMakeLists.txt [new file with mode: 0644]
src/FlightCrew/tests/framework_tests/EpubValidates_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/misc_tests/ConvertUtf8PathToBoostPath_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/misc_tests/DetermineMimetype_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/misc_tests/NormalizePath_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/ncx_tests/ContentTargetsPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/ncx_tests/NcxSatisfiesSchema_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/ocf_tests/ContainerListedOpfPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/ocf_tests/ContainerListsOpf_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/ocf_tests/ContainerSatisfiesSchema_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/ocf_tests/EncryptionSatisfiesSchema_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/ocf_tests/MimetypeBytesValid_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/ocf_tests/SignaturesSatisfiesSchema_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ContributorAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/CoverageAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/CreatorAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/CreatorOrContributorRoleValid_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/DCMetadataAllowedChildren_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/DCMetadataAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/DateAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/DateValid_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/DescriptionAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/FormatAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/GuideAllowedChildren_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/GuideAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/IdentifierAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/IdentifierPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/IdsUnique_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/IdsValid_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ItemAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ItemFilesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ItemHrefUnique_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ItemHrefValid_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ItemLinearValid_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ItemMediaTypeValid_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ItemPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ItemReqModsOnlyWithReqNS_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ItemrefAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ItemrefIdrefUnique_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ItemrefIdrefValid_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ItemrefPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/LanguagePresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ManifestAllowedChildren_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ManifestAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/MetaAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/MetadataAllowedChildren_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/MetadataAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/NcxPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/OneManifest_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/OneMetadata_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/OneSpine_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/PackageAllowedChildren_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/PackageAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/PackageIsRoot_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/PackageUniqueIdentifierValid_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/PackageVersionCorrect_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/PublisherAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ReachabilityAnalysis_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ReferenceAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ReferenceTypeValid_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/RelationAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/RightsAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/SiteAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/SourceAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/SpineAllowedChildren_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/SpineAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/SpineTocValid_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/SubjectAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/TitleAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/TitlePresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/TourAllowedChildren_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/TourAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ToursAllowedChildren_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/ToursAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/TypeAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/XMetadataAllowedChildren_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/opf_tests/XMetadataAttributesPresent_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/stdafx_tests.cpp [new file with mode: 0644]
src/FlightCrew/tests/stdafx_tests.h [new file with mode: 0644]
src/FlightCrew/tests/test_data/framework_tests/EpubValidates_MissingTitle.epub [new file with mode: 0644]
src/FlightCrew/tests/test_data/framework_tests/EpubValidates_MissingXhtmlFiles.epub [new file with mode: 0644]
src/FlightCrew/tests/test_data/framework_tests/EpubValidates_NoContainerXml.epub [new file with mode: 0644]
src/FlightCrew/tests/test_data/framework_tests/EpubValidates_NotAZip.epub [new file with mode: 0644]
src/FlightCrew/tests/test_data/framework_tests/EpubValidates_Valid.epub [new file with mode: 0644]
src/FlightCrew/tests/test_data/ncx_tests/ContentTargetsPresent_AllPresent/test1.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ncx_tests/ContentTargetsPresent_AllPresent/test2.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ncx_tests/ContentTargetsPresent_AllPresent/test3.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ncx_tests/ContentTargetsPresent_AllPresent/toc.ncx [new file with mode: 0644]
src/FlightCrew/tests/test_data/ncx_tests/ContentTargetsPresent_NotPresent/test2.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ncx_tests/ContentTargetsPresent_NotPresent/test3.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ncx_tests/ContentTargetsPresent_NotPresent/toc.ncx [new file with mode: 0644]
src/FlightCrew/tests/test_data/ncx_tests/NcxSatisfiesSchema_DoesntSatisfySchema.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ncx_tests/NcxSatisfiesSchema_SatisfiesSchema.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ncx_tests/NcxSatisfiesSchema_SatisfiesSchemaOpf201.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/ContainerListedOpfPresent_DoesntHaveOpf/META-INF/container.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/ContainerListedOpfPresent_DoesntHaveOpf/OEBPS/content.opf [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/ContainerListedOpfPresent_HasOpf/META-INF/container.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/ContainerListedOpfPresent_HasOpf/OEBPS/content.opf [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/ContainerListsOpf_DoesntListOpf.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/ContainerListsOpf_ListsOpf.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/ContainerSatisfiesSchema_DoesntSatisfySchema.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/ContainerSatisfiesSchema_SatisfiesSchema.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/EncryptionSatisfiesSchema_DoesntSatisfySchema.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/EncryptionSatisfiesSchema_SatisfiesSchema.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/MimetypeBytesValidTest_BytesInvalid.epub [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/MimetypeBytesValidTest_BytesValid.epub [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/SignaturesSatisfiesSchema_DoesntSatisfySchema.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/ocf_tests/SignaturesSatisfiesSchema_SatisfiesSchema.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ContributorAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ContributorAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/CoverageAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/CoverageAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/CreatorAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/CreatorAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/CreatorOrContributorRoleValid_BadValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/CreatorOrContributorRoleValid_GoodValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/DCMetadataAllowedChildren_ChildrenOK.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/DCMetadataAllowedChildren_WrongChildren.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/DCMetadataAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/DCMetadataAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/DateAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/DateAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/DateValid_BadValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/DateValid_GoodValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/DescriptionAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/DescriptionAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/FormatAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/FormatAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/GuideAllowedChildren_ChildrenOK.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/GuideAllowedChildren_WrongChildren.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/GuideAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/GuideAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/IdentifierAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/IdentifierAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/IdentifierPresent_HasIdentifier.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/IdentifierPresent_NoIdentifier.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/IdsUnique_AllNotUnique.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/IdsUnique_AllUnique.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/IdsValid_BadValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/IdsValid_GoodValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemAttributesPresent_MissingAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemFilesPresent_AllFilesPresent/content.opf [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemFilesPresent_AllFilesPresent/test1.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemFilesPresent_AllFilesPresent/test2.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemFilesPresent_AllFilesPresent/test3.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemFilesPresent_FilesMissing/content.opf [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemFilesPresent_FilesMissing/test1.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemFilesPresent_FilesMissing/test3.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemHrefUnique_HrefsNotUnique.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemHrefUnique_HrefsUnique.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemHrefValid_BadValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemHrefValid_GoodValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemLinearValid_BadValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemLinearValid_GoodValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemMediaTypeValid_BadValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemMediaTypeValid_GoodValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemPresent_HasItem.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemPresent_NoItem.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemReqModsOnlyWithReqNS_RequiredNamespaceNotPresent.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemReqModsOnlyWithReqNS_RequiredNamespacePresent.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemrefAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemrefAttributesPresent_MissingAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemrefAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemrefIdrefUnique_AllNotUnique.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemrefIdrefUnique_AllUnique.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemrefIdrefValid_IdDoesNotExist.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemrefIdrefValid_IdExists.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemrefPresent_HasItemref.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ItemrefPresent_NoItemref.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/LanguagePresent_HasLanguage.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/LanguagePresent_NoLanguage.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ManifestAllowedChildren_ChildrenOK.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ManifestAllowedChildren_WrongChildren.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ManifestAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ManifestAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/MetaAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/MetaAttributesPresent_MissingAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/MetaAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/MetadataAllowedChildren_DCXChildrenOK.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/MetadataAllowedChildren_DCXChildrenWrong.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/MetadataAllowedChildren_StdChildrenOK.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/MetadataAllowedChildren_StdChildrenWrong.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/MetadataAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/MetadataAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/NcxPresent_HasNcx.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/NcxPresent_NoNcx.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/OneManifest_NoManifest.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/OneManifest_OneManifest.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/OneManifest_TwoManifests.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/OneMetadata_NoMetadata.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/OneMetadata_OneMetadata.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/OneMetadata_TwoMetadatas.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/OneSpine_NoSpine.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/OneSpine_OneSpine.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/OneSpine_TwoSpines.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/PackageAllowedChildren_ChildrenOK.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/PackageAllowedChildren_WrongChildren.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/PackageAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/PackageAttributesPresent_MissingAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/PackageAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/PackageIsRoot_PackageNotRoot.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/PackageIsRoot_PackageRoot.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/PackageUniqueIdentifierValid_IdDoesNotExist.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/PackageUniqueIdentifierValid_IdExists.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/PackageVersionCorrect_BadPackageVersion.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/PackageVersionCorrect_GoodPackageVersion.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/PublisherAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/PublisherAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_AllOk/content.opf [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_AllOk/cover.gif [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_AllOk/main.css [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_AllOk/subdir/second.css [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_AllOk/subdir/third.css [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_AllOk/test1.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_AllOk/test2.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_AllOk/test3.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ManifestResourceNotReachable/content.opf [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ManifestResourceNotReachable/cover.gif [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ManifestResourceNotReachable/main.css [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ManifestResourceNotReachable/test1.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ManifestResourceNotReachable/test2.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ManifestResourceNotReachable/test3.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableDocsNotInSpine/content.opf [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableDocsNotInSpine/cover.gif [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableDocsNotInSpine/main.css [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableDocsNotInSpine/test1.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableDocsNotInSpine/test2.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableDocsNotInSpine/test3.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableResourceNotInManifest/content.opf [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableResourceNotInManifest/cover.gif [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableResourceNotInManifest/main.css [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableResourceNotInManifest/test1.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableResourceNotInManifest/test2.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableResourceNotInManifest/test3.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableResourceNotInManifest/test4.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_ReachableResourceNotInManifest/toc.ncx [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReferenceAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReferenceAttributesPresent_MissingAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReferenceAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReferenceTypeValid_BadValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ReferenceTypeValid_GoodValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/RelationAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/RelationAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/RightsAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/RightsAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SiteAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SiteAttributesPresent_MissingAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SiteAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SourceAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SourceAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SpineAllowedChildren_ChildrenOK.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SpineAllowedChildren_WrongChildren.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SpineAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SpineAttributesPresent_MissingAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SpineAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SpineTocValid_BadValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SpineTocValid_GoodValue.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SubjectAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/SubjectAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/TitleAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/TitleAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/TitlePresent_HasTitle.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/TitlePresent_NoTitle.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/TourAllowedChildren_ChildrenOK.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/TourAllowedChildren_WrongChildren.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/TourAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/TourAttributesPresent_MissingAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/TourAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ToursAllowedChildren_ChildrenOK.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ToursAllowedChildren_WrongChildren.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ToursAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/ToursAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/TypeAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/TypeAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/XMetadataAllowedChildren_ChildrenOK.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/XMetadataAllowedChildren_WrongChildren.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/XMetadataAttributesPresent_AllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/opf_tests/XMetadataAttributesPresent_NotAllowedAttributes.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xhtml_tests/SatisfiesXhtmlSchema_DoesntSatisfySchema.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xhtml_tests/SatisfiesXhtmlSchema_DoesntSatisfySchemaNoDtd.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xhtml_tests/SatisfiesXhtmlSchema_SatisfiesSchema.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xhtml_tests/SatisfiesXhtmlSchema_SatisfiesSchemaNoDtd.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xhtml_tests/SatisfiesXhtmlSchema_XmlError.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xhtml_tests/UsesCorrectDtdTest_DtdCorrect.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xhtml_tests/UsesCorrectDtdTest_DtdCorrectWithInternal.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xhtml_tests/UsesCorrectDtdTest_DtdIncorrect.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xhtml_tests/UsesCorrectDtdTest_DtdIncorrectFarLine.xhtml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xml_tests/UsesUnicode_DeclaresOtherUsesOther.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xml_tests/UsesUnicode_DeclaresUtf16UsesOther.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xml_tests/UsesUnicode_DeclaresUtf8UsesOther.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xml_tests/UsesUnicode_ValidUtf16BE.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xml_tests/UsesUnicode_ValidUtf16LE.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xml_tests/UsesUnicode_ValidUtf8.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xml_tests/UsesUnicode_ValidUtf8implicit.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xml_tests/UsesUnicode_ValidUtf8lowercase.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xml_tests/WellFormedXml_NotValid.xml [new file with mode: 0644]
src/FlightCrew/tests/test_data/xml_tests/WellFormedXml_Valid.xml [new file with mode: 0644]
src/FlightCrew/tests/test_main.cpp [new file with mode: 0644]
src/FlightCrew/tests/xhtml_tests/SatisfiesXhtmlSchema_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/xhtml_tests/UsesCorrectDtd_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/xml_tests/UsesUnicode_test.cpp [new file with mode: 0644]
src/FlightCrew/tests/xml_tests/WellFormedXml_test.cpp [new file with mode: 0644]
src/XercesExtensions/CMakeLists.txt [new file with mode: 0644]
src/XercesExtensions/FromXercesStringConverter.cpp [new file with mode: 0644]
src/XercesExtensions/FromXercesStringConverter.h [new file with mode: 0644]
src/XercesExtensions/LocationAwareDOMParser.cpp [new file with mode: 0644]
src/XercesExtensions/LocationAwareDOMParser.h [new file with mode: 0644]
src/XercesExtensions/LocationInfoDataHandler.cpp [new file with mode: 0644]
src/XercesExtensions/LocationInfoDataHandler.h [new file with mode: 0644]
src/XercesExtensions/NodeLocationInfo.h [new file with mode: 0644]
src/XercesExtensions/QName.h [new file with mode: 0644]
src/XercesExtensions/ToXercesStringConverter.cpp [new file with mode: 0644]
src/XercesExtensions/ToXercesStringConverter.h [new file with mode: 0644]
src/XercesExtensions/XercesInit.cpp [new file with mode: 0644]
src/XercesExtensions/XercesInit.h [new file with mode: 0644]
src/XercesExtensions/XmlUtils.cpp [new file with mode: 0644]
src/XercesExtensions/XmlUtils.h [new file with mode: 0644]
src/utf8-cpp/custom_changes.txt [new file with mode: 0644]
src/utf8-cpp/utf8.h [new file with mode: 0644]
src/utf8-cpp/utf8/checked.h [new file with mode: 0755]
src/utf8-cpp/utf8/core.h [new file with mode: 0755]
src/utf8-cpp/utf8/unchecked.h [new file with mode: 0755]
src/zipios/CMakeLists.txt [new file with mode: 0644]
src/zipios/COPYING [new file with mode: 0644]
src/zipios/changes_made.txt [new file with mode: 0644]
src/zipios/src/backbuffer.h [new file with mode: 0644]
src/zipios/src/basicentry.cpp [new file with mode: 0644]
src/zipios/src/collcoll.cpp [new file with mode: 0644]
src/zipios/src/deflateoutputstreambuf.cpp [new file with mode: 0644]
src/zipios/src/dircoll.cpp [new file with mode: 0644]
src/zipios/src/fcoll.cpp [new file with mode: 0644]
src/zipios/src/fcollexceptions.cpp [new file with mode: 0644]
src/zipios/src/fileentry.cpp [new file with mode: 0644]
src/zipios/src/filepath.cpp [new file with mode: 0644]
src/zipios/src/filterinputstreambuf.cpp [new file with mode: 0644]
src/zipios/src/filteroutputstreambuf.cpp [new file with mode: 0644]
src/zipios/src/gzipoutputstream.cpp [new file with mode: 0644]
src/zipios/src/gzipoutputstreambuf.cpp [new file with mode: 0644]
src/zipios/src/inflateinputstreambuf.cpp [new file with mode: 0644]
src/zipios/src/outputstringstream.h [new file with mode: 0644]
src/zipios/src/zipextraction.cpp [new file with mode: 0644]
src/zipios/src/zipfile.cpp [new file with mode: 0644]
src/zipios/src/ziphead.cpp [new file with mode: 0644]
src/zipios/src/zipheadio.cpp [new file with mode: 0644]
src/zipios/src/zipinputstream.cpp [new file with mode: 0644]
src/zipios/src/zipinputstreambuf.cpp [new file with mode: 0644]
src/zipios/src/zipios_common.h [new file with mode: 0644]
src/zipios/src/zipoutputstream.cpp [new file with mode: 0644]
src/zipios/src/zipoutputstreambuf.cpp [new file with mode: 0644]
src/zipios/zipios++/basicentry.h [new file with mode: 0644]
src/zipios/zipios++/collcoll.h [new file with mode: 0644]
src/zipios/zipios++/deflateoutputstreambuf.h [new file with mode: 0644]
src/zipios/zipios++/dircoll.h [new file with mode: 0644]
src/zipios/zipios++/fcoll.h [new file with mode: 0644]
src/zipios/zipios++/fcollexceptions.h [new file with mode: 0644]
src/zipios/zipios++/fileentry.h [new file with mode: 0644]
src/zipios/zipios++/filepath.h [new file with mode: 0644]
src/zipios/zipios++/filterinputstreambuf.h [new file with mode: 0644]
src/zipios/zipios++/filteroutputstreambuf.h [new file with mode: 0644]
src/zipios/zipios++/gzipoutputstream.h [new file with mode: 0644]
src/zipios/zipios++/gzipoutputstreambuf.h [new file with mode: 0644]
src/zipios/zipios++/inflateinputstreambuf.h [new file with mode: 0644]
src/zipios/zipios++/meta-iostreams.h [new file with mode: 0644]
src/zipios/zipios++/simplesmartptr.h [new file with mode: 0644]
src/zipios/zipios++/virtualseeker.h [new file with mode: 0644]
src/zipios/zipios++/zipextraction.h [new file with mode: 0644]
src/zipios/zipios++/zipfile.h [new file with mode: 0644]
src/zipios/zipios++/ziphead.h [new file with mode: 0644]
src/zipios/zipios++/zipheadio.h [new file with mode: 0644]
src/zipios/zipios++/zipinputstream.h [new file with mode: 0644]
src/zipios/zipios++/zipinputstreambuf.h [new file with mode: 0644]
src/zipios/zipios++/zipios-config.h [new file with mode: 0644]
src/zipios/zipios++/zipios-config.h.in [new file with mode: 0644]
src/zipios/zipios++/zipios-config.unix.h [new file with mode: 0644]
src/zipios/zipios++/zipios-config.w32.h [new file with mode: 0644]
src/zipios/zipios++/zipios_defs.h [new file with mode: 0644]
src/zipios/zipios++/zipoutputstream.h [new file with mode: 0644]
src/zipios/zipios++/zipoutputstreambuf.h [new file with mode: 0644]