This is the top level repository for ngscopeclient, as well as the unit tests for libscopehal.
Project website: https://www.ngscopeclient.org
- C++ coding policy
- Code of Conduct
- We are a proudly AI-free project. Only human created code is acceptable for contribution.
Refer to the "getting started" chapter of the User manual
The following standard comments are used throughout the code to indicate things that could use attention, but are not worthy of being tracked as a GitHub issue yet.
//TODO: unimplemented feature, potential optimization point, etc.//FIXME: known minor problem, temporary workaround, or something that needs to be reworked later//FIXME-CXX20: places where use of C++ 20 features would simplify the code, but nothing can be done as long as we are targeting platforms which only support C++ 17