{"id":16113956,"url":"https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost","last_synced_at":"2026-04-28T11:05:00.879Z","repository":{"id":70485055,"uuid":"54013733","full_name":"richelbilderbeek/travis_qmake_gcc_cpp14_boost","owner":"richelbilderbeek","description":"Minimal project that uses qmake, GCC, C++14, Boost and is tested by Travis CI","archived":false,"fork":false,"pushed_at":"2019-08-02T12:32:09.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T07:43:51.809Z","etag":null,"topics":["boost","cpp14","example","gcc","minimal","qmake","travis-ci"],"latest_commit_sha":null,"homepage":"https://github.com/richelbilderbeek/travis_cpp_tutorial","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richelbilderbeek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-03-16T08:26:24.000Z","updated_at":"2019-08-02T12:31:54.000Z","dependencies_parsed_at":"2023-04-02T13:32:35.977Z","dependency_job_id":null,"html_url":"https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/richelbilderbeek/travis_qmake_gcc_cpp14_boost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp14_boost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp14_boost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp14_boost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp14_boost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richelbilderbeek","download_url":"https://codeload.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp14_boost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32377599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["boost","cpp14","example","gcc","minimal","qmake","travis-ci"],"created_at":"2024-10-09T20:13:45.040Z","updated_at":"2026-04-28T11:05:00.852Z","avatar_url":"https://github.com/richelbilderbeek.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# travis_qmake_gcc_cpp14_boost\n\nBranch|[![Travis CI logo](TravisCI.png)](https://travis-ci.org)\n---|---\n`master`|[![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost)\n`develop`|[![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost.svg?branch=develop)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost)\n\nThis GitHub is part of:\n\n * [the Travis C++ Tutorial](https://github.com/richelbilderbeek/travis_cpp_tutorial)\n * [the MXE tutorial](https://github.com/richelbilderbeek/mxe_tutorial)\n\nThe goal of this project is to have a clean Travis CI build, with specs:\n * Build system: `qmake`\n * C++ compiler: `gcc`\n * C++ version: `C++14`\n * Libraries: `STL` and `Boost`\n * Code coverage: none\n * Source: one single file, `main.cpp`\n\nMore complex builds:\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17) Use C++17: [travis_qmake_gcc_cpp17](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_graph.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_graph) Add `Boost.Graph`: [travis_qmake_gcc_cpp14_boost_graph](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_graph)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_test.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_test) Add `Boost.Test`: [travis_qmake_gcc_cpp14_boost_test](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_test)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_xml.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_xml) Use Boost on XML: [travis_qmake_gcc_cpp14_boost_xml](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_xml)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_gcov.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_gcov) Use Boost on XML: [travis_qmake_gcc_cpp14_boost_gcov](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_gcov)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_oclint.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_oclint) Use Boost on XML: [travis_qmake_gcc_cpp14_boost_oclint](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_oclint)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_qt5.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_qt5) Use Boost on XML: [travis_qmake_gcc_cpp14_boost_qt5](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_qt5)\n\nSimpler builds:\n * Libraries: `STL` only: [travis_qmake_gcc_cpp14](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichelbilderbeek%2Ftravis_qmake_gcc_cpp14_boost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichelbilderbeek%2Ftravis_qmake_gcc_cpp14_boost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichelbilderbeek%2Ftravis_qmake_gcc_cpp14_boost/lists"}