Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Sep 28, 2020 - Python
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
Chrome
-
Updated
Sep 26, 2020 - Go
-
Updated
Sep 28, 2020 - Swift
GitHub Universe 2020
December 09, 2020 • Virtual
-
Updated
Sep 28, 2020 - Go
-
Updated
Sep 26, 2020 - Python
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
GitKraken Boards
GitKraken Boards syncs in real-time with GitHub Issues and GitHub Milestones so changes made in either system are immediately reflected in the other. Link cards to GitHub pull requests, check PR statuses, auto-update cards based on PR statuses and view build statuses without leaving GitKraken Boards.
Plus, use GitHub Actions to automate your workflow; trigger automated actions in GitKraken Boards by linking cards to pull requests descriptions or commit messages in GitHub.
-
Updated
Sep 28, 2020 - C++
-
Updated
Sep 27, 2020 - JavaScript
-
Updated
Sep 28, 2020 - TypeScript
-
Updated
Sep 28, 2020 - Rust
-
Updated
Sep 21, 2020 - Python
如何将md当做ipynb打开?
-
Updated
Sep 28, 2020 - Jupyter Notebook
Make the animation smoother.
-
Updated
Sep 28, 2020 - C#
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Sep 28, 2020 - HTML
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Sep 27, 2020 - Python
-
Updated
Sep 27, 2020 - C++
-
Updated
Aug 15, 2020 - Swift
🐛 Bug
Compiling against the C++ API on macOS using GCC-9.3, and cmake seems to use a bad flag:
... -fopenmp -D_GLIBCXX_USE_CXX11_ABI= -std=c++14 ... -- note how it "blanks out" the _GLIBCXX_USE_CXX11_ABI variable. This causes the compiler to fail in the stdlib:
/usr/local/Cellar/gcc@9/9.3.0/include/c++/9.3.0/x86_64-apple-darwin18/bits/c++config.h:273:27: error: #if with no exprZenHub
ZenHub is the only project management tool that integrates natively within GitHub’s user interface. No lengthy onboarding. No configuration headaches. No separate logins. Developers stay in an environment they love and Project Managers get total visibility into the development process.
Dev teams at companies like NASA, Microsoft, Adobe, Comcast, Docker, VMware, and Leap Motion trust ZenHub's powerful browser extension to help them ship better software.


GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::gmock_mainThis targets should also be available when adding gtest with
add_subdirectory(orFetchContent), because this should behave the same way as adding GTest withfind_package. So somewhere, we should add the aliases to these targets, i.e.