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,58 @@
|
|
1
|
+
# Copyright (c) 2012 Google Inc. All rights reserved.
|
2
|
+
# Use of this source code is governed by a BSD-style license that can be
|
3
|
+
# found in the LICENSE file.
|
4
|
+
|
5
|
+
"""Visual Studio project reader/writer."""
|
6
|
+
|
7
|
+
import gyp.common
|
8
|
+
import gyp.easy_xml as easy_xml
|
9
|
+
|
10
|
+
|
11
|
+
class Writer(object):
|
12
|
+
"""Visual Studio XML tool file writer."""
|
13
|
+
|
14
|
+
def __init__(self, tool_file_path, name):
|
15
|
+
"""Initializes the tool file.
|
16
|
+
|
17
|
+
Args:
|
18
|
+
tool_file_path: Path to the tool file.
|
19
|
+
name: Name of the tool file.
|
20
|
+
"""
|
21
|
+
self.tool_file_path = tool_file_path
|
22
|
+
self.name = name
|
23
|
+
self.rules_section = ['Rules']
|
24
|
+
|
25
|
+
def AddCustomBuildRule(self, name, cmd, description,
|
26
|
+
additional_dependencies,
|
27
|
+
outputs, extensions):
|
28
|
+
"""Adds a rule to the tool file.
|
29
|
+
|
30
|
+
Args:
|
31
|
+
name: Name of the rule.
|
32
|
+
description: Description of the rule.
|
33
|
+
cmd: Command line of the rule.
|
34
|
+
additional_dependencies: other files which may trigger the rule.
|
35
|
+
outputs: outputs of the rule.
|
36
|
+
extensions: extensions handled by the rule.
|
37
|
+
"""
|
38
|
+
rule = ['CustomBuildRule',
|
39
|
+
{'Name': name,
|
40
|
+
'ExecutionDescription': description,
|
41
|
+
'CommandLine': cmd,
|
42
|
+
'Outputs': ';'.join(outputs),
|
43
|
+
'FileExtensions': ';'.join(extensions),
|
44
|
+
'AdditionalDependencies':
|
45
|
+
';'.join(additional_dependencies)
|
46
|
+
}]
|
47
|
+
self.rules_section.append(rule)
|
48
|
+
|
49
|
+
def WriteIfChanged(self):
|
50
|
+
"""Writes the tool file."""
|
51
|
+
content = ['VisualStudioToolFile',
|
52
|
+
{'Version': '8.00',
|
53
|
+
'Name': self.name
|
54
|
+
},
|
55
|
+
self.rules_section
|
56
|
+
]
|
57
|
+
easy_xml.WriteXmlIfChanged(content, self.tool_file_path,
|
58
|
+
encoding="Windows-1252")
|
@@ -0,0 +1,147 @@
|
|
1
|
+
# Copyright (c) 2012 Google Inc. All rights reserved.
|
2
|
+
# Use of this source code is governed by a BSD-style license that can be
|
3
|
+
# found in the LICENSE file.
|
4
|
+
|
5
|
+
"""Visual Studio user preferences file writer."""
|
6
|
+
|
7
|
+
import os
|
8
|
+
import re
|
9
|
+
import socket # for gethostname
|
10
|
+
|
11
|
+
import gyp.common
|
12
|
+
import gyp.easy_xml as easy_xml
|
13
|
+
|
14
|
+
|
15
|
+
#------------------------------------------------------------------------------
|
16
|
+
|
17
|
+
def _FindCommandInPath(command):
|
18
|
+
"""If there are no slashes in the command given, this function
|
19
|
+
searches the PATH env to find the given command, and converts it
|
20
|
+
to an absolute path. We have to do this because MSVS is looking
|
21
|
+
for an actual file to launch a debugger on, not just a command
|
22
|
+
line. Note that this happens at GYP time, so anything needing to
|
23
|
+
be built needs to have a full path."""
|
24
|
+
if '/' in command or '\\' in command:
|
25
|
+
# If the command already has path elements (either relative or
|
26
|
+
# absolute), then assume it is constructed properly.
|
27
|
+
return command
|
28
|
+
else:
|
29
|
+
# Search through the path list and find an existing file that
|
30
|
+
# we can access.
|
31
|
+
paths = os.environ.get('PATH','').split(os.pathsep)
|
32
|
+
for path in paths:
|
33
|
+
item = os.path.join(path, command)
|
34
|
+
if os.path.isfile(item) and os.access(item, os.X_OK):
|
35
|
+
return item
|
36
|
+
return command
|
37
|
+
|
38
|
+
def _QuoteWin32CommandLineArgs(args):
|
39
|
+
new_args = []
|
40
|
+
for arg in args:
|
41
|
+
# Replace all double-quotes with double-double-quotes to escape
|
42
|
+
# them for cmd shell, and then quote the whole thing if there
|
43
|
+
# are any.
|
44
|
+
if arg.find('"') != -1:
|
45
|
+
arg = '""'.join(arg.split('"'))
|
46
|
+
arg = '"%s"' % arg
|
47
|
+
|
48
|
+
# Otherwise, if there are any spaces, quote the whole arg.
|
49
|
+
elif re.search(r'[ \t\n]', arg):
|
50
|
+
arg = '"%s"' % arg
|
51
|
+
new_args.append(arg)
|
52
|
+
return new_args
|
53
|
+
|
54
|
+
class Writer(object):
|
55
|
+
"""Visual Studio XML user user file writer."""
|
56
|
+
|
57
|
+
def __init__(self, user_file_path, version, name):
|
58
|
+
"""Initializes the user file.
|
59
|
+
|
60
|
+
Args:
|
61
|
+
user_file_path: Path to the user file.
|
62
|
+
version: Version info.
|
63
|
+
name: Name of the user file.
|
64
|
+
"""
|
65
|
+
self.user_file_path = user_file_path
|
66
|
+
self.version = version
|
67
|
+
self.name = name
|
68
|
+
self.configurations = {}
|
69
|
+
|
70
|
+
def AddConfig(self, name):
|
71
|
+
"""Adds a configuration to the project.
|
72
|
+
|
73
|
+
Args:
|
74
|
+
name: Configuration name.
|
75
|
+
"""
|
76
|
+
self.configurations[name] = ['Configuration', {'Name': name}]
|
77
|
+
|
78
|
+
def AddDebugSettings(self, config_name, command, environment = {},
|
79
|
+
working_directory=""):
|
80
|
+
"""Adds a DebugSettings node to the user file for a particular config.
|
81
|
+
|
82
|
+
Args:
|
83
|
+
command: command line to run. First element in the list is the
|
84
|
+
executable. All elements of the command will be quoted if
|
85
|
+
necessary.
|
86
|
+
working_directory: other files which may trigger the rule. (optional)
|
87
|
+
"""
|
88
|
+
command = _QuoteWin32CommandLineArgs(command)
|
89
|
+
|
90
|
+
abs_command = _FindCommandInPath(command[0])
|
91
|
+
|
92
|
+
if environment and isinstance(environment, dict):
|
93
|
+
env_list = ['%s="%s"' % (key, val)
|
94
|
+
for (key,val) in environment.iteritems()]
|
95
|
+
environment = ' '.join(env_list)
|
96
|
+
else:
|
97
|
+
environment = ''
|
98
|
+
|
99
|
+
n_cmd = ['DebugSettings',
|
100
|
+
{'Command': abs_command,
|
101
|
+
'WorkingDirectory': working_directory,
|
102
|
+
'CommandArguments': " ".join(command[1:]),
|
103
|
+
'RemoteMachine': socket.gethostname(),
|
104
|
+
'Environment': environment,
|
105
|
+
'EnvironmentMerge': 'true',
|
106
|
+
# Currently these are all "dummy" values that we're just setting
|
107
|
+
# in the default manner that MSVS does it. We could use some of
|
108
|
+
# these to add additional capabilities, I suppose, but they might
|
109
|
+
# not have parity with other platforms then.
|
110
|
+
'Attach': 'false',
|
111
|
+
'DebuggerType': '3', # 'auto' debugger
|
112
|
+
'Remote': '1',
|
113
|
+
'RemoteCommand': '',
|
114
|
+
'HttpUrl': '',
|
115
|
+
'PDBPath': '',
|
116
|
+
'SQLDebugging': '',
|
117
|
+
'DebuggerFlavor': '0',
|
118
|
+
'MPIRunCommand': '',
|
119
|
+
'MPIRunArguments': '',
|
120
|
+
'MPIRunWorkingDirectory': '',
|
121
|
+
'ApplicationCommand': '',
|
122
|
+
'ApplicationArguments': '',
|
123
|
+
'ShimCommand': '',
|
124
|
+
'MPIAcceptMode': '',
|
125
|
+
'MPIAcceptFilter': ''
|
126
|
+
}]
|
127
|
+
|
128
|
+
# Find the config, and add it if it doesn't exist.
|
129
|
+
if config_name not in self.configurations:
|
130
|
+
self.AddConfig(config_name)
|
131
|
+
|
132
|
+
# Add the DebugSettings onto the appropriate config.
|
133
|
+
self.configurations[config_name].append(n_cmd)
|
134
|
+
|
135
|
+
def WriteIfChanged(self):
|
136
|
+
"""Writes the user file."""
|
137
|
+
configs = ['Configurations']
|
138
|
+
for config, spec in sorted(self.configurations.iteritems()):
|
139
|
+
configs.append(spec)
|
140
|
+
|
141
|
+
content = ['VisualStudioUserFile',
|
142
|
+
{'Version': self.version.ProjectVersion(),
|
143
|
+
'Name': self.name
|
144
|
+
},
|
145
|
+
configs]
|
146
|
+
easy_xml.WriteXmlIfChanged(content, self.user_file_path,
|
147
|
+
encoding="Windows-1252")
|
@@ -0,0 +1,270 @@
|
|
1
|
+
# Copyright (c) 2013 Google Inc. All rights reserved.
|
2
|
+
# Use of this source code is governed by a BSD-style license that can be
|
3
|
+
# found in the LICENSE file.
|
4
|
+
|
5
|
+
"""Utility functions shared amongst the Windows generators."""
|
6
|
+
|
7
|
+
import copy
|
8
|
+
import os
|
9
|
+
|
10
|
+
|
11
|
+
# A dictionary mapping supported target types to extensions.
|
12
|
+
TARGET_TYPE_EXT = {
|
13
|
+
'executable': 'exe',
|
14
|
+
'loadable_module': 'dll',
|
15
|
+
'shared_library': 'dll',
|
16
|
+
'static_library': 'lib',
|
17
|
+
}
|
18
|
+
|
19
|
+
|
20
|
+
def _GetLargePdbShimCcPath():
|
21
|
+
"""Returns the path of the large_pdb_shim.cc file."""
|
22
|
+
this_dir = os.path.abspath(os.path.dirname(__file__))
|
23
|
+
src_dir = os.path.abspath(os.path.join(this_dir, '..', '..'))
|
24
|
+
win_data_dir = os.path.join(src_dir, 'data', 'win')
|
25
|
+
large_pdb_shim_cc = os.path.join(win_data_dir, 'large-pdb-shim.cc')
|
26
|
+
return large_pdb_shim_cc
|
27
|
+
|
28
|
+
|
29
|
+
def _DeepCopySomeKeys(in_dict, keys):
|
30
|
+
"""Performs a partial deep-copy on |in_dict|, only copying the keys in |keys|.
|
31
|
+
|
32
|
+
Arguments:
|
33
|
+
in_dict: The dictionary to copy.
|
34
|
+
keys: The keys to be copied. If a key is in this list and doesn't exist in
|
35
|
+
|in_dict| this is not an error.
|
36
|
+
Returns:
|
37
|
+
The partially deep-copied dictionary.
|
38
|
+
"""
|
39
|
+
d = {}
|
40
|
+
for key in keys:
|
41
|
+
if key not in in_dict:
|
42
|
+
continue
|
43
|
+
d[key] = copy.deepcopy(in_dict[key])
|
44
|
+
return d
|
45
|
+
|
46
|
+
|
47
|
+
def _SuffixName(name, suffix):
|
48
|
+
"""Add a suffix to the end of a target.
|
49
|
+
|
50
|
+
Arguments:
|
51
|
+
name: name of the target (foo#target)
|
52
|
+
suffix: the suffix to be added
|
53
|
+
Returns:
|
54
|
+
Target name with suffix added (foo_suffix#target)
|
55
|
+
"""
|
56
|
+
parts = name.rsplit('#', 1)
|
57
|
+
parts[0] = '%s_%s' % (parts[0], suffix)
|
58
|
+
return '#'.join(parts)
|
59
|
+
|
60
|
+
|
61
|
+
def _ShardName(name, number):
|
62
|
+
"""Add a shard number to the end of a target.
|
63
|
+
|
64
|
+
Arguments:
|
65
|
+
name: name of the target (foo#target)
|
66
|
+
number: shard number
|
67
|
+
Returns:
|
68
|
+
Target name with shard added (foo_1#target)
|
69
|
+
"""
|
70
|
+
return _SuffixName(name, str(number))
|
71
|
+
|
72
|
+
|
73
|
+
def ShardTargets(target_list, target_dicts):
|
74
|
+
"""Shard some targets apart to work around the linkers limits.
|
75
|
+
|
76
|
+
Arguments:
|
77
|
+
target_list: List of target pairs: 'base/base.gyp:base'.
|
78
|
+
target_dicts: Dict of target properties keyed on target pair.
|
79
|
+
Returns:
|
80
|
+
Tuple of the new sharded versions of the inputs.
|
81
|
+
"""
|
82
|
+
# Gather the targets to shard, and how many pieces.
|
83
|
+
targets_to_shard = {}
|
84
|
+
for t in target_dicts:
|
85
|
+
shards = int(target_dicts[t].get('msvs_shard', 0))
|
86
|
+
if shards:
|
87
|
+
targets_to_shard[t] = shards
|
88
|
+
# Shard target_list.
|
89
|
+
new_target_list = []
|
90
|
+
for t in target_list:
|
91
|
+
if t in targets_to_shard:
|
92
|
+
for i in range(targets_to_shard[t]):
|
93
|
+
new_target_list.append(_ShardName(t, i))
|
94
|
+
else:
|
95
|
+
new_target_list.append(t)
|
96
|
+
# Shard target_dict.
|
97
|
+
new_target_dicts = {}
|
98
|
+
for t in target_dicts:
|
99
|
+
if t in targets_to_shard:
|
100
|
+
for i in range(targets_to_shard[t]):
|
101
|
+
name = _ShardName(t, i)
|
102
|
+
new_target_dicts[name] = copy.copy(target_dicts[t])
|
103
|
+
new_target_dicts[name]['target_name'] = _ShardName(
|
104
|
+
new_target_dicts[name]['target_name'], i)
|
105
|
+
sources = new_target_dicts[name].get('sources', [])
|
106
|
+
new_sources = []
|
107
|
+
for pos in range(i, len(sources), targets_to_shard[t]):
|
108
|
+
new_sources.append(sources[pos])
|
109
|
+
new_target_dicts[name]['sources'] = new_sources
|
110
|
+
else:
|
111
|
+
new_target_dicts[t] = target_dicts[t]
|
112
|
+
# Shard dependencies.
|
113
|
+
for t in sorted(new_target_dicts):
|
114
|
+
for deptype in ('dependencies', 'dependencies_original'):
|
115
|
+
dependencies = copy.copy(new_target_dicts[t].get(deptype, []))
|
116
|
+
new_dependencies = []
|
117
|
+
for d in dependencies:
|
118
|
+
if d in targets_to_shard:
|
119
|
+
for i in range(targets_to_shard[d]):
|
120
|
+
new_dependencies.append(_ShardName(d, i))
|
121
|
+
else:
|
122
|
+
new_dependencies.append(d)
|
123
|
+
new_target_dicts[t][deptype] = new_dependencies
|
124
|
+
|
125
|
+
return (new_target_list, new_target_dicts)
|
126
|
+
|
127
|
+
|
128
|
+
def _GetPdbPath(target_dict, config_name, vars):
|
129
|
+
"""Returns the path to the PDB file that will be generated by a given
|
130
|
+
configuration.
|
131
|
+
|
132
|
+
The lookup proceeds as follows:
|
133
|
+
- Look for an explicit path in the VCLinkerTool configuration block.
|
134
|
+
- Look for an 'msvs_large_pdb_path' variable.
|
135
|
+
- Use '<(PRODUCT_DIR)/<(product_name).(exe|dll).pdb' if 'product_name' is
|
136
|
+
specified.
|
137
|
+
- Use '<(PRODUCT_DIR)/<(target_name).(exe|dll).pdb'.
|
138
|
+
|
139
|
+
Arguments:
|
140
|
+
target_dict: The target dictionary to be searched.
|
141
|
+
config_name: The name of the configuration of interest.
|
142
|
+
vars: A dictionary of common GYP variables with generator-specific values.
|
143
|
+
Returns:
|
144
|
+
The path of the corresponding PDB file.
|
145
|
+
"""
|
146
|
+
config = target_dict['configurations'][config_name]
|
147
|
+
msvs = config.setdefault('msvs_settings', {})
|
148
|
+
|
149
|
+
linker = msvs.get('VCLinkerTool', {})
|
150
|
+
|
151
|
+
pdb_path = linker.get('ProgramDatabaseFile')
|
152
|
+
if pdb_path:
|
153
|
+
return pdb_path
|
154
|
+
|
155
|
+
variables = target_dict.get('variables', {})
|
156
|
+
pdb_path = variables.get('msvs_large_pdb_path', None)
|
157
|
+
if pdb_path:
|
158
|
+
return pdb_path
|
159
|
+
|
160
|
+
|
161
|
+
pdb_base = target_dict.get('product_name', target_dict['target_name'])
|
162
|
+
pdb_base = '%s.%s.pdb' % (pdb_base, TARGET_TYPE_EXT[target_dict['type']])
|
163
|
+
pdb_path = vars['PRODUCT_DIR'] + '/' + pdb_base
|
164
|
+
|
165
|
+
return pdb_path
|
166
|
+
|
167
|
+
|
168
|
+
def InsertLargePdbShims(target_list, target_dicts, vars):
|
169
|
+
"""Insert a shim target that forces the linker to use 4KB pagesize PDBs.
|
170
|
+
|
171
|
+
This is a workaround for targets with PDBs greater than 1GB in size, the
|
172
|
+
limit for the 1KB pagesize PDBs created by the linker by default.
|
173
|
+
|
174
|
+
Arguments:
|
175
|
+
target_list: List of target pairs: 'base/base.gyp:base'.
|
176
|
+
target_dicts: Dict of target properties keyed on target pair.
|
177
|
+
vars: A dictionary of common GYP variables with generator-specific values.
|
178
|
+
Returns:
|
179
|
+
Tuple of the shimmed version of the inputs.
|
180
|
+
"""
|
181
|
+
# Determine which targets need shimming.
|
182
|
+
targets_to_shim = []
|
183
|
+
for t in target_dicts:
|
184
|
+
target_dict = target_dicts[t]
|
185
|
+
|
186
|
+
# We only want to shim targets that have msvs_large_pdb enabled.
|
187
|
+
if not int(target_dict.get('msvs_large_pdb', 0)):
|
188
|
+
continue
|
189
|
+
# This is intended for executable, shared_library and loadable_module
|
190
|
+
# targets where every configuration is set up to produce a PDB output.
|
191
|
+
# If any of these conditions is not true then the shim logic will fail
|
192
|
+
# below.
|
193
|
+
targets_to_shim.append(t)
|
194
|
+
|
195
|
+
large_pdb_shim_cc = _GetLargePdbShimCcPath()
|
196
|
+
|
197
|
+
for t in targets_to_shim:
|
198
|
+
target_dict = target_dicts[t]
|
199
|
+
target_name = target_dict.get('target_name')
|
200
|
+
|
201
|
+
base_dict = _DeepCopySomeKeys(target_dict,
|
202
|
+
['configurations', 'default_configuration', 'toolset'])
|
203
|
+
|
204
|
+
# This is the dict for copying the source file (part of the GYP tree)
|
205
|
+
# to the intermediate directory of the project. This is necessary because
|
206
|
+
# we can't always build a relative path to the shim source file (on Windows
|
207
|
+
# GYP and the project may be on different drives), and Ninja hates absolute
|
208
|
+
# paths (it ends up generating the .obj and .obj.d alongside the source
|
209
|
+
# file, polluting GYPs tree).
|
210
|
+
copy_suffix = 'large_pdb_copy'
|
211
|
+
copy_target_name = target_name + '_' + copy_suffix
|
212
|
+
full_copy_target_name = _SuffixName(t, copy_suffix)
|
213
|
+
shim_cc_basename = os.path.basename(large_pdb_shim_cc)
|
214
|
+
shim_cc_dir = vars['SHARED_INTERMEDIATE_DIR'] + '/' + copy_target_name
|
215
|
+
shim_cc_path = shim_cc_dir + '/' + shim_cc_basename
|
216
|
+
copy_dict = copy.deepcopy(base_dict)
|
217
|
+
copy_dict['target_name'] = copy_target_name
|
218
|
+
copy_dict['type'] = 'none'
|
219
|
+
copy_dict['sources'] = [ large_pdb_shim_cc ]
|
220
|
+
copy_dict['copies'] = [{
|
221
|
+
'destination': shim_cc_dir,
|
222
|
+
'files': [ large_pdb_shim_cc ]
|
223
|
+
}]
|
224
|
+
|
225
|
+
# This is the dict for the PDB generating shim target. It depends on the
|
226
|
+
# copy target.
|
227
|
+
shim_suffix = 'large_pdb_shim'
|
228
|
+
shim_target_name = target_name + '_' + shim_suffix
|
229
|
+
full_shim_target_name = _SuffixName(t, shim_suffix)
|
230
|
+
shim_dict = copy.deepcopy(base_dict)
|
231
|
+
shim_dict['target_name'] = shim_target_name
|
232
|
+
shim_dict['type'] = 'static_library'
|
233
|
+
shim_dict['sources'] = [ shim_cc_path ]
|
234
|
+
shim_dict['dependencies'] = [ full_copy_target_name ]
|
235
|
+
|
236
|
+
# Set up the shim to output its PDB to the same location as the final linker
|
237
|
+
# target.
|
238
|
+
for config_name, config in shim_dict.get('configurations').iteritems():
|
239
|
+
pdb_path = _GetPdbPath(target_dict, config_name, vars)
|
240
|
+
|
241
|
+
# A few keys that we don't want to propagate.
|
242
|
+
for key in ['msvs_precompiled_header', 'msvs_precompiled_source', 'test']:
|
243
|
+
config.pop(key, None)
|
244
|
+
|
245
|
+
msvs = config.setdefault('msvs_settings', {})
|
246
|
+
|
247
|
+
# Update the compiler directives in the shim target.
|
248
|
+
compiler = msvs.setdefault('VCCLCompilerTool', {})
|
249
|
+
compiler['DebugInformationFormat'] = '3'
|
250
|
+
compiler['ProgramDataBaseFileName'] = pdb_path
|
251
|
+
|
252
|
+
# Set the explicit PDB path in the appropriate configuration of the
|
253
|
+
# original target.
|
254
|
+
config = target_dict['configurations'][config_name]
|
255
|
+
msvs = config.setdefault('msvs_settings', {})
|
256
|
+
linker = msvs.setdefault('VCLinkerTool', {})
|
257
|
+
linker['GenerateDebugInformation'] = 'true'
|
258
|
+
linker['ProgramDatabaseFile'] = pdb_path
|
259
|
+
|
260
|
+
# Add the new targets. They must go to the beginning of the list so that
|
261
|
+
# the dependency generation works as expected in ninja.
|
262
|
+
target_list.insert(0, full_copy_target_name)
|
263
|
+
target_list.insert(0, full_shim_target_name)
|
264
|
+
target_dicts[full_copy_target_name] = copy_dict
|
265
|
+
target_dicts[full_shim_target_name] = shim_dict
|
266
|
+
|
267
|
+
# Update the original target to depend on the shim target.
|
268
|
+
target_dict.setdefault('dependencies', []).append(full_shim_target_name)
|
269
|
+
|
270
|
+
return (target_list, target_dicts)
|
Binary file
|