boinc/samples/vboxwrapper
Vitalii Koshura 78613e4326
vboxwrapper: Remove unused variables
From PVS Studio:
V808
'vm_machine_uuid' object of 'CComBSTR' type was created but was not utilized.
'clean_mediums' object of 'vector' type was created but was not utilized.
https://www.viva64.com/en/w/V808/print

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2017-04-30 08:59:49 +03:00
..
vboxwrapper.xcodeproj VBOX: Fix recursive header error in Mac Xcode project 2016-01-30 19:45:21 -08:00
BuildMacVboxWrapper.sh VBoxWrapper: fixes for compatibility with Xcode 6 2015-04-14 07:28:11 -07:00
Makefile VBOX: Remove unneeded files. 2015-04-08 12:45:03 -04:00
Makefile_mac VBoxWrapper: fixes for compatibility with Xcode 6 2015-04-14 07:28:11 -07:00
ReadMe.txt Samples: Add Macintosh build instructions for example app (uppercase), VBoxWrapper and Wrapper 2015-04-14 07:34:42 -07:00
floppyio.cpp vbox: fix memory leak in FloppyIO 2015-11-22 22:50:08 +02:00
floppyio.h vbox: fix use-after-free bug in FloppyIOException 2015-11-23 00:11:59 +02:00
gbac.cpp VBOX: GBAC main files added 2014-10-02 16:28:23 +02:00
gbac.h VBOX: GBAC main files added 2014-10-02 16:28:23 +02:00
vbox42.tlb VBOX: Hookup COM support for both VirtualBox 4.2 and VirtualBox 4.3. It appears to be working. 2014-11-23 12:47:30 -05:00
vbox43.tlb VBOX: Hookup COM support for both VirtualBox 4.2 and VirtualBox 4.3. It appears to be working. 2014-11-23 12:47:30 -05:00
vbox50.tlb VBOX: Update to support VirtualBox 5.0 RTW. 2015-07-09 11:56:00 -04:00
vbox51.tlb VBOX: Update COM interface file to 5.1.2 version. It looks like something changed and now all 5.1.2 clients are failing with older vboxwrappers. 2016-08-08 08:00:36 -07:00
vbox_common.cpp Win build: manage compiler warnings better: 2017-01-27 01:27:32 -08:00
vbox_common.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vbox_mscom42.cpp client/wrappers, Win: consolidate defines for _getcwd etc in boinc_win.h 2017-01-26 20:59:11 -08:00
vbox_mscom42.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vbox_mscom43.cpp client/wrappers, Win: consolidate defines for _getcwd etc in boinc_win.h 2017-01-26 20:59:11 -08:00
vbox_mscom43.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vbox_mscom50.cpp client/wrappers, Win: consolidate defines for _getcwd etc in boinc_win.h 2017-01-26 20:59:11 -08:00
vbox_mscom50.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vbox_mscom51.cpp client/wrappers, Win: consolidate defines for _getcwd etc in boinc_win.h 2017-01-26 20:59:11 -08:00
vbox_mscom51.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vbox_mscom_impl.cpp vboxwrapper: Remove unused variables 2017-04-30 08:59:49 +03:00
vbox_mscom_impl.h VBOX: Take a screen shot on failure and dump the base64 encoded image to stderr. 2016-06-12 19:20:55 -07:00
vbox_vboxmanage.cpp vboxwrapper: Fix double check of the same flag. 2017-04-02 06:12:20 +03:00
vbox_vboxmanage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vboxcheckpoint.cpp VBOX: Remove unneeded error string 2015-03-26 08:55:32 -04:00
vboxcheckpoint.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vboxjob.cpp vboxwrapper: add <copy_cmdline_to_shared> option to job file 2017-01-26 20:08:35 -08:00
vboxjob.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vboxlogging.cpp vboxwrapper: fix bugs in cmdline memory size spec; fix compile warnings 2016-07-01 12:06:55 -07:00
vboxlogging.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vboxwrapper.cpp Vbox wrapper: if write shared/cmdline, don't end with \n 2017-02-02 11:38:57 -08:00
vboxwrapper.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vboxwrapper_win.h
vboxwrapper_win.rc

ReadMe.txt

To build VBoxWrapper for Macintosh:

First build the BOINC libraries:
cd [path]/mac_build
source BuildMacBOINC.sh -lib

For more details, see the instructions in that script's comments or at:
[path]/mac_build/HowToBuildBOINC_XCode.rtf

After building the libraries, there are two ways to build VBoxWrapper for Macintosh:

[1] Run the Xcode project at:
[path]/samples/vboxwrapper/vboxwrapper.xcodeproj

[2] Run the BuildMacVboxWrapper.sh script in this vboxwrapper directory (which will invoke the makefile Makefile_mac):
cd [path]/samples/vboxwrapper/
sh BuildMacVboxWrapper.sh