lounge_lizard 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (348) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/.gitmodules +3 -0
  4. data/.rspec +2 -0
  5. data/CODE_OF_CONDUCT.md +74 -0
  6. data/Gemfile +4 -0
  7. data/Guardfile +33 -0
  8. data/LICENSE.txt +21 -0
  9. data/README.md +50 -0
  10. data/Rakefile +43 -0
  11. data/bin/console +14 -0
  12. data/bin/setup +8 -0
  13. data/circle.yml +14 -0
  14. data/ext/drafter/CHANGELOG.md +278 -0
  15. data/ext/drafter/Dockerfile +17 -0
  16. data/ext/drafter/Makefile +62 -0
  17. data/ext/drafter/appveyor.yml +17 -0
  18. data/ext/drafter/bin/drafter +0 -0
  19. data/ext/drafter/build/Makefile +387 -0
  20. data/ext/drafter/build/drafter.Makefile +6 -0
  21. data/ext/drafter/build/drafter.target.mk +159 -0
  22. data/ext/drafter/build/ext/snowcrash/libmarkdownparser.target.mk +141 -0
  23. data/ext/drafter/build/ext/snowcrash/libsnowcrash.target.mk +154 -0
  24. data/ext/drafter/build/ext/snowcrash/libsundown.target.mk +149 -0
  25. data/ext/drafter/build/ext/snowcrash/perf-libsnowcrash.target.mk +147 -0
  26. data/ext/drafter/build/ext/snowcrash/snowcrash.Makefile +6 -0
  27. data/ext/drafter/build/gyp-mac-tool +606 -0
  28. data/ext/drafter/build/libdrafter.target.mk +186 -0
  29. data/ext/drafter/build/libsos.target.mk +137 -0
  30. data/ext/drafter/build/out/Release/drafter +0 -0
  31. data/ext/drafter/build/out/Release/libdrafter.dylib +0 -0
  32. data/ext/drafter/build/out/Release/libmarkdownparser.a +0 -0
  33. data/ext/drafter/build/out/Release/libsnowcrash.a +0 -0
  34. data/ext/drafter/build/out/Release/libsos.a +0 -0
  35. data/ext/drafter/build/out/Release/libsundown.a +0 -0
  36. data/ext/drafter/build/out/Release/obj.target/drafter/src/config.o +0 -0
  37. data/ext/drafter/build/out/Release/obj.target/drafter/src/main.o +0 -0
  38. data/ext/drafter/build/out/Release/obj.target/drafter/src/reporting.o +0 -0
  39. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/ConversionContext.o +0 -0
  40. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/NamedTypesRegistry.o +0 -0
  41. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractAPI.o +0 -0
  42. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractDataStructure.o +0 -0
  43. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractElementFactory.o +0 -0
  44. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractSourceMap.o +0 -0
  45. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/Render.o +0 -0
  46. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/Serialize.o +0 -0
  47. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeAST.o +0 -0
  48. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeResult.o +0 -0
  49. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeSourcemap.o +0 -0
  50. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/drafter.o +0 -0
  51. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/drafter_private.o +0 -0
  52. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/ComparableVisitor.o +0 -0
  53. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Element.o +0 -0
  54. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/ExpandVisitor.o +0 -0
  55. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/IsExpandableVisitor.o +0 -0
  56. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/JSONSchemaVisitor.o +0 -0
  57. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/PrintVisitor.o +0 -0
  58. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Query.o +0 -0
  59. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Registry.o +0 -0
  60. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/RenderJSONVisitor.o +0 -0
  61. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/SerializeCompactVisitor.o +0 -0
  62. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/SerializeVisitor.o +0 -0
  63. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/TypeQueryVisitor.o +0 -0
  64. data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/VisitorUtils.o +0 -0
  65. data/ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.o +0 -0
  66. data/ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.o +0 -0
  67. data/ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.o +0 -0
  68. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Blueprint.o +0 -0
  69. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/BlueprintSourcemap.o +0 -0
  70. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/HTTP.o +0 -0
  71. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/HeadersParser.o +0 -0
  72. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSON.o +0 -0
  73. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONOneOfParser.o +0 -0
  74. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONSourcemap.o +0 -0
  75. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONTypeSectionParser.o +0 -0
  76. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONValueMemberParser.o +0 -0
  77. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Section.o +0 -0
  78. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Signature.o +0 -0
  79. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/UriTemplateParser.o +0 -0
  80. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/posix/RegexMatch.o +0 -0
  81. data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/snowcrash.o +0 -0
  82. data/ext/drafter/build/out/Release/obj.target/libsos/ext/sos/src/sos.o +0 -0
  83. data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_href_e.o +0 -0
  84. data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_html_e.o +0 -0
  85. data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.o +0 -0
  86. data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html_smartypants.o +0 -0
  87. data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.o +0 -0
  88. data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.o +0 -0
  89. data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.o +0 -0
  90. data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.o +0 -0
  91. data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.o +0 -0
  92. data/ext/drafter/circle.yml +32 -0
  93. data/ext/drafter/config.gypi +10 -0
  94. data/ext/drafter/config.mk +5 -0
  95. data/ext/drafter/configure +224 -0
  96. data/ext/drafter/drafter.gyp +189 -0
  97. data/ext/drafter/drafter.xcworkspace/contents.xcworkspacedata +13 -0
  98. data/ext/drafter/ext/snowcrash/Makefile +58 -0
  99. data/ext/drafter/ext/snowcrash/appveyor.yml +7 -0
  100. data/ext/drafter/ext/snowcrash/common.gypi +165 -0
  101. data/ext/drafter/ext/snowcrash/configure +197 -0
  102. data/ext/drafter/ext/snowcrash/ext/markdown-parser/Makefile +90 -0
  103. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/CONTRIBUTING.md +10 -0
  104. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/Makefile +84 -0
  105. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/Makefile.win +33 -0
  106. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/examples/smartypants.c +72 -0
  107. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/examples/sundown.c +80 -0
  108. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini.h +37 -0
  109. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_href_e.c +108 -0
  110. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_html_e.c +84 -0
  111. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.c +647 -0
  112. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.h +77 -0
  113. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html_smartypants.c +389 -0
  114. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html_block_names.txt +25 -0
  115. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.c +297 -0
  116. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.h +51 -0
  117. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.c +225 -0
  118. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.h +96 -0
  119. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/html_blocks.h +206 -0
  120. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.c +2726 -0
  121. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.h +147 -0
  122. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.c +204 -0
  123. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.h +58 -0
  124. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.c +81 -0
  125. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.h +29 -0
  126. data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/sundown.def +20 -0
  127. data/ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/markdown/markdown.vcproj +188 -0
  128. data/ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/msvc.sln +38 -0
  129. data/ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/sundown/sundown.vcproj +206 -0
  130. data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.cc +160 -0
  131. data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.h +90 -0
  132. data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.cc +152 -0
  133. data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h +103 -0
  134. data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.cc +388 -0
  135. data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.h +106 -0
  136. data/ext/drafter/ext/snowcrash/snowcrash.gyp +196 -0
  137. data/ext/drafter/ext/snowcrash/src/ActionParser.h +560 -0
  138. data/ext/drafter/ext/snowcrash/src/AssetParser.h +123 -0
  139. data/ext/drafter/ext/snowcrash/src/AttributesParser.h +123 -0
  140. data/ext/drafter/ext/snowcrash/src/Blueprint.cc +90 -0
  141. data/ext/drafter/ext/snowcrash/src/Blueprint.h +489 -0
  142. data/ext/drafter/ext/snowcrash/src/BlueprintParser.h +845 -0
  143. data/ext/drafter/ext/snowcrash/src/BlueprintSourcemap.cc +81 -0
  144. data/ext/drafter/ext/snowcrash/src/BlueprintSourcemap.h +345 -0
  145. data/ext/drafter/ext/snowcrash/src/BlueprintUtility.h +111 -0
  146. data/ext/drafter/ext/snowcrash/src/CodeBlockUtility.h +276 -0
  147. data/ext/drafter/ext/snowcrash/src/DataStructureGroupParser.h +157 -0
  148. data/ext/drafter/ext/snowcrash/src/HTTP.cc +49 -0
  149. data/ext/drafter/ext/snowcrash/src/HTTP.h +108 -0
  150. data/ext/drafter/ext/snowcrash/src/HeadersParser.cc +117 -0
  151. data/ext/drafter/ext/snowcrash/src/HeadersParser.h +377 -0
  152. data/ext/drafter/ext/snowcrash/src/MSON.cc +272 -0
  153. data/ext/drafter/ext/snowcrash/src/MSON.h +405 -0
  154. data/ext/drafter/ext/snowcrash/src/MSONMixinParser.h +103 -0
  155. data/ext/drafter/ext/snowcrash/src/MSONNamedTypeParser.h +135 -0
  156. data/ext/drafter/ext/snowcrash/src/MSONOneOfParser.cc +132 -0
  157. data/ext/drafter/ext/snowcrash/src/MSONOneOfParser.h +80 -0
  158. data/ext/drafter/ext/snowcrash/src/MSONParameterParser.h +166 -0
  159. data/ext/drafter/ext/snowcrash/src/MSONPropertyMemberParser.h +106 -0
  160. data/ext/drafter/ext/snowcrash/src/MSONSourcemap.cc +141 -0
  161. data/ext/drafter/ext/snowcrash/src/MSONSourcemap.h +181 -0
  162. data/ext/drafter/ext/snowcrash/src/MSONTypeSectionParser.cc +209 -0
  163. data/ext/drafter/ext/snowcrash/src/MSONTypeSectionParser.h +213 -0
  164. data/ext/drafter/ext/snowcrash/src/MSONUtility.h +506 -0
  165. data/ext/drafter/ext/snowcrash/src/MSONValueMemberParser.cc +214 -0
  166. data/ext/drafter/ext/snowcrash/src/MSONValueMemberParser.h +390 -0
  167. data/ext/drafter/ext/snowcrash/src/ModelTable.h +87 -0
  168. data/ext/drafter/ext/snowcrash/src/ParameterParser.h +516 -0
  169. data/ext/drafter/ext/snowcrash/src/ParametersParser.h +222 -0
  170. data/ext/drafter/ext/snowcrash/src/PayloadParser.h +733 -0
  171. data/ext/drafter/ext/snowcrash/src/Platform.h +33 -0
  172. data/ext/drafter/ext/snowcrash/src/RegexMatch.h +32 -0
  173. data/ext/drafter/ext/snowcrash/src/RelationParser.h +87 -0
  174. data/ext/drafter/ext/snowcrash/src/ResourceGroupParser.h +297 -0
  175. data/ext/drafter/ext/snowcrash/src/ResourceParser.h +536 -0
  176. data/ext/drafter/ext/snowcrash/src/Section.cc +48 -0
  177. data/ext/drafter/ext/snowcrash/src/Section.h +60 -0
  178. data/ext/drafter/ext/snowcrash/src/SectionParser.h +246 -0
  179. data/ext/drafter/ext/snowcrash/src/SectionParserData.h +109 -0
  180. data/ext/drafter/ext/snowcrash/src/SectionProcessor.h +299 -0
  181. data/ext/drafter/ext/snowcrash/src/Signature.cc +75 -0
  182. data/ext/drafter/ext/snowcrash/src/Signature.h +103 -0
  183. data/ext/drafter/ext/snowcrash/src/SignatureSectionProcessor.h +442 -0
  184. data/ext/drafter/ext/snowcrash/src/SourceAnnotation.h +166 -0
  185. data/ext/drafter/ext/snowcrash/src/StringUtility.h +323 -0
  186. data/ext/drafter/ext/snowcrash/src/UriTemplateParser.cc +195 -0
  187. data/ext/drafter/ext/snowcrash/src/UriTemplateParser.h +240 -0
  188. data/ext/drafter/ext/snowcrash/src/ValuesParser.h +111 -0
  189. data/ext/drafter/ext/snowcrash/src/posix/RegexMatch.cc +99 -0
  190. data/ext/drafter/ext/snowcrash/src/snowcrash.cc +90 -0
  191. data/ext/drafter/ext/snowcrash/src/snowcrash.h +44 -0
  192. data/ext/drafter/ext/snowcrash/src/win/RegexMatch.cc +78 -0
  193. data/ext/drafter/ext/snowcrash/tools/gyp/AUTHORS +12 -0
  194. data/ext/drafter/ext/snowcrash/tools/gyp/DEPS +23 -0
  195. data/ext/drafter/ext/snowcrash/tools/gyp/OWNERS +1 -0
  196. data/ext/drafter/ext/snowcrash/tools/gyp/PRESUBMIT.py +137 -0
  197. data/ext/drafter/ext/snowcrash/tools/gyp/buildbot/buildbot_run.py +136 -0
  198. data/ext/drafter/ext/snowcrash/tools/gyp/buildbot/commit_queue/OWNERS +6 -0
  199. data/ext/drafter/ext/snowcrash/tools/gyp/buildbot/commit_queue/cq_config.json +15 -0
  200. data/ext/drafter/ext/snowcrash/tools/gyp/codereview.settings +10 -0
  201. data/ext/drafter/ext/snowcrash/tools/gyp/data/win/large-pdb-shim.cc +12 -0
  202. data/ext/drafter/ext/snowcrash/tools/gyp/gyp +8 -0
  203. data/ext/drafter/ext/snowcrash/tools/gyp/gyp.bat +5 -0
  204. data/ext/drafter/ext/snowcrash/tools/gyp/gyp_main.py +16 -0
  205. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSNew.py +340 -0
  206. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSProject.py +208 -0
  207. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSSettings.py +1096 -0
  208. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSToolFile.py +58 -0
  209. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUserFile.py +147 -0
  210. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUtil.py +270 -0
  211. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUtil.pyc +0 -0
  212. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSVersion.py +445 -0
  213. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSVersion.pyc +0 -0
  214. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/__init__.py +548 -0
  215. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/__init__.pyc +0 -0
  216. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/common.py +608 -0
  217. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/common.pyc +0 -0
  218. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/easy_xml.py +157 -0
  219. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/flock_tool.py +54 -0
  220. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/__init__.py +0 -0
  221. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/__init__.pyc +0 -0
  222. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/analyzer.py +741 -0
  223. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/android.py +1069 -0
  224. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/cmake.py +1248 -0
  225. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/dump_dependency_json.py +99 -0
  226. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/eclipse.py +425 -0
  227. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/gypd.py +94 -0
  228. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/gypsh.py +56 -0
  229. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/make.py +2218 -0
  230. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/make.pyc +0 -0
  231. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/msvs.py +3467 -0
  232. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/ninja.py +2427 -0
  233. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/ninja.pyc +0 -0
  234. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode.py +1300 -0
  235. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode.pyc +0 -0
  236. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/input.py +2899 -0
  237. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/input.pyc +0 -0
  238. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/mac_tool.py +605 -0
  239. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/msvs_emulation.py +1093 -0
  240. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/msvs_emulation.pyc +0 -0
  241. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ninja_syntax.py +160 -0
  242. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ninja_syntax.pyc +0 -0
  243. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ordered_dict.py +289 -0
  244. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/simple_copy.py +46 -0
  245. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/simple_copy.pyc +0 -0
  246. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/win_tool.py +314 -0
  247. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_emulation.py +1664 -0
  248. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_emulation.pyc +0 -0
  249. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_ninja.py +276 -0
  250. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_ninja.pyc +0 -0
  251. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcodeproj_file.py +2927 -0
  252. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcodeproj_file.pyc +0 -0
  253. data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xml_fix.py +69 -0
  254. data/ext/drafter/ext/snowcrash/tools/gyp/pylintrc +307 -0
  255. data/ext/drafter/ext/snowcrash/tools/gyp/samples/samples +81 -0
  256. data/ext/drafter/ext/snowcrash/tools/gyp/samples/samples.bat +5 -0
  257. data/ext/drafter/ext/snowcrash/tools/gyp/setup.py +19 -0
  258. data/ext/drafter/ext/snowcrash/tools/gyp/tools/Xcode/Specifications/gyp.pbfilespec +27 -0
  259. data/ext/drafter/ext/snowcrash/tools/gyp/tools/Xcode/Specifications/gyp.xclangspec +226 -0
  260. data/ext/drafter/ext/snowcrash/tools/gyp/tools/emacs/gyp.el +275 -0
  261. data/ext/drafter/ext/snowcrash/tools/gyp/tools/graphviz.py +100 -0
  262. data/ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_gyp.py +155 -0
  263. data/ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_sln.py +169 -0
  264. data/ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_vcproj.py +329 -0
  265. data/ext/drafter/ext/snowcrash/vcbuild.bat +139 -0
  266. data/ext/drafter/ext/sos/Makefile +62 -0
  267. data/ext/drafter/ext/sos/src/sos.cc +235 -0
  268. data/ext/drafter/ext/sos/src/sos.h +188 -0
  269. data/ext/drafter/ext/sos/src/sosJSON.h +121 -0
  270. data/ext/drafter/ext/sos/src/sosYAML.h +105 -0
  271. data/ext/drafter/src/ConversionContext.cc +39 -0
  272. data/ext/drafter/src/ConversionContext.h +34 -0
  273. data/ext/drafter/src/NamedTypesRegistry.cc +405 -0
  274. data/ext/drafter/src/NamedTypesRegistry.h +28 -0
  275. data/ext/drafter/src/NodeInfo.h +143 -0
  276. data/ext/drafter/src/RefractAPI.cc +579 -0
  277. data/ext/drafter/src/RefractAPI.h +28 -0
  278. data/ext/drafter/src/RefractDataStructure.cc +1199 -0
  279. data/ext/drafter/src/RefractDataStructure.h +26 -0
  280. data/ext/drafter/src/RefractElementFactory.cc +107 -0
  281. data/ext/drafter/src/RefractElementFactory.h +67 -0
  282. data/ext/drafter/src/RefractSourceMap.cc +29 -0
  283. data/ext/drafter/src/RefractSourceMap.h +57 -0
  284. data/ext/drafter/src/Render.cc +157 -0
  285. data/ext/drafter/src/Render.h +40 -0
  286. data/ext/drafter/src/Serialize.cc +160 -0
  287. data/ext/drafter/src/Serialize.h +289 -0
  288. data/ext/drafter/src/SerializeAST.cc +507 -0
  289. data/ext/drafter/src/SerializeAST.h +29 -0
  290. data/ext/drafter/src/SerializeResult.cc +170 -0
  291. data/ext/drafter/src/SerializeResult.h +34 -0
  292. data/ext/drafter/src/SerializeSourcemap.cc +331 -0
  293. data/ext/drafter/src/SerializeSourcemap.h +21 -0
  294. data/ext/drafter/src/Version.h +40 -0
  295. data/ext/drafter/src/config.cc +91 -0
  296. data/ext/drafter/src/config.h +38 -0
  297. data/ext/drafter/src/drafter.cc +137 -0
  298. data/ext/drafter/src/drafter.h +102 -0
  299. data/ext/drafter/src/drafter_private.cc +85 -0
  300. data/ext/drafter/src/drafter_private.h +34 -0
  301. data/ext/drafter/src/main.cc +137 -0
  302. data/ext/drafter/src/refract/AppendDecorator.h +58 -0
  303. data/ext/drafter/src/refract/Build.h +67 -0
  304. data/ext/drafter/src/refract/ComparableVisitor.cc +43 -0
  305. data/ext/drafter/src/refract/ComparableVisitor.h +62 -0
  306. data/ext/drafter/src/refract/Element.cc +409 -0
  307. data/ext/drafter/src/refract/Element.h +656 -0
  308. data/ext/drafter/src/refract/ElementFwd.h +37 -0
  309. data/ext/drafter/src/refract/ElementInserter.h +59 -0
  310. data/ext/drafter/src/refract/Exception.h +31 -0
  311. data/ext/drafter/src/refract/ExpandVisitor.cc +359 -0
  312. data/ext/drafter/src/refract/ExpandVisitor.h +58 -0
  313. data/ext/drafter/src/refract/FilterVisitor.h +52 -0
  314. data/ext/drafter/src/refract/IsExpandableVisitor.cc +140 -0
  315. data/ext/drafter/src/refract/IsExpandableVisitor.h +31 -0
  316. data/ext/drafter/src/refract/Iterate.h +160 -0
  317. data/ext/drafter/src/refract/JSONSchemaVisitor.cc +675 -0
  318. data/ext/drafter/src/refract/JSONSchemaVisitor.h +73 -0
  319. data/ext/drafter/src/refract/PrintVisitor.cc +164 -0
  320. data/ext/drafter/src/refract/PrintVisitor.h +50 -0
  321. data/ext/drafter/src/refract/Query.cc +13 -0
  322. data/ext/drafter/src/refract/Query.h +38 -0
  323. data/ext/drafter/src/refract/Registry.cc +114 -0
  324. data/ext/drafter/src/refract/Registry.h +43 -0
  325. data/ext/drafter/src/refract/RenderJSONVisitor.cc +255 -0
  326. data/ext/drafter/src/refract/RenderJSONVisitor.h +51 -0
  327. data/ext/drafter/src/refract/SerializeCompactVisitor.cc +167 -0
  328. data/ext/drafter/src/refract/SerializeCompactVisitor.h +56 -0
  329. data/ext/drafter/src/refract/SerializeVisitor.cc +214 -0
  330. data/ext/drafter/src/refract/SerializeVisitor.h +55 -0
  331. data/ext/drafter/src/refract/TypeQueryVisitor.cc +46 -0
  332. data/ext/drafter/src/refract/TypeQueryVisitor.h +110 -0
  333. data/ext/drafter/src/refract/Visitor.h +126 -0
  334. data/ext/drafter/src/refract/VisitorUtils.cc +63 -0
  335. data/ext/drafter/src/refract/VisitorUtils.h +231 -0
  336. data/ext/drafter/src/reporting.cc +263 -0
  337. data/ext/drafter/src/reporting.h +39 -0
  338. data/ext/drafter/src/stream.h +148 -0
  339. data/ext/drafter/tools/homebrew/drafter.rb +18 -0
  340. data/ext/drafter/tools/make-tarball.sh +39 -0
  341. data/ext/drafter/tools/refract-filter.py +96 -0
  342. data/ext/drafter/tools/release.sh +17 -0
  343. data/ext/drafter/vcbuild.bat +203 -0
  344. data/lib/lounge_lizard/binding.rb +29 -0
  345. data/lib/lounge_lizard/version.rb +3 -0
  346. data/lib/lounge_lizard.rb +18 -0
  347. data/lounge_lizard.gemspec +37 -0
  348. metadata +547 -0
