project.pbxproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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 = 0720;
  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 = English;
  118. hasScannedForEncodings = 0;
  119. knownRegions = (
  120. en,
  121. );
  122. mainGroup = CD03646C1E20852F003B7B84;
  123. productRefGroup = CD0364761E20852F003B7B84 /* Products */;
  124. projectDirPath = "";
  125. projectRoot = "";
  126. targets = (
  127. CD0364741E20852F003B7B84 /* intrusive_list */,
  128. );
  129. };
  130. /* End PBXProject section */
  131. /* Begin PBXShellScriptBuildPhase section */
  132. CD0364B01E213938003B7B84 /* ShellScript */ = {
  133. isa = PBXShellScriptBuildPhase;
  134. buildActionMask = 2147483647;
  135. files = (
  136. );
  137. inputPaths = (
  138. "$(SRCROOT)/intrusive_list.t.h",
  139. );
  140. outputPaths = (
  141. "$(SRCROOT)/intrusive_list_tc.cpp",
  142. );
  143. runOnlyForDeploymentPostprocessing = 0;
  144. shellPath = /bin/sh;
  145. shellScript = "cxxtestgen --error-printer -o intrusive_list_tc.cpp intrusive_list.t.h";
  146. };
  147. /* End PBXShellScriptBuildPhase section */
  148. /* Begin PBXSourcesBuildPhase section */
  149. CD0364711E20852F003B7B84 /* Sources */ = {
  150. isa = PBXSourcesBuildPhase;
  151. buildActionMask = 2147483647;
  152. files = (
  153. CD0364B21E213988003B7B84 /* intrusive_list_tc.cpp in Sources */,
  154. );
  155. runOnlyForDeploymentPostprocessing = 0;
  156. };
  157. /* End PBXSourcesBuildPhase section */
  158. /* Begin XCBuildConfiguration section */
  159. CD03647A1E20852F003B7B84 /* Debug */ = {
  160. isa = XCBuildConfiguration;
  161. buildSettings = {
  162. ALWAYS_SEARCH_USER_PATHS = NO;
  163. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  164. CLANG_CXX_LIBRARY = "libc++";
  165. CLANG_ENABLE_MODULES = YES;
  166. CLANG_ENABLE_OBJC_ARC = YES;
  167. CLANG_WARN_BOOL_CONVERSION = YES;
  168. CLANG_WARN_CONSTANT_CONVERSION = YES;
  169. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  170. CLANG_WARN_EMPTY_BODY = YES;
  171. CLANG_WARN_ENUM_CONVERSION = YES;
  172. CLANG_WARN_INT_CONVERSION = YES;
  173. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  174. CLANG_WARN_UNREACHABLE_CODE = YES;
  175. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  176. CODE_SIGN_IDENTITY = "-";
  177. COPY_PHASE_STRIP = NO;
  178. DEBUG_INFORMATION_FORMAT = dwarf;
  179. ENABLE_STRICT_OBJC_MSGSEND = YES;
  180. ENABLE_TESTABILITY = YES;
  181. GCC_C_LANGUAGE_STANDARD = gnu99;
  182. GCC_DYNAMIC_NO_PIC = NO;
  183. GCC_NO_COMMON_BLOCKS = YES;
  184. GCC_OPTIMIZATION_LEVEL = 0;
  185. GCC_PREPROCESSOR_DEFINITIONS = (
  186. "DEBUG=1",
  187. "$(inherited)",
  188. );
  189. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  190. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  191. GCC_WARN_UNDECLARED_SELECTOR = YES;
  192. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  193. GCC_WARN_UNUSED_FUNCTION = YES;
  194. GCC_WARN_UNUSED_VARIABLE = YES;
  195. MACOSX_DEPLOYMENT_TARGET = 10.10;
  196. MTL_ENABLE_DEBUG_INFO = YES;
  197. ONLY_ACTIVE_ARCH = YES;
  198. SDKROOT = macosx;
  199. };
  200. name = Debug;
  201. };
  202. CD03647B1E20852F003B7B84 /* Release */ = {
  203. isa = XCBuildConfiguration;
  204. buildSettings = {
  205. ALWAYS_SEARCH_USER_PATHS = NO;
  206. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  207. CLANG_CXX_LIBRARY = "libc++";
  208. CLANG_ENABLE_MODULES = YES;
  209. CLANG_ENABLE_OBJC_ARC = YES;
  210. CLANG_WARN_BOOL_CONVERSION = YES;
  211. CLANG_WARN_CONSTANT_CONVERSION = YES;
  212. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  213. CLANG_WARN_EMPTY_BODY = YES;
  214. CLANG_WARN_ENUM_CONVERSION = YES;
  215. CLANG_WARN_INT_CONVERSION = YES;
  216. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  217. CLANG_WARN_UNREACHABLE_CODE = YES;
  218. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  219. CODE_SIGN_IDENTITY = "-";
  220. COPY_PHASE_STRIP = NO;
  221. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  222. ENABLE_NS_ASSERTIONS = NO;
  223. ENABLE_STRICT_OBJC_MSGSEND = YES;
  224. GCC_C_LANGUAGE_STANDARD = gnu99;
  225. GCC_NO_COMMON_BLOCKS = YES;
  226. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  227. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  228. GCC_WARN_UNDECLARED_SELECTOR = YES;
  229. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  230. GCC_WARN_UNUSED_FUNCTION = YES;
  231. GCC_WARN_UNUSED_VARIABLE = YES;
  232. MACOSX_DEPLOYMENT_TARGET = 10.10;
  233. MTL_ENABLE_DEBUG_INFO = NO;
  234. SDKROOT = macosx;
  235. };
  236. name = Release;
  237. };
  238. CD03647D1E20852F003B7B84 /* Debug */ = {
  239. isa = XCBuildConfiguration;
  240. buildSettings = {
  241. HEADER_SEARCH_PATHS = /usr/local/include/;
  242. PRODUCT_NAME = "$(TARGET_NAME)";
  243. };
  244. name = Debug;
  245. };
  246. CD03647E1E20852F003B7B84 /* Release */ = {
  247. isa = XCBuildConfiguration;
  248. buildSettings = {
  249. HEADER_SEARCH_PATHS = /usr/local/include/;
  250. PRODUCT_NAME = "$(TARGET_NAME)";
  251. };
  252. name = Release;
  253. };
  254. /* End XCBuildConfiguration section */
  255. /* Begin XCConfigurationList section */
  256. CD0364701E20852F003B7B84 /* Build configuration list for PBXProject "intrusive_list" */ = {
  257. isa = XCConfigurationList;
  258. buildConfigurations = (
  259. CD03647A1E20852F003B7B84 /* Debug */,
  260. CD03647B1E20852F003B7B84 /* Release */,
  261. );
  262. defaultConfigurationIsVisible = 0;
  263. defaultConfigurationName = Release;
  264. };
  265. CD03647C1E20852F003B7B84 /* Build configuration list for PBXNativeTarget "intrusive_list" */ = {
  266. isa = XCConfigurationList;
  267. buildConfigurations = (
  268. CD03647D1E20852F003B7B84 /* Debug */,
  269. CD03647E1E20852F003B7B84 /* Release */,
  270. );
  271. defaultConfigurationIsVisible = 0;
  272. };
  273. /* End XCConfigurationList section */
  274. };
  275. rootObject = CD03646D1E20852F003B7B84 /* Project object */;
  276. }