Commit Graph

1549 Commits

Author SHA1 Message Date
Rom Walton 1e3b1ae67c BUILD: Update vboxwrappers version to 26179.
BUILD: Update wrappers version to 26016.
2015-11-19 23:54:40 -05:00
Rom Walton 169b873fe6 example_app: reclassify the example_app as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.
2015-11-19 14:24:19 -05:00
Rom Walton 0d31129a2a example_app_multi_thread: reclassify the example_app_multi_thread as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.
2015-11-19 14:22:36 -05:00
Rom Walton ea07bf4ef8 example_app_nvcuda: reclassify the example_app_nvcuda as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.
2015-11-19 14:19:30 -05:00
Rom Walton 45d140195d example_app_opencl: reclassify the example_app_opencl as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.
2015-11-19 14:04:17 -05:00
Rom Walton 4914d95a59 sleeper: reclassify the sleeper as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.
2015-11-19 14:01:20 -05:00
Rom Walton 0de56b1a59 wrapper: reclassify the wrapper as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.

NOTE: At some point parameter parsing and processing the job file was moved ahead of the diagnostics initialization code.  This had the unfortunate consequence of making errors that happened before the diagnostics code initialized disappear.

Switching wrapper to a console application will mean that launching it from a console window will cause the console window to block and display anything written to stderr/stdout regardless of whether the diagnostics code is initialized.
2015-11-19 13:52:18 -05:00
Rom Walton ce0e2dab0f vboxwrapper: reclassify the vboxwrapper as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.
2015-11-19 13:41:02 -05:00
Rom Walton ee7e0dbe20 WCG: Update project files so they branch to WCG specific code and resources. 2015-10-28 16:30:07 -04:00
Rom Walton cdd855b326 WCG: Add updated project files 2015-10-27 12:28:27 -04:00
Rom Walton bfb0ab4984 WCG: Remove obsolete project files 2015-10-27 11:42:02 -04:00
Rom Walton 96e520e685 PTP: Remove obsolete project files 2015-10-27 11:41:01 -04:00
Rom Walton af6b4b0cc6 GR: Remove obsolete project files 2015-10-27 11:40:27 -04:00
Rom Walton 69c7caf22b CE: Remove obsolete project files 2015-10-27 11:39:52 -04:00
Rom Walton fd6be30c46 BUILD: Fix vboxwrapper proj file 2015-10-16 17:26:08 -04:00
Rom Walton 9bcc7ea494 BUILD: Update vboxwrappers version to 26178. 2015-10-16 16:35:54 -04:00
Rom Walton 0c0cc0dc0c BUILD: Update vboxwrappers version to 26177. 2015-10-16 10:38:36 -04:00
Rom Walton 6ea8aa8cd3 BUILD: Update vboxwrappers version to 26176. 2015-10-13 14:42:35 -04:00
Rom Walton fa14889674 BUILD: Update vboxwrappers version to 26175. 2015-10-11 16:24:24 -04:00
Rom Walton 4dbc60811f BUILD: Update vboxwrappers version to 26174. 2015-10-11 13:30:10 -04:00
Rom Walton 143ad683cb BUILD: Update vboxwrappers version to 26173. 2015-10-09 13:53:42 -04:00
Rom Walton c7629744fb BUILD: Update vboxwrappers version to 26172. 2015-10-08 16:35:20 -04:00
Rom Walton f2ddcbbda4 BUILD: Update vboxwrappers version to 26170.
BUILD: Update wrappers version to 26015.
2015-09-28 12:23:07 -04:00
Rom Walton 5fdc0cff05 BUILD: Update vboxwrappers version to 26170. 2015-08-24 15:08:14 -04:00
Rom Walton 4123051706 BUILD: Update vboxwrappers version to 26169. 2015-07-10 17:00:57 -04:00
Rom Walton 76b9014537 BUILD: Update vboxwrappers version to 26168. 2015-07-04 16:47:59 -04:00
Rom Walton f048c201ae WINBUILD: Update CRT reference to VS 2013. 2015-05-18 11:01:13 -04:00
Rom Walton b97c4fcc29 WINBUILD: Remove code-signing requirement for building BOINC installers on Windows. 2015-05-18 10:56:46 -04:00
Rom Walton ab1723f030 WINBUILD: Fix warning when building vboxwrapper (Debug/Win32). 2015-05-15 13:25:38 -04:00
Rom Walton b5c0c6556a WINBUILD: Ops, wrong change with the last commit. 2015-05-14 20:35:47 -04:00
Rom Walton d3b99e8af8 WINBUILD: Last commit missed a file. 2015-05-14 20:33:20 -04:00
Rom Walton ae965894ed WINBUILD: When building with VS 2013, use the XP compatible toolchain. 2015-05-14 18:45:17 -04:00
Rom Walton 128e22af6e WINBUILD: Fix building debug builds for vboxwrapper on VS 2013. 2015-05-14 11:41:15 -04:00
Rom Walton b5c14c1888 WINBUILD: For projects that depend on a library, make sure that they point to the VS 2013 project.
(From: Christian Beer)
2015-05-14 11:23:08 -04:00
Rom Walton b9cd078dd7 WINBUILD: Remove the restriction that prevented BOINC from installing on domain controllers.
TODO: Block service install in the advanced settings dialog.
2015-05-11 13:18:15 -04:00
Rom Walton 557f351785 WINBUILD: Cleanup work to support VS 2013 builds 2015-05-06 18:14:31 -04:00
Rom Walton 99dcd3dd8a WINBUILD: Update dependency paths for VS 2013 projects to point towards 2013 dependencies. 2015-05-06 16:49:57 -04:00
Rom Walton 32981b6a17 WINBUILD: Add Visual Studio 2013 project files. 2015-05-06 14:16:00 -04:00
Rom Walton 0cf187d37f BUILD: Update vboxwrappers version to 26167. 2015-05-05 16:49:07 -04:00
Rom Walton 2d8fd11fac MGR: Remove welcome page from wizard and split the attach wizard into two menu items. 2015-04-27 19:00:15 -04:00
Rom Walton b8d7283c3e BUILD: Update the wrapper build number to 26014 2015-04-22 13:23:17 -04:00
Rom Walton 96a3a59d7e BUILD: Update vboxwrappers version to 26166. 2015-04-13 14:38:20 -04:00
Rom Walton deb94a3945 BUILD: Update all_projects_list.xml which is deployed with the Windows and Mac installers. 2015-04-08 16:30:25 -04:00
Rom Walton 9afcd49c1f BUILD: Update vboxwrappers version to 26165. 2015-04-08 13:05:50 -04:00
Rom Walton 3c43cfab6a VBOX: Remove unneeded files. 2015-04-08 12:45:03 -04:00
Rom Walton 03f398844b BUILD: Update vboxwrappers version to 26164. 2015-04-08 01:12:39 -04:00
Rom Walton ca6fc5b6fc BUILD: Update vboxwrappers version to 26163. 2015-04-04 12:28:19 -04:00
Rom Walton b7d9382849 BUILD: Update vboxwrappers version to 26162. 2015-04-03 12:51:23 -04:00
Rom Walton 3444b0257d WINBUILD: Updated to 7.5.0 2015-04-02 12:36:43 -04:00
Rom Walton 60b428fc5a BUILD: Update vboxwrappers version to 26161. 2015-04-01 16:05:59 -04:00