Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngscopeclient/scopehal-apps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 59877f589026
Choose a base ref
...
head repository: ngscopeclient/scopehal-apps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20332e02a76b
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 19, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    20332e0 View commit details
Showing with 8 additions and 1 deletion.
  1. +1 −1 lib
  2. +7 −0 src/glscopeclient/main.cpp
2 changes: 1 addition & 1 deletion lib
7 changes: 7 additions & 0 deletions src/glscopeclient/main.cpp
Original file line number Diff line number Diff line change
@@ -231,6 +231,13 @@ int main(int argc, char* argv[])

g_app = new ScopeApp;

//Detect and enable OpenCL
#ifdef HAVE_OPENCL
LogDebug("OpenCL found\n");
#else
LogDebug("OpenCL not found\n");
#endif

//Initialize object creation tables for predefined libraries
TransportStaticInit();
DriverStaticInit();