Commit Graph

9930 Commits

Author SHA1 Message Date
David Anderson 6473396adc svn path=/trunk/boinc/; revision=12434 2007-04-20 18:50:56 +00:00
David Anderson e8aded2135 David 20 Apr 2007
- str_util: don't use std::transform, since it causes problems
        with VC++ express edition

    clientgui/
        sg_SGUIListControl.h
    html/ops/
        db_update.php
    lib/
        str_util.C,h

svn path=/trunk/boinc/; revision=12433
2007-04-20 18:49:40 +00:00
Rom Walton 6dac970e5b Update version list.
svn path=/trunk/boinc/; revision=12432
2007-04-20 18:47:55 +00:00
David Anderson 74a41ff16e svn path=/trunk/boinc/; revision=12431 2007-04-20 17:53:19 +00:00
David Anderson b686f89d85 David 20 Apr 2007
- make_project: add periodic tasks to default config.xml:
        dp_dump, update_uotd, update_forum_activities, update_stats,
        update_profile_pages
    - backend_lib.C: refuse to create a job for which some necessary
        parameter (rsc_fpops_est, rsc_fpops_bound, etc.) is missing
    - Unix build: don't include std_fixes.h in config.h.
        std_fixes.h is (I think) deprecated
    - sched_util: default sched log level is MSG_NORMAL
    - client: add ".txt" to job log filename
    - compile fixes

    configure.ac
    api/
        reduce_main.C
    client/
        file_names.C
    lib/
        str_util.h
    sched/
        sample_work_generator.C
        sched_msgs.h
    tools/
        backend_lib.C

svn path=/trunk/boinc/; revision=12430
2007-04-20 17:14:08 +00:00
Rom Walton 2d804927f3 svn path=/trunk/boinc/; revision=12428 2007-04-20 16:36:25 +00:00
Rom Walton ffeeae9f26 Quick bug fix for the core client.
svn path=/trunk/boinc/; revision=12427
2007-04-20 16:28:35 +00:00
Rom Walton b5af71e496 Rom 19 Apr 2007
- Statistics view update.
      (From Mifistor)
      
    clientgui/
        ViewStatistics.cpp, .h

svn path=/trunk/boinc/; revision=12426
2007-04-20 03:26:12 +00:00
Rom Walton 9eda52126b Rom 19 Apr 2007
- Match the client-side and server-side XML for alternate
        platforms.
    - Print both the max active memory usage and max idle
        memory usage after all the preference information has
        been parsed.
        
    client/
        cs_prefs.C
        cs_scheduler.C

svn path=/trunk/boinc/; revision=12425
2007-04-20 03:11:48 +00:00
David Anderson 712d1c027f David 19 Apr 2007
- scheduler: accept elements of the form
        <alt_platform>
            <name>windows_x86</name>
        </alt_platform>
        in request messages.
        These are platforms that the client can handle, 
        other than its main one,
        listed in order of decreasing preferences.
        fixes #81.

    sched/
        handle_request.C
        server_types.C,h

svn path=/trunk/boinc/; revision=12423
2007-04-19 22:45:57 +00:00
David Anderson 1880a50cc5 David 19 Apr 2007
- Change things so that make_project installs a test application
        (uppercase) and the daemons to go along with it
        (sample_work_generator, sample_bitwise_validator, sample_assimilator).
        This is mostly working, not completely.

    apps
        upper_case.C
    html/ops/
        mass_email_script.php
    py/Boinc/
        setup_project.py
    sched/
        sched_config.C,h
        sample_work_generator.C
    tools/
        make_project
        project.xml
        Makefile.am

svn path=/trunk/boinc/; revision=12422
2007-04-19 22:11:25 +00:00
Rom Walton ac6974b62b Rom 19 Apr 2007
- Fix a minor compile problem on 64-bit Windows platforms with the
        call to SetTimer.
    - fixes #80: Introduce the notion of an alternate platform for 64-bit
        Windows clients, which can also run 32-bit Windows apps.
        
      TODO: We'll need to refactor the whole platform section in the
        scheduler request creation section so that it can handle
        multiple alternate platforms and for Linux/Mac.
        
    api/
        windows_opengl.C
    client/
        client_state.C, .h
        cpp.h
        cs_scheduler.C

svn path=/trunk/boinc/; revision=12421
2007-04-19 20:53:16 +00:00
Rytis Slatkevičius f198d8c78e Adding anti-spam protection from akismet.com to the forums. Disabled by default; see http://boinc.berkeley.edu/trac/wiki/ProtectionFromSpam for information on how to enable it.
svn path=/trunk/boinc/; revision=12420
2007-04-19 18:22:38 +00:00
Matt Lebofsky 591a93ebe1 svn path=/trunk/boinc/; revision=12419 2007-04-19 17:06:02 +00:00
David Anderson 1ea3bb781e David 18 Apr 2007
- bug fixes for sample work generator

    sched/
        sched_config.C,h
        sample_work_generator.C


