{"id":15361871,"url":"https://github.com/yorkie/ios-tbb","last_synced_at":"2025-04-15T08:54:48.942Z","repository":{"id":60144597,"uuid":"93866412","full_name":"yorkie/ios-tbb","owner":"yorkie","description":"Thread Building Block for iOS and iOS Simulator","archived":false,"fork":false,"pushed_at":"2017-06-09T15:20:56.000Z","size":2467,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T08:54:42.713Z","etag":null,"topics":["ios","tbb"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yorkie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-09T14:22:28.000Z","updated_at":"2024-09-12T21:21:38.000Z","dependencies_parsed_at":"2022-09-25T21:27:16.249Z","dependency_job_id":null,"html_url":"https://github.com/yorkie/ios-tbb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorkie%2Fios-tbb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorkie%2Fios-tbb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorkie%2Fios-tbb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorkie%2Fios-tbb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yorkie","download_url":"https://codeload.github.com/yorkie/ios-tbb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249040246,"owners_count":21202814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","tbb"],"created_at":"2024-10-01T12:57:00.339Z","updated_at":"2025-04-15T08:54:48.925Z","avatar_url":"https://github.com/yorkie.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TBB for iOS and its Simulators\n\nTBB is Intel(R) Threading Building Blocks C++ library for parallel programming. This\nrepository is inspired by the [@turbulenz](https://github.com/turbulenz)'s [tbb-ios](https://github.com/turbulenz/tbb-ios).\n\n## Getting Started\n\nFirst of all, clone this repository:\n\n```sh\n$ git clone git@github.com:yorkie/ios-tbb.git\n```\n\nThen start building for your iPhone or Simulator:\n\n```sh\n$ make target=ios arch=armv7 compiler=clang # for iPhone/iOS\n$ make target=ios arch=x86_64 compiler=clang # for Simulator\n```\n\nNote the flag `compiler=clang` is such important, if not set, the system will use g++\nas compiler, then you'd get the following report:\n\n```\nbuilding for OSX, but linking in object file built for iOS.\n```\n\n## Overview\n\nTo build Intel TBB, use the [top-level Makefile](./Makefile); see \nalso the [build directions](./build). To port Intel TBB to a new platform, \noperating system or architecture, see the [porting directions](./build#port).\n\n## Directories\n\n- [doc](./doc) Documentation for the library.\n- [include](./include) Include files required for compiling code that uses the library.\n- [examples](./examples) Examples of how to use the library.\n- [src](./src) Source code for the library.\n- [build](./build) Internal Makefile infrastructure for Intel TBB. Do not use directly.\n\n## License\n\nNo license here, please go upstream to see what's license when you want to use.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyorkie%2Fios-tbb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyorkie%2Fios-tbb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyorkie%2Fios-tbb/lists"}