{"id":18009974,"url":"https://github.com/kekyo/boostforarduino","last_synced_at":"2025-03-26T14:31:46.562Z","repository":{"id":53509265,"uuid":"115862711","full_name":"kekyo/BoostForArduino","owner":"kekyo","description":"boost library for Arduino","archived":false,"fork":false,"pushed_at":"2021-03-27T02:37:36.000Z","size":111686,"stargazers_count":10,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T23:22:31.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kekyo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_1_0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-31T12:48:21.000Z","updated_at":"2023-06-24T18:14:21.000Z","dependencies_parsed_at":"2022-09-13T19:22:04.725Z","dependency_job_id":null,"html_url":"https://github.com/kekyo/BoostForArduino","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kekyo%2FBoostForArduino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kekyo%2FBoostForArduino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kekyo%2FBoostForArduino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kekyo%2FBoostForArduino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kekyo","download_url":"https://codeload.github.com/kekyo/BoostForArduino/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245670754,"owners_count":20653413,"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":[],"created_at":"2024-10-30T02:11:41.967Z","updated_at":"2025-03-26T14:31:41.535Z","avatar_url":"https://github.com/kekyo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# boost library for Arduino\n\n## What's this?\n\n* Imported boost library at version 1.66.0\n  * http://www.boost.org/users/history/version_1_66_0.html\n* Unchanged from all original files.\n* Prebuild libraries not included. (Yes, lack some codes, ex: boost.asio)\n\n# How to use\n\n### Installation\n\n* Clone from GitHub: (You can use your favorite git client)\n\n```\ncd ~/Documents/Arduino/libraries/\ngit clone https://github.com/kekyo/BoostForArduino\n```\n\n* And you can append your compiler toolchain option (At platform.txt) enabling c++11 specification then better results.\n* Example: Seeed WioLTE board (On Arduino IDE for Windows)\n  * Located: `$HOME\\AppData\\Local\\Arduino15\\packages\\Seeeduino\\hardware\\Seeed_STM32F4\\1.1.2\\platform.txt`\n\nOriginal line:\n\n```\ncompiler.cpp.flags=-c -g -Os -w -MMD -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -DBOARD_{build.variant} -D{build.vect} -DERROR_LED_PORT={build.error_led_port} -DERROR_LED_PIN={build.error_led_pin}\n```\n\nTo insert '-std=gnu++11' option:\n\n```\ncompiler.cpp.flags=-c -g -Os -std=gnu++11 -w -MMD -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -DBOARD_{build.variant} -D{build.vect} -DERROR_LED_PORT={build.error_led_port} -DERROR_LED_PIN={build.error_led_pin}\n```\n\n### Ready: Reference from your sketch\n\n* You can reference boost headers from your sketch.\n* You have to rename boost header path separator from \"/\" to \"_\".\n\n```\n// Rename path separator.\n//#include \u003cboost/function.hpp\u003e\n#include \u003cboost_function.hpp\u003e\n```\n\nEnjoy!!\n\n# Examples\n\nThank you contributing, the [examples](examples/) directory contains example sources.\nIf you can share your code, please send PR and welcome!\n\n# License\n\n* Boost license, see [LICENSE](LICENSE_1_0.txt) file.\n* There're owning license each example code, see the source code header.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkekyo%2Fboostforarduino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkekyo%2Fboostforarduino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkekyo%2Fboostforarduino/lists"}