{"id":18648299,"url":"https://github.com/antlafarge/cpp-tools","last_synced_at":"2025-11-05T07:30:35.469Z","repository":{"id":147905884,"uuid":"547058816","full_name":"antlafarge/cpp-tools","owner":"antlafarge","description":"JSON, Base64, UUID, Concurrent resources access","archived":false,"fork":false,"pushed_at":"2024-09-03T05:26:56.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-27T12:27:43.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antlafarge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-07T04:26:11.000Z","updated_at":"2024-09-03T05:30:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"c6357949-08a4-438a-96d7-9e30174e7f71","html_url":"https://github.com/antlafarge/cpp-tools","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/antlafarge%2Fcpp-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antlafarge%2Fcpp-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antlafarge%2Fcpp-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antlafarge%2Fcpp-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antlafarge","download_url":"https://codeload.github.com/antlafarge/cpp-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239450243,"owners_count":19640687,"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-11-07T06:30:02.120Z","updated_at":"2025-02-18T10:23:47.063Z","avatar_url":"https://github.com/antlafarge.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cpp-tools\n\nSet of cpp tools\n\n## Sub-Projects\n\n- [Base64](https://github.com/antlafarge/cpp-tools/tree/main/Base64)\n- [ConcurrentResource](https://github.com/antlafarge/cpp-tools/tree/main/Concurrent)\n- [UUID](https://github.com/antlafarge/cpp-tools/tree/main/UUID)\n- [JSON](https://github.com/antlafarge/cpp-tools/tree/main/JSON)\n\n## Visual studio code C++ installation\n\nhttps://code.visualstudio.com/docs/cpp/config-mingw\n\n- Download and install [MSYS2](https://www.msys2.org/)\n- In MSYS2 command shell :\n    - Run `pacman -Syu`\n    - restart MSYS2 from `\"C:\\msys64\\msys2.exe\"`\n    - Re-run `pacman -Syu`\n    - Run `pacman -S --needed base-devel mingw-w64-x86_64-toolchain`\n- Add `C:\\msys64\\mingw64\\bin` to your PATH environment variable\n- Restart shells\n- Test\n    - `g++ --version`\n    - `gdb --version`\n\n## WSL 2\n\n- Run `wsl --install -d Ubuntu` in powershell (elevated)\n- Reboot Windows\n- Fill in Ubuntu credentials\n- Full update Ubuntu `sudo apt update \u0026\u0026 sudo apt full-upgrade -y \u0026\u0026 sudo apt autoremove -y`\n- Install g++ `sudo apt install g++ -y`\n- Install g++ (for ppc64) `sudo apt install g++-powerpc64-linux-gnu qemu-user -y`\n- Test\n    - `g++ --version`\n    - `powerpc64-linux-gnu-g++ --version`\n\n### Default G++ STD version\n\n`g++ -dM -E -x c++  /dev/null | grep -F __cplusplus`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantlafarge%2Fcpp-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantlafarge%2Fcpp-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantlafarge%2Fcpp-tools/lists"}