boinc/samples/example_app
David Anderson 519a0bcbef API: add test harness for the runtime system
- If you run the client with --run_test_app,
  runs "test_app" in the current directory and interacts with it
  (and does nothing else).
  It can suspend/resume it with arbitrary timing;
  this is controlled in run_test_app() (app_start.cpp).
- example app: add --critical_section option.
  This lets you test the runtime system for apps that do
  most of their work in a critical section (like GPU apps).
- Add some logging messages (conditioned by DEBUG_BOINC_API)
  to the runtime system.
- boinc_finish() waits for the timer thread to write final messages;
  make sure it doesn't do anything else
  (like suspend the worker thread) during this period
2013-07-04 16:00:10 -07:00
..
Mac
bin
MakeMacExample.sh Mac: add slide-show screensaver to example_app Xcode project and Mac example_app build scripts 2013-03-01 16:26:09 +01:00
Makefile Unix build: tweak Makefiles in sample apps 2013-05-16 09:38:31 -07:00
Makefile_android android: Fix the example app compile on Android 2013-03-05 13:39:42 +01:00
Makefile_mac Mac: add slide-show screensaver to example_app Xcode project and Mac example_app build scripts 2013-03-01 16:26:09 +01:00
Makefile_mac2 Mac: add slide-show screensaver to example_app Xcode project and Mac example_app build scripts 2013-03-01 16:26:09 +01:00
build_android.sh android: Add environment variables for CC and CFLAGS. The regex stuff in the wrapper was using the Linux(x86) compiler instead of the Android (ARM) cross-compiler. 2013-03-05 14:17:54 +01:00
slide_show.cpp sample apps: include <cmath> instead of <math.h> 2013-05-28 12:00:39 -07:00
uc2.cpp API: add test harness for the runtime system 2013-07-04 16:00:10 -07:00
uc2.h More Line Ending Changes 2013-03-04 17:19:38 +01:00
uc2_graphics.cpp sample apps: include <cmath> instead of <math.h> 2013-05-28 12:00:39 -07:00