Google Test Alternatives
-
Vcpkg
C++ Library Manager for Windows, Linux, and MacOS
-
developer-roadmap
Roadmap to becoming a web developer in 2021
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
Moby
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
edex-ui
A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
-
cli
GitHub’s official command line tool
-
Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
-
Kingfisher
A lightweight, pure-Swift library for downloading and caching images from the web.
-
bypass-paywalls-chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
-
croc
Easily and securely send things from one computer to another :crocodile: :package:
-
quine-relay
An uroboros program with 100+ programming languages
-
FreeCAD
This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. Issues are managed on our own bug tracker at https://www.freecadweb.org/tracker
-
bevy
A refreshingly simple data-driven game engine built in Rust
-
youtube-dl-gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
-
WLED
Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
-
winapps
Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration.
-
COVID-19
COVID-19 Italia - Monitoraggio situazione (by pcm-dpc)
-
xmake
🔥 A cross-platform build utility based on Lua
-
kb
A minimalist command line knowledge base manager
-
yt-dlc
media downloader and library for various sites.
-
Deep Java Library (DJL)
An Engine-Agnostic Deep Learning Framework in Java
Posts
- C Test Framework for Visual Studio Code
-
[poll] State of package managers in 2021
FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git GIT_TAG release-1.8.0 ) FetchContent_GetProperties(googletest) if(NOT googletest_POPULATED) FetchContent_Populate(googletest) add_subdirectory(${googletest_SOURCE_DIR} ${googletest_BINARY_DIR} EXCLUDE_FROM_ALL) endif()
-
Gtest and Bazel Trouble shooting
There is no :main rule in @gtest, maybe you want the @gtest//:gtest rule: https://github.com/google/googletest/blob/master/BUILD.bazel#L60
-
GTest and GMock integration with CMake
Also make sure you use at least the 389cb68b87193358358ae87cc56d257fd0d80189 commit, which is the merge commit fixing the error emitted by GoogleTest that broke every CI.
-
Weekly Developer Roundup #21 - Sun Nov 08 2020
google/googletest (C++): Googletest - Google Testing and Mocking Framework
-
Top 10 Developer Trends, Thu Sep 24 2020
google / googletest
Stats
google/googletest is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.