lounge_lizard 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.gitmodules +3 -0
- data/.rspec +2 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +4 -0
- data/Guardfile +33 -0
- data/LICENSE.txt +21 -0
- data/README.md +50 -0
- data/Rakefile +43 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/circle.yml +14 -0
- data/ext/drafter/CHANGELOG.md +278 -0
- data/ext/drafter/Dockerfile +17 -0
- data/ext/drafter/Makefile +62 -0
- data/ext/drafter/appveyor.yml +17 -0
- data/ext/drafter/bin/drafter +0 -0
- data/ext/drafter/build/Makefile +387 -0
- data/ext/drafter/build/drafter.Makefile +6 -0
- data/ext/drafter/build/drafter.target.mk +159 -0
- data/ext/drafter/build/ext/snowcrash/libmarkdownparser.target.mk +141 -0
- data/ext/drafter/build/ext/snowcrash/libsnowcrash.target.mk +154 -0
- data/ext/drafter/build/ext/snowcrash/libsundown.target.mk +149 -0
- data/ext/drafter/build/ext/snowcrash/perf-libsnowcrash.target.mk +147 -0
- data/ext/drafter/build/ext/snowcrash/snowcrash.Makefile +6 -0
- data/ext/drafter/build/gyp-mac-tool +606 -0
- data/ext/drafter/build/libdrafter.target.mk +186 -0
- data/ext/drafter/build/libsos.target.mk +137 -0
- data/ext/drafter/build/out/Release/drafter +0 -0
- data/ext/drafter/build/out/Release/libdrafter.dylib +0 -0
- data/ext/drafter/build/out/Release/libmarkdownparser.a +0 -0
- data/ext/drafter/build/out/Release/libsnowcrash.a +0 -0
- data/ext/drafter/build/out/Release/libsos.a +0 -0
- data/ext/drafter/build/out/Release/libsundown.a +0 -0
- data/ext/drafter/build/out/Release/obj.target/drafter/src/config.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/drafter/src/main.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/drafter/src/reporting.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/ConversionContext.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/NamedTypesRegistry.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractAPI.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractDataStructure.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractElementFactory.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractSourceMap.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/Render.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/Serialize.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeAST.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeResult.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeSourcemap.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/drafter.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/drafter_private.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/ComparableVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Element.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/ExpandVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/IsExpandableVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/JSONSchemaVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/PrintVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Query.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Registry.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/RenderJSONVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/SerializeCompactVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/SerializeVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/TypeQueryVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/VisitorUtils.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Blueprint.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/BlueprintSourcemap.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/HTTP.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/HeadersParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSON.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONOneOfParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONSourcemap.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONTypeSectionParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONValueMemberParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Section.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Signature.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/UriTemplateParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/posix/RegexMatch.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/snowcrash.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsos/ext/sos/src/sos.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_href_e.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_html_e.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html_smartypants.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.o +0 -0
- data/ext/drafter/circle.yml +32 -0
- data/ext/drafter/config.gypi +10 -0
- data/ext/drafter/config.mk +5 -0
- data/ext/drafter/configure +224 -0
- data/ext/drafter/drafter.gyp +189 -0
- data/ext/drafter/drafter.xcworkspace/contents.xcworkspacedata +13 -0
- data/ext/drafter/ext/snowcrash/Makefile +58 -0
- data/ext/drafter/ext/snowcrash/appveyor.yml +7 -0
- data/ext/drafter/ext/snowcrash/common.gypi +165 -0
- data/ext/drafter/ext/snowcrash/configure +197 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/Makefile +90 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/CONTRIBUTING.md +10 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/Makefile +84 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/Makefile.win +33 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/examples/smartypants.c +72 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/examples/sundown.c +80 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini.h +37 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_href_e.c +108 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_html_e.c +84 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.c +647 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.h +77 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html_smartypants.c +389 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html_block_names.txt +25 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.c +297 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.h +51 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.c +225 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.h +96 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/html_blocks.h +206 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.c +2726 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.h +147 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.c +204 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.h +58 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.c +81 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.h +29 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/sundown.def +20 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/markdown/markdown.vcproj +188 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/msvc.sln +38 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/sundown/sundown.vcproj +206 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.cc +160 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.h +90 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.cc +152 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h +103 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.cc +388 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.h +106 -0
- data/ext/drafter/ext/snowcrash/snowcrash.gyp +196 -0
- data/ext/drafter/ext/snowcrash/src/ActionParser.h +560 -0
- data/ext/drafter/ext/snowcrash/src/AssetParser.h +123 -0
- data/ext/drafter/ext/snowcrash/src/AttributesParser.h +123 -0
- data/ext/drafter/ext/snowcrash/src/Blueprint.cc +90 -0
- data/ext/drafter/ext/snowcrash/src/Blueprint.h +489 -0
- data/ext/drafter/ext/snowcrash/src/BlueprintParser.h +845 -0
- data/ext/drafter/ext/snowcrash/src/BlueprintSourcemap.cc +81 -0
- data/ext/drafter/ext/snowcrash/src/BlueprintSourcemap.h +345 -0
- data/ext/drafter/ext/snowcrash/src/BlueprintUtility.h +111 -0
- data/ext/drafter/ext/snowcrash/src/CodeBlockUtility.h +276 -0
- data/ext/drafter/ext/snowcrash/src/DataStructureGroupParser.h +157 -0
- data/ext/drafter/ext/snowcrash/src/HTTP.cc +49 -0
- data/ext/drafter/ext/snowcrash/src/HTTP.h +108 -0
- data/ext/drafter/ext/snowcrash/src/HeadersParser.cc +117 -0
- data/ext/drafter/ext/snowcrash/src/HeadersParser.h +377 -0
- data/ext/drafter/ext/snowcrash/src/MSON.cc +272 -0
- data/ext/drafter/ext/snowcrash/src/MSON.h +405 -0
- data/ext/drafter/ext/snowcrash/src/MSONMixinParser.h +103 -0
- data/ext/drafter/ext/snowcrash/src/MSONNamedTypeParser.h +135 -0
- data/ext/drafter/ext/snowcrash/src/MSONOneOfParser.cc +132 -0
- data/ext/drafter/ext/snowcrash/src/MSONOneOfParser.h +80 -0
- data/ext/drafter/ext/snowcrash/src/MSONParameterParser.h +166 -0
- data/ext/drafter/ext/snowcrash/src/MSONPropertyMemberParser.h +106 -0
- data/ext/drafter/ext/snowcrash/src/MSONSourcemap.cc +141 -0
- data/ext/drafter/ext/snowcrash/src/MSONSourcemap.h +181 -0
- data/ext/drafter/ext/snowcrash/src/MSONTypeSectionParser.cc +209 -0
- data/ext/drafter/ext/snowcrash/src/MSONTypeSectionParser.h +213 -0
- data/ext/drafter/ext/snowcrash/src/MSONUtility.h +506 -0
- data/ext/drafter/ext/snowcrash/src/MSONValueMemberParser.cc +214 -0
- data/ext/drafter/ext/snowcrash/src/MSONValueMemberParser.h +390 -0
- data/ext/drafter/ext/snowcrash/src/ModelTable.h +87 -0
- data/ext/drafter/ext/snowcrash/src/ParameterParser.h +516 -0
- data/ext/drafter/ext/snowcrash/src/ParametersParser.h +222 -0
- data/ext/drafter/ext/snowcrash/src/PayloadParser.h +733 -0
- data/ext/drafter/ext/snowcrash/src/Platform.h +33 -0
- data/ext/drafter/ext/snowcrash/src/RegexMatch.h +32 -0
- data/ext/drafter/ext/snowcrash/src/RelationParser.h +87 -0
- data/ext/drafter/ext/snowcrash/src/ResourceGroupParser.h +297 -0
- data/ext/drafter/ext/snowcrash/src/ResourceParser.h +536 -0
- data/ext/drafter/ext/snowcrash/src/Section.cc +48 -0
- data/ext/drafter/ext/snowcrash/src/Section.h +60 -0
- data/ext/drafter/ext/snowcrash/src/SectionParser.h +246 -0
- data/ext/drafter/ext/snowcrash/src/SectionParserData.h +109 -0
- data/ext/drafter/ext/snowcrash/src/SectionProcessor.h +299 -0
- data/ext/drafter/ext/snowcrash/src/Signature.cc +75 -0
- data/ext/drafter/ext/snowcrash/src/Signature.h +103 -0
- data/ext/drafter/ext/snowcrash/src/SignatureSectionProcessor.h +442 -0
- data/ext/drafter/ext/snowcrash/src/SourceAnnotation.h +166 -0
- data/ext/drafter/ext/snowcrash/src/StringUtility.h +323 -0
- data/ext/drafter/ext/snowcrash/src/UriTemplateParser.cc +195 -0
- data/ext/drafter/ext/snowcrash/src/UriTemplateParser.h +240 -0
- data/ext/drafter/ext/snowcrash/src/ValuesParser.h +111 -0
- data/ext/drafter/ext/snowcrash/src/posix/RegexMatch.cc +99 -0
- data/ext/drafter/ext/snowcrash/src/snowcrash.cc +90 -0
- data/ext/drafter/ext/snowcrash/src/snowcrash.h +44 -0
- data/ext/drafter/ext/snowcrash/src/win/RegexMatch.cc +78 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/AUTHORS +12 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/DEPS +23 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/OWNERS +1 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/PRESUBMIT.py +137 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/buildbot/buildbot_run.py +136 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/buildbot/commit_queue/OWNERS +6 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/buildbot/commit_queue/cq_config.json +15 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/codereview.settings +10 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/data/win/large-pdb-shim.cc +12 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/gyp +8 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/gyp.bat +5 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/gyp_main.py +16 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSNew.py +340 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSProject.py +208 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSSettings.py +1096 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSToolFile.py +58 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUserFile.py +147 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUtil.py +270 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUtil.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSVersion.py +445 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSVersion.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/__init__.py +548 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/__init__.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/common.py +608 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/common.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/easy_xml.py +157 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/flock_tool.py +54 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/__init__.py +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/__init__.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/analyzer.py +741 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/android.py +1069 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/cmake.py +1248 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/dump_dependency_json.py +99 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/eclipse.py +425 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/gypd.py +94 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/gypsh.py +56 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/make.py +2218 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/make.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/msvs.py +3467 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/ninja.py +2427 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/ninja.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode.py +1300 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/input.py +2899 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/input.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/mac_tool.py +605 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/msvs_emulation.py +1093 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/msvs_emulation.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ninja_syntax.py +160 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ninja_syntax.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ordered_dict.py +289 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/simple_copy.py +46 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/simple_copy.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/win_tool.py +314 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_emulation.py +1664 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_emulation.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_ninja.py +276 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_ninja.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcodeproj_file.py +2927 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcodeproj_file.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xml_fix.py +69 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylintrc +307 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/samples/samples +81 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/samples/samples.bat +5 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/setup.py +19 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/Xcode/Specifications/gyp.pbfilespec +27 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/Xcode/Specifications/gyp.xclangspec +226 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/emacs/gyp.el +275 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/graphviz.py +100 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_gyp.py +155 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_sln.py +169 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_vcproj.py +329 -0
- data/ext/drafter/ext/snowcrash/vcbuild.bat +139 -0
- data/ext/drafter/ext/sos/Makefile +62 -0
- data/ext/drafter/ext/sos/src/sos.cc +235 -0
- data/ext/drafter/ext/sos/src/sos.h +188 -0
- data/ext/drafter/ext/sos/src/sosJSON.h +121 -0
- data/ext/drafter/ext/sos/src/sosYAML.h +105 -0
- data/ext/drafter/src/ConversionContext.cc +39 -0
- data/ext/drafter/src/ConversionContext.h +34 -0
- data/ext/drafter/src/NamedTypesRegistry.cc +405 -0
- data/ext/drafter/src/NamedTypesRegistry.h +28 -0
- data/ext/drafter/src/NodeInfo.h +143 -0
- data/ext/drafter/src/RefractAPI.cc +579 -0
- data/ext/drafter/src/RefractAPI.h +28 -0
- data/ext/drafter/src/RefractDataStructure.cc +1199 -0
- data/ext/drafter/src/RefractDataStructure.h +26 -0
- data/ext/drafter/src/RefractElementFactory.cc +107 -0
- data/ext/drafter/src/RefractElementFactory.h +67 -0
- data/ext/drafter/src/RefractSourceMap.cc +29 -0
- data/ext/drafter/src/RefractSourceMap.h +57 -0
- data/ext/drafter/src/Render.cc +157 -0
- data/ext/drafter/src/Render.h +40 -0
- data/ext/drafter/src/Serialize.cc +160 -0
- data/ext/drafter/src/Serialize.h +289 -0
- data/ext/drafter/src/SerializeAST.cc +507 -0
- data/ext/drafter/src/SerializeAST.h +29 -0
- data/ext/drafter/src/SerializeResult.cc +170 -0
- data/ext/drafter/src/SerializeResult.h +34 -0
- data/ext/drafter/src/SerializeSourcemap.cc +331 -0
- data/ext/drafter/src/SerializeSourcemap.h +21 -0
- data/ext/drafter/src/Version.h +40 -0
- data/ext/drafter/src/config.cc +91 -0
- data/ext/drafter/src/config.h +38 -0
- data/ext/drafter/src/drafter.cc +137 -0
- data/ext/drafter/src/drafter.h +102 -0
- data/ext/drafter/src/drafter_private.cc +85 -0
- data/ext/drafter/src/drafter_private.h +34 -0
- data/ext/drafter/src/main.cc +137 -0
- data/ext/drafter/src/refract/AppendDecorator.h +58 -0
- data/ext/drafter/src/refract/Build.h +67 -0
- data/ext/drafter/src/refract/ComparableVisitor.cc +43 -0
- data/ext/drafter/src/refract/ComparableVisitor.h +62 -0
- data/ext/drafter/src/refract/Element.cc +409 -0
- data/ext/drafter/src/refract/Element.h +656 -0
- data/ext/drafter/src/refract/ElementFwd.h +37 -0
- data/ext/drafter/src/refract/ElementInserter.h +59 -0
- data/ext/drafter/src/refract/Exception.h +31 -0
- data/ext/drafter/src/refract/ExpandVisitor.cc +359 -0
- data/ext/drafter/src/refract/ExpandVisitor.h +58 -0
- data/ext/drafter/src/refract/FilterVisitor.h +52 -0
- data/ext/drafter/src/refract/IsExpandableVisitor.cc +140 -0
- data/ext/drafter/src/refract/IsExpandableVisitor.h +31 -0
- data/ext/drafter/src/refract/Iterate.h +160 -0
- data/ext/drafter/src/refract/JSONSchemaVisitor.cc +675 -0
- data/ext/drafter/src/refract/JSONSchemaVisitor.h +73 -0
- data/ext/drafter/src/refract/PrintVisitor.cc +164 -0
- data/ext/drafter/src/refract/PrintVisitor.h +50 -0
- data/ext/drafter/src/refract/Query.cc +13 -0
- data/ext/drafter/src/refract/Query.h +38 -0
- data/ext/drafter/src/refract/Registry.cc +114 -0
- data/ext/drafter/src/refract/Registry.h +43 -0
- data/ext/drafter/src/refract/RenderJSONVisitor.cc +255 -0
- data/ext/drafter/src/refract/RenderJSONVisitor.h +51 -0
- data/ext/drafter/src/refract/SerializeCompactVisitor.cc +167 -0
- data/ext/drafter/src/refract/SerializeCompactVisitor.h +56 -0
- data/ext/drafter/src/refract/SerializeVisitor.cc +214 -0
- data/ext/drafter/src/refract/SerializeVisitor.h +55 -0
- data/ext/drafter/src/refract/TypeQueryVisitor.cc +46 -0
- data/ext/drafter/src/refract/TypeQueryVisitor.h +110 -0
- data/ext/drafter/src/refract/Visitor.h +126 -0
- data/ext/drafter/src/refract/VisitorUtils.cc +63 -0
- data/ext/drafter/src/refract/VisitorUtils.h +231 -0
- data/ext/drafter/src/reporting.cc +263 -0
- data/ext/drafter/src/reporting.h +39 -0
- data/ext/drafter/src/stream.h +148 -0
- data/ext/drafter/tools/homebrew/drafter.rb +18 -0
- data/ext/drafter/tools/make-tarball.sh +39 -0
- data/ext/drafter/tools/refract-filter.py +96 -0
- data/ext/drafter/tools/release.sh +17 -0
- data/ext/drafter/vcbuild.bat +203 -0
- data/lib/lounge_lizard/binding.rb +29 -0
- data/lib/lounge_lizard/version.rb +3 -0
- data/lib/lounge_lizard.rb +18 -0
- data/lounge_lizard.gemspec +37 -0
- metadata +547 -0
@@ -0,0 +1,186 @@
|
|
1
|
+
# This file is generated by gyp; do not edit.
|
2
|
+
|
3
|
+
TOOLSET := target
|
4
|
+
TARGET := libdrafter
|
5
|
+
DEFS_Debug := \
|
6
|
+
'-DBUILDING_SNOWCRASH=1' \
|
7
|
+
'-D_DARWIN_USE_64_BIT_INODE=1' \
|
8
|
+
'-DDRAFTER_BUILD_SHARED' \
|
9
|
+
'-DDEBUG' \
|
10
|
+
'-D_DEBUG'
|
11
|
+
|
12
|
+
# Flags passed to all source files.
|
13
|
+
CFLAGS_Debug := \
|
14
|
+
-O0 \
|
15
|
+
-gdwarf-2 \
|
16
|
+
-mmacosx-version-min=10.7 \
|
17
|
+
-arch x86_64 \
|
18
|
+
-Wall \
|
19
|
+
-Wendif-labels \
|
20
|
+
-W \
|
21
|
+
-Wno-unused-parameter
|
22
|
+
|
23
|
+
# Flags passed to only C files.
|
24
|
+
CFLAGS_C_Debug := \
|
25
|
+
-fno-strict-aliasing
|
26
|
+
|
27
|
+
# Flags passed to only C++ files.
|
28
|
+
CFLAGS_CC_Debug := \
|
29
|
+
-std=c++0x \
|
30
|
+
-stdlib=libc++ \
|
31
|
+
-fno-threadsafe-statics \
|
32
|
+
-fno-strict-aliasing
|
33
|
+
|
34
|
+
# Flags passed to only ObjC files.
|
35
|
+
CFLAGS_OBJC_Debug :=
|
36
|
+
|
37
|
+
# Flags passed to only ObjC++ files.
|
38
|
+
CFLAGS_OBJCC_Debug :=
|
39
|
+
|
40
|
+
INCS_Debug := \
|
41
|
+
-I$(srcdir)/ext/sos/src \
|
42
|
+
-I$(srcdir)/ext/snowcrash/src \
|
43
|
+
-I$(srcdir)/ext/snowcrash/ext/markdown-parser/src \
|
44
|
+
-I$(srcdir)/ext/snowcrash/ext/markdown-parser/ext/sundown/src
|
45
|
+
|
46
|
+
DEFS_Release := \
|
47
|
+
'-DBUILDING_SNOWCRASH=1' \
|
48
|
+
'-D_DARWIN_USE_64_BIT_INODE=1' \
|
49
|
+
'-DDRAFTER_BUILD_SHARED'
|
50
|
+
|
51
|
+
# Flags passed to all source files.
|
52
|
+
CFLAGS_Release := \
|
53
|
+
-Os \
|
54
|
+
-gdwarf-2 \
|
55
|
+
-mmacosx-version-min=10.7 \
|
56
|
+
-arch x86_64 \
|
57
|
+
-Wall \
|
58
|
+
-Wendif-labels \
|
59
|
+
-W \
|
60
|
+
-Wno-unused-parameter
|
61
|
+
|
62
|
+
# Flags passed to only C files.
|
63
|
+
CFLAGS_C_Release := \
|
64
|
+
-fno-strict-aliasing
|
65
|
+
|
66
|
+
# Flags passed to only C++ files.
|
67
|
+
CFLAGS_CC_Release := \
|
68
|
+
-std=c++0x \
|
69
|
+
-stdlib=libc++ \
|
70
|
+
-fno-threadsafe-statics \
|
71
|
+
-fno-strict-aliasing
|
72
|
+
|
73
|
+
# Flags passed to only ObjC files.
|
74
|
+
CFLAGS_OBJC_Release :=
|
75
|
+
|
76
|
+
# Flags passed to only ObjC++ files.
|
77
|
+
CFLAGS_OBJCC_Release :=
|
78
|
+
|
79
|
+
INCS_Release := \
|
80
|
+
-I$(srcdir)/ext/sos/src \
|
81
|
+
-I$(srcdir)/ext/snowcrash/src \
|
82
|
+
-I$(srcdir)/ext/snowcrash/ext/markdown-parser/src \
|
83
|
+
-I$(srcdir)/ext/snowcrash/ext/markdown-parser/ext/sundown/src
|
84
|
+
|
85
|
+
OBJS := \
|
86
|
+
$(obj).target/$(TARGET)/src/drafter.o \
|
87
|
+
$(obj).target/$(TARGET)/src/drafter_private.o \
|
88
|
+
$(obj).target/$(TARGET)/src/Serialize.o \
|
89
|
+
$(obj).target/$(TARGET)/src/SerializeAST.o \
|
90
|
+
$(obj).target/$(TARGET)/src/SerializeSourcemap.o \
|
91
|
+
$(obj).target/$(TARGET)/src/SerializeResult.o \
|
92
|
+
$(obj).target/$(TARGET)/src/RefractAPI.o \
|
93
|
+
$(obj).target/$(TARGET)/src/RefractDataStructure.o \
|
94
|
+
$(obj).target/$(TARGET)/src/RefractSourceMap.o \
|
95
|
+
$(obj).target/$(TARGET)/src/Render.o \
|
96
|
+
$(obj).target/$(TARGET)/src/NamedTypesRegistry.o \
|
97
|
+
$(obj).target/$(TARGET)/src/RefractElementFactory.o \
|
98
|
+
$(obj).target/$(TARGET)/src/ConversionContext.o \
|
99
|
+
$(obj).target/$(TARGET)/src/refract/Element.o \
|
100
|
+
$(obj).target/$(TARGET)/src/refract/VisitorUtils.o \
|
101
|
+
$(obj).target/$(TARGET)/src/refract/SerializeCompactVisitor.o \
|
102
|
+
$(obj).target/$(TARGET)/src/refract/SerializeVisitor.o \
|
103
|
+
$(obj).target/$(TARGET)/src/refract/ComparableVisitor.o \
|
104
|
+
$(obj).target/$(TARGET)/src/refract/TypeQueryVisitor.o \
|
105
|
+
$(obj).target/$(TARGET)/src/refract/IsExpandableVisitor.o \
|
106
|
+
$(obj).target/$(TARGET)/src/refract/ExpandVisitor.o \
|
107
|
+
$(obj).target/$(TARGET)/src/refract/RenderJSONVisitor.o \
|
108
|
+
$(obj).target/$(TARGET)/src/refract/PrintVisitor.o \
|
109
|
+
$(obj).target/$(TARGET)/src/refract/JSONSchemaVisitor.o \
|
110
|
+
$(obj).target/$(TARGET)/src/refract/Registry.o \
|
111
|
+
$(obj).target/$(TARGET)/src/refract/Query.o
|
112
|
+
|
113
|
+
# Add to the list of files we specially track dependencies for.
|
114
|
+
all_deps += $(OBJS)
|
115
|
+
|
116
|
+
# Make sure our dependencies are built before any of us.
|
117
|
+
$(OBJS): | $(builddir)/libsos.a $(builddir)/libsnowcrash.a $(builddir)/libmarkdownparser.a $(builddir)/libsundown.a
|
118
|
+
|
119
|
+
# CFLAGS et al overrides must be target-local.
|
120
|
+
# See "Target-specific Variable Values" in the GNU Make manual.
|
121
|
+
$(OBJS): TOOLSET := $(TOOLSET)
|
122
|
+
$(OBJS): GYP_CFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE))
|
123
|
+
$(OBJS): GYP_CXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE))
|
124
|
+
$(OBJS): GYP_OBJCFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE)) $(CFLAGS_OBJC_$(BUILDTYPE))
|
125
|
+
$(OBJS): GYP_OBJCXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE)) $(CFLAGS_OBJCC_$(BUILDTYPE))
|
126
|
+
|
127
|
+
# Suffix rules, putting all outputs into $(obj).
|
128
|
+
|
129
|
+
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(srcdir)/%.cc FORCE_DO_CMD
|
130
|
+
@$(call do_cmd,cxx,1)
|
131
|
+
|
132
|
+
# Try building from generated source, too.
|
133
|
+
|
134
|
+
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj).$(TOOLSET)/%.cc FORCE_DO_CMD
|
135
|
+
@$(call do_cmd,cxx,1)
|
136
|
+
|
137
|
+
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.cc FORCE_DO_CMD
|
138
|
+
@$(call do_cmd,cxx,1)
|
139
|
+
|
140
|
+
# End of this set of suffix rules
|
141
|
+
### Rules for final target.
|
142
|
+
LDFLAGS_Debug := \
|
143
|
+
-Wl,-search_paths_first \
|
144
|
+
-mmacosx-version-min=10.7 \
|
145
|
+
-arch x86_64 \
|
146
|
+
-L$(builddir) \
|
147
|
+
-install_name /usr/local/lib/libdrafter.dylib \
|
148
|
+
-stdlib=libc++
|
149
|
+
|
150
|
+
LIBTOOLFLAGS_Debug := \
|
151
|
+
-Wl,-search_paths_first
|
152
|
+
|
153
|
+
LDFLAGS_Release := \
|
154
|
+
-Wl,-search_paths_first \
|
155
|
+
-mmacosx-version-min=10.7 \
|
156
|
+
-arch x86_64 \
|
157
|
+
-L$(builddir) \
|
158
|
+
-install_name /usr/local/lib/libdrafter.dylib \
|
159
|
+
-stdlib=libc++
|
160
|
+
|
161
|
+
LIBTOOLFLAGS_Release := \
|
162
|
+
-Wl,-search_paths_first
|
163
|
+
|
164
|
+
LIBS :=
|
165
|
+
|
166
|
+
$(builddir)/libdrafter.dylib: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
|
167
|
+
$(builddir)/libdrafter.dylib: LIBS := $(LIBS)
|
168
|
+
$(builddir)/libdrafter.dylib: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))
|
169
|
+
$(builddir)/libdrafter.dylib: LD_INPUTS := $(OBJS) $(builddir)/libsos.a $(builddir)/libsnowcrash.a $(builddir)/libmarkdownparser.a $(builddir)/libsundown.a
|
170
|
+
$(builddir)/libdrafter.dylib: TOOLSET := $(TOOLSET)
|
171
|
+
$(builddir)/libdrafter.dylib: $(OBJS) $(builddir)/libsos.a $(builddir)/libsnowcrash.a $(builddir)/libmarkdownparser.a $(builddir)/libsundown.a FORCE_DO_CMD
|
172
|
+
$(call do_cmd,solink)
|
173
|
+
|
174
|
+
all_deps += $(builddir)/libdrafter.dylib
|
175
|
+
# Add target alias
|
176
|
+
.PHONY: libdrafter
|
177
|
+
libdrafter: $(builddir)/libdrafter.dylib
|
178
|
+
|
179
|
+
# Short alias for building this shared library.
|
180
|
+
.PHONY: libdrafter.dylib
|
181
|
+
libdrafter.dylib: $(builddir)/libdrafter.dylib
|
182
|
+
|
183
|
+
# Add shared library to "all" target.
|
184
|
+
.PHONY: all
|
185
|
+
all: $(builddir)/libdrafter.dylib
|
186
|
+
|
@@ -0,0 +1,137 @@
|
|
1
|
+
# This file is generated by gyp; do not edit.
|
2
|
+
|
3
|
+
TOOLSET := target
|
4
|
+
TARGET := libsos
|
5
|
+
DEFS_Debug := \
|
6
|
+
'-DBUILDING_SNOWCRASH=1' \
|
7
|
+
'-D_DARWIN_USE_64_BIT_INODE=1' \
|
8
|
+
'-DDEBUG' \
|
9
|
+
'-D_DEBUG'
|
10
|
+
|
11
|
+
# Flags passed to all source files.
|
12
|
+
CFLAGS_Debug := \
|
13
|
+
-O0 \
|
14
|
+
-gdwarf-2 \
|
15
|
+
-mmacosx-version-min=10.7 \
|
16
|
+
-arch x86_64 \
|
17
|
+
-Wall \
|
18
|
+
-Wendif-labels \
|
19
|
+
-W \
|
20
|
+
-Wno-unused-parameter
|
21
|
+
|
22
|
+
# Flags passed to only C files.
|
23
|
+
CFLAGS_C_Debug := \
|
24
|
+
-fno-strict-aliasing
|
25
|
+
|
26
|
+
# Flags passed to only C++ files.
|
27
|
+
CFLAGS_CC_Debug := \
|
28
|
+
-std=c++0x \
|
29
|
+
-stdlib=libc++ \
|
30
|
+
-fno-threadsafe-statics \
|
31
|
+
-fno-strict-aliasing
|
32
|
+
|
33
|
+
# Flags passed to only ObjC files.
|
34
|
+
CFLAGS_OBJC_Debug :=
|
35
|
+
|
36
|
+
# Flags passed to only ObjC++ files.
|
37
|
+
CFLAGS_OBJCC_Debug :=
|
38
|
+
|
39
|
+
INCS_Debug :=
|
40
|
+
|
41
|
+
DEFS_Release := \
|
42
|
+
'-DBUILDING_SNOWCRASH=1' \
|
43
|
+
'-D_DARWIN_USE_64_BIT_INODE=1'
|
44
|
+
|
45
|
+
# Flags passed to all source files.
|
46
|
+
CFLAGS_Release := \
|
47
|
+
-Os \
|
48
|
+
-gdwarf-2 \
|
49
|
+
-mmacosx-version-min=10.7 \
|
50
|
+
-arch x86_64 \
|
51
|
+
-Wall \
|
52
|
+
-Wendif-labels \
|
53
|
+
-W \
|
54
|
+
-Wno-unused-parameter
|
55
|
+
|
56
|
+
# Flags passed to only C files.
|
57
|
+
CFLAGS_C_Release := \
|
58
|
+
-fno-strict-aliasing
|
59
|
+
|
60
|
+
# Flags passed to only C++ files.
|
61
|
+
CFLAGS_CC_Release := \
|
62
|
+
-std=c++0x \
|
63
|
+
-stdlib=libc++ \
|
64
|
+
-fno-threadsafe-statics \
|
65
|
+
-fno-strict-aliasing
|
66
|
+
|
67
|
+
# Flags passed to only ObjC files.
|
68
|
+
CFLAGS_OBJC_Release :=
|
69
|
+
|
70
|
+
# Flags passed to only ObjC++ files.
|
71
|
+
CFLAGS_OBJCC_Release :=
|
72
|
+
|
73
|
+
INCS_Release :=
|
74
|
+
|
75
|
+
OBJS := \
|
76
|
+
$(obj).target/$(TARGET)/ext/sos/src/sos.o
|
77
|
+
|
78
|
+
# Add to the list of files we specially track dependencies for.
|
79
|
+
all_deps += $(OBJS)
|
80
|
+
|
81
|
+
# CFLAGS et al overrides must be target-local.
|
82
|
+
# See "Target-specific Variable Values" in the GNU Make manual.
|
83
|
+
$(OBJS): TOOLSET := $(TOOLSET)
|
84
|
+
$(OBJS): GYP_CFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE))
|
85
|
+
$(OBJS): GYP_CXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE))
|
86
|
+
$(OBJS): GYP_OBJCFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE)) $(CFLAGS_OBJC_$(BUILDTYPE))
|
87
|
+
$(OBJS): GYP_OBJCXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE)) $(CFLAGS_OBJCC_$(BUILDTYPE))
|
88
|
+
|
89
|
+
# Suffix rules, putting all outputs into $(obj).
|
90
|
+
|
91
|
+
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(srcdir)/%.cc FORCE_DO_CMD
|
92
|
+
@$(call do_cmd,cxx,1)
|
93
|
+
|
94
|
+
# Try building from generated source, too.
|
95
|
+
|
96
|
+
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj).$(TOOLSET)/%.cc FORCE_DO_CMD
|
97
|
+
@$(call do_cmd,cxx,1)
|
98
|
+
|
99
|
+
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.cc FORCE_DO_CMD
|
100
|
+
@$(call do_cmd,cxx,1)
|
101
|
+
|
102
|
+
# End of this set of suffix rules
|
103
|
+
### Rules for final target.
|
104
|
+
LDFLAGS_Debug := \
|
105
|
+
-mmacosx-version-min=10.7 \
|
106
|
+
-arch x86_64 \
|
107
|
+
-L$(builddir) \
|
108
|
+
-stdlib=libc++
|
109
|
+
|
110
|
+
LIBTOOLFLAGS_Debug :=
|
111
|
+
|
112
|
+
LDFLAGS_Release := \
|
113
|
+
-mmacosx-version-min=10.7 \
|
114
|
+
-arch x86_64 \
|
115
|
+
-L$(builddir) \
|
116
|
+
-stdlib=libc++
|
117
|
+
|
118
|
+
LIBTOOLFLAGS_Release :=
|
119
|
+
|
120
|
+
LIBS :=
|
121
|
+
|
122
|
+
$(builddir)/libsos.a: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
|
123
|
+
$(builddir)/libsos.a: LIBS := $(LIBS)
|
124
|
+
$(builddir)/libsos.a: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))
|
125
|
+
$(builddir)/libsos.a: TOOLSET := $(TOOLSET)
|
126
|
+
$(builddir)/libsos.a: $(OBJS) FORCE_DO_CMD
|
127
|
+
$(call do_cmd,alink)
|
128
|
+
|
129
|
+
all_deps += $(builddir)/libsos.a
|
130
|
+
# Add target alias
|
131
|
+
.PHONY: libsos
|
132
|
+
libsos: $(builddir)/libsos.a
|
133
|
+
|
134
|
+
# Add target alias to "all" target.
|
135
|
+
.PHONY: all
|
136
|
+
all: libsos
|
137
|
+
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/SerializeCompactVisitor.o
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/BlueprintSourcemap.o
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONOneOfParser.o
ADDED
Binary file
|
Binary file
|
data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONTypeSectionParser.o
ADDED
Binary file
|
data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONValueMemberParser.o
ADDED
Binary file
|
Binary file
|
Binary file
|
data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/UriTemplateParser.o
ADDED
Binary file
|
data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/posix/RegexMatch.o
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,32 @@
|
|
1
|
+
general:
|
2
|
+
artifacts:
|
3
|
+
- memcheck.log
|
4
|
+
- memcheck-capi.log
|
5
|
+
|
6
|
+
machine:
|
7
|
+
services:
|
8
|
+
- docker
|
9
|
+
node:
|
10
|
+
version: 0.10.34
|
11
|
+
|
12
|
+
checkout:
|
13
|
+
post:
|
14
|
+
- git submodule update --init --recursive
|
15
|
+
|
16
|
+
dependencies:
|
17
|
+
pre:
|
18
|
+
- sudo apt-get update && sudo apt-get install valgrind
|
19
|
+
|
20
|
+
test:
|
21
|
+
pre:
|
22
|
+
- ./configure -i
|
23
|
+
override:
|
24
|
+
- env CXXFLAGS="-Werror" make test
|
25
|
+
- valgrind --leak-check=full --show-leak-kinds=definite,indirect,possible --error-exitcode=1 ./bin/test-libdrafter 2> memcheck.log
|
26
|
+
- valgrind --leak-check=full --show-leak-kinds=definite,indirect,possible --error-exitcode=1 ./bin/test-capi 2> memcheck-capi.log
|
27
|
+
|
28
|
+
deployment:
|
29
|
+
release:
|
30
|
+
tag: /v.*/
|
31
|
+
commands:
|
32
|
+
- ./tools/release.sh
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# Do not edit. Generated by the configure script.
|
2
|
+
{ 'target_defaults': { 'cflags': [],
|
3
|
+
'default_configuration': 'Release',
|
4
|
+
'defines': [],
|
5
|
+
'include_dirs': [],
|
6
|
+
'libraries': []},
|
7
|
+
'variables': { 'host_arch': 'x64',
|
8
|
+
'libdrafter_type': 'shared_library',
|
9
|
+
'python': '/usr/local/opt/python/bin/python2.7',
|
10
|
+
'target_arch': 'x64'}}
|