@@ -0,0 +1,69 @@
1
+ # Copyright (c) 2011 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
+ """Applies a fix to CR LF TAB handling in xml.dom.
6
+
7
+ Fixes this: http://code.google.com/p/chromium/issues/detail?id=76293
8
+ Working around this: http://bugs.python.org/issue5752
9
+ TODO(bradnelson): Consider dropping this when we drop XP support.
10
+ """
11
+
12
+
13
+ import xml.dom.minidom
14
+
15
+
16
+ def _Replacement_write_data(writer, data, is_attrib=False):
17
+ """Writes datachars to writer."""
18
+ data = data.replace("&", "&amp;").replace("<", "&lt;")
19
+ data = data.replace("\"", "&quot;").replace(">", "&gt;")
20
+ if is_attrib:
21
+ data = data.replace(
22
+ "\r", "&#xD;").replace(
23
+ "\n", "&#xA;").replace(
24
+ "\t", "&#x9;")
25
+ writer.write(data)
26
+
27
+
28
+ def _Replacement_writexml(self, writer, indent="", addindent="", newl=""):
29
+ # indent = current indentation
30
+ # addindent = indentation to add to higher levels
31
+ # newl = newline string
32
+ writer.write(indent+"<" + self.tagName)
33
+
34
+ attrs = self._get_attributes()
35
+ a_names = attrs.keys()
36
+ a_names.sort()
37
+
38
+ for a_name in a_names:
39
+ writer.write(" %s=\"" % a_name)
40
+ _Replacement_write_data(writer, attrs[a_name].value, is_attrib=True)
41
+ writer.write("\"")
42
+ if self.childNodes:
43
+ writer.write(">%s" % newl)
44
+ for node in self.childNodes:
45
+ node.writexml(writer, indent + addindent, addindent, newl)
46
+ writer.write("%s</%s>%s" % (indent, self.tagName, newl))
47
+ else:
48
+ writer.write("/>%s" % newl)
49
+
50
+
51
+ class XmlFix(object):
52
+ """Object to manage temporary patching of xml.dom.minidom."""
53
+
54
+ def __init__(self):
55
+ # Preserve current xml.dom.minidom functions.
56
+ self.write_data = xml.dom.minidom._write_data
57
+ self.writexml = xml.dom.minidom.Element.writexml
58
+ # Inject replacement versions of a function and a method.
59
+ xml.dom.minidom._write_data = _Replacement_write_data
60
+ xml.dom.minidom.Element.writexml = _Replacement_writexml
61
+
62
+ def Cleanup(self):
63
+ if self.write_data:
64
+ xml.dom.minidom._write_data = self.write_data
65
+ xml.dom.minidom.Element.writexml = self.writexml
66
+ self.write_data = None
67
+
68
+ def __del__(self):
69
+ self.Cleanup()
@@ -0,0 +1,307 @@
1
+ [MASTER]
2
+
3
+ # Specify a configuration file.
4
+ #rcfile=
5
+
6
+ # Python code to execute, usually for sys.path manipulation such as
7
+ # pygtk.require().
8
+ #init-hook=
9
+
10
+ # Profiled execution.
11
+ profile=no
12
+
13
+ # Add files or directories to the blacklist. They should be base names, not
14
+ # paths.
15
+ ignore=CVS
16
+
17
+ # Pickle collected data for later comparisons.
18
+ persistent=yes
19
+
20
+ # List of plugins (as comma separated values of python modules names) to load,
21
+ # usually to register additional checkers.
22
+ load-plugins=
23
+
24
+
25
+ [MESSAGES CONTROL]
26
+
27
+ # Enable the message, report, category or checker with the given id(s). You can
28
+ # either give multiple identifier separated by comma (,) or put this option
29
+ # multiple time.
30
+ #enable=
31
+
32
+ # Disable the message, report, category or checker with the given id(s). You
33
+ # can either give multiple identifier separated by comma (,) or put this option
34
+ # multiple time (only on the command line, not in the configuration file where
35
+ # it should appear only once).
36
+ # C0103: Invalid name "NN" (should match [a-z_][a-z0-9_]{2,30}$)
37
+ # C0111: Missing docstring
38
+ # C0302: Too many lines in module (NN)
39
+ # R0902: Too many instance attributes (N/7)
40
+ # R0903: Too few public methods (N/2)
41
+ # R0904: Too many public methods (NN/20)
42
+ # R0912: Too many branches (NN/12)
43
+ # R0913: Too many arguments (N/5)
44
+ # R0914: Too many local variables (NN/15)
45
+ # R0915: Too many statements (NN/50)
46
+ # W0141: Used builtin function 'map'
47
+ # W0142: Used * or ** magic
48
+ # W0232: Class has no __init__ method
49
+ # W0511: TODO
50
+ # W0603: Using the global statement
51
+ #
52
+ # These should be enabled eventually:
53
+ # C0112: Empty docstring
54
+ # C0301: Line too long (NN/80)
55
+ # C0321: More than one statement on single line
56
+ # C0322: Operator not preceded by a space
57
+ # C0323: Operator not followed by a space
58
+ # C0324: Comma not followed by a space
59
+ # E0101: Explicit return in __init__
60
+ # E0102: function already defined line NN
61
+ # E1002: Use of super on an old style class
62
+ # E1101: Instance of 'XX' has no 'YY' member
63
+ # E1103: Instance of 'XX' has no 'XX' member (but some types could not be inferred)
64
+ # E0602: Undefined variable 'XX'
65
+ # F0401: Unable to import 'XX'
66
+ # R0201: Method could be a function
67
+ # R0801: Similar lines in N files
68
+ # W0102: Dangerous default value {} as argument
69
+ # W0104: Statement seems to have no effect
70
+ # W0105: String statement has no effect
71
+ # W0108: Lambda may not be necessary
72
+ # W0201: Attribute 'XX' defined outside __init__
73
+ # W0212: Access to a protected member XX of a client class
74
+ # W0221: Arguments number differs from overridden method
75
+ # W0223: Method 'XX' is abstract in class 'YY' but is not overridden
76
+ # W0231: __init__ method from base class 'XX' is not called
77
+ # W0301: Unnecessary semicolon
78
+ # W0311: Bad indentation. Found NN spaces, expected NN
79
+ # W0401: Wildcard import XX
80
+ # W0402: Uses of a deprecated module 'string'
81
+ # W0403: Relative import 'XX', should be 'YY.XX'
82
+ # W0404: Reimport 'XX' (imported line NN)
83
+ # W0601: Global variable 'XX' undefined at the module level
84
+ # W0602: Using global for 'XX' but no assignment is done
85
+ # W0611: Unused import pprint
86
+ # W0612: Unused variable 'XX'
87
+ # W0613: Unused argument 'XX'
88
+ # W0614: Unused import XX from wildcard import
89
+ # W0621: Redefining name 'XX' from outer scope (line NN)
90
+ # W0622: Redefining built-in 'NN'
91
+ # W0631: Using possibly undefined loop variable 'XX'
92
+ # W0701: Raising a string exception
93
+ # W0702: No exception type(s) specified
94
+ disable=C0103,C0111,C0302,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0141,W0142,W0232,W0511,W0603,C0112,C0301,C0321,C0322,C0323,C0324,E0101,E0102,E1002,E1101,E1103,E0602,F0401,R0201,R0801,W0102,W0104,W0105,W0108,W0201,W0212,W0221,W0223,W0231,W0301,W0311,W0401,W0402,W0403,W0404,W0601,W0602,W0611,W0612,W0613,W0614,W0621,W0622,W0631,W0701,W0702
95
+
96
+
97
+ [REPORTS]
98
+
99
+ # Set the output format. Available formats are text, parseable, colorized, msvs
100
+ # (visual studio) and html
101
+ output-format=text
102
+
103
+ # Include message's id in output
104
+ include-ids=yes
105
+
106
+ # Put messages in a separate file for each module / package specified on the
107
+ # command line instead of printing them on stdout. Reports (if any) will be
108
+ # written in a file name "pylint_global.[txt|html]".
109
+ files-output=no
110
+
111
+ # Tells whether to display a full report or only the messages
112
+ reports=no
113
+
114
+ # Python expression which should return a note less than 10 (10 is the highest
115
+ # note). You have access to the variables errors warning, statement which
116
+ # respectively contain the number of errors / warnings messages and the total
117
+ # number of statements analyzed. This is used by the global evaluation report
118
+ # (RP0004).
119
+ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
120
+
121
+ # Add a comment according to your evaluation note. This is used by the global
122
+ # evaluation report (RP0004).
123
+ comment=no
124
+
125
+
126
+ [VARIABLES]
127
+
128
+ # Tells whether we should check for unused import in __init__ files.
129
+ init-import=no
130
+
131
+ # A regular expression matching the beginning of the name of dummy variables
132
+ # (i.e. not used).
133
+ dummy-variables-rgx=_|dummy
134
+
135
+ # List of additional names supposed to be defined in builtins. Remember that
136
+ # you should avoid to define new builtins when possible.
137
+ additional-builtins=
138
+
139
+
140
+ [TYPECHECK]
141
+
142
+ # Tells whether missing members accessed in mixin class should be ignored. A
143
+ # mixin class is detected if its name ends with "mixin" (case insensitive).
144
+ ignore-mixin-members=yes
145
+
146
+ # List of classes names for which member attributes should not be checked
147
+ # (useful for classes with attributes dynamically set).
148
+ ignored-classes=SQLObject
149
+
150
+ # When zope mode is activated, add a predefined set of Zope acquired attributes
151
+ # to generated-members.
152
+ zope=no
153
+
154
+ # List of members which are set dynamically and missed by pylint inference
155
+ # system, and so shouldn't trigger E0201 when accessed. Python regular
156
+ # expressions are accepted.
157
+ generated-members=REQUEST,acl_users,aq_parent
158
+
159
+
160
+ [MISCELLANEOUS]
161
+
162
+ # List of note tags to take in consideration, separated by a comma.
163
+ notes=FIXME,XXX,TODO
164
+
165
+
166
+ [SIMILARITIES]
167
+
168
+ # Minimum lines number of a similarity.
169
+ min-similarity-lines=4
170
+
171
+ # Ignore comments when computing similarities.
172
+ ignore-comments=yes
173
+
174
+ # Ignore docstrings when computing similarities.
175
+ ignore-docstrings=yes
176
+
177
+
178
+ [FORMAT]
179
+
180
+ # Maximum number of characters on a single line.
181
+ max-line-length=80
182
+
183
+ # Maximum number of lines in a module
184
+ max-module-lines=1000
185
+
186
+ # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
187
+ # tab).
188
+ indent-string=' '
189
+
190
+
191
+ [BASIC]
192
+
193
+ # Required attributes for module, separated by a comma
194
+ required-attributes=
195
+
196
+ # List of builtins function names that should not be used, separated by a comma
197
+ bad-functions=map,filter,apply,input
198
+
199
+ # Regular expression which should only match correct module names
200
+ module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
201
+
202
+ # Regular expression which should only match correct module level names
203
+ const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
204
+
205
+ # Regular expression which should only match correct class names
206
+ class-rgx=[A-Z_][a-zA-Z0-9]+$
207
+
208
+ # Regular expression which should only match correct function names
209
+ function-rgx=[a-z_][a-z0-9_]{2,30}$
210
+
211
+ # Regular expression which should only match correct method names
212
+ method-rgx=[a-z_][a-z0-9_]{2,30}$
213
+
214
+ # Regular expression which should only match correct instance attribute names
215
+ attr-rgx=[a-z_][a-z0-9_]{2,30}$
216
+
217
+ # Regular expression which should only match correct argument names
218
+ argument-rgx=[a-z_][a-z0-9_]{2,30}$
219
+
220
+ # Regular expression which should only match correct variable names
221
+ variable-rgx=[a-z_][a-z0-9_]{2,30}$
222
+
223
+ # Regular expression which should only match correct list comprehension /
224
+ # generator expression variable names
225
+ inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
226
+
227
+ # Good variable names which should always be accepted, separated by a comma
228
+ good-names=i,j,k,ex,Run,_
229
+
230
+ # Bad variable names which should always be refused, separated by a comma
231
+ bad-names=foo,bar,baz,toto,tutu,tata
232
+
233
+ # Regular expression which should only match functions or classes name which do
234
+ # not require a docstring
235
+ no-docstring-rgx=__.*__
236
+
237
+
238
+ [DESIGN]
239
+
240
+ # Maximum number of arguments for function / method
241
+ max-args=5
242
+
243
+ # Argument names that match this expression will be ignored. Default to name
244
+ # with leading underscore
245
+ ignored-argument-names=_.*
246
+
247
+ # Maximum number of locals for function / method body
248
+ max-locals=15
249
+
250
+ # Maximum number of return / yield for function / method body
251
+ max-returns=6
252
+
253
+ # Maximum number of branch for function / method body
254
+ max-branchs=12
255
+
256
+ # Maximum number of statements in function / method body
257
+ max-statements=50
258
+
259
+ # Maximum number of parents for a class (see R0901).
260
+ max-parents=7
261
+
262
+ # Maximum number of attributes for a class (see R0902).
263
+ max-attributes=7
264
+
265
+ # Minimum number of public methods for a class (see R0903).
266
+ min-public-methods=2
267
+
268
+ # Maximum number of public methods for a class (see R0904).
269
+ max-public-methods=20
270
+
271
+
272
+ [CLASSES]
273
+
274
+ # List of interface methods to ignore, separated by a comma. This is used for
275
+ # instance to not check methods defines in Zope's Interface base class.
276
+ ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by
277
+
278
+ # List of method names used to declare (i.e. assign) instance attributes.
279
+ defining-attr-methods=__init__,__new__,setUp
280
+
281
+ # List of valid names for the first argument in a class method.
282
+ valid-classmethod-first-arg=cls
283
+
284
+
285
+ [IMPORTS]
286
+
287
+ # Deprecated modules which should not be used, separated by a comma
288
+ deprecated-modules=regsub,string,TERMIOS,Bastion,rexec
289
+
290
+ # Create a graph of every (i.e. internal and external) dependencies in the
291
+ # given file (report RP0402 must not be disabled)
292
+ import-graph=
293
+
294
+ # Create a graph of external dependencies in the given file (report RP0402 must
295
+ # not be disabled)
296
+ ext-import-graph=
297
+
298
+ # Create a graph of internal dependencies in the given file (report RP0402 must
299
+ # not be disabled)
300
+ int-import-graph=
301
+
302
+
303
+ [EXCEPTIONS]
304
+
305
+ # Exceptions that will emit a warning when being caught. Defaults to
306
+ # "Exception"
307
+ overgeneral-exceptions=Exception
@@ -0,0 +1,81 @@
1
+ #!/usr/bin/python
2
+
3
+ # Copyright (c) 2009 Google Inc. All rights reserved.
4
+ # Use of this source code is governed by a BSD-style license that can be
5
+ # found in the LICENSE file.
6
+
7
+ import os.path
8
+ import shutil
9
+ import sys
10
+
11
+
12
+ gyps = [
13
+ 'app/app.gyp',
14
+ 'base/base.gyp',
15
+ 'build/temp_gyp/googleurl.gyp',
16
+ 'build/all.gyp',
17
+ 'build/common.gypi',
18
+ 'build/external_code.gypi',
19
+ 'chrome/test/security_tests/security_tests.gyp',
20
+ 'chrome/third_party/hunspell/hunspell.gyp',
21
+ 'chrome/chrome.gyp',
22
+ 'media/media.gyp',
23
+ 'net/net.gyp',
24
+ 'printing/printing.gyp',
25
+ 'sdch/sdch.gyp',
26
+ 'skia/skia.gyp',
27
+ 'testing/gmock.gyp',
28
+ 'testing/gtest.gyp',
29
+ 'third_party/bzip2/bzip2.gyp',
30
+ 'third_party/icu38/icu38.gyp',
31
+ 'third_party/libevent/libevent.gyp',
32
+ 'third_party/libjpeg/libjpeg.gyp',
33
+ 'third_party/libpng/libpng.gyp',
34
+ 'third_party/libxml/libxml.gyp',
35
+ 'third_party/libxslt/libxslt.gyp',
36
+ 'third_party/lzma_sdk/lzma_sdk.gyp',
37
+ 'third_party/modp_b64/modp_b64.gyp',
38
+ 'third_party/npapi/npapi.gyp',
39
+ 'third_party/sqlite/sqlite.gyp',
40
+ 'third_party/zlib/zlib.gyp',
41
+ 'v8/tools/gyp/v8.gyp',
42
+ 'webkit/activex_shim/activex_shim.gyp',
43
+ 'webkit/activex_shim_dll/activex_shim_dll.gyp',
44
+ 'webkit/build/action_csspropertynames.py',
45
+ 'webkit/build/action_cssvaluekeywords.py',
46
+ 'webkit/build/action_jsconfig.py',
47
+ 'webkit/build/action_makenames.py',
48
+ 'webkit/build/action_maketokenizer.py',
49
+ 'webkit/build/action_useragentstylesheets.py',
50
+ 'webkit/build/rule_binding.py',
51
+ 'webkit/build/rule_bison.py',
52
+ 'webkit/build/rule_gperf.py',
53
+ 'webkit/tools/test_shell/test_shell.gyp',
54
+ 'webkit/webkit.gyp',
55
+ ]
56
+
57
+
58
+ def Main(argv):
59
+ if len(argv) != 3 or argv[1] not in ['push', 'pull']:
60
+ print 'Usage: %s push/pull PATH_TO_CHROME' % argv[0]
61
+ return 1
62
+
63
+ path_to_chrome = argv[2]
64
+
65
+ for g in gyps:
66
+ chrome_file = os.path.join(path_to_chrome, g)
67
+ local_file = os.path.join(os.path.dirname(argv[0]), os.path.split(g)[1])
68
+ if argv[1] == 'push':
69
+ print 'Copying %s to %s' % (local_file, chrome_file)
70
+ shutil.copyfile(local_file, chrome_file)
71
+ elif argv[1] == 'pull':
72
+ print 'Copying %s to %s' % (chrome_file, local_file)
73
+ shutil.copyfile(chrome_file, local_file)
74
+ else:
75
+ assert False
76
+
77
+ return 0
78
+
79
+
80
+ if __name__ == '__main__':
81
+ sys.exit(Main(sys.argv))
@@ -0,0 +1,5 @@
1
+ @rem Copyright (c) 2009 Google Inc. All rights reserved.
2
+ @rem Use of this source code is governed by a BSD-style license that can be
3
+ @rem found in the LICENSE file.
4
+
5
+ @python %~dp0/samples %*
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env python
2
+
3
+ # Copyright (c) 2009 Google Inc. All rights reserved.
4
+ # Use of this source code is governed by a BSD-style license that can be
5
+ # found in the LICENSE file.
6
+
7
+ from setuptools import setup
8
+
9
+ setup(
10
+ name='gyp',
11
+ version='0.1',
12
+ description='Generate Your Projects',
13
+ author='Chromium Authors',
14
+ author_email='chromium-dev@googlegroups.com',
15
+ url='http://code.google.com/p/gyp',
16
+ package_dir = {'': 'pylib'},
17
+ packages=['gyp', 'gyp.generator'],
18
+ entry_points = {'console_scripts': ['gyp=gyp:script_main'] }
19
+ )
@@ -0,0 +1,27 @@
1
+ /*
2
+ gyp.pbfilespec
3
+ GYP source file spec for Xcode 3
4
+
5
+ There is not much documentation available regarding the format
6
+ of .pbfilespec files. As a starting point, see for instance the
7
+ outdated documentation at:
8
+ http://maxao.free.fr/xcode-plugin-interface/specifications.html
9
+ and the files in:
10
+ /Developer/Library/PrivateFrameworks/XcodeEdit.framework/Versions/A/Resources/
11
+
12
+ Place this file in directory:
13
+ ~/Library/Application Support/Developer/Shared/Xcode/Specifications/
14
+ */
15
+
16
+ (
17
+ {
18
+ Identifier = sourcecode.gyp;
19
+ BasedOn = sourcecode;
20
+ Name = "GYP Files";
21
+ Extensions = ("gyp", "gypi");
22
+ MIMETypes = ("text/gyp");
23
+ Language = "xcode.lang.gyp";
24
+ IsTextFile = YES;
25
+ IsSourceFile = YES;
26
+ }
27
+ )