Skip to content

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

GitHub Skyline
Staff pick

View a 3D model of your GitHub contribution graph. Share it, print it, and more!

jQuery logo
Popular topic
jQuery is a lightweight library that simplifies programming with JavaScript.
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 
GitHub CTF - A Call to Hacktion!
Upcoming event recommended by GitHub
Mar
17

GitHub CTF - A Call to Hacktion!

March 17, 2021 - March 21, 2021 • Online

The GitHub Security Lab CTF is a contest where participants are challenged to leverage software vulnerabilities to solve a real world security puzzle.
POEditor screenshot
App recommended by GitHub

POEditor

POEditor is a highly scalable localization management service designed for translating software products, such as apps, sites and games.

Integrated with GitHub, it syncs with your repos automatically. You don't ever need to touch a language file.

Slack and HipChat integrations make it easy to get realtime updates about the localization process and the translation progress.

Trending repository
wycats
wycats commented Feb 8, 2021

Is your feature request related to a problem? Please describe.

Today, we make it very easy to get the binaries onto a Mac machine, but the same is not true about Linux. Instead, the Linux instructions ask the user to manually download the binaries from release and put them in an appropriate location. Speaking for myself, this is an annoying, somewhat error-prone process, and it tends to cau

Trending repository
ralfbiedert
ralfbiedert commented Jun 8, 2020

Bug Report

Environment

Zola version: 0.11.0

Current Behavior

Hi, when running the link checker on my site zola reports spurious network errors, although opening the same site in Firefox works fine. As a subsequent error, if I try to re-run the checker I then sometimes get blocked by other hosts.

For example, first run:

D:\Development\Source\cheats.rs>bash ./deplo
Trending repository
App recommended by GitHub

WIP

Allow authors of pull requests to set status to pending while still working on it.