in the slot directory.
NOTE: Only implemented in the advanced view list controls
for now.
clientgui/
Events.h
ViewWork.cpp, .h
svn path=/trunk/boinc/; revision=12955
the shortcut to BOINC Manager.
win_build/installerv2/
BOINC.ism
BOINCx64.ism
- MGR: Revert back out the change to cache the host type
(local/remote). Somehow it was messing up controlling
remote machines.
clientgui/
MainDocument.cpp, .h
svn path=/trunk/boinc/; revision=12943
user cancels the launch of BOINC Manager at startup the script
itself doesn't throw an error message.
win_build/installerv2/redist/Windows/src/boinccas/
boinccas.rc
CACreateVBSShortcut.cpp
win_build/installerv2/redist/Windows/Win32/
boinccas.dll
boinccas95.dll
win_build/installerv2/redist/Windows/x64/
boinccas.dll
boinccas95.dll
svn path=/trunk/boinc/; revision=12799
signcode.exe was apparently deprecated years ago, signtool.exe replaced it. Signtool.exe requires the certificate password to be passed in via the command line. So remove the references to signcode.exe and handle code signing via an external batch file.
svn path=/trunk/boinc/; revision=12768
Windows for now.
- Change all references of mb_str() to c_str() in SkinManager.cpp
to avoid SIGILL's on Unicode environments.
- fixes#215: Customize the VBS script used to launch BOINC Manager
for each system we install on.
clientgui/
BOINCBaseView.cpp
SkinManager.cpp
win_build/installerv2/
BOINC.ism
BOINCx64.ism
win_build/installerv2/redist/Windows/
BOINC Manager.vbs (Deleted)
win_build/installerv2/redist/Windows/src/boinccas/
boinccas.sln
boinccas95.vcproj
CACreateVBSShortcut.cpp, .h (Added)
win_build/installerv2/redist/Windows/Win32/
boinccas.dll
boinccas95.dll
win_build/installerv2/redist/Windows/x64/
boinccas.dll
boinccas95.dll
svn path=/trunk/boinc/; revision=12764
towards by calling it the accessible view.
clientgui/
AdvancedFrame.cpp
- Tag for 5.9.12 release, all platforms
boinc_core_release_5_9_12
client/
configure.ac
version.h
svn path=/trunk/boinc/; revision=12723
( From Frank Weiler )
- Win: Introduce a custom action to delete any lingering binaries from the
installation directory before MSI determines what needs to be copied.
- Win: Introduce a custom action that will migrate
C:\Program Files (x86)\BOINC to C:\Program Files\BOINC for the x64
upgrade scenario.
clientgui/
BOINCGridCtrl.cpp
win_build/installerv2/redist/Windows/src/boinccas/
boinccas.rc
boinccas95.def
boinccas95.vcproj
CACleanupOldBinaries.cpp, .h (Added)
CAMigratex86x64.cpp, .h (Added)
win_build/installerv2/redist/Windows/Win32/
boinccas.dll
boinccas95.dll
win_build/installerv2/redist/Windows/x64/
boinccas.dll
boinccas95.dll
svn path=/trunk/boinc/; revision=12554
* refactored the alternate platform mechinism so that we
can support multiple alternate platforms.
* moved everything to cs_platforms.C since we expect the
kind of sprawl that is in host_info.C on the *nix
environments.
- Clean up some warnings
client/
acct_setup.C
client_state.C, .h
client_types.h
cs_platforms.C (Added)
cs_scheduler.C
cs_statefile.C
http_curl.C
lib/
str_util.h
svn path=/trunk/boinc/; revision=12531
- fixes#10 - Remove dependency on ATL framework for
boinc.dll on Windows
With this checkin, the BOINC client should now be able
to be built with Visual Studio Express.
clientgui/
BOINCGUIApp.cpp, .h
clientlib/win/
boinc_dll.cpp, .h
boinc_dll.rc
boincclient.rgs (deleted)
boincsens.rgs (deleted)
BOINCSENSSink.cpp, .h (deleted)
IdleTracker.cpp
NetworkTracker.cpp, .h (deleted)
SENSLogonSubscriptions.h (deleted)
SENSNetworkSubscriptions.h (deleted)
SENSOnNowSubscriptions.h (deleted)
SENSSubscriptions.h (deleted)
stdafx.h
svn path=/trunk/boinc/; revision=12482
- fixes#122 - Windows benhcmark differences between VS 2003 and
VS 2005.
The default FP model has changed since 2003, so change how the
BOINC components are compiled so that they use /fp:fast instead
of /fp:precise.
win_build/
*.vcproj
svn path=/trunk/boinc/; revision=12465
- fixes#7: Includes the last remaining files needed to build and
package up 64-bit files for setup. We can now build and create
64-bit windows installer packages.
win_build/installerv2/
BOINC.ism
BOINCx64.ism
win_build/installerv2/redist/Windows/src/
<Numerious Files>
win_build/installerv2/redist/Windows/x64/
boinccas.dll (Added)
boinccas95.dll (Added)
dbghelp95.dll (Added)
svn path=/trunk/boinc/; revision=12415