Commit Graph

10 Commits

Author SHA1 Message Date
Rom Walton 329303b323 - Remove need for boinc.dll from the client.
client/
        hostinfo_win.cpp
        main.cpp
    clientctrl/
        boincsvcctrl.cpp
    clientgui/
        BOINCClientManager.cpp
        BOINCGUIApp.cpp
        BOINCGUIApp.h
        stdwx.h
    clienttray/
        tray_win.cpp
        tray_win.h
    lib/
        boinc_win.h
        daemonmgt.cpp (Deleted)
        daemonmgt.h (Added)
        daemonmgt_win.cpp (Added)
        idlemon.h (Added)
        idlemon_win.cpp (Added)
        idlemon_win.h (Deleted)
    win_build/
        boinc.sln
        boinc_dll.vcproj
        boincmgr.vcproj
        boincsvcctrl.vcproj
        boinctray.vcproj
        libboinc.vcproj

svn path=/trunk/boinc/; revision=19576
2009-11-13 21:23:15 +00:00
Rom Walton 3e5aa9834c - client: add missing Windows SKUs.
From Robert Kreß
    
    client/
        hostinfo_win.cpp

svn path=/trunk/boinc/; revision=19195
2009-09-28 15:46:27 +00:00
Rom Walton 9f5c62a375 - client: report the different Windows 7 and Windows 2008
"R2" correctly.
        
    client/
        hostinfo_win.cpp

svn path=/trunk/boinc/; revision=19170
2009-09-25 18:56:52 +00:00
David Anderson 563a55f37e - client/libs/samples: remove "#define read _read" etc. from boinc_win.h
These cause problems when "read" is a member name, etc.
		Do these #defines, conditioned on _MSC_VER,
		in the files that actually need them.
	- don't include boinc_win.h from parse.h.
		principle of minimal inclusion

svn path=/trunk/boinc/; revision=18902
2009-08-22 17:00:19 +00:00
Rom Walton f0b74d520a - client: Remove Win9x compatibility code from memory detection
routine.
        
    client/
        hostinfo_win.cpp

svn path=/trunk/boinc/; revision=18741
2009-07-28 01:30:07 +00:00
Rom Walton fcc031a6d5 - client: Remove backwards compatible CPU feature detection code
since we no longer support Win9x
        
    client/
        hostinfo_win.cpp

svn path=/trunk/boinc/; revision=18598
2009-07-15 20:14:44 +00:00
David Anderson 0b3ce504ff - Win: compile fixes
svn path=/trunk/boinc/; revision=18439
2009-06-16 21:58:38 +00:00
Rom Walton 558b81d4b6 Fix spelling mistake
svn path=/trunk/boinc/; revision=17794
2009-04-13 14:55:32 +00:00
Rom Walton 696dfba813 - client: initial support for detecting the CPU L2 cache
size on Windows.
        
    client/
        client_state.cpp
        cs_benchmark.cpp
        hostinfo_win.cpp

svn path=/trunk/boinc/; revision=17637
2009-03-20 01:46:29 +00:00
David Anderson 98cfb8d3b0 - rename .C files to .cpp so that Doxygen will work
svn path=/trunk/boinc/; revision=16069
2008-09-26 18:20:24 +00:00