Skip to content

ngscopeclient/scopehal-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cd27439 · Feb 20, 2025
Feb 16, 2025
Feb 8, 2024
Dec 24, 2024
Feb 11, 2025
Feb 18, 2025
Dec 6, 2023
Feb 20, 2025
Feb 18, 2025
May 26, 2020
Jun 14, 2023
Nov 12, 2024
Aug 27, 2024
Nov 12, 2024
Jan 2, 2024
Nov 12, 2023

Repository files navigation

scopehal-apps

https://www.ngscopeclient.org

Applications for libscopehal

C++ coding policy

Installation

Refer to the "getting started" chapter of the User manual

Special comments

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