boinc-upstream:client_release/7/7.0

Last commit made on 2012-01-13
Get this branch:
git clone -b client_release/7/7.0 https://git.launchpad.net/boinc-upstream

Branch merges

Branch information

Name:
client_release/7/7.0
Repository:
lp:boinc-upstream

Recent commits

2326697... by Charlie Fenton <email address hidden>

client: use old Mac idle detection when running as a daemon

svn path=/branches/boinc_core_release_7_0/; revision=25039

f4cf963... by Charlie Fenton <email address hidden>

Mgr: When launching Mac client as a daemon, allow time for it to start

svn path=/branches/boinc_core_release_7_0/; revision=25028

e8c6ddb... by Charlie Fenton <email address hidden>

client: Fix idle detection for Apple Remote Desktop and screen sharing under Mac OS 10.7

svn path=/branches/boinc_core_release_7_0/; revision=25021

e645388... by Charlie Fenton <email address hidden>

If we have AMD GPU without CAL or NVIDIA GPU without CUDA, set available GPU RAM equal to total GPU RAM

svn path=/branches/boinc_core_release_7_0/; revision=25020

225db8b... by Charlie Fenton <email address hidden>

Use scaling factor for AMD available RAM only on Macs with OpenCL 1.0 or 1.1

svn path=/branches/boinc_core_release_7_0/; revision=25019

888f18b... by Rom Walton <email address hidden>

Quick Updates

svn path=/branches/boinc_core_release_7_0/; revision=24955

f52eba0... by Rom Walton <email address hidden>

    - WINSETUP: Give 'boinc_admins' and 'boinc_projects' the ability to access and
        launch the VirtualBox server-side application. This should complete the
        needed work to run VirtualBox within the Windows sandboxed environment.
    - WINSETUP: Remove the virtualized file system tag from the Windows Explorer
        copied security token when launching BOINC Manager and BOINC Tray after
        setup has completed. I believe this will resolve the new cookie issue
        experienced by PTP/GR/CE.
    - WINSETUP: Hookup new custom actions to the BOINC Installers

    win_build/installerv2/
        BOINC.ism
        BOINCx64.ism
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/branches/boinc_core_release_7_0/; revision=24953

29eb61d... by Rom Walton <email address hidden>

    - Tag for 7.0.7 release, all platforms
      boinc_core_release_7_0_7

    /
        configure.ac
        version.h

svn path=/branches/boinc_core_release_7_0/; revision=24950

190bd7d... by Rom Walton <email address hidden>

    - client: processor features buffer is supposed to be 1024 bytes. avoid
        truncation.

    lib/
        hostinfo.cpp

svn path=/branches/boinc_core_release_7_0/; revision=24949

0714bd8... by Rom Walton <email address hidden>

    - client: for VBox apps, check stderr for "ERR_CPU_VM_EXTENSIONS_DISABLED".
        If found, set HOST_INFO::p_vm_extensions_disabled,
        and pass this to the scheduler.

    Note: if you have a host with VM extensions, and they're disabled
        in the BIOS, and you enable them, you can remove the
        <p_vm_extensions_disabled> line from client_state.xml
        and you'll be eligible to get multicore VM jobs again.

    client/
        app_control.cpp
    lib/
        hostinfo.cpp,h

svn path=/branches/boinc_core_release_7_0/; revision=24948