project.pbxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD0364B21E213988003B7B84 /* intrusive_list_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0364B11E213988003B7B84 /* intrusive_list_tc.cpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXCopyFilesBuildPhase section */
  12. CD0364731E20852F003B7B84 /* CopyFiles */ = {
  13. isa = PBXCopyFilesBuildPhase;
  14. buildActionMask = 2147483647;
  15. dstPath = /usr/share/man/man1/;
  16. dstSubfolderSpec = 0;
  17. files = (
  18. );
  19. runOnlyForDeploymentPostprocessing = 1;
  20. };
  21. /* End PBXCopyFilesBuildPhase section */
  22. /* Begin PBXFileReference section */
  23. CD0364751E20852F003B7B84 /* intrusive_list */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = intrusive_list; sourceTree = BUILT_PRODUCTS_DIR; };
  24. CD0364AA1E208591003B7B84 /* intrusive_iterator.tpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; path = intrusive_iterator.tpp; sourceTree = "<group>"; };
  25. CD0364AB1E208591003B7B84 /* intrusive_list.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = intrusive_list.hpp; sourceTree = "<group>"; };
  26. CD0364AC1E208591003B7B84 /* intrusive_list.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = intrusive_list.t.h; sourceTree = "<group>"; };
  27. CD0364AD1E208591003B7B84 /* intrusive_node.tpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; path = intrusive_node.tpp; sourceTree = "<group>"; };
  28. CD0364B11E213988003B7B84 /* intrusive_list_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = intrusive_list_tc.cpp; sourceTree = "<group>"; };
  29. CD0364B31E213A4A003B7B84 /* intrusive_list.tpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; path = intrusive_list.tpp; sourceTree = "<group>"; };
  30. CD0364B41E213AC2003B7B84 /* intrusive_node.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = intrusive_node.hpp; sourceTree = "<group>"; };
  31. CD0364B51E213ACF003B7B84 /* intrusive_iterator.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = intrusive_iterator.hpp; sourceTree = "<group>"; };
  32. /* End PBXFileReference section */
  33. /* Begin PBXFrameworksBuildPhase section */
  34. CD0364721E20852F003B7B84 /* Frameworks */ = {
  35. isa = PBXFrameworksBuildPhase;
  36. buildActionMask = 2147483647;
  37. files = (
  38. );
  39. runOnlyForDeploymentPostprocessing = 0;
  40. };
  41. /* End PBXFrameworksBuildPhase section */
  42. /* Begin PBXGroup section */
  43. CD03646C1E20852F003B7B84 = {
  44. isa = PBXGroup;
  45. children = (
  46. CD0364AE1E2138D8003B7B84 /* src */,
  47. CD0364AF1E2138DD003B7B84 /* test */,
  48. CD0364761E20852F003B7B84 /* Products */,
  49. );
  50. sourceTree = "<group>";
  51. };
  52. CD0364761E20852F003B7B84 /* Products */ = {
  53. isa = PBXGroup;
  54. children = (
  55. CD0364751E20852F003B7B84 /* intrusive_list */,
  56. );
  57. name = Products;
  58. sourceTree = "<group>";
  59. };
  60. CD0364AE1E2138D8003B7B84 /* src */ = {
  61. isa = PBXGroup;
  62. children = (
  63. CD0364B41E213AC2003B7B84 /* intrusive_node.hpp */,
  64. CD0364AB1E208591003B7B84 /* intrusive_list.hpp */,
  65. CD0364B51E213ACF003B7B84 /* intrusive_iterator.hpp */,
  66. CD0364AA1E208591003B7B84 /* intrusive_iterator.tpp */,
  67. CD0364AD1E208591003B7B84 /* intrusive_node.tpp */,
  68. CD0364B31E213A4A003B7B84 /* intrusive_list.tpp */,
  69. );
  70. name = src;
  71. sourceTree = "<group>";
  72. };
  73. CD0364AF1E2138DD003B7B84 /* test */ = {
  74. isa = PBXGroup;
  75. children = (
  76. CD0364AC1E208591003B7B84 /* intrusive_list.t.h */,
  77. CD0364B11E213988003B7B84 /* intrusive_list_tc.cpp */,
  78. );
  79. name = test;
  80. sourceTree = "<group>";
  81. };
  82. /* End PBXGroup section */
  83. /* Begin PBXNativeTarget section */
  84. CD0364741E20852F003B7B84 /* intrusive_list */ = {
  85. isa = PBXNativeTarget;
  86. buildConfigurationList = CD03647C1E20852F003B7B84 /* Build configuration list for PBXNativeTarget "intrusive_list" */;
  87. buildPhases = (
  88. CD0364B01E213938003B7B84 /* ShellScript */,
  89. CD0364711E20852F003B7B84 /* Sources */,
  90. CD0364721E20852F003B7B84 /* Frameworks */,
  91. CD0364731E20852F003B7B84 /* CopyFiles */,
  92. );
  93. buildRules = (
  94. );
  95. dependencies = (
  96. );
  97. name = intrusive_list;
  98. productName = intrusive_list;
  99. productReference = CD0364751E20852F003B7B84 /* intrusive_list */;
  100. productType = "com.apple.product-type.tool";
  101. };
  102. /* End PBXNativeTarget section */
  103. /* Begin PBXProject section */
  104. CD03646D1E20852F003B7B84 /* Project object */ = {
  105. isa = PBXProject;
  106. attributes = {
  107. LastUpgradeCheck = 1030;
  108. ORGANIZATIONNAME = "Sam Jaffe";
  109. TargetAttributes = {
  110. CD0364741E20852F003B7B84 = {
  111. CreatedOnToolsVersion = 7.2.1;
  112. };
  113. };
  114. };
  115. buildConfigurationList = CD0364701E20852F003B7B84 /* Build configuration list for PBXProject "intrusive_list" */;
  116. compatibilityVersion = "Xcode 3.2";
  117. developmentRegion = en;
  118. hasScannedForEncodings = 0;
  119. knownRegions = (
  120. en,
  121. Base,
  122. );
  123. mainGroup = CD03646C1E20852F003B7B84;
  124. productRefGroup = CD0364761E20852F003B7B84 /* Products */;
  125. projectDirPath = "";
  126. projectRoot = "";
  127. targets = (
  128. CD0364741E20852F003B7B84 /* intrusive_list */,
  129. );
  130. };
  131. /* End PBXProject section */
  132. /* Begin PBXShellScriptBuildPhase section */
  133. CD0364B01E213938003B7B84 /* ShellScript */ = {
  134. isa = PBXShellScriptBuildPhase;
  135. buildActionMask = 2147483647;
  136. files = (
  137. );
  138. inputPaths = (
  139. "$(SRCROOT)/intrusive_list.t.h",
  140. );
  141. outputPaths = (
  142. "$(SRCROOT)/intrusive_list_tc.cpp",
  143. );
  144. runOnlyForDeploymentPostprocessing = 0;
  145. shellPath = /bin/sh;
  146. shellScript = "cxxtestgen --error-printer -o intrusive_list_tc.cpp intrusive_list.t.h";
  147. };
  148. /* End PBXShellScriptBuildPhase section */
  149. /* Begin PBXSourcesBuildPhase section */
  150. CD0364711E20852F003B7B84 /* Sources */ = {
  151. isa = PBXSourcesBuildPhase;
  152. buildActionMask = 2147483647;
  153. files = (
  154. CD0364B21E213988003B7B84 /* intrusive_list_tc.cpp in Sources */,
  155. );
  156. runOnlyForDeploymentPostprocessing = 0;
  157. };
  158. /* End PBXSourcesBuildPhase section */
  159. /* Begin XCBuildConfiguration section */
  160. CD03647A1E20852F003B7B84 /* Debug */ = {
  161. isa = XCBuildConfiguration;
  162. buildSettings = {
  163. ALWAYS_SEARCH_USER_PATHS = NO;
  164. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  165. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  166. CLANG_CXX_LIBRARY = "libc++";
  167. CLANG_ENABLE_MODULES = YES;
  168. CLANG_ENABLE_OBJC_ARC = YES;
  169. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  170. CLANG_WARN_BOOL_CONVERSION = YES;
  171. CLANG_WARN_COMMA = YES;
  172. CLANG_WARN_CONSTANT_CONVERSION = YES;
  173. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  174. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  175. CLANG_WARN_EMPTY_BODY = YES;
  176. CLANG_WARN_ENUM_CONVERSION = YES;
  177. CLANG_WARN_INFINITE_RECURSION = YES;
  178. CLANG_WARN_INT_CONVERSION = YES;
  179. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  180. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  181. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  182. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  183. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  184. CLANG_WARN_STRICT_PROTOTYPES = YES;
  185. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  186. CLANG_WARN_UNREACHABLE_CODE = YES;
  187. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  188. CODE_SIGN_IDENTITY = "-";
  189. COPY_PHASE_STRIP = NO;
  190. DEBUG_INFORMATION_FORMAT = dwarf;
  191. ENABLE_STRICT_OBJC_MSGSEND = YES;
  192. ENABLE_TESTABILITY = YES;
  193. GCC_C_LANGUAGE_STANDARD = gnu99;
  194. GCC_DYNAMIC_NO_PIC = NO;
  195. GCC_NO_COMMON_BLOCKS = YES;
  196. GCC_OPTIMIZATION_LEVEL = 0;
  197. GCC_PREPROCESSOR_DEFINITIONS = (
  198. "DEBUG=1",
  199. "$(inherited)",
  200. );
  201. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  202. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  203. GCC_WARN_UNDECLARED_SELECTOR = YES;
  204. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  205. GCC_WARN_UNUSED_FUNCTION = YES;
  206. GCC_WARN_UNUSED_VARIABLE = YES;
  207. MACOSX_DEPLOYMENT_TARGET = 10.10;
  208. MTL_ENABLE_DEBUG_INFO = YES;
  209. ONLY_ACTIVE_ARCH = YES;
  210. SDKROOT = macosx;
  211. };
  212. name = Debug;
  213. };
  214. CD03647B1E20852F003B7B84 /* Release */ = {
  215. isa = XCBuildConfiguration;
  216. buildSettings = {
  217. ALWAYS_SEARCH_USER_PATHS = NO;
  218. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  219. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  220. CLANG_CXX_LIBRARY = "libc++";
  221. CLANG_ENABLE_MODULES = YES;
  222. CLANG_ENABLE_OBJC_ARC = YES;
  223. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  224. CLANG_WARN_BOOL_CONVERSION = YES;
  225. CLANG_WARN_COMMA = YES;
  226. CLANG_WARN_CONSTANT_CONVERSION = YES;
  227. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  228. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  229. CLANG_WARN_EMPTY_BODY = YES;
  230. CLANG_WARN_ENUM_CONVERSION = YES;
  231. CLANG_WARN_INFINITE_RECURSION = YES;
  232. CLANG_WARN_INT_CONVERSION = YES;
  233. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  234. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  235. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  236. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  237. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  238. CLANG_WARN_STRICT_PROTOTYPES = YES;
  239. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  240. CLANG_WARN_UNREACHABLE_CODE = YES;
  241. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  242. CODE_SIGN_IDENTITY = "-";
  243. COPY_PHASE_STRIP = NO;
  244. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  245. ENABLE_NS_ASSERTIONS = NO;
  246. ENABLE_STRICT_OBJC_MSGSEND = YES;
  247. GCC_C_LANGUAGE_STANDARD = gnu99;
  248. GCC_NO_COMMON_BLOCKS = YES;
  249. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  250. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  251. GCC_WARN_UNDECLARED_SELECTOR = YES;
  252. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  253. GCC_WARN_UNUSED_FUNCTION = YES;
  254. GCC_WARN_UNUSED_VARIABLE = YES;
  255. MACOSX_DEPLOYMENT_TARGET = 10.10;
  256. MTL_ENABLE_DEBUG_INFO = NO;
  257. SDKROOT = macosx;
  258. };
  259. name = Release;
  260. };
  261. CD03647D1E20852F003B7B84 /* Debug */ = {
  262. isa = XCBuildConfiguration;
  263. buildSettings = {
  264. HEADER_SEARCH_PATHS = /usr/local/include/;
  265. PRODUCT_NAME = "$(TARGET_NAME)";
  266. };
  267. name = Debug;
  268. };
  269. CD03647E1E20852F003B7B84 /* Release */ = {
  270. isa = XCBuildConfiguration;
  271. buildSettings = {
  272. HEADER_SEARCH_PATHS = /usr/local/include/;
  273. PRODUCT_NAME = "$(TARGET_NAME)";
  274. };
  275. name = Release;
  276. };
  277. /* End XCBuildConfiguration section */
  278. /* Begin XCConfigurationList section */
  279. CD0364701E20852F003B7B84 /* Build configuration list for PBXProject "intrusive_list" */ = {
  280. isa = XCConfigurationList;
  281. buildConfigurations = (
  282. CD03647A1E20852F003B7B84 /* Debug */,
  283. CD03647B1E20852F003B7B84 /* Release */,
  284. );
  285. defaultConfigurationIsVisible = 0;
  286. defaultConfigurationName = Release;
  287. };
  288. CD03647C1E20852F003B7B84 /* Build configuration list for PBXNativeTarget "intrusive_list" */ = {
  289. isa = XCConfigurationList;
  290. buildConfigurations = (
  291. CD03647D1E20852F003B7B84 /* Debug */,
  292. CD03647E1E20852F003B7B84 /* Release */,
  293. );
  294. defaultConfigurationIsVisible = 0;
  295. defaultConfigurationName = Release;
  296. };
  297. /* End XCConfigurationList section */
  298. };
  299. rootObject = CD03646D1E20852F003B7B84 /* Project object */;
  300. }