The Wayback Machine - http://web.archive.org/web/20220107093523/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

Phaser logo

Popular topic

Phaser is a fun, free, and fast 2D game framework for making HTML5 games for desktop and mobile web browsers.
Community Powered Security

 
Upcoming event recommended by GitHub

Jan
7

Community Powered Security

January 07, 2022 • Virtual

Community powered security with OWASP's ZAP led Simon Bennetts

 
App recommended by GitHub

abaplint

Overview

abaplint.app, quality checks and static analysis for the ABAP programming language.

Automatically run quality checks and static analysis for each change and pull request in the repository.

The application works with SAP ABAP code serialized using abapGit.

tauri

Trending repository

kornelski
kornelski commented Aug 14, 2021

Is your feature request related to a problem? Please describe.
I've set up a new tauri project following docs on tauri.studio, and my newly-generated app had bundle.identifier set to com.tauri.dev.

For macOS apps (and probably other OSes) this identifier has to be globally unique for every app. It can be problematic when developers forget to customize it. An existing example tauri app

Trending repository

This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.

  • Updated Jan 7, 2022

Trending repository

Trending repository

lukasm91
lukasm91 commented Aug 24, 2019

GTest exports the following targets:

  • GTest::gtest
  • GTest::gtest_main
  • GTest::gmock
  • GTest::gmock_main

This targets should also be available when adding gtest with add_subdirectory (or FetchContent), because this should behave the same way as adding GTest with find_package. So somewhere, we should add the aliases to these targets, i.e.

add_library(GTest::gtest ALIAS 
gitpod.io screenshot

 
App recommended by GitHub

gitpod.io

Gitpod is an open-source developer platform automating the provisioning of ready-to-code developer environments..

With Gitpod your team can instantly start coding with fresh, ephemeral and fully-compiled dev environments for each new task - no matter if you are building a new feature, want to fix a bug or do a code review.

Sounds like GitHub Codespaces? https://www.gitpod.io/gitpod-vs-codespaces/