boinc/py/Boinc
David Anderson fe32380dcf David 23 Apr 2007
- make_project: remove --no_test_app option, add --test_app option
    - make_project: initial config in all cases has
        one_result_per_user_per_wu = 0
    - sample_assimilator: make it able to handle > 1 output file
    - boinc_cmd: make --help output more readable
    - User web: fix some undefined vars in translation.inc
        Rytis: let's try to fix PHP runtime warnings
    - DB: add default values for app table (avoid MySQL warnings)

    db/
        schema.sql
    html/
        inc/
            translation.inc
            uotd.inc
        ops/
            update_forum_activities.php
    lib/
        str_util.C
        boinc_cmd.C
    py/Boinc/
        setup_project.py
    sched/
        sample_work_generator.C
        sample_assimilator.C
    tools/
        make_project
        uc_wu, uc_result (new)

svn path=/trunk/boinc/; revision=12450
2007-04-23 16:14:47 +00:00
..
.cvsignore Cleaned up .cvsignore files 2004-11-19 16:27:06 +00:00
Makefile.am
__init__.py
add_util.py *** empty log message *** 2007-02-02 20:14:18 +00:00
boinc_db.py
boinc_path_config.py.in
boinc_project_path.py
boincxml.py
configxml.py
database.py *** empty log message *** 2007-02-02 20:14:18 +00:00
db_base.py *** empty log message *** 2004-11-27 09:43:05 +00:00
db_def_to_py
db_mid.py *** empty log message *** 2007-02-02 20:14:18 +00:00
projectxml.py *** empty log message *** 2004-12-06 22:41:19 +00:00
sched_messages.py
setup_project.py David 23 Apr 2007 2007-04-23 16:14:47 +00:00
tools.py Python support 2005-09-29 23:18:33 +00:00
util.py
version.py.in