{"id":16113788,"url":"https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98","last_synced_at":"2025-04-06T07:41:45.617Z","repository":{"id":70485279,"uuid":"53789342","full_name":"richelbilderbeek/travis_qmake_gcc_cpp98","owner":"richelbilderbeek","description":"Minimal C++98 project using qmake and checked by Travis CI","archived":false,"fork":false,"pushed_at":"2021-06-20T08:22:24.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T13:19:00.087Z","etag":null,"topics":["cpp","cpp98","example","minimal","qmake","travis-ci"],"latest_commit_sha":null,"homepage":"https://github.com/richelbilderbeek/travis_cpp_tutorial","language":"QMake","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-13T14:30:04.000Z","updated_at":"2021-06-20T08:22:27.000Z","dependencies_parsed_at":"2023-04-06T16:47:12.477Z","dependency_job_id":null,"html_url":"https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp98","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp98/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp98/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp98/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richelbilderbeek","download_url":"https://codeload.github.com/richelbilderbeek/travis_qmake_gcc_cpp98/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247451606,"owners_count":20940946,"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":["cpp","cpp98","example","minimal","qmake","travis-ci"],"created_at":"2024-10-09T20:13:22.456Z","updated_at":"2025-04-06T07:41:45.589Z","avatar_url":"https://github.com/richelbilderbeek.png","language":"QMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# travis_qmake_gcc_cpp98\n\n[![Travis CI logo](pics/TravisCI.png)](https://travis-ci.com)\n\n[![Build Status](https://travis-ci.com/richelbilderbeek/travis_qmake_gcc_cpp98.svg?branch=master)](https://travis-ci.com/richelbilderbeek/travis_qmake_gcc_cpp98)\n\n![GitHub Actions](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98/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++98`\n * Libraries: `STL` only\n * Code coverage: none\n * Source: one single file, `main.cpp`\n\nMore complex builds:\n\n * Use of C++11: [travis_qmake_gcc_cpp11](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp11)\n * Use of C++14: [travis_qmake_gcc_cpp14](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14)\n * Use of C++17: [travis_qmake_gcc_cpp14](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17)\n * Use of C++20: [travis_qmake_gcc_cpp14](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp20)\n * Use the Boost libraries: [travis_qmake_gcc_cpp98_boost](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98_boost)\n * Use the Bio++ library: [travis_qmake_gcc_cpp98_bpp](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98_bpp)\n * Use the Qt library: [travis_qmake_gcc_cpp98_qt](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98_qt)\n * Use the Rcpp R package: [travis_qmake_gcc_cpp98_rcpp](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98_rcpp)\n * Use the SFML library: [travis_qmake_gcc_cpp98_sfml](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98_sfml)\n * Use the Urho3D library: [travis_qmake_gcc_cpp98_urho3d](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98_urho3d)\n * Use the Wt library: [travis_qmake_gcc_cpp98_wt](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98_wt)\n * Code coverage: `gcov`: [travis_qmake_gcc_cpp98_gcov](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98_gcov)\n * Profiling: `gprof`: [travis_qmake_gcc_cpp98_gprof](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98_gprof)\n * UI testing: `ldtp`: [travis_qmake_gcc_cpp98_ldtp](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98_ldtp)\n\nEqually complex builds:\n\n * Use of `CMake` instead of `qmake`: [travis_cmake_gcc_cpp98](https://www.github.com/richelbilderbeek/travis_cmake_gcc_cpp98)\n * Use of C instead of C++: [travis_cmake_gcc_c98](https://www.github.com/richelbilderbeek/travis_cmake_gcc_c98)\n\nLess complex builds:\n\n * [none]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichelbilderbeek%2Ftravis_qmake_gcc_cpp98","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichelbilderbeek%2Ftravis_qmake_gcc_cpp98","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichelbilderbeek%2Ftravis_qmake_gcc_cpp98/lists"}