redsnow 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (583) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +67 -0
  3. data/Rakefile +1 -1
  4. data/doc/RedSnow.html +321 -0
  5. data/doc/RedSnow/Action.html +702 -0
  6. data/doc/RedSnow/Binding.html +135 -0
  7. data/doc/RedSnow/Blueprint.html +657 -0
  8. data/doc/RedSnow/BlueprintNode.html +139 -0
  9. data/doc/RedSnow/ErrorCodes.html +165 -0
  10. data/doc/RedSnow/Headers.html +456 -0
  11. data/doc/RedSnow/KeyValueCollection.html +343 -0
  12. data/doc/RedSnow/Location.html +391 -0
  13. data/doc/RedSnow/Metadata.html +343 -0
  14. data/doc/RedSnow/NamedBlueprintNode.html +444 -0
  15. data/doc/RedSnow/Object.html +295 -0
  16. data/doc/RedSnow/Parameter.html +881 -0
  17. data/doc/RedSnow/Parameters.html +349 -0
  18. data/doc/RedSnow/ParseResult.html +570 -0
  19. data/doc/RedSnow/Payload.html +775 -0
  20. data/doc/RedSnow/Resource.html +790 -0
  21. data/doc/RedSnow/ResourceGroup.html +521 -0
  22. data/doc/RedSnow/TransactionExample.html +700 -0
  23. data/doc/RedSnow/WarningCodes.html +210 -0
  24. data/doc/_index.html +342 -0
  25. data/doc/class_list.html +54 -0
  26. data/doc/css/common.css +1 -0
  27. data/doc/css/full_list.css +57 -0
  28. data/doc/css/style.css +339 -0
  29. data/doc/file.README.html +136 -0
  30. data/doc/file_list.html +56 -0
  31. data/doc/frames.html +26 -0
  32. data/doc/index.html +136 -0
  33. data/doc/js/app.js +219 -0
  34. data/doc/js/full_list.js +178 -0
  35. data/doc/js/jquery.js +4 -0
  36. data/doc/method_list.html +347 -0
  37. data/doc/top-level-namespace.html +112 -0
  38. data/ext/snowcrash/Gemfile +8 -0
  39. data/ext/snowcrash/Gemfile.lock +40 -0
  40. data/ext/snowcrash/LICENSE +22 -0
  41. data/ext/snowcrash/README.md +118 -0
  42. data/ext/snowcrash/bin/snowcrash +0 -0
  43. data/ext/snowcrash/bin/test-libsnowcrash +0 -0
  44. data/ext/snowcrash/build/Makefile +375 -0
  45. data/ext/snowcrash/build/gyp-mac-tool +511 -0
  46. data/ext/snowcrash/build/libmarkdownparser.target.mk +137 -0
  47. data/ext/snowcrash/build/libsnowcrash.target.mk +165 -0
  48. data/ext/snowcrash/build/libsundown.target.mk +143 -0
  49. data/ext/snowcrash/build/out/Release/libmarkdownparser.a +0 -0
  50. data/ext/snowcrash/build/out/Release/libsnowcrash.dylib +0 -0
  51. data/ext/snowcrash/build/out/Release/libsundown.a +0 -0
  52. data/ext/snowcrash/build/out/Release/linker.lock +0 -0
  53. data/ext/snowcrash/build/out/Release/obj.target/libmarkdownparser/ext/markdown-parser/src/ByteBuffer.o +0 -0
  54. data/ext/snowcrash/build/out/Release/obj.target/libmarkdownparser/ext/markdown-parser/src/MarkdownNode.o +0 -0
  55. data/ext/snowcrash/build/out/Release/obj.target/libmarkdownparser/ext/markdown-parser/src/MarkdownParser.o +0 -0
  56. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/CBlueprint.o +0 -0
  57. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/CBlueprintSourcemap.o +0 -0
  58. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/CSourceAnnotation.o +0 -0
  59. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/HTTP.o +0 -0
  60. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/MarkdownBlock.o +0 -0
  61. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/MarkdownParser.o +0 -0
  62. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/Parser.o +0 -0
  63. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/ParserCore.o +0 -0
  64. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/Section.o +0 -0
  65. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/Serialize.o +0 -0
  66. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/SerializeJSON.o +0 -0
  67. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/SerializeYAML.o +0 -0
  68. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/Signature.o +0 -0
  69. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/UriTemplateParser.o +0 -0
  70. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/csnowcrash.o +0 -0
  71. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/posix/RegexMatch.o +0 -0
  72. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/snowcrash.o +0 -0
  73. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/html/houdini_href_e.o +0 -0
  74. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/html/houdini_html_e.o +0 -0
  75. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/html/html.o +0 -0
  76. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/html/html_smartypants.o +0 -0
  77. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/src/autolink.o +0 -0
  78. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/src/buffer.o +0 -0
  79. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/src/markdown.o +0 -0
  80. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/src/src_map.o +0 -0
  81. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/src/stack.o +0 -0
  82. data/ext/snowcrash/build/out/Release/obj.target/snowcrash/src/snowcrash/snowcrash.o +0 -0
  83. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/html/houdini_href_e.o +0 -0
  84. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/html/houdini_html_e.o +0 -0
  85. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/html/html.o +0 -0
  86. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/html/html_smartypants.o +0 -0
  87. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/src/autolink.o +0 -0
  88. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/src/buffer.o +0 -0
  89. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/src/markdown.o +0 -0
  90. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/src/src_map.o +0 -0
  91. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/src/stack.o +0 -0
  92. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ActionParser.o +0 -0
  93. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-AssetParser.o +0 -0
  94. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-Blueprint.o +0 -0
  95. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-BlueprintParser.o +0 -0
  96. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-HeaderParser.o +0 -0
  97. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-HeadersParser.o +0 -0
  98. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-Indentation.o +0 -0
  99. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ListUtility.o +0 -0
  100. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-MarkdownBlock.o +0 -0
  101. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-MarkdownParser.o +0 -0
  102. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ParameterDefinitonParser.o +0 -0
  103. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ParameterParser.o +0 -0
  104. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ParametersParser.o +0 -0
  105. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-Parser.o +0 -0
  106. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-PayloadParser.o +0 -0
  107. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-RegexMatch.o +0 -0
  108. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ResouceGroupParser.o +0 -0
  109. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ResourceGroupParser.o +0 -0
  110. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ResourceParser.o +0 -0
  111. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-SectionParser.o +0 -0
  112. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-SymbolIdentifier.o +0 -0
  113. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-SymbolTable.o +0 -0
  114. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-UriTemplateParser.o +0 -0
  115. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ValuesParser.o +0 -0
  116. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-Warnings.o +0 -0
  117. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-csnowcrash.o +0 -0
  118. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-snowcrash.o +0 -0
  119. data/ext/snowcrash/build/out/Release/snowcrash +0 -0
  120. data/ext/snowcrash/build/out/Release/test-libsnowcrash +0 -0
  121. data/ext/snowcrash/build/perf-libsnowcrash.target.mk +151 -0
  122. data/ext/snowcrash/build/snowcrash.Makefile +6 -0
  123. data/ext/snowcrash/build/snowcrash.target.mk +149 -0
  124. data/ext/snowcrash/build/sundown.target.mk +143 -0
  125. data/ext/snowcrash/build/test-libsnowcrash.target.mk +170 -0
  126. data/ext/snowcrash/ext/cmdline/LICENSE +30 -0
  127. data/ext/snowcrash/ext/cmdline/README.rst +191 -0
  128. data/ext/snowcrash/ext/cmdline/cmdline.h +817 -0
  129. data/ext/snowcrash/ext/cmdline/test.cpp +50 -0
  130. data/ext/snowcrash/ext/cmdline/test2.cpp +61 -0
  131. data/ext/snowcrash/ext/markdown-parser/LICENSE +22 -0
  132. data/ext/snowcrash/ext/markdown-parser/README.md +11 -0
  133. data/ext/snowcrash/ext/markdown-parser/ext/sundown/README.markdown +141 -0
  134. data/ext/snowcrash/ext/markdown-parser/markdownparser.xcodeproj/project.pbxproj +448 -0
  135. data/ext/snowcrash/ext/markdown-parser/msvc/test-markdown/test-markdown.vcproj +195 -0
  136. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/LICENSE_1_0.txt +23 -0
  137. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/README.md +24 -0
  138. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/catch-logo-small.png +0 -0
  139. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/assertions.md +64 -0
  140. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/build-systems.md +36 -0
  141. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/command-line.md +155 -0
  142. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/contributing.md +19 -0
  143. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/logging.md +52 -0
  144. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/own-main.md +68 -0
  145. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/reference-index.md +14 -0
  146. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/test-cases-and-sections.md +60 -0
  147. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/test-fixtures.md +32 -0
  148. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/tutorial.md +228 -0
  149. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/whats-changed.md +24 -0
  150. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/why-catch.md +42 -0
  151. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/catch.hpp +202 -0
  152. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/catch_runner.hpp +224 -0
  153. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/catch_with_main.hpp +15 -0
  154. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/external/clara.h +868 -0
  155. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/external/tbc_text_format.h +153 -0
  156. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_approx.hpp +91 -0
  157. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_assertionresult.h +71 -0
  158. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_assertionresult.hpp +91 -0
  159. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_capture.hpp +179 -0
  160. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_clara.h +32 -0
  161. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_commandline.hpp +145 -0
  162. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_common.h +119 -0
  163. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_common.hpp +86 -0
  164. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_compiler_capabilities.h +123 -0
  165. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_config.hpp +178 -0
  166. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_console_colour.hpp +66 -0
  167. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_console_colour_impl.hpp +166 -0
  168. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_context.h +53 -0
  169. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_context_impl.hpp +112 -0
  170. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_debugger.h +49 -0
  171. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_debugger.hpp +100 -0
  172. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_default_main.hpp +38 -0
  173. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_evaluate.hpp +178 -0
  174. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_exception_translator_registry.hpp +75 -0
  175. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_expression_decomposer.hpp +31 -0
  176. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_expression_lhs.hpp +105 -0
  177. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_expressionresult_builder.h +63 -0
  178. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_expressionresult_builder.hpp +98 -0
  179. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_generators.hpp +190 -0
  180. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_generators_impl.hpp +86 -0
  181. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_impl.hpp +92 -0
  182. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_capture.h +46 -0
  183. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_config.h +54 -0
  184. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_exception.h +66 -0
  185. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_generators.h +32 -0
  186. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_registry_hub.h +44 -0
  187. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_reporter.h +265 -0
  188. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_runner.h +19 -0
  189. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_testcase.h +37 -0
  190. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_legacy_reporter_adapter.h +59 -0
  191. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_legacy_reporter_adapter.hpp +82 -0
  192. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_list.hpp +150 -0
  193. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_matchers.hpp +233 -0
  194. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_message.h +65 -0
  195. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_message.hpp +43 -0
  196. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_notimplemented_exception.h +35 -0
  197. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_notimplemented_exception.hpp +30 -0
  198. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_objc.hpp +203 -0
  199. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_objc_arc.hpp +51 -0
  200. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_option.hpp +75 -0
  201. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_platform.h +20 -0
  202. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_ptr.hpp +94 -0
  203. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_registry_hub.hpp +83 -0
  204. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_reporter_registrars.hpp +74 -0
  205. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_reporter_registry.hpp +45 -0
  206. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_result_type.h +66 -0
  207. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_runner_impl.hpp +319 -0
  208. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_section.h +55 -0
  209. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_section.hpp +40 -0
  210. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_section_info.h +31 -0
  211. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_section_info.hpp +113 -0
  212. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_sfinae.hpp +44 -0
  213. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_stream.h +33 -0
  214. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_stream.hpp +83 -0
  215. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_streambuf.h +23 -0
  216. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_tags.h +109 -0
  217. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_tags.hpp +137 -0
  218. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_case_info.h +84 -0
  219. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_case_info.hpp +166 -0
  220. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_case_registry_impl.hpp +146 -0
  221. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_case_tracker.hpp +148 -0
  222. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_registry.hpp +120 -0
  223. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_spec.h +65 -0
  224. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_spec.hpp +133 -0
  225. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_text.h +24 -0
  226. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_timer.h +35 -0
  227. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_timer.hpp +63 -0
  228. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_tostring.hpp +276 -0
  229. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_totals.hpp +67 -0
  230. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_version.h +37 -0
  231. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_version.hpp +19 -0
  232. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_xmlwriter.hpp +218 -0
  233. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/reporters/catch_reporter_bases.hpp +203 -0
  234. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/reporters/catch_reporter_console.hpp +411 -0
  235. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/reporters/catch_reporter_junit.hpp +226 -0
  236. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/reporters/catch_reporter_xml.hpp +151 -0
  237. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/CMake/CMakeLists.txt +38 -0
  238. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/ApproxTests.cpp +112 -0
  239. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/BDDTests.cpp +68 -0
  240. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/Baselines/console.std.approved.txt +778 -0
  241. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/Baselines/console.sw.approved.txt +6995 -0
  242. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/Baselines/console.swa4.approved.txt +322 -0
  243. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/Baselines/junit.sw.approved.txt +562 -0
  244. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/Baselines/xml.sw.approved.txt +7251 -0
  245. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/ClassTests.cpp +57 -0
  246. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/ConditionTests.cpp +334 -0
  247. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/ExceptionTests.cpp +153 -0
  248. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/GeneratorTests.cpp +42 -0
  249. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/MessageTests.cpp +121 -0
  250. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/MiscTests.cpp +341 -0
  251. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SectionTrackerTests.cpp +164 -0
  252. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_common.cpp +2 -0
  253. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp +2 -0
  254. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_debugger.cpp +2 -0
  255. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp +2 -0
  256. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp +1 -0
  257. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp +1 -0
  258. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp +1 -0
  259. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp +2 -0
  260. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp +1 -0
  261. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp +1 -0
  262. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp +1 -0
  263. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_message.cpp +2 -0
  264. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_option.cpp +2 -0
  265. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_ptr.cpp +2 -0
  266. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_stream.cpp +2 -0
  267. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp +2 -0
  268. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_tags.cpp +2 -0
  269. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp +2 -0
  270. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/TestMain.cpp +541 -0
  271. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/TrickyTests.cpp +396 -0
  272. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/VariadicMacrosTests.cpp +31 -0
  273. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/makefile +21 -0
  274. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/VS2008/TestCatch/TestCatch.sln +20 -0
  275. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/VS2008/TestCatch/TestCatch/TestCatch.cpp +8 -0
  276. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/VS2008/TestCatch/TestCatch/TestCatch.vcproj +394 -0
  277. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/VS2010/TestCatch/TestCatch.sln +20 -0
  278. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/VS2010/TestCatch/TestCatch/TestCatch.vcxproj +148 -0
  279. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTest.xcodeproj/project.pbxproj +685 -0
  280. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  281. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTest.xcodeproj/project.xcworkspace/xcshareddata/CatchSelfTest.xccheckout +41 -0
  282. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTest/CatchSelfTest.1 +79 -0
  283. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTest/catch_text.cpp +2 -0
  284. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTestSingle.xcodeproj/project.pbxproj +258 -0
  285. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTestSingle.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  286. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTestSingle.xcodeproj/project.xcworkspace/xcshareddata/CatchSelfTestSingle.xccheckout +41 -0
  287. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTestSingle/dummy.txt +0 -0
  288. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.pbxproj +265 -0
  289. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  290. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.xcworkspace/xcshareddata/OCTest.xccheckout +41 -0
  291. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/CatchOCTestCase.h +25 -0
  292. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/CatchOCTestCase.mm +83 -0
  293. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/Main.mm +2 -0
  294. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/OCTest.1 +79 -0
  295. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/OCTest.mm +28 -0
  296. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/TestObj.h +28 -0
  297. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/TestObj.m +25 -0
  298. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest.xcodeproj/project.pbxproj +299 -0
  299. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  300. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest/OCTest.mm +27 -0
  301. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest/TestObj.h +25 -0
  302. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest/TestObj.m +18 -0
  303. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest/en.lproj/InfoPlist.strings +2 -0
  304. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest/iOSTest-Info.plist +47 -0
  305. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest/iOSTest-Prefix.pch +14 -0
  306. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/runners/iTchRunner/internal/iTchRunnerAppDelegate.h +114 -0
  307. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/runners/iTchRunner/internal/iTchRunnerMainView.h +189 -0
  308. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/runners/iTchRunner/internal/iTchRunnerReporter.h +115 -0
  309. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/runners/iTchRunner/itChRunnerMain.mm +27 -0
  310. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/runners/iTchRunner/readme +6 -0
  311. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/scripts/approvalTests.py +99 -0
  312. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/scripts/approve.py +29 -0
  313. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/scripts/generateSingleHeader.py +152 -0
  314. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/scripts/scriptCommon.py +4 -0
  315. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/single_include/catch.hpp +8544 -0
  316. data/ext/snowcrash/ext/markdown-parser/test/test-ByteBuffer.cc +83 -0
  317. data/ext/snowcrash/ext/markdown-parser/test/test-MarkdownParser.cc +628 -0
  318. data/ext/snowcrash/ext/markdown-parser/test/test-libmarkdownparser.cc +10 -0
  319. data/ext/snowcrash/features/fixtures/ast.json +154 -0
  320. data/ext/snowcrash/features/fixtures/ast.yaml +87 -0
  321. data/ext/snowcrash/features/fixtures/blueprint.apib +84 -0
  322. data/ext/snowcrash/features/fixtures/invalid_blueprint.apib +4 -0
  323. data/ext/snowcrash/features/parse.feature +23 -0
  324. data/ext/snowcrash/features/step_definitions/file_content_step.rb +8 -0
  325. data/ext/snowcrash/features/support/env.rb +7 -0
  326. data/ext/snowcrash/features/support/setup.rb +1 -0
  327. data/ext/snowcrash/features/validate.feature +37 -0
  328. data/ext/snowcrash/features/version.feature +10 -0
  329. data/ext/snowcrash/snowcrash.xcodeproj/project.pbxproj +798 -0
  330. data/ext/snowcrash/test/README.md +7 -0
  331. data/ext/snowcrash/test/performance/fixtures/fixture-1.apib +174 -0
  332. data/ext/snowcrash/test/performance/fixtures/fixture-2.apib +2455 -0
  333. data/ext/snowcrash/test/performance/fixtures/fixture-3.apib +10363 -0
  334. data/ext/snowcrash/test/performance/fixtures/fixture-4.apib +8390 -0
  335. data/ext/snowcrash/test/performance/perf-snowcrash.cc +162 -0
  336. data/ext/snowcrash/test/snowcrashtest.h +88 -0
  337. data/ext/snowcrash/test/test-ActionParser.cc +491 -0
  338. data/ext/snowcrash/test/test-AssetParser.cc +224 -0
  339. data/ext/snowcrash/test/test-Blueprint.cc +32 -0
  340. data/ext/snowcrash/test/test-BlueprintParser.cc +462 -0
  341. data/ext/snowcrash/test/test-HeadersParser.cc +256 -0
  342. data/ext/snowcrash/test/test-Indentation.cc +336 -0
  343. data/ext/snowcrash/test/test-ParameterParser.cc +499 -0
  344. data/ext/snowcrash/test/test-ParametersParser.cc +355 -0
  345. data/ext/snowcrash/test/test-PayloadParser.cc +657 -0
  346. data/ext/snowcrash/test/test-RegexMatch.cc +35 -0
  347. data/ext/snowcrash/test/test-ResourceGroupParser.cc +457 -0
  348. data/ext/snowcrash/test/test-ResourceParser.cc +947 -0
  349. data/ext/snowcrash/test/test-SectionParser.cc +81 -0
  350. data/ext/snowcrash/test/test-StringUtility.cc +65 -0
  351. data/ext/snowcrash/test/test-SymbolIdentifier.cc +53 -0
  352. data/ext/snowcrash/test/test-SymbolTable.cc +31 -0
  353. data/ext/snowcrash/test/test-UriTemplateParser.cc +333 -0
  354. data/ext/snowcrash/test/test-ValuesParser.cc +106 -0
  355. data/ext/snowcrash/test/test-Warnings.cc +94 -0
  356. data/ext/snowcrash/test/test-csnowcrash.cc +404 -0
  357. data/ext/snowcrash/test/test-snowcrash.cc +664 -0
  358. data/ext/snowcrash/test/vendor/Catch/LICENSE_1_0.txt +23 -0
  359. data/ext/snowcrash/test/vendor/Catch/README.md +24 -0
  360. data/ext/snowcrash/test/vendor/Catch/catch-logo-small.png +0 -0
  361. data/ext/snowcrash/test/vendor/Catch/docs/assertions.md +59 -0
  362. data/ext/snowcrash/test/vendor/Catch/docs/command-line.md +137 -0
  363. data/ext/snowcrash/test/vendor/Catch/docs/logging.md +52 -0
  364. data/ext/snowcrash/test/vendor/Catch/docs/own-main.md +68 -0
  365. data/ext/snowcrash/test/vendor/Catch/docs/reference-index.md +13 -0
  366. data/ext/snowcrash/test/vendor/Catch/docs/test-fixtures.md +32 -0
  367. data/ext/snowcrash/test/vendor/Catch/docs/tutorial.md +100 -0
  368. data/ext/snowcrash/test/vendor/Catch/docs/whats-changed.md +24 -0
  369. data/ext/snowcrash/test/vendor/Catch/docs/why-catch.md +42 -0
  370. data/ext/snowcrash/test/vendor/Catch/include/catch.hpp +182 -0
  371. data/ext/snowcrash/test/vendor/Catch/include/catch_runner.hpp +236 -0
  372. data/ext/snowcrash/test/vendor/Catch/include/catch_with_main.hpp +15 -0
  373. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_approx.hpp +91 -0
  374. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_assertionresult.h +65 -0
  375. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_assertionresult.hpp +91 -0
  376. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_capture.hpp +175 -0
  377. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_commandline.hpp +129 -0
  378. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_common.h +148 -0
  379. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_compiler_capabilities.h +85 -0
  380. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_config.hpp +182 -0
  381. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_console_colour.hpp +66 -0
  382. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_console_colour_impl.hpp +153 -0
  383. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_context.h +53 -0
  384. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_context_impl.hpp +112 -0
  385. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_debugger.hpp +116 -0
  386. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_default_main.hpp +38 -0
  387. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_evaluate.hpp +178 -0
  388. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_exception_translator_registry.hpp +74 -0
  389. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_expression_decomposer.hpp +31 -0
  390. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_expression_lhs.hpp +97 -0
  391. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_expressionresult_builder.h +63 -0
  392. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_expressionresult_builder.hpp +98 -0
  393. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_generators.hpp +190 -0
  394. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_generators_impl.hpp +86 -0
  395. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_impl.hpp +97 -0
  396. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_capture.h +46 -0
  397. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_config.h +32 -0
  398. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_exception.h +66 -0
  399. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_generators.h +32 -0
  400. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_registry_hub.h +45 -0
  401. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_reporter.h +339 -0
  402. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_runner.h +23 -0
  403. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_testcase.h +34 -0
  404. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_legacy_reporter_adapter.h +39 -0
  405. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_legacy_reporter_adapter.hpp +84 -0
  406. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_list.hpp +198 -0
  407. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_matchers.hpp +233 -0
  408. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_message.h +65 -0
  409. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_message.hpp +43 -0
  410. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_notimplemented_exception.h +35 -0
  411. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_notimplemented_exception.hpp +30 -0
  412. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_objc.hpp +202 -0
  413. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_objc_arc.hpp +51 -0
  414. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_option.hpp +67 -0
  415. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_ptr.hpp +94 -0
  416. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_registry_hub.hpp +83 -0
  417. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_reporter_registrars.hpp +75 -0
  418. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_reporter_registry.hpp +45 -0
  419. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_result_type.h +66 -0
  420. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_runner_impl.hpp +326 -0
  421. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_running_test.hpp +117 -0
  422. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_section.hpp +56 -0
  423. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_section_info.hpp +113 -0
  424. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_sfinae.hpp +44 -0
  425. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_stream.hpp +90 -0
  426. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_streambuf.h +21 -0
  427. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_tags.hpp +193 -0
  428. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_test_case_info.h +82 -0
  429. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_test_case_info.hpp +127 -0
  430. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_test_case_registry_impl.hpp +151 -0
  431. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_test_registry.hpp +120 -0
  432. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_test_spec.h +166 -0
  433. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_text.h +61 -0
  434. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_text.hpp +92 -0
  435. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_tostring.hpp +224 -0
  436. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_totals.hpp +67 -0
  437. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_version.h +37 -0
  438. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_version.hpp +19 -0
  439. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_xmlwriter.hpp +211 -0
  440. data/ext/snowcrash/test/vendor/Catch/include/internal/clara.h +553 -0
  441. data/ext/snowcrash/test/vendor/Catch/include/reporters/catch_reporter_basic.hpp +353 -0
  442. data/ext/snowcrash/test/vendor/Catch/include/reporters/catch_reporter_console.hpp +397 -0
  443. data/ext/snowcrash/test/vendor/Catch/include/reporters/catch_reporter_junit.hpp +252 -0
  444. data/ext/snowcrash/test/vendor/Catch/include/reporters/catch_reporter_xml.hpp +145 -0
  445. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/ApproxTests.cpp +112 -0
  446. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/BDDTests.cpp +68 -0
  447. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/Baselines/approvedResults.txt +14686 -0
  448. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/ClassTests.cpp +57 -0
  449. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/CmdLineTests.cpp +191 -0
  450. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/ConditionTests.cpp +348 -0
  451. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/ExceptionTests.cpp +143 -0
  452. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/GeneratorTests.cpp +42 -0
  453. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/MessageTests.cpp +102 -0
  454. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/MiscTests.cpp +343 -0
  455. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_common.cpp +2 -0
  456. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp +2 -0
  457. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_debugger.cpp +2 -0
  458. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp +2 -0
  459. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp +1 -0
  460. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp +1 -0
  461. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp +1 -0
  462. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp +2 -0
  463. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp +1 -0
  464. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp +1 -0
  465. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp +1 -0
  466. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_message.cpp +2 -0
  467. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_option.cpp +2 -0
  468. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_ptr.cpp +2 -0
  469. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_stream.cpp +2 -0
  470. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp +2 -0
  471. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_tags.cpp +2 -0
  472. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp +2 -0
  473. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/TestMain.cpp +561 -0
  474. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/TrickyTests.cpp +382 -0
  475. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/VariadicMacrosTests.cpp +31 -0
  476. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/catch_self_test.cpp +31 -0
  477. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/catch_self_test.hpp +177 -0
  478. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/TestCatch.sln +20 -0
  479. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/TestCatch/ReadMe.txt +33 -0
  480. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/TestCatch/TestCatch.cpp +8 -0
  481. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/TestCatch/TestCatch.vcproj +398 -0
  482. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/UpgradeLog.XML +12 -0
  483. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/_UpgradeReport_Files/UpgradeReport.css +207 -0
  484. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/_UpgradeReport_Files/UpgradeReport.xslt +232 -0
  485. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/_UpgradeReport_Files/UpgradeReport_Minus.gif +0 -0
  486. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/_UpgradeReport_Files/UpgradeReport_Plus.gif +0 -0
  487. data/ext/snowcrash/test/vendor/Catch/projects/VS2010/TestCatch/TestCatch.sln +20 -0
  488. data/ext/snowcrash/test/vendor/Catch/projects/VS2010/TestCatch/TestCatch/ReadMe.txt +33 -0
  489. data/ext/snowcrash/test/vendor/Catch/projects/VS2010/TestCatch/TestCatch/TestCatch.cpp +8 -0
  490. data/ext/snowcrash/test/vendor/Catch/projects/VS2010/TestCatch/TestCatch/TestCatch.vcxproj +149 -0
  491. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTest.xcodeproj/project.pbxproj +440 -0
  492. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  493. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist +81 -0
  494. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcschemes/Test.xcscheme +154 -0
  495. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcschemes/xcschememanagement.plist +22 -0
  496. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTestSingle/CatchSelfTestSingle.1 +79 -0
  497. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTestSingle/CatchSelfTestSingle.xcodeproj/project.pbxproj +246 -0
  498. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/CatchOCTestCase.h +25 -0
  499. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/CatchOCTestCase.mm +45 -0
  500. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/Main.mm +1 -0
  501. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/OCTest.1 +79 -0
  502. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/OCTest.mm +28 -0
  503. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/OCTest.xcodeproj/project.pbxproj +259 -0
  504. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/OCTest_Prefix.pch +7 -0
  505. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/TestObj.h +25 -0
  506. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/TestObj.m +18 -0
  507. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTest.xcodeproj/project.pbxproj +667 -0
  508. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  509. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTest.xcodeproj/xcuserdata/Phil.xcuserdatad/xcschemes/xcschememanagement.plist +22 -0
  510. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTest/CatchSelfTest.1 +79 -0
  511. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTest/catch_text.cpp +2 -0
  512. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTestSingle.xcodeproj/project.pbxproj +264 -0
  513. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTestSingle.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  514. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTestSingle/dummy.txt +0 -0
  515. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest.xcodeproj/project.pbxproj +249 -0
  516. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  517. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/CatchOCTestCase.h +25 -0
  518. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/CatchOCTestCase.mm +82 -0
  519. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/Main.mm +2 -0
  520. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/OCTest.1 +79 -0
  521. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/OCTest.mm +28 -0
  522. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/TestObj.h +28 -0
  523. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/TestObj.m +25 -0
  524. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest.xcodeproj/project.pbxproj +299 -0
  525. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  526. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest/OCTest.mm +27 -0
  527. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest/TestObj.h +25 -0
  528. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest/TestObj.m +18 -0
  529. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest/en.lproj/InfoPlist.strings +2 -0
  530. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest/iOSTest-Info.plist +47 -0
  531. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest/iOSTest-Prefix.pch +14 -0
  532. data/ext/snowcrash/test/vendor/Catch/projects/runners/iTchRunner/internal/iTchRunnerAppDelegate.h +114 -0
  533. data/ext/snowcrash/test/vendor/Catch/projects/runners/iTchRunner/internal/iTchRunnerMainView.h +189 -0
  534. data/ext/snowcrash/test/vendor/Catch/projects/runners/iTchRunner/internal/iTchRunnerReporter.h +115 -0
  535. data/ext/snowcrash/test/vendor/Catch/projects/runners/iTchRunner/itChRunnerMain.mm +27 -0
  536. data/ext/snowcrash/test/vendor/Catch/projects/runners/iTchRunner/readme +6 -0
  537. data/ext/snowcrash/test/vendor/Catch/scripts/approvalTests.py +63 -0
  538. data/ext/snowcrash/test/vendor/Catch/scripts/approve.py +14 -0
  539. data/ext/snowcrash/test/vendor/Catch/scripts/generateSingleHeader.py +117 -0
  540. data/ext/snowcrash/test/vendor/Catch/scripts/scriptCommon.py +4 -0
  541. data/ext/snowcrash/test/vendor/Catch/single_include/catch.hpp +8046 -0
  542. data/ext/snowcrash/tools/README.md +27 -0
  543. data/ext/snowcrash/tools/gyp/LICENSE +27 -0
  544. data/ext/snowcrash/tools/gyp/gyptest.py +274 -0
  545. data/ext/snowcrash/tools/gyp/pylib/gyp/MSVSSettings_test.py +1483 -0
  546. data/ext/snowcrash/tools/gyp/pylib/gyp/__init__.pyc +0 -0
  547. data/ext/snowcrash/tools/gyp/pylib/gyp/common.pyc +0 -0
  548. data/ext/snowcrash/tools/gyp/pylib/gyp/common_test.py +72 -0
  549. data/ext/snowcrash/tools/gyp/pylib/gyp/easy_xml_test.py +103 -0
  550. data/ext/snowcrash/tools/gyp/pylib/gyp/generator/__init__.pyc +0 -0
  551. data/ext/snowcrash/tools/gyp/pylib/gyp/generator/make.pyc +0 -0
  552. data/ext/snowcrash/tools/gyp/pylib/gyp/generator/msvs_test.py +37 -0
  553. data/ext/snowcrash/tools/gyp/pylib/gyp/generator/ninja_test.py +44 -0
  554. data/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode.pyc +0 -0
  555. data/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode_test.py +23 -0
  556. data/ext/snowcrash/tools/gyp/pylib/gyp/input.pyc +0 -0
  557. data/ext/snowcrash/tools/gyp/pylib/gyp/input_test.py +90 -0
  558. data/ext/snowcrash/tools/gyp/pylib/gyp/xcode_emulation.pyc +0 -0
  559. data/ext/snowcrash/tools/gyp/pylib/gyp/xcodeproj_file.pyc +0 -0
  560. data/ext/snowcrash/tools/gyp/tools/README +15 -0
  561. data/ext/snowcrash/tools/gyp/tools/Xcode/README +5 -0
  562. data/ext/snowcrash/tools/gyp/tools/emacs/README +12 -0
  563. data/ext/snowcrash/tools/gyp/tools/emacs/gyp-tests.el +63 -0
  564. data/ext/snowcrash/tools/gyp/tools/emacs/run-unit-tests.sh +7 -0
  565. data/ext/snowcrash/tools/gyp/tools/emacs/testdata/media.gyp +1105 -0
  566. data/ext/snowcrash/tools/gyp/tools/emacs/testdata/media.gyp.fontified +1107 -0
  567. data/lib/redsnow.rb +2 -2
  568. data/lib/redsnow/blueprint.rb +2 -1
  569. data/lib/redsnow/version.rb +1 -1
  570. data/pkg/redsnow-0.1.3.gem +0 -0
  571. data/pkg/redsnow-0.1.4.gem +0 -0
  572. data/pkg/redsnow-0.1.5.gem +0 -0
  573. data/pkg/redsnow-0.1.6.gem +0 -0
  574. data/pkg/redsnow-0.2.0.gem +0 -0
  575. data/pkg/redsnow-0.2.1.gem +0 -0
  576. data/pkg/redsnow-0.3.1.gem +0 -0
  577. data/redsnow.gemspec +2 -1
  578. data/test/redsnow_binding_test.rb +1 -1
  579. data/test/redsnow_options_test.rb +4 -4
  580. metadata +540 -6
  581. data/.gitignore +0 -34
  582. data/.gitmodules +0 -3
  583. data/.travis.yml +0 -21
@@ -0,0 +1,10 @@
1
+ //
2
+ // main.cpp
3
+ // test-libmarkdownparser
4
+ //
5
+ // Created by Zdenek Nemec on 4/18/14.
6
+ // Copyright (c) 2014 Apiary Inc. All rights reserved.
7
+ //
8
+
9
+ #define CATCH_CONFIG_MAIN /// < Let catch generate the main()
10
+ #include "catch.hpp"
@@ -0,0 +1,154 @@
1
+ {
2
+ "_version": "2.1",
3
+ "metadata": [
4
+ {
5
+ "name": "Format",
6
+ "value": "1A"
7
+ }
8
+ ],
9
+ "name": "<API name>",
10
+ "description": "<API description>\n\n",
11
+ "resourceGroups": [
12
+ {
13
+ "name": "<resource group name>",
14
+ "description": "<resource group description>\n\n",
15
+ "resources": [
16
+ {
17
+ "name": "<resource name>",
18
+ "description": "<resource description>\n\n",
19
+ "uriTemplate": "/resource/{parameter}",
20
+ "model": {
21
+ "name": "<resource name>",
22
+ "description": "<resource model description>",
23
+ "headers": [
24
+ {
25
+ "name": "<header1>",
26
+ "value": "<header1 value>"
27
+ }
28
+ ],
29
+ "body": "<resource model body>\n",
30
+ "schema": "<resource model schema>\n"
31
+ },
32
+ "parameters": [
33
+ {
34
+ "name": "parameter",
35
+ "description": "<description>",
36
+ "type": "<type>",
37
+ "required": false,
38
+ "default": "<default value>",
39
+ "example": "<example value>",
40
+ "values": [
41
+ {
42
+ "value": "<element>"
43
+ }
44
+ ]
45
+ }
46
+ ],
47
+ "actions": [
48
+ {
49
+ "name": "<action name>",
50
+ "description": "<action description>\n\n",
51
+ "method": "POST",
52
+ "parameters": [
53
+ {
54
+ "name": "parameter",
55
+ "description": "<description>",
56
+ "type": "<type>",
57
+ "required": false,
58
+ "default": "<default value>",
59
+ "example": "<example value>",
60
+ "values": [
61
+ {
62
+ "value": "<element>"
63
+ }
64
+ ]
65
+ }
66
+ ],
67
+ "examples": [
68
+ {
69
+ "name": "",
70
+ "description": "",
71
+ "requests": [
72
+ {
73
+ "name": "<request name>",
74
+ "description": "<request description>\n",
75
+ "headers": [
76
+ {
77
+ "name": "<header2>",
78
+ "value": "<header2 value>"
79
+ },
80
+ {
81
+ "name": "<header3>",
82
+ "value": "<header3 value>"
83
+ },
84
+ {
85
+ "name": "Content-Type",
86
+ "value": "text/plain"
87
+ },
88
+ {
89
+ "name": "<header4>",
90
+ "value": "<header4 value>"
91
+ }
92
+ ],
93
+ "body": "<request body>\n",
94
+ "schema": "<request schema>\n"
95
+ }
96
+ ],
97
+ "responses": [
98
+ {
99
+ "name": "200",
100
+ "description": "<response description>\n",
101
+ "headers": [
102
+ {
103
+ "name": "<header2>",
104
+ "value": "<header2 value>"
105
+ },
106
+ {
107
+ "name": "<header3>",
108
+ "value": "<header3 value>"
109
+ },
110
+ {
111
+ "name": "Content-Type",
112
+ "value": "text/plain"
113
+ },
114
+ {
115
+ "name": "<header5>",
116
+ "value": "<header5 value>"
117
+ }
118
+ ],
119
+ "body": "<response body>\n",
120
+ "schema": "<response schema>\n"
121
+ },
122
+ {
123
+ "name": "201",
124
+ "reference": {
125
+ "id": "<resource name>"
126
+ },
127
+ "description": "<resource model description>",
128
+ "headers": [
129
+ {
130
+ "name": "<header2>",
131
+ "value": "<header2 value>"
132
+ },
133
+ {
134
+ "name": "<header3>",
135
+ "value": "<header3 value>"
136
+ },
137
+ {
138
+ "name": "<header1>",
139
+ "value": "<header1 value>"
140
+ }
141
+ ],
142
+ "body": "<resource model body>\n",
143
+ "schema": "<resource model schema>\n"
144
+ }
145
+ ]
146
+ }
147
+ ]
148
+ }
149
+ ]
150
+ }
151
+ ]
152
+ }
153
+ ]
154
+ }
@@ -0,0 +1,87 @@
1
+ _version: 2.1
2
+ metadata:
3
+ - name: "Format"
4
+ value: "1A"
5
+ name: "<API name>"
6
+ description: "<API description>\n\n"
7
+ resourceGroups:
8
+ - name: "<resource group name>"
9
+ description: "<resource group description>\n\n"
10
+ resources:
11
+ - name: "<resource name>"
12
+ description: "<resource description>\n\n"
13
+ uriTemplate: "/resource/{parameter}"
14
+ model:
15
+ name: "<resource name>"
16
+ description: "<resource model description>"
17
+ headers:
18
+ - name: "<header1>"
19
+ value: "<header1 value>"
20
+ body: "<resource model body>\n"
21
+ schema: "<resource model schema>\n"
22
+ parameters:
23
+ - name: "parameter"
24
+ description: "<description>"
25
+ type: "<type>"
26
+ required: false
27
+ default: "<default value>"
28
+ example: "<example value>"
29
+ values:
30
+ - value: "<element>"
31
+ actions:
32
+ - name: "<action name>"
33
+ description: "<action description>\n\n"
34
+ method: "POST"
35
+ parameters:
36
+ - name: "parameter"
37
+ description: "<description>"
38
+ type: "<type>"
39
+ required: false
40
+ default: "<default value>"
41
+ example: "<example value>"
42
+ values:
43
+ - value: "<element>"
44
+ examples:
45
+ - name:
46
+ description:
47
+ requests:
48
+ - name: "<request name>"
49
+ description: "<request description>\n"
50
+ headers:
51
+ - name: "<header2>"
52
+ value: "<header2 value>"
53
+ - name: "<header3>"
54
+ value: "<header3 value>"
55
+ - name: "Content-Type"
56
+ value: "text/plain"
57
+ - name: "<header4>"
58
+ value: "<header4 value>"
59
+ body: "<request body>\n"
60
+ schema: "<request schema>\n"
61
+ responses:
62
+ - name: "200"
63
+ description: "<response description>\n"
64
+ headers:
65
+ - name: "<header2>"
66
+ value: "<header2 value>"
67
+ - name: "<header3>"
68
+ value: "<header3 value>"
69
+ - name: "Content-Type"
70
+ value: "text/plain"
71
+ - name: "<header5>"
72
+ value: "<header5 value>"
73
+ body: "<response body>\n"
74
+ schema: "<response schema>\n"
75
+ - name: "201"
76
+ reference:
77
+ id: "<resource name>"
78
+ description: "<resource model description>"
79
+ headers:
80
+ - name: "<header2>"
81
+ value: "<header2 value>"
82
+ - name: "<header3>"
83
+ value: "<header3 value>"
84
+ - name: "<header1>"
85
+ value: "<header1 value>"
86
+ body: "<resource model body>\n"
87
+ schema: "<resource model schema>\n"
@@ -0,0 +1,84 @@
1
+ Format: 1A
2
+
3
+ # <API name>
4
+ <API description>
5
+
6
+ # Group <resource group name>
7
+ <resource group description>
8
+
9
+ ## <resource name> [/resource/{parameter}]
10
+ <resource description>
11
+
12
+ + Model
13
+ <resource model description>
14
+
15
+ + Headers
16
+
17
+ <header1>: <header1 value>
18
+
19
+ + Body
20
+
21
+ <resource model body>
22
+
23
+ + Schema
24
+
25
+ <resource model schema>
26
+
27
+ + Parameters
28
+ + parameter = `<default value>` (<type>, optional, `<example value>`) ... <description>
29
+
30
+ + Values
31
+ + `<element>`
32
+
33
+ + Headers
34
+
35
+ <header2>: <header2 value>
36
+
37
+ ### <action name> [POST]
38
+ <action description>
39
+
40
+ + Parameters
41
+ + parameter = `<default value>` (<type>, optional, `<example value>`) ... <description>
42
+
43
+ + Values
44
+ + `<element>`
45
+
46
+ + Headers
47
+
48
+ <header3>: <header3 value>
49
+
50
+ + Request <request name> (text/plain)
51
+
52
+ <request description>
53
+
54
+ + Headers
55
+
56
+ <header4>: <header4 value>
57
+
58
+ + Body
59
+
60
+ <request body>
61
+
62
+ + Schema
63
+
64
+ <request schema>
65
+
66
+ + Response 200 (text/plain)
67
+
68
+ <response description>
69
+
70
+ + Headers
71
+
72
+ <header5>: <header5 value>
73
+
74
+ + Body
75
+
76
+ <response body>
77
+
78
+ + Schema
79
+
80
+ <response schema>
81
+
82
+ + Response 201
83
+
84
+ [<resource name>][]
@@ -0,0 +1,4 @@
1
+ # GET /
2
+ + Response 200
3
+
4
+ # Unexpected Markdown header
@@ -0,0 +1,23 @@
1
+ Feature: Parse a blueprint
2
+
3
+ Scenario: Parse a blueprint file into YAML
4
+
5
+ When I run `snowcrash blueprint.apib`
6
+ Then the output should contain the content of file "ast.yaml"
7
+
8
+ Scenario: Parse a blueprint input into YAML
9
+
10
+ When I run `snowcrash` interactively
11
+ When I pipe in the file "blueprint.apib"
12
+ Then the output should contain the content of file "ast.yaml"
13
+
14
+ Scenario: Parse a blueprint file into JSON
15
+
16
+ When I run `snowcrash --format=json blueprint.apib`
17
+ Then the output should contain the content of file "ast.json"
18
+
19
+ Scenario: Parse a blueprint input into JSON
20
+
21
+ When I run `snowcrash --format=json` interactively
22
+ When I pipe in the file "blueprint.apib"
23
+ Then the output should contain the content of file "ast.json"
@@ -0,0 +1,8 @@
1
+ Then /^the output should contain the content of file "(.*)"$/ do |filename|
2
+ expected = nil
3
+ in_current_dir do
4
+ expected = File.read(filename)
5
+ end
6
+
7
+ assert_partial_output(expected, all_output)
8
+ end
@@ -0,0 +1,7 @@
1
+ require 'aruba/cucumber'
2
+
3
+ Before do
4
+ @dirs << "../../features/fixtures"
5
+
6
+ ENV['PATH'] = "./bin#{File::PATH_SEPARATOR}#{ENV['PATH']}"
7
+ end
@@ -0,0 +1 @@
1
+ require 'aruba/cucumber'
@@ -0,0 +1,37 @@
1
+ Feature: Validate a blueprint
2
+
3
+ Scenario: Validate a valid blueprint file
4
+
5
+ When I run `snowcrash --validate blueprint.apib`
6
+ Then the output should contain:
7
+ """
8
+ OK
9
+ """
10
+
11
+ Scenario: Validate a valid blueprint input
12
+
13
+ When I run `snowcrash --validate` interactively
14
+ When I pipe in the file "blueprint.apib"
15
+ Then the output should contain:
16
+ """
17
+ OK
18
+ """
19
+
20
+ Scenario: Validate an invalid blueprint file
21
+
22
+ When I run `snowcrash --validate invalid_blueprint.apib`
23
+ Then the output should contain:
24
+ """
25
+ OK.
26
+ warning: (5) unexpected header block, expected a group, resource or an action definition, e.g. '# Group <name>', '# <resource name> [<URI>]' or '# <HTTP method> <URI>' :24:29
27
+ """
28
+
29
+ Scenario: Validate an invalid blueprint input
30
+
31
+ When I run `snowcrash --validate` interactively
32
+ When I pipe in the file "invalid_blueprint.apib"
33
+ Then the output should contain:
34
+ """
35
+ OK.
36
+ warning: (5) unexpected header block, expected a group, resource or an action definition, e.g. '# Group <name>', '# <resource name> [<URI>]' or '# <HTTP method> <URI>' :24:29
37
+ """
@@ -0,0 +1,10 @@
1
+ Feature: Version of Snow Crash
2
+
3
+ Scenario: Print the semantic version of Snow Crash
4
+
5
+ # Note the output should be a semantic version (semver.org)
6
+ # The matching regex was taken from https://github.com/isaacs/node-semver/issues/32#issue-15023919
7
+
8
+ When I run `snowcrash --version`
9
+ Then the output should match /^v([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
10
+ And the exit status should be 0
@@ -0,0 +1,798 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 4070F30419E4C30A004892C8 /* BlueprintSourcemap.h in Headers */ = {isa = PBXBuildFile; fileRef = 4070F30119E4C30A004892C8 /* BlueprintSourcemap.h */; };
11
+ 4070F30519E4C30A004892C8 /* CBlueprintSourcemap.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4070F30219E4C30A004892C8 /* CBlueprintSourcemap.cc */; };
12
+ 4070F30619E4C30A004892C8 /* CBlueprintSourcemap.h in Headers */ = {isa = PBXBuildFile; fileRef = 4070F30319E4C30A004892C8 /* CBlueprintSourcemap.h */; };
13
+ BB05B9D81804493500243E1B /* perf-snowcrash.cc in Sources */ = {isa = PBXBuildFile; fileRef = BB05B9D71804493500243E1B /* perf-snowcrash.cc */; };
14
+ BB05B9D918044C8200243E1B /* libsnowcrash.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BBFF4898170B34E6001E5FB2 /* libsnowcrash.a */; };
15
+ BB088F78192D7901003AA95C /* SectionParserData.h in Headers */ = {isa = PBXBuildFile; fileRef = BB088F77192D7901003AA95C /* SectionParserData.h */; };
16
+ BB4D8E57172D15CA0024EB04 /* libsnowcrash.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BBFF4898170B34E6001E5FB2 /* libsnowcrash.a */; };
17
+ BB65939117845C2D00321230 /* RegexMatch.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBB0F4271731CE0D00C92465 /* RegexMatch.cc */; };
18
+ BB8C3E631923D6FE00EF36FA /* SectionParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BB8C3E621923D6FE00EF36FA /* SectionParser.h */; };
19
+ BB8C3E651923D83C00EF36FA /* Section.h in Headers */ = {isa = PBXBuildFile; fileRef = BB8C3E641923D83C00EF36FA /* Section.h */; };
20
+ BB8C3E661923EB3F00EF36FA /* test-AssetParser.cc in Sources */ = {isa = PBXBuildFile; fileRef = BB3DD974174654FD004C4077 /* test-AssetParser.cc */; };
21
+ BB8C3E6F1923F07300EF36FA /* libsnowcrash.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BBFF4898170B34E6001E5FB2 /* libsnowcrash.a */; };
22
+ BB8C3E711923F09900EF36FA /* libmarkdownparser.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BB8C3E701923F09900EF36FA /* libmarkdownparser.a */; };
23
+ BB8C3E7419241C1600EF36FA /* Section.cc in Sources */ = {isa = PBXBuildFile; fileRef = BB8C3E7319241C1600EF36FA /* Section.cc */; };
24
+ BB92D891178EF7C10098A63C /* HTTP.cc in Sources */ = {isa = PBXBuildFile; fileRef = BB92D890178EF7C10098A63C /* HTTP.cc */; };
25
+ BBA25671172BFEB800C1AD5E /* snowcrash.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBA25670172BFEB800C1AD5E /* snowcrash.cc */; };
26
+ BBA35FB7199C359300B7C726 /* libmarkdownparser.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BB8C3E701923F09900EF36FA /* libmarkdownparser.a */; };
27
+ BBA35FB8199C35A300B7C726 /* libmarkdownparser.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BB8C3E701923F09900EF36FA /* libmarkdownparser.a */; };
28
+ BBA91DC2171D402600649B05 /* BlueprintParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BBA91DC0171D402600649B05 /* BlueprintParser.h */; };
29
+ BBB0F42A1731CE0D00C92465 /* RegexMatch.h in Headers */ = {isa = PBXBuildFile; fileRef = BBB0F4281731CE0D00C92465 /* RegexMatch.h */; };
30
+ BBB127881999700E0041E9AE /* test-ResourceGroupParser.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBB127871999700E0041E9AE /* test-ResourceGroupParser.cc */; };
31
+ BBB127891999702B0041E9AE /* test-BlueprintParser.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBA01FF817292F9C0050B603 /* test-BlueprintParser.cc */; };
32
+ BBB1278A1999702E0041E9AE /* test-csnowcrash.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBFC8421196C0C27001A236A /* test-csnowcrash.cc */; };
33
+ BBB1278B199970350041E9AE /* test-Indentation.cc in Sources */ = {isa = PBXBuildFile; fileRef = BB45781D182326EE00D0293A /* test-Indentation.cc */; };
34
+ BBB1278C199970A80041E9AE /* test-SymbolIdentifier.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBCC04E518A51AA800C65A08 /* test-SymbolIdentifier.cc */; };
35
+ BBB1278D199970AB0041E9AE /* test-SymbolTable.cc in Sources */ = {isa = PBXBuildFile; fileRef = BB1865C81764DB8A00756B18 /* test-SymbolTable.cc */; };
36
+ BBB1278E199970B20041E9AE /* test-Warnings.cc in Sources */ = {isa = PBXBuildFile; fileRef = BB9E7029183342CB00ED5806 /* test-Warnings.cc */; };
37
+ BBC2D85F18301FEC00FBCEA7 /* CodeBlockUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC2D85E18301FEC00FBCEA7 /* CodeBlockUtility.h */; };
38
+ BBCC855E19542DA100B99E90 /* ParameterParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BBCC855C19542DA100B99E90 /* ParameterParser.h */; };
39
+ BBCC855F19542DA100B99E90 /* ValuesParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BBCC855D19542DA100B99E90 /* ValuesParser.h */; };
40
+ BBCC856219542DB300B99E90 /* test-ParameterParser.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBCC856019542DB300B99E90 /* test-ParameterParser.cc */; };
41
+ BBCC856319542DB300B99E90 /* test-ValuesParser.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBCC856119542DB300B99E90 /* test-ValuesParser.cc */; };
42
+ BBCC856419542E5100B99E90 /* test-ParametersParser.cc in Sources */ = {isa = PBXBuildFile; fileRef = BB03DC6517D3718D00C51E52 /* test-ParametersParser.cc */; };
43
+ BBCC856519542E5600B99E90 /* test-PayloadParser.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBE5705C173922B70086CE22 /* test-PayloadParser.cc */; };
44
+ BBCC856719543A4D00B99E90 /* test-SectionParser.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBCC856619543A4D00B99E90 /* test-SectionParser.cc */; };
45
+ BBCC856919545FCE00B99E90 /* Signature.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBCC856819545FCE00B99E90 /* Signature.cc */; };
46
+ BBCEF19218FBF7B000A0FA24 /* Version.h in Headers */ = {isa = PBXBuildFile; fileRef = BBCEF19118FBF7B000A0FA24 /* Version.h */; };
47
+ BBD5F9C917353C310049BBEE /* ResourceGroupParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BBD5F9C717353C300049BBEE /* ResourceGroupParser.h */; };
48
+ BBD5F9CE17353CE00049BBEE /* ResourceParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BBD5F9CC17353CE00049BBEE /* ResourceParser.h */; };
49
+ BBD73564192ED417009FE09E /* HeadersParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BBD73563192ED417009FE09E /* HeadersParser.h */; };
50
+ BBD73566192ED45D009FE09E /* test-HeadersParser.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBD73565192ED45D009FE09E /* test-HeadersParser.cc */; };
51
+ BBE53561174132B100BCA7AD /* Serialize.h in Headers */ = {isa = PBXBuildFile; fileRef = BBE5355B174132B100BCA7AD /* Serialize.h */; };
52
+ BBE53562174132B100BCA7AD /* SerializeJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = BBE5355C174132B100BCA7AD /* SerializeJSON.h */; };
53
+ BBE53563174132B100BCA7AD /* SerializeYAML.h in Headers */ = {isa = PBXBuildFile; fileRef = BBE5355D174132B100BCA7AD /* SerializeYAML.h */; };
54
+ BBE53564174132B100BCA7AD /* Serialize.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBE5355E174132B100BCA7AD /* Serialize.cc */; };
55
+ BBE53565174132B100BCA7AD /* SerializeJSON.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBE5355F174132B100BCA7AD /* SerializeJSON.cc */; };
56
+ BBE53566174132B100BCA7AD /* SerializeYAML.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBE53560174132B100BCA7AD /* SerializeYAML.cc */; };
57
+ BBE57061173927870086CE22 /* PayloadParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BBE5705F173927870086CE22 /* PayloadParser.h */; };
58
+ BBE7FEBE1922CAF300A1649E /* test-Blueprint.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBFF48D7170C57F1001E5FB2 /* test-Blueprint.cc */; };
59
+ BBFC8418196C0C0F001A236A /* CBlueprint.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBFC840F196C0C0F001A236A /* CBlueprint.cc */; };
60
+ BBFC8419196C0C0F001A236A /* CBlueprint.h in Headers */ = {isa = PBXBuildFile; fileRef = BBFC8410196C0C0F001A236A /* CBlueprint.h */; };
61
+ BBFC841A196C0C0F001A236A /* csnowcrash.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBFC8411196C0C0F001A236A /* csnowcrash.cc */; };
62
+ BBFC841B196C0C0F001A236A /* csnowcrash.h in Headers */ = {isa = PBXBuildFile; fileRef = BBFC8412196C0C0F001A236A /* csnowcrash.h */; };
63
+ BBFC841C196C0C0F001A236A /* CSourceAnnotation.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBFC8413196C0C0F001A236A /* CSourceAnnotation.cc */; };
64
+ BBFC841D196C0C0F001A236A /* CSourceAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = BBFC8414196C0C0F001A236A /* CSourceAnnotation.h */; };
65
+ BBFC841F196C0C0F001A236A /* UriTemplateParser.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBFC8416196C0C0F001A236A /* UriTemplateParser.cc */; };
66
+ BBFC8420196C0C0F001A236A /* UriTemplateParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BBFC8417196C0C0F001A236A /* UriTemplateParser.h */; };
67
+ BBFC8424196C0C27001A236A /* test-UriTemplateParser.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBFC8422196C0C27001A236A /* test-UriTemplateParser.cc */; };
68
+ BBFC8425196C1AD4001A236A /* test-ActionParser.cc in Sources */ = {isa = PBXBuildFile; fileRef = BB50F0BC17D1DC9B0002C363 /* test-ActionParser.cc */; };
69
+ BBFC8426196C1AFD001A236A /* test-RegexMatch.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBB0F42B1731D04900C92465 /* test-RegexMatch.cc */; };
70
+ BBFC8427196C1B1F001A236A /* test-ResourceParser.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBD5F9DD173578210049BBEE /* test-ResourceParser.cc */; };
71
+ BBFC842A196C1B2B001A236A /* test-snowcrash.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBFF48C9170B3C49001E5FB2 /* test-snowcrash.cc */; };
72
+ BBFCD83A19DAEE240073813C /* cmdline.h in Headers */ = {isa = PBXBuildFile; fileRef = BBFCD83919DAEE240073813C /* cmdline.h */; };
73
+ BBFF48CD170B3EDE001E5FB2 /* snowcrash.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBFF48CC170B3EDE001E5FB2 /* snowcrash.cc */; };
74
+ BBFF48D2170B4224001E5FB2 /* snowcrash.h in Headers */ = {isa = PBXBuildFile; fileRef = BBFF48D1170B4224001E5FB2 /* snowcrash.h */; };
75
+ BBFF48D6170C4F30001E5FB2 /* Blueprint.h in Headers */ = {isa = PBXBuildFile; fileRef = BBFF48D4170C4F30001E5FB2 /* Blueprint.h */; };
76
+ /* End PBXBuildFile section */
77
+
78
+ /* Begin PBXContainerItemProxy section */
79
+ BB4D8E55172D15AA0024EB04 /* PBXContainerItemProxy */ = {
80
+ isa = PBXContainerItemProxy;
81
+ containerPortal = BBFF4890170B34E6001E5FB2 /* Project object */;
82
+ proxyType = 1;
83
+ remoteGlobalIDString = BBFF4897170B34E6001E5FB2;
84
+ remoteInfo = libsnowcrash;
85
+ };
86
+ BB8C3E6D1923F06E00EF36FA /* PBXContainerItemProxy */ = {
87
+ isa = PBXContainerItemProxy;
88
+ containerPortal = BBFF4890170B34E6001E5FB2 /* Project object */;
89
+ proxyType = 1;
90
+ remoteGlobalIDString = BBFF4897170B34E6001E5FB2;
91
+ remoteInfo = libsnowcrash;
92
+ };
93
+ BBA35FB5199C34E600B7C726 /* PBXContainerItemProxy */ = {
94
+ isa = PBXContainerItemProxy;
95
+ containerPortal = BBFF4890170B34E6001E5FB2 /* Project object */;
96
+ proxyType = 1;
97
+ remoteGlobalIDString = BBFF4897170B34E6001E5FB2;
98
+ remoteInfo = libsnowcrash;
99
+ };
100
+ /* End PBXContainerItemProxy section */
101
+
102
+ /* Begin PBXCopyFilesBuildPhase section */
103
+ BB05B9CC180448E300243E1B /* CopyFiles */ = {
104
+ isa = PBXCopyFilesBuildPhase;
105
+ buildActionMask = 2147483647;
106
+ dstPath = /usr/share/man/man1/;
107
+ dstSubfolderSpec = 0;
108
+ files = (
109
+ );
110
+ runOnlyForDeploymentPostprocessing = 1;
111
+ };
112
+ BBA25665172BFE4C00C1AD5E /* CopyFiles */ = {
113
+ isa = PBXCopyFilesBuildPhase;
114
+ buildActionMask = 2147483647;
115
+ dstPath = /usr/share/man/man1/;
116
+ dstSubfolderSpec = 0;
117
+ files = (
118
+ );
119
+ runOnlyForDeploymentPostprocessing = 1;
120
+ };
121
+ BBFF48BE170B3C30001E5FB2 /* CopyFiles */ = {
122
+ isa = PBXCopyFilesBuildPhase;
123
+ buildActionMask = 2147483647;
124
+ dstPath = /usr/share/man/man1/;
125
+ dstSubfolderSpec = 0;
126
+ files = (
127
+ );
128
+ runOnlyForDeploymentPostprocessing = 1;
129
+ };
130
+ /* End PBXCopyFilesBuildPhase section */
131
+
132
+ /* Begin PBXFileReference section */
133
+ 4070F30119E4C30A004892C8 /* BlueprintSourcemap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BlueprintSourcemap.h; path = src/BlueprintSourcemap.h; sourceTree = "<group>"; };
134
+ 4070F30219E4C30A004892C8 /* CBlueprintSourcemap.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CBlueprintSourcemap.cc; path = src/CBlueprintSourcemap.cc; sourceTree = "<group>"; };
135
+ 4070F30319E4C30A004892C8 /* CBlueprintSourcemap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CBlueprintSourcemap.h; path = src/CBlueprintSourcemap.h; sourceTree = "<group>"; };
136
+ BB03DC6417D3717B00C51E52 /* ParametersParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = ParametersParser.h; path = src/ParametersParser.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
137
+ BB03DC6517D3718D00C51E52 /* test-ParametersParser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-ParametersParser.cc"; path = "test/test-ParametersParser.cc"; sourceTree = "<group>"; };
138
+ BB05B9CE180448E300243E1B /* perf-libsnowcrash */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "perf-libsnowcrash"; sourceTree = BUILT_PRODUCTS_DIR; };
139
+ BB05B9D71804493500243E1B /* perf-snowcrash.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "perf-snowcrash.cc"; path = "test/performance/perf-snowcrash.cc"; sourceTree = SOURCE_ROOT; };
140
+ BB0793BE1782C773005BB7CC /* Platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Platform.h; path = src/Platform.h; sourceTree = "<group>"; };
141
+ BB088F76192D289C003AA95C /* snowcrashtest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = snowcrashtest.h; path = test/snowcrashtest.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
142
+ BB088F77192D7901003AA95C /* SectionParserData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SectionParserData.h; path = src/SectionParserData.h; sourceTree = "<group>"; };
143
+ BB1865C71764D67B00756B18 /* SymbolTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = SymbolTable.h; path = src/SymbolTable.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
144
+ BB1865C81764DB8A00756B18 /* test-SymbolTable.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-SymbolTable.cc"; path = "test/test-SymbolTable.cc"; sourceTree = "<group>"; };
145
+ BB3DD973174654B8004C4077 /* AssetParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = AssetParser.h; path = src/AssetParser.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
146
+ BB3DD974174654FD004C4077 /* test-AssetParser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-AssetParser.cc"; path = "test/test-AssetParser.cc"; sourceTree = "<group>"; };
147
+ BB45781D182326EE00D0293A /* test-Indentation.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-Indentation.cc"; path = "test/test-Indentation.cc"; sourceTree = "<group>"; };
148
+ BB50F0BB17D1DB4D0002C363 /* ActionParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = ActionParser.h; path = src/ActionParser.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
149
+ BB50F0BC17D1DC9B0002C363 /* test-ActionParser.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = "test-ActionParser.cc"; path = "test/test-ActionParser.cc"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
150
+ BB6A9A7F17904C7300B2F283 /* SourceAnnotation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = SourceAnnotation.h; path = src/SourceAnnotation.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
151
+ BB8C3E611923D45700EF36FA /* SectionProcessor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = SectionProcessor.h; path = src/SectionProcessor.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
152
+ BB8C3E621923D6FE00EF36FA /* SectionParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = SectionParser.h; path = src/SectionParser.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
153
+ BB8C3E641923D83C00EF36FA /* Section.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Section.h; path = src/Section.h; sourceTree = "<group>"; };
154
+ BB8C3E701923F09900EF36FA /* libmarkdownparser.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmarkdownparser.a; path = "../../../Library/Developer/Xcode/DerivedData/snowcrash-etyympsdikhephgzkvczxkaprkpp/Build/Products/Debug/libmarkdownparser.a"; sourceTree = "<group>"; };
155
+ BB8C3E721924192600EF36FA /* Signature.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Signature.h; path = src/Signature.h; sourceTree = "<group>"; };
156
+ BB8C3E7319241C1600EF36FA /* Section.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Section.cc; path = src/Section.cc; sourceTree = "<group>"; };
157
+ BB92D88F178EF4160098A63C /* HTTP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = HTTP.h; path = src/HTTP.h; sourceTree = "<group>"; };
158
+ BB92D890178EF7C10098A63C /* HTTP.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = HTTP.cc; path = src/HTTP.cc; sourceTree = "<group>"; };
159
+ BB92D892178EFA370098A63C /* BlueprintUtility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = BlueprintUtility.h; path = src/BlueprintUtility.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
160
+ BB9E7029183342CB00ED5806 /* test-Warnings.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-Warnings.cc"; path = "test/test-Warnings.cc"; sourceTree = "<group>"; };
161
+ BBA01FF817292F9C0050B603 /* test-BlueprintParser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = "test-BlueprintParser.cc"; path = "test/test-BlueprintParser.cc"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
162
+ BBA25667172BFE4C00C1AD5E /* snowcrash */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = snowcrash; sourceTree = BUILT_PRODUCTS_DIR; };
163
+ BBA25670172BFEB800C1AD5E /* snowcrash.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = snowcrash.cc; path = src/snowcrash/snowcrash.cc; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
164
+ BBA91DC0171D402600649B05 /* BlueprintParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = BlueprintParser.h; path = src/BlueprintParser.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
165
+ BBB0F4271731CE0D00C92465 /* RegexMatch.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RegexMatch.cc; path = src/posix/RegexMatch.cc; sourceTree = "<group>"; };
166
+ BBB0F4281731CE0D00C92465 /* RegexMatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RegexMatch.h; path = src/RegexMatch.h; sourceTree = "<group>"; };
167
+ BBB0F42B1731D04900C92465 /* test-RegexMatch.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-RegexMatch.cc"; path = "test/test-RegexMatch.cc"; sourceTree = "<group>"; };
168
+ BBB127871999700E0041E9AE /* test-ResourceGroupParser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-ResourceGroupParser.cc"; path = "test/test-ResourceGroupParser.cc"; sourceTree = "<group>"; };
169
+ BBB2A226173EA77A0020C1CE /* StringUtility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = StringUtility.h; path = src/StringUtility.h; sourceTree = "<group>"; };
170
+ BBC2D85E18301FEC00FBCEA7 /* CodeBlockUtility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CodeBlockUtility.h; path = src/CodeBlockUtility.h; sourceTree = "<group>"; };
171
+ BBCC04E518A51AA800C65A08 /* test-SymbolIdentifier.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-SymbolIdentifier.cc"; path = "test/test-SymbolIdentifier.cc"; sourceTree = "<group>"; };
172
+ BBCC855C19542DA100B99E90 /* ParameterParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = ParameterParser.h; path = src/ParameterParser.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
173
+ BBCC855D19542DA100B99E90 /* ValuesParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = ValuesParser.h; path = src/ValuesParser.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
174
+ BBCC856019542DB300B99E90 /* test-ParameterParser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-ParameterParser.cc"; path = "test/test-ParameterParser.cc"; sourceTree = "<group>"; };
175
+ BBCC856119542DB300B99E90 /* test-ValuesParser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-ValuesParser.cc"; path = "test/test-ValuesParser.cc"; sourceTree = "<group>"; };
176
+ BBCC856619543A4D00B99E90 /* test-SectionParser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-SectionParser.cc"; path = "test/test-SectionParser.cc"; sourceTree = "<group>"; };
177
+ BBCC856819545FCE00B99E90 /* Signature.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Signature.cc; path = src/Signature.cc; sourceTree = "<group>"; };
178
+ BBCEF19118FBF7B000A0FA24 /* Version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Version.h; path = src/Version.h; sourceTree = "<group>"; };
179
+ BBD5F9C717353C300049BBEE /* ResourceGroupParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = ResourceGroupParser.h; path = src/ResourceGroupParser.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
180
+ BBD5F9CC17353CE00049BBEE /* ResourceParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = ResourceParser.h; path = src/ResourceParser.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
181
+ BBD5F9DD173578210049BBEE /* test-ResourceParser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = "test-ResourceParser.cc"; path = "test/test-ResourceParser.cc"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
182
+ BBD73563192ED417009FE09E /* HeadersParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = HeadersParser.h; path = src/HeadersParser.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
183
+ BBD73565192ED45D009FE09E /* test-HeadersParser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-HeadersParser.cc"; path = "test/test-HeadersParser.cc"; sourceTree = "<group>"; };
184
+ BBE5355B174132B100BCA7AD /* Serialize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Serialize.h; path = src/Serialize.h; sourceTree = "<group>"; };
185
+ BBE5355C174132B100BCA7AD /* SerializeJSON.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SerializeJSON.h; path = src/SerializeJSON.h; sourceTree = "<group>"; };
186
+ BBE5355D174132B100BCA7AD /* SerializeYAML.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SerializeYAML.h; path = src/SerializeYAML.h; sourceTree = "<group>"; };
187
+ BBE5355E174132B100BCA7AD /* Serialize.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Serialize.cc; path = src/Serialize.cc; sourceTree = "<group>"; };
188
+ BBE5355F174132B100BCA7AD /* SerializeJSON.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = SerializeJSON.cc; path = src/SerializeJSON.cc; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
189
+ BBE53560174132B100BCA7AD /* SerializeYAML.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = SerializeYAML.cc; path = src/SerializeYAML.cc; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
190
+ BBE5705C173922B70086CE22 /* test-PayloadParser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-PayloadParser.cc"; path = "test/test-PayloadParser.cc"; sourceTree = "<group>"; };
191
+ BBE5705F173927870086CE22 /* PayloadParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = PayloadParser.h; path = src/PayloadParser.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
192
+ BBFC840F196C0C0F001A236A /* CBlueprint.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CBlueprint.cc; path = src/CBlueprint.cc; sourceTree = "<group>"; };
193
+ BBFC8410196C0C0F001A236A /* CBlueprint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CBlueprint.h; path = src/CBlueprint.h; sourceTree = "<group>"; };
194
+ BBFC8411196C0C0F001A236A /* csnowcrash.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = csnowcrash.cc; path = src/csnowcrash.cc; sourceTree = "<group>"; };
195
+ BBFC8412196C0C0F001A236A /* csnowcrash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = csnowcrash.h; path = src/csnowcrash.h; sourceTree = "<group>"; };
196
+ BBFC8413196C0C0F001A236A /* CSourceAnnotation.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CSourceAnnotation.cc; path = src/CSourceAnnotation.cc; sourceTree = "<group>"; };
197
+ BBFC8414196C0C0F001A236A /* CSourceAnnotation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSourceAnnotation.h; path = src/CSourceAnnotation.h; sourceTree = "<group>"; };
198
+ BBFC8416196C0C0F001A236A /* UriTemplateParser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = UriTemplateParser.cc; path = src/UriTemplateParser.cc; sourceTree = "<group>"; };
199
+ BBFC8417196C0C0F001A236A /* UriTemplateParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UriTemplateParser.h; path = src/UriTemplateParser.h; sourceTree = "<group>"; };
200
+ BBFC8421196C0C27001A236A /* test-csnowcrash.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-csnowcrash.cc"; path = "test/test-csnowcrash.cc"; sourceTree = "<group>"; };
201
+ BBFC8422196C0C27001A236A /* test-UriTemplateParser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-UriTemplateParser.cc"; path = "test/test-UriTemplateParser.cc"; sourceTree = "<group>"; };
202
+ BBFCD83919DAEE240073813C /* cmdline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cmdline.h; path = ext/cmdline/cmdline.h; sourceTree = "<group>"; };
203
+ BBFF4898170B34E6001E5FB2 /* libsnowcrash.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsnowcrash.a; sourceTree = BUILT_PRODUCTS_DIR; };
204
+ BBFF48C0170B3C30001E5FB2 /* test-libsnowcrash */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "test-libsnowcrash"; sourceTree = BUILT_PRODUCTS_DIR; };
205
+ BBFF48C9170B3C49001E5FB2 /* test-snowcrash.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-snowcrash.cc"; path = "test/test-snowcrash.cc"; sourceTree = "<group>"; };
206
+ BBFF48CC170B3EDE001E5FB2 /* snowcrash.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = snowcrash.cc; path = src/snowcrash.cc; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
207
+ BBFF48D1170B4224001E5FB2 /* snowcrash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = snowcrash.h; path = src/snowcrash.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
208
+ BBFF48D4170C4F30001E5FB2 /* Blueprint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = Blueprint.h; path = src/Blueprint.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
209
+ BBFF48D7170C57F1001E5FB2 /* test-Blueprint.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "test-Blueprint.cc"; path = "test/test-Blueprint.cc"; sourceTree = "<group>"; };
210
+ /* End PBXFileReference section */
211
+
212
+ /* Begin PBXFrameworksBuildPhase section */
213
+ BB05B9CB180448E300243E1B /* Frameworks */ = {
214
+ isa = PBXFrameworksBuildPhase;
215
+ buildActionMask = 2147483647;
216
+ files = (
217
+ BBA35FB7199C359300B7C726 /* libmarkdownparser.a in Frameworks */,
218
+ BB05B9D918044C8200243E1B /* libsnowcrash.a in Frameworks */,
219
+ );
220
+ runOnlyForDeploymentPostprocessing = 0;
221
+ };
222
+ BBA25664172BFE4C00C1AD5E /* Frameworks */ = {
223
+ isa = PBXFrameworksBuildPhase;
224
+ buildActionMask = 2147483647;
225
+ files = (
226
+ BBA35FB8199C35A300B7C726 /* libmarkdownparser.a in Frameworks */,
227
+ BB4D8E57172D15CA0024EB04 /* libsnowcrash.a in Frameworks */,
228
+ );
229
+ runOnlyForDeploymentPostprocessing = 0;
230
+ };
231
+ BBFF4895170B34E6001E5FB2 /* Frameworks */ = {
232
+ isa = PBXFrameworksBuildPhase;
233
+ buildActionMask = 2147483647;
234
+ files = (
235
+ );
236
+ runOnlyForDeploymentPostprocessing = 0;
237
+ };
238
+ BBFF48BD170B3C30001E5FB2 /* Frameworks */ = {
239
+ isa = PBXFrameworksBuildPhase;
240
+ buildActionMask = 2147483647;
241
+ files = (
242
+ BB8C3E6F1923F07300EF36FA /* libsnowcrash.a in Frameworks */,
243
+ BB8C3E711923F09900EF36FA /* libmarkdownparser.a in Frameworks */,
244
+ );
245
+ runOnlyForDeploymentPostprocessing = 0;
246
+ };
247
+ /* End PBXFrameworksBuildPhase section */
248
+
249
+ /* Begin PBXGroup section */
250
+ BB05B9CF180448E300243E1B /* perf-libsnowcrash */ = {
251
+ isa = PBXGroup;
252
+ children = (
253
+ BB05B9D71804493500243E1B /* perf-snowcrash.cc */,
254
+ );
255
+ name = "perf-libsnowcrash";
256
+ path = "perf-snowcrash";
257
+ sourceTree = "<group>";
258
+ };
259
+ BB088F7B192EABEA003AA95C /* snowcrash */ = {
260
+ isa = PBXGroup;
261
+ children = (
262
+ BBA25670172BFEB800C1AD5E /* snowcrash.cc */,
263
+ );
264
+ name = snowcrash;
265
+ sourceTree = "<group>";
266
+ };
267
+ BB810F781779AB5400B89CD8 /* cmdline */ = {
268
+ isa = PBXGroup;
269
+ children = (
270
+ BBFCD83919DAEE240073813C /* cmdline.h */,
271
+ );
272
+ name = cmdline;
273
+ sourceTree = "<group>";
274
+ };
275
+ BBFF488F170B34E6001E5FB2 = {
276
+ isa = PBXGroup;
277
+ children = (
278
+ BB8C3E701923F09900EF36FA /* libmarkdownparser.a */,
279
+ BB810F781779AB5400B89CD8 /* cmdline */,
280
+ BBFF48CB170B3ECB001E5FB2 /* libsnowcrash */,
281
+ BB088F7B192EABEA003AA95C /* snowcrash */,
282
+ BBFF48B9170B3AF6001E5FB2 /* test-libsnowcrash */,
283
+ BB05B9CF180448E300243E1B /* perf-libsnowcrash */,
284
+ BBFF4899170B34E6001E5FB2 /* Products */,
285
+ );
286
+ sourceTree = "<group>";
287
+ };
288
+ BBFF4899170B34E6001E5FB2 /* Products */ = {
289
+ isa = PBXGroup;
290
+ children = (
291
+ BBFF4898170B34E6001E5FB2 /* libsnowcrash.a */,
292
+ BBFF48C0170B3C30001E5FB2 /* test-libsnowcrash */,
293
+ BBA25667172BFE4C00C1AD5E /* snowcrash */,
294
+ BB05B9CE180448E300243E1B /* perf-libsnowcrash */,
295
+ );
296
+ name = Products;
297
+ sourceTree = "<group>";
298
+ };
299
+ BBFF48B9170B3AF6001E5FB2 /* test-libsnowcrash */ = {
300
+ isa = PBXGroup;
301
+ children = (
302
+ BB088F76192D289C003AA95C /* snowcrashtest.h */,
303
+ BB50F0BC17D1DC9B0002C363 /* test-ActionParser.cc */,
304
+ BB3DD974174654FD004C4077 /* test-AssetParser.cc */,
305
+ BBFF48D7170C57F1001E5FB2 /* test-Blueprint.cc */,
306
+ BBA01FF817292F9C0050B603 /* test-BlueprintParser.cc */,
307
+ BBFC8421196C0C27001A236A /* test-csnowcrash.cc */,
308
+ BBD73565192ED45D009FE09E /* test-HeadersParser.cc */,
309
+ BB45781D182326EE00D0293A /* test-Indentation.cc */,
310
+ BBCC856019542DB300B99E90 /* test-ParameterParser.cc */,
311
+ BB03DC6517D3718D00C51E52 /* test-ParametersParser.cc */,
312
+ BBE5705C173922B70086CE22 /* test-PayloadParser.cc */,
313
+ BBB0F42B1731D04900C92465 /* test-RegexMatch.cc */,
314
+ BBB127871999700E0041E9AE /* test-ResourceGroupParser.cc */,
315
+ BBD5F9DD173578210049BBEE /* test-ResourceParser.cc */,
316
+ BBCC856619543A4D00B99E90 /* test-SectionParser.cc */,
317
+ BBFF48C9170B3C49001E5FB2 /* test-snowcrash.cc */,
318
+ BBCC04E518A51AA800C65A08 /* test-SymbolIdentifier.cc */,
319
+ BB1865C81764DB8A00756B18 /* test-SymbolTable.cc */,
320
+ BBFC8422196C0C27001A236A /* test-UriTemplateParser.cc */,
321
+ BBCC856119542DB300B99E90 /* test-ValuesParser.cc */,
322
+ BB9E7029183342CB00ED5806 /* test-Warnings.cc */,
323
+ );
324
+ name = "test-libsnowcrash";
325
+ sourceTree = "<group>";
326
+ };
327
+ BBFF48CB170B3ECB001E5FB2 /* libsnowcrash */ = {
328
+ isa = PBXGroup;
329
+ children = (
330
+ BB50F0BB17D1DB4D0002C363 /* ActionParser.h */,
331
+ BB3DD973174654B8004C4077 /* AssetParser.h */,
332
+ BBFF48D4170C4F30001E5FB2 /* Blueprint.h */,
333
+ BBA91DC0171D402600649B05 /* BlueprintParser.h */,
334
+ 4070F30119E4C30A004892C8 /* BlueprintSourcemap.h */,
335
+ BB92D892178EFA370098A63C /* BlueprintUtility.h */,
336
+ BBFC840F196C0C0F001A236A /* CBlueprint.cc */,
337
+ BBFC8410196C0C0F001A236A /* CBlueprint.h */,
338
+ 4070F30219E4C30A004892C8 /* CBlueprintSourcemap.cc */,
339
+ 4070F30319E4C30A004892C8 /* CBlueprintSourcemap.h */,
340
+ BBC2D85E18301FEC00FBCEA7 /* CodeBlockUtility.h */,
341
+ BBFC8411196C0C0F001A236A /* csnowcrash.cc */,
342
+ BBFC8412196C0C0F001A236A /* csnowcrash.h */,
343
+ BBFC8413196C0C0F001A236A /* CSourceAnnotation.cc */,
344
+ BBFC8414196C0C0F001A236A /* CSourceAnnotation.h */,
345
+ BBD73563192ED417009FE09E /* HeadersParser.h */,
346
+ BB92D890178EF7C10098A63C /* HTTP.cc */,
347
+ BB92D88F178EF4160098A63C /* HTTP.h */,
348
+ BBCC855C19542DA100B99E90 /* ParameterParser.h */,
349
+ BB03DC6417D3717B00C51E52 /* ParametersParser.h */,
350
+ BBE5705F173927870086CE22 /* PayloadParser.h */,
351
+ BB0793BE1782C773005BB7CC /* Platform.h */,
352
+ BBB0F4271731CE0D00C92465 /* RegexMatch.cc */,
353
+ BBB0F4281731CE0D00C92465 /* RegexMatch.h */,
354
+ BBD5F9C717353C300049BBEE /* ResourceGroupParser.h */,
355
+ BBD5F9CC17353CE00049BBEE /* ResourceParser.h */,
356
+ BB8C3E7319241C1600EF36FA /* Section.cc */,
357
+ BB8C3E641923D83C00EF36FA /* Section.h */,
358
+ BB8C3E621923D6FE00EF36FA /* SectionParser.h */,
359
+ BB088F77192D7901003AA95C /* SectionParserData.h */,
360
+ BB8C3E611923D45700EF36FA /* SectionProcessor.h */,
361
+ BBE5355E174132B100BCA7AD /* Serialize.cc */,
362
+ BBE5355B174132B100BCA7AD /* Serialize.h */,
363
+ BBE5355F174132B100BCA7AD /* SerializeJSON.cc */,
364
+ BBE5355C174132B100BCA7AD /* SerializeJSON.h */,
365
+ BBE53560174132B100BCA7AD /* SerializeYAML.cc */,
366
+ BBE5355D174132B100BCA7AD /* SerializeYAML.h */,
367
+ BBCC856819545FCE00B99E90 /* Signature.cc */,
368
+ BB8C3E721924192600EF36FA /* Signature.h */,
369
+ BBFF48CC170B3EDE001E5FB2 /* snowcrash.cc */,
370
+ BBFF48D1170B4224001E5FB2 /* snowcrash.h */,
371
+ BB6A9A7F17904C7300B2F283 /* SourceAnnotation.h */,
372
+ BBB2A226173EA77A0020C1CE /* StringUtility.h */,
373
+ BB1865C71764D67B00756B18 /* SymbolTable.h */,
374
+ BBFC8416196C0C0F001A236A /* UriTemplateParser.cc */,
375
+ BBFC8417196C0C0F001A236A /* UriTemplateParser.h */,
376
+ BBCC855D19542DA100B99E90 /* ValuesParser.h */,
377
+ BBCEF19118FBF7B000A0FA24 /* Version.h */,
378
+ );
379
+ name = libsnowcrash;
380
+ sourceTree = "<group>";
381
+ };
382
+ /* End PBXGroup section */
383
+
384
+ /* Begin PBXHeadersBuildPhase section */
385
+ BBFF4896170B34E6001E5FB2 /* Headers */ = {
386
+ isa = PBXHeadersBuildPhase;
387
+ buildActionMask = 2147483647;
388
+ files = (
389
+ BBFF48D2170B4224001E5FB2 /* snowcrash.h in Headers */,
390
+ BBFCD83A19DAEE240073813C /* cmdline.h in Headers */,
391
+ BBFF48D6170C4F30001E5FB2 /* Blueprint.h in Headers */,
392
+ BBD73564192ED417009FE09E /* HeadersParser.h in Headers */,
393
+ BBCC855F19542DA100B99E90 /* ValuesParser.h in Headers */,
394
+ BBA91DC2171D402600649B05 /* BlueprintParser.h in Headers */,
395
+ BBCEF19218FBF7B000A0FA24 /* Version.h in Headers */,
396
+ BBFC841B196C0C0F001A236A /* csnowcrash.h in Headers */,
397
+ BBB0F42A1731CE0D00C92465 /* RegexMatch.h in Headers */,
398
+ BBD5F9C917353C310049BBEE /* ResourceGroupParser.h in Headers */,
399
+ BBFC8419196C0C0F001A236A /* CBlueprint.h in Headers */,
400
+ BBC2D85F18301FEC00FBCEA7 /* CodeBlockUtility.h in Headers */,
401
+ BB8C3E631923D6FE00EF36FA /* SectionParser.h in Headers */,
402
+ BBD5F9CE17353CE00049BBEE /* ResourceParser.h in Headers */,
403
+ 4070F30419E4C30A004892C8 /* BlueprintSourcemap.h in Headers */,
404
+ BBE57061173927870086CE22 /* PayloadParser.h in Headers */,
405
+ BBFC841D196C0C0F001A236A /* CSourceAnnotation.h in Headers */,
406
+ BB8C3E651923D83C00EF36FA /* Section.h in Headers */,
407
+ 4070F30619E4C30A004892C8 /* CBlueprintSourcemap.h in Headers */,
408
+ BBE53561174132B100BCA7AD /* Serialize.h in Headers */,
409
+ BBCC855E19542DA100B99E90 /* ParameterParser.h in Headers */,
410
+ BBE53562174132B100BCA7AD /* SerializeJSON.h in Headers */,
411
+ BB088F78192D7901003AA95C /* SectionParserData.h in Headers */,
412
+ BBFC8420196C0C0F001A236A /* UriTemplateParser.h in Headers */,
413
+ BBE53563174132B100BCA7AD /* SerializeYAML.h in Headers */,
414
+ );
415
+ runOnlyForDeploymentPostprocessing = 0;
416
+ };
417
+ /* End PBXHeadersBuildPhase section */
418
+
419
+ /* Begin PBXNativeTarget section */
420
+ BB05B9CD180448E300243E1B /* perf-libsnowcrash */ = {
421
+ isa = PBXNativeTarget;
422
+ buildConfigurationList = BB05B9D6180448E300243E1B /* Build configuration list for PBXNativeTarget "perf-libsnowcrash" */;
423
+ buildPhases = (
424
+ BB05B9CA180448E300243E1B /* Sources */,
425
+ BB05B9CB180448E300243E1B /* Frameworks */,
426
+ BB05B9CC180448E300243E1B /* CopyFiles */,
427
+ );
428
+ buildRules = (
429
+ );
430
+ dependencies = (
431
+ BBA35FB6199C34E600B7C726 /* PBXTargetDependency */,
432
+ );
433
+ name = "perf-libsnowcrash";
434
+ productName = "perf-snowcrash";
435
+ productReference = BB05B9CE180448E300243E1B /* perf-libsnowcrash */;
436
+ productType = "com.apple.product-type.tool";
437
+ };
438
+ BBA25666172BFE4C00C1AD5E /* snowcrash */ = {
439
+ isa = PBXNativeTarget;
440
+ buildConfigurationList = BBA2566F172BFE4C00C1AD5E /* Build configuration list for PBXNativeTarget "snowcrash" */;
441
+ buildPhases = (
442
+ BBA25663172BFE4C00C1AD5E /* Sources */,
443
+ BBA25664172BFE4C00C1AD5E /* Frameworks */,
444
+ BBA25665172BFE4C00C1AD5E /* CopyFiles */,
445
+ );
446
+ buildRules = (
447
+ );
448
+ dependencies = (
449
+ BB4D8E56172D15AA0024EB04 /* PBXTargetDependency */,
450
+ );
451
+ name = snowcrash;
452
+ productName = snowcrash;
453
+ productReference = BBA25667172BFE4C00C1AD5E /* snowcrash */;
454
+ productType = "com.apple.product-type.tool";
455
+ };
456
+ BBFF4897170B34E6001E5FB2 /* libsnowcrash */ = {
457
+ isa = PBXNativeTarget;
458
+ buildConfigurationList = BBFF489C170B34E6001E5FB2 /* Build configuration list for PBXNativeTarget "libsnowcrash" */;
459
+ buildPhases = (
460
+ BBFF4894170B34E6001E5FB2 /* Sources */,
461
+ BBFF4895170B34E6001E5FB2 /* Frameworks */,
462
+ BBFF4896170B34E6001E5FB2 /* Headers */,
463
+ );
464
+ buildRules = (
465
+ );
466
+ dependencies = (
467
+ );
468
+ name = libsnowcrash;
469
+ productName = snowcrash;
470
+ productReference = BBFF4898170B34E6001E5FB2 /* libsnowcrash.a */;
471
+ productType = "com.apple.product-type.library.static";
472
+ };
473
+ BBFF48BF170B3C30001E5FB2 /* test-libsnowcrash */ = {
474
+ isa = PBXNativeTarget;
475
+ buildConfigurationList = BBFF48C6170B3C30001E5FB2 /* Build configuration list for PBXNativeTarget "test-libsnowcrash" */;
476
+ buildPhases = (
477
+ BBFF48BC170B3C30001E5FB2 /* Sources */,
478
+ BBFF48BD170B3C30001E5FB2 /* Frameworks */,
479
+ BBFF48BE170B3C30001E5FB2 /* CopyFiles */,
480
+ );
481
+ buildRules = (
482
+ );
483
+ dependencies = (
484
+ BB8C3E6E1923F06E00EF36FA /* PBXTargetDependency */,
485
+ );
486
+ name = "test-libsnowcrash";
487
+ productName = "test-snowcrash";
488
+ productReference = BBFF48C0170B3C30001E5FB2 /* test-libsnowcrash */;
489
+ productType = "com.apple.product-type.tool";
490
+ };
491
+ /* End PBXNativeTarget section */
492
+
493
+ /* Begin PBXProject section */
494
+ BBFF4890170B34E6001E5FB2 /* Project object */ = {
495
+ isa = PBXProject;
496
+ attributes = {
497
+ LastUpgradeCheck = 0500;
498
+ ORGANIZATIONNAME = "Apiary Inc.";
499
+ };
500
+ buildConfigurationList = BBFF4893170B34E6001E5FB2 /* Build configuration list for PBXProject "snowcrash" */;
501
+ compatibilityVersion = "Xcode 3.2";
502
+ developmentRegion = English;
503
+ hasScannedForEncodings = 0;
504
+ knownRegions = (
505
+ en,
506
+ );
507
+ mainGroup = BBFF488F170B34E6001E5FB2;
508
+ productRefGroup = BBFF4899170B34E6001E5FB2 /* Products */;
509
+ projectDirPath = "";
510
+ projectRoot = "";
511
+ targets = (
512
+ BBFF4897170B34E6001E5FB2 /* libsnowcrash */,
513
+ BBFF48BF170B3C30001E5FB2 /* test-libsnowcrash */,
514
+ BBA25666172BFE4C00C1AD5E /* snowcrash */,
515
+ BB05B9CD180448E300243E1B /* perf-libsnowcrash */,
516
+ );
517
+ };
518
+ /* End PBXProject section */
519
+
520
+ /* Begin PBXSourcesBuildPhase section */
521
+ BB05B9CA180448E300243E1B /* Sources */ = {
522
+ isa = PBXSourcesBuildPhase;
523
+ buildActionMask = 2147483647;
524
+ files = (
525
+ BB05B9D81804493500243E1B /* perf-snowcrash.cc in Sources */,
526
+ );
527
+ runOnlyForDeploymentPostprocessing = 0;
528
+ };
529
+ BBA25663172BFE4C00C1AD5E /* Sources */ = {
530
+ isa = PBXSourcesBuildPhase;
531
+ buildActionMask = 2147483647;
532
+ files = (
533
+ BBA25671172BFEB800C1AD5E /* snowcrash.cc in Sources */,
534
+ );
535
+ runOnlyForDeploymentPostprocessing = 0;
536
+ };
537
+ BBFF4894170B34E6001E5FB2 /* Sources */ = {
538
+ isa = PBXSourcesBuildPhase;
539
+ buildActionMask = 2147483647;
540
+ files = (
541
+ BBFC841A196C0C0F001A236A /* csnowcrash.cc in Sources */,
542
+ BBFF48CD170B3EDE001E5FB2 /* snowcrash.cc in Sources */,
543
+ 4070F30519E4C30A004892C8 /* CBlueprintSourcemap.cc in Sources */,
544
+ BB92D891178EF7C10098A63C /* HTTP.cc in Sources */,
545
+ BB8C3E7419241C1600EF36FA /* Section.cc in Sources */,
546
+ BBE53564174132B100BCA7AD /* Serialize.cc in Sources */,
547
+ BBCC856919545FCE00B99E90 /* Signature.cc in Sources */,
548
+ BBE53565174132B100BCA7AD /* SerializeJSON.cc in Sources */,
549
+ BBFC8418196C0C0F001A236A /* CBlueprint.cc in Sources */,
550
+ BBFC841C196C0C0F001A236A /* CSourceAnnotation.cc in Sources */,
551
+ BBFC841F196C0C0F001A236A /* UriTemplateParser.cc in Sources */,
552
+ BB65939117845C2D00321230 /* RegexMatch.cc in Sources */,
553
+ BBE53566174132B100BCA7AD /* SerializeYAML.cc in Sources */,
554
+ );
555
+ runOnlyForDeploymentPostprocessing = 0;
556
+ };
557
+ BBFF48BC170B3C30001E5FB2 /* Sources */ = {
558
+ isa = PBXSourcesBuildPhase;
559
+ buildActionMask = 2147483647;
560
+ files = (
561
+ BBFC8425196C1AD4001A236A /* test-ActionParser.cc in Sources */,
562
+ BBCC856319542DB300B99E90 /* test-ValuesParser.cc in Sources */,
563
+ BBB1278C199970A80041E9AE /* test-SymbolIdentifier.cc in Sources */,
564
+ BBFC8426196C1AFD001A236A /* test-RegexMatch.cc in Sources */,
565
+ BBCC856219542DB300B99E90 /* test-ParameterParser.cc in Sources */,
566
+ BB8C3E661923EB3F00EF36FA /* test-AssetParser.cc in Sources */,
567
+ BBB127891999702B0041E9AE /* test-BlueprintParser.cc in Sources */,
568
+ BBFC8427196C1B1F001A236A /* test-ResourceParser.cc in Sources */,
569
+ BBE7FEBE1922CAF300A1649E /* test-Blueprint.cc in Sources */,
570
+ BBCC856719543A4D00B99E90 /* test-SectionParser.cc in Sources */,
571
+ BBB127881999700E0041E9AE /* test-ResourceGroupParser.cc in Sources */,
572
+ BBCC856519542E5600B99E90 /* test-PayloadParser.cc in Sources */,
573
+ BBCC856419542E5100B99E90 /* test-ParametersParser.cc in Sources */,
574
+ BBB1278B199970350041E9AE /* test-Indentation.cc in Sources */,
575
+ BBB1278E199970B20041E9AE /* test-Warnings.cc in Sources */,
576
+ BBB1278D199970AB0041E9AE /* test-SymbolTable.cc in Sources */,
577
+ BBFC8424196C0C27001A236A /* test-UriTemplateParser.cc in Sources */,
578
+ BBFC842A196C1B2B001A236A /* test-snowcrash.cc in Sources */,
579
+ BBB1278A1999702E0041E9AE /* test-csnowcrash.cc in Sources */,
580
+ BBD73566192ED45D009FE09E /* test-HeadersParser.cc in Sources */,
581
+ );
582
+ runOnlyForDeploymentPostprocessing = 0;
583
+ };
584
+ /* End PBXSourcesBuildPhase section */
585
+
586
+ /* Begin PBXTargetDependency section */
587
+ BB4D8E56172D15AA0024EB04 /* PBXTargetDependency */ = {
588
+ isa = PBXTargetDependency;
589
+ target = BBFF4897170B34E6001E5FB2 /* libsnowcrash */;
590
+ targetProxy = BB4D8E55172D15AA0024EB04 /* PBXContainerItemProxy */;
591
+ };
592
+ BB8C3E6E1923F06E00EF36FA /* PBXTargetDependency */ = {
593
+ isa = PBXTargetDependency;
594
+ target = BBFF4897170B34E6001E5FB2 /* libsnowcrash */;
595
+ targetProxy = BB8C3E6D1923F06E00EF36FA /* PBXContainerItemProxy */;
596
+ };
597
+ BBA35FB6199C34E600B7C726 /* PBXTargetDependency */ = {
598
+ isa = PBXTargetDependency;
599
+ target = BBFF4897170B34E6001E5FB2 /* libsnowcrash */;
600
+ targetProxy = BBA35FB5199C34E600B7C726 /* PBXContainerItemProxy */;
601
+ };
602
+ /* End PBXTargetDependency section */
603
+
604
+ /* Begin XCBuildConfiguration section */
605
+ BB05B9D4180448E300243E1B /* Debug */ = {
606
+ isa = XCBuildConfiguration;
607
+ buildSettings = {
608
+ LIBRARY_SEARCH_PATHS = (
609
+ "$(inherited)",
610
+ "$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/snowcrash-etyympsdikhephgzkvczxkaprkpp/Build/Products/Debug",
611
+ );
612
+ PRODUCT_NAME = "$(TARGET_NAME)";
613
+ };
614
+ name = Debug;
615
+ };
616
+ BB05B9D5180448E300243E1B /* Release */ = {
617
+ isa = XCBuildConfiguration;
618
+ buildSettings = {
619
+ LIBRARY_SEARCH_PATHS = (
620
+ "$(inherited)",
621
+ "$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/snowcrash-etyympsdikhephgzkvczxkaprkpp/Build/Products/Debug",
622
+ );
623
+ PRODUCT_NAME = "$(TARGET_NAME)";
624
+ };
625
+ name = Release;
626
+ };
627
+ BBA2566D172BFE4C00C1AD5E /* Debug */ = {
628
+ isa = XCBuildConfiguration;
629
+ buildSettings = {
630
+ LIBRARY_SEARCH_PATHS = (
631
+ "$(inherited)",
632
+ "$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/snowcrash-etyympsdikhephgzkvczxkaprkpp/Build/Products/Debug",
633
+ );
634
+ PRODUCT_NAME = "$(TARGET_NAME)";
635
+ };
636
+ name = Debug;
637
+ };
638
+ BBA2566E172BFE4C00C1AD5E /* Release */ = {
639
+ isa = XCBuildConfiguration;
640
+ buildSettings = {
641
+ LIBRARY_SEARCH_PATHS = (
642
+ "$(inherited)",
643
+ "$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/snowcrash-etyympsdikhephgzkvczxkaprkpp/Build/Products/Debug",
644
+ );
645
+ PRODUCT_NAME = "$(TARGET_NAME)";
646
+ };
647
+ name = Release;
648
+ };
649
+ BBFF489A170B34E6001E5FB2 /* Debug */ = {
650
+ isa = XCBuildConfiguration;
651
+ buildSettings = {
652
+ ALWAYS_SEARCH_USER_PATHS = NO;
653
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
654
+ CLANG_WARN_CXX0X_EXTENSIONS = YES;
655
+ CLANG_WARN_EMPTY_BODY = YES;
656
+ CLANG_WARN_ENUM_CONVERSION = YES;
657
+ CLANG_WARN_INT_CONVERSION = YES;
658
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
659
+ COPY_PHASE_STRIP = NO;
660
+ GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
661
+ GCC_OPTIMIZATION_LEVEL = 0;
662
+ GCC_PREPROCESSOR_DEFINITIONS = (
663
+ "$(inherited)",
664
+ "DEBUG=1",
665
+ "BUILDING_SNOWCRASH=1",
666
+ );
667
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
668
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
669
+ GCC_WARN_SIGN_COMPARE = YES;
670
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
671
+ GCC_WARN_UNUSED_VARIABLE = YES;
672
+ GENERATE_PROFILING_CODE = YES;
673
+ MACOSX_DEPLOYMENT_TARGET = 10.9;
674
+ USER_HEADER_SEARCH_PATHS = "./ext/markdown-parser/src/** ./ext/markdown-parser/ext/sundown/**";
675
+ };
676
+ name = Debug;
677
+ };
678
+ BBFF489B170B34E6001E5FB2 /* Release */ = {
679
+ isa = XCBuildConfiguration;
680
+ buildSettings = {
681
+ ALWAYS_SEARCH_USER_PATHS = NO;
682
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
683
+ CLANG_WARN_CXX0X_EXTENSIONS = YES;
684
+ CLANG_WARN_EMPTY_BODY = YES;
685
+ CLANG_WARN_ENUM_CONVERSION = YES;
686
+ CLANG_WARN_INT_CONVERSION = YES;
687
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
688
+ COPY_PHASE_STRIP = YES;
689
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
690
+ GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
691
+ GCC_OPTIMIZATION_LEVEL = 1;
692
+ GCC_PREPROCESSOR_DEFINITIONS = (
693
+ "$(inherited)",
694
+ "BUILDING_SNOWCRASH=1",
695
+ );
696
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
697
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
698
+ GCC_WARN_SIGN_COMPARE = YES;
699
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
700
+ GCC_WARN_UNUSED_VARIABLE = YES;
701
+ GENERATE_PROFILING_CODE = YES;
702
+ MACOSX_DEPLOYMENT_TARGET = 10.9;
703
+ USER_HEADER_SEARCH_PATHS = "./ext/markdown-parser/src/** ./ext/markdown-parser/ext/sundown/**";
704
+ };
705
+ name = Release;
706
+ };
707
+ BBFF489D170B34E6001E5FB2 /* Debug */ = {
708
+ isa = XCBuildConfiguration;
709
+ buildSettings = {
710
+ EXECUTABLE_PREFIX = "";
711
+ LIBRARY_SEARCH_PATHS = (
712
+ "$(inherited)",
713
+ "$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/snowcrash-etyympsdikhephgzkvczxkaprkpp/Build/Products/Debug",
714
+ );
715
+ PRODUCT_NAME = "$(TARGET_NAME)";
716
+ };
717
+ name = Debug;
718
+ };
719
+ BBFF489E170B34E6001E5FB2 /* Release */ = {
720
+ isa = XCBuildConfiguration;
721
+ buildSettings = {
722
+ EXECUTABLE_PREFIX = "";
723
+ LIBRARY_SEARCH_PATHS = (
724
+ "$(inherited)",
725
+ "$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/snowcrash-etyympsdikhephgzkvczxkaprkpp/Build/Products/Debug",
726
+ );
727
+ PRODUCT_NAME = "$(TARGET_NAME)";
728
+ };
729
+ name = Release;
730
+ };
731
+ BBFF48C7170B3C30001E5FB2 /* Debug */ = {
732
+ isa = XCBuildConfiguration;
733
+ buildSettings = {
734
+ PRODUCT_NAME = "$(TARGET_NAME)";
735
+ USER_HEADER_SEARCH_PATHS = "./ext/markdown-parser/src/** ./ext/markdown-parser/ext/sundown/** ./test/**";
736
+ };
737
+ name = Debug;
738
+ };
739
+ BBFF48C8170B3C30001E5FB2 /* Release */ = {
740
+ isa = XCBuildConfiguration;
741
+ buildSettings = {
742
+ PRODUCT_NAME = "$(TARGET_NAME)";
743
+ USER_HEADER_SEARCH_PATHS = "./ext/markdown-parser/src/** ./ext/markdown-parser/ext/sundown/** ./test/**";
744
+ };
745
+ name = Release;
746
+ };
747
+ /* End XCBuildConfiguration section */
748
+
749
+ /* Begin XCConfigurationList section */
750
+ BB05B9D6180448E300243E1B /* Build configuration list for PBXNativeTarget "perf-libsnowcrash" */ = {
751
+ isa = XCConfigurationList;
752
+ buildConfigurations = (
753
+ BB05B9D4180448E300243E1B /* Debug */,
754
+ BB05B9D5180448E300243E1B /* Release */,
755
+ );
756
+ defaultConfigurationIsVisible = 0;
757
+ defaultConfigurationName = Release;
758
+ };
759
+ BBA2566F172BFE4C00C1AD5E /* Build configuration list for PBXNativeTarget "snowcrash" */ = {
760
+ isa = XCConfigurationList;
761
+ buildConfigurations = (
762
+ BBA2566D172BFE4C00C1AD5E /* Debug */,
763
+ BBA2566E172BFE4C00C1AD5E /* Release */,
764
+ );
765
+ defaultConfigurationIsVisible = 0;
766
+ defaultConfigurationName = Release;
767
+ };
768
+ BBFF4893170B34E6001E5FB2 /* Build configuration list for PBXProject "snowcrash" */ = {
769
+ isa = XCConfigurationList;
770
+ buildConfigurations = (
771
+ BBFF489A170B34E6001E5FB2 /* Debug */,
772
+ BBFF489B170B34E6001E5FB2 /* Release */,
773
+ );
774
+ defaultConfigurationIsVisible = 0;
775
+ defaultConfigurationName = Release;
776
+ };
777
+ BBFF489C170B34E6001E5FB2 /* Build configuration list for PBXNativeTarget "libsnowcrash" */ = {
778
+ isa = XCConfigurationList;
779
+ buildConfigurations = (
780
+ BBFF489D170B34E6001E5FB2 /* Debug */,
781
+ BBFF489E170B34E6001E5FB2 /* Release */,
782
+ );
783
+ defaultConfigurationIsVisible = 0;
784
+ defaultConfigurationName = Release;
785
+ };
786
+ BBFF48C6170B3C30001E5FB2 /* Build configuration list for PBXNativeTarget "test-libsnowcrash" */ = {
787
+ isa = XCConfigurationList;
788
+ buildConfigurations = (
789
+ BBFF48C7170B3C30001E5FB2 /* Debug */,
790
+ BBFF48C8170B3C30001E5FB2 /* Release */,
791
+ );
792
+ defaultConfigurationIsVisible = 0;
793
+ defaultConfigurationName = Release;
794
+ };
795
+ /* End XCConfigurationList section */
796
+ };
797
+ rootObject = BBFF4890170B34E6001E5FB2 /* Project object */;
798
+ }