{"id":13300105,"url":"https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14","last_synced_at":"2026-04-24T12:32:25.101Z","repository":{"id":70485033,"uuid":"53806199","full_name":"richelbilderbeek/travis_qmake_gcc_cpp14","owner":"richelbilderbeek","description":"Minimal project of qmake, GCC and C++14, tested by Travis CI","archived":false,"fork":false,"pushed_at":"2021-06-20T08:22:02.000Z","size":610,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-11T22:13:08.079Z","etag":null,"topics":["cpp14","example","gcc","minimal","qmake","qtcreator","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-13T20:31:46.000Z","updated_at":"2023-04-21T21:52:25.000Z","dependencies_parsed_at":"2023-04-02T13:33:59.936Z","dependency_job_id":null,"html_url":"https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/richelbilderbeek/travis_qmake_gcc_cpp14","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp14","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp14/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp14/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp14/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richelbilderbeek","download_url":"https://codeload.github.com/richelbilderbeek/travis_qmake_gcc_cpp14/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp14/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32223931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cpp14","example","gcc","minimal","qmake","qtcreator","travis-ci"],"created_at":"2024-07-29T17:40:24.147Z","updated_at":"2026-04-24T12:32:25.085Z","avatar_url":"https://github.com/richelbilderbeek.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# travis_qmake_gcc_cpp14\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.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14)\n`develop`|[![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14.svg?branch=develop)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14)\n\n![GitHub Actions](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14/workflows/check/badge.svg?branch=master)\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` only\n * Code coverage: none\n * Source: one single file, `main.cpp`\n\nMore complex builds:\n\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_cpp20.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp20) Use C++20: [travis_qmake_gcc_cpp20](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp20)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_bpp.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_bpp) Add `Bio++`: [travis_qmake_gcc_cpp14_bpp](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_bpp)\n * [![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) Add `Boost`: [travis_qmake_gcc_cpp14_boost](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost)\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_clang-tidy.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_clang-tidy) Add `clang-tidy`: [travis_qmake_gcc_cpp14_clang-tidy](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_clang-tidy)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_codechecker.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_codechecker) Add CodeChecker: [travis_qmake_gcc_cpp14_codechecker](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_codechecker)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_doxygen.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_doxygen) Add Doxygen: [travis_qmake_gcc_cpp14_doxygen](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_doxygen)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_gcov.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_gcov) Add code coverage: [travis_qmake_gcc_cpp14_gcov](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_gcov)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_cppcheck.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_cppcheck) Add `cppcheck`: [travis_qmake_gcc_cpp14_cppcheck](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_cppcheck)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_fltk.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_fltk) Add `FLTK`: [travis_qmake_gcc_cpp14_fltk](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_fltk)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_gprof.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_gprof) Add `gprof`: [travis_qmake_gcc_cpp14_gprof](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_gprof)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_oclint.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_oclint) Add `OCLint`: [travis_qmake_gcc_cpp14_oclint](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_oclint)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_perf.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_perf) Add `perf`: [travis_qmake_gcc_cpp14_perf](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_perf)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_qt.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_qt) Add `Qt`: [travis_qmake_gcc_cpp14_qt](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_r.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_r) Add `R`: [travis_qmake_gcc_cpp14_r](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_r)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_sdl.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_sdl) Add `SDL`: [travis_qmake_gcc_cpp14_sdl](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_sdl)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_sfml.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_sfml) Add `SFML`: [travis_qmake_gcc_cpp14_sfml](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_sfml)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_rcpp.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_rcpp) Add `Rcpp`: [travis_qmake_gcc_cpp14_rcpp](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_rcpp)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_urho3d.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_urho3d) Add `Urho3D`: [travis_qmake_gcc_cpp14_urho3d](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_urho3d)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_wt.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_wt) Add `Wt`: [travis_qmake_gcc_cpp14_wt](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_wt)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_xmlpp.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_xmlpp) Add `xml++`: [travis_qmake_gcc_cpp14_xmlpp](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_xmlpp)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_tdc.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_tdc) Travis-dependent compilation: [travis_qmake_gcc_cpp14_tdc](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_tdc)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_tdr.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_tdr) Travis-dependent run: [travis_qmake_gcc_cpp14_tdr](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_tdr)\n\nBuilds of similar complexity:\n\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_clang_cpp14.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_clang_cpp14) Use `clang` instead of `gcc`: [travis_qmake_clang_cpp14](https://www.github.com/richelbilderbeek/travis_qmake_clang_cpp14)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_cmake_gcc_cpp14.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_cmake_gcc_cpp14) Use `cmake` instead of `qmake`: [travis_cmake_gcc_cpp14](https://www.github.com/richelbilderbeek/travis_cmake_gcc_cpp14)\n\nLess complex builds:\n\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp98.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp98) Use C++98: [travis_qmake_gcc_cpp98](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp11.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp11) Use C++11: [travis_qmake_gcc_cpp11](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp11)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichelbilderbeek%2Ftravis_qmake_gcc_cpp14","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichelbilderbeek%2Ftravis_qmake_gcc_cpp14","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichelbilderbeek%2Ftravis_qmake_gcc_cpp14/lists"}