svn path=/trunk/boinc/; revision=12417
2007-04-19 03:12:13 +00:00
Rom Walton 2610291eda Rom 18 Apr 2007
- 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
2007-04-18 21:12:43 +00:00
David Anderson 3431d99471 svn path=/trunk/boinc/; revision=12414 2007-04-18 20:49:58 +00:00
Charlie Fenton 0763619d78 svn path=/trunk/boinc/; revision=12411 2007-04-18 01:04:21 +00:00
David Anderson 985a39c99f svn path=/trunk/boinc/; revision=12409 2007-04-17 23:08:24 +00:00
Charlie Fenton 1f07b5667f svn path=/trunk/boinc/; revision=12408 2007-04-17 22:44:48 +00:00
David Anderson 3f915e647f svn path=/trunk/boinc/; revision=12407 2007-04-17 22:24:53 +00:00
David Anderson f3f11e7b81 svn path=/trunk/boinc/; revision=12403 2007-04-17 18:55:20 +00:00
David Anderson 564504eff6 svn path=/trunk/boinc/; revision=12402 2007-04-17 17:12:44 +00:00
Eric J. Korpela 7f9ade7194 A test to see if I can commit.
svn path=/trunk/boinc/; revision=12401
2007-04-17 17:02:06 +00:00
Rytis Slatkevičius dd4748f814 Fixing head_20.png and testing SVN commit.
svn path=/trunk/boinc/; revision=12400
2007-04-17 15:07:31 +00:00
Charlie Fenton fba8518585 Testing SVN Commit Email
svn path=/trunk/boinc/; revision=12399
2007-04-17 11:12:22 +00:00
Charlie Fenton b13b99a3a2 svn path=/trunk/boinc/; revision=12398 2007-04-17 11:05:32 +00:00
Charlie Fenton 7884cc32d9 svn path=/trunk/boinc/; revision=12397 2007-04-17 10:23:44 +00:00
Charlie Fenton a569901703 Restore mistakenly deleted file
svn path=/trunk/boinc/; revision=12396
2007-04-17 10:22:36 +00:00
Charlie Fenton 25890f730f Remove empty directory
svn path=/trunk/boinc/; revision=12395
2007-04-17 10:20:47 +00:00
Charlie Fenton 3e3f241132 Remove empty directory
svn path=/trunk/boinc/; revision=12394
2007-04-17 10:15:21 +00:00
Charlie Fenton a9dda14f01 svn path=/trunk/boinc/; revision=12393 2007-04-17 10:06:08 +00:00
Charlie Fenton f77cc7e095 svn path=/trunk/boinc/; revision=12392 2007-04-17 09:58:17 +00:00
Charlie Fenton 4a26f09144 Move Mac icons to directory with other icons
svn path=/trunk/boinc/; revision=12391
2007-04-17 09:47:29 +00:00
Charlie Fenton 08154f28da Move Mac icons to directory with other icons
svn path=/trunk/boinc/; revision=12390
2007-04-17 09:42:45 +00:00
Charlie Fenton 79ba2545e8 Delete long-obsolete files
svn path=/trunk/boinc/; revision=12389
2007-04-17 09:39:13 +00:00
Charlie Fenton 2abc225bd4 Replace corrupted files
svn path=/trunk/boinc/; revision=12388
2007-04-17 09:38:16 +00:00
Charlie Fenton d8eef517c7 Replace corrupted files
svn path=/trunk/boinc/; revision=12387
2007-04-17 09:36:09 +00:00
Charlie Fenton 66454c9261 Remove corrupted files
svn path=/trunk/boinc/; revision=12386
2007-04-17 09:35:27 +00:00
Charlie Fenton ad5511a0c7 svn path=/trunk/boinc/; revision=12385 2007-04-17 09:19:32 +00:00
Charlie Fenton 6e7a4b2240 svn path=/trunk/boinc/; revision=12384 2007-04-17 09:11:31 +00:00
Charlie Fenton 51bbe1b5f8 Move browser_safari.mm to mac-specific directory
svn path=/trunk/boinc/; revision=12383
2007-04-17 09:00:35 +00:00
Charlie Fenton 19056fe4d0 svn path=/trunk/boinc/; revision=12382 2007-04-17 08:32:40 +00:00
Rom Walton 015e26270b Testing the commit email script.
svn path=/trunk/boinc/; revision=12381
2007-04-17 04:04:54 +00:00
Charlie Fenton 6f1c406474 svn path=/trunk/boinc/; revision=12380 2007-04-17 02:27:16 +00:00
Charlie Fenton 832243ef23 svn path=/trunk/boinc/; revision=12379 2007-04-17 02:27:09 +00:00
Charlie Fenton 9f4f5baf8c svn path=/trunk/boinc/; revision=12378 2007-04-17 02:26:37 +00:00
Charlie Fenton 8f9a21f166 Replace corrupted file
svn path=/trunk/boinc/; revision=12375
2007-04-17 00:34:57 +00:00
Charlie Fenton a47dd158f9 Delete corrupted file
svn path=/trunk/boinc/; revision=12374
2007-04-17 00:34:11 +00:00
David Anderson 66071c9de1 svn path=/trunk/boinc/; revision=12373 2007-04-16 22:22:15 +00:00