6.2.1

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

Zur Übersicht

  • DIAG: Add an easy way for projects to initialize the diagnostics framework for graphics applications.
  • DIAG: Make SetDllDirectory work for Win2k3, Vista, and Win2k8
  • API: If the diagnostics framework hasn't been initialized for the graphics application, initialize it.
  • client: Win: fix CUDA detection: look in the registry to find the CUDA install directory, and look for cudart.dll in that dir.
  • client: for CUDA, don't confuse coproc.name ("CUDA") from coproc.prop.name (e.g., "Device Emulation (CPU)" on my PC, which doesn't have a recent-enough GPU)
  • client: if no coprocessors present, say so in startup messages
  • API: Fix build break from my last check-in.
  • client (Unix) Add /usr/local/cuda/lib/ to LD_LIBRARY_PATH before looking for CUDA library
  • boinc_cmd: changed help strings to say "boinccmd". I'd like to change the filename too but can't figure out Makefile stuff
  • API: fix Mac compile errors.
  • client: implement Mac CUDA detection, fix compiler warning.
  • boinc_cmd: change name to "boinccmd".
  • client (unix): avoid crash if LD_LIBRARY_PATH not set
  • MGR/CLI: remove direct references to CreateEnvironmentBlock and DestroyEnvironmentBlock since Win98 doesn't support them. This functionality is only required for the Windows sandbox implementation anyway.
  • LIB: Remove direct reference to OpenThread in win_util.C since it isn't supported on Win98.
  • MGR: Another fix for CC execution on a Linux machine.
  • client (Unix) fix to CUDA detection if LD_LIBRARY_PATH is ""