boinc/db
David Anderson 759c23ed27 - server: create a harness for testing validator code.
If you link your functions (init_result(), compare_results(),
    cleanup_result()) with validate_test.cpp,
    you'll get a program that you can run as
        validate_test file1 file2
    and it will compare the two files
    (this works only for validators that expect 1 file per result).

    I added a makefile, sched/makefile_validator_test,
    that you can use for this.
- server: shuffle code so that the above doesn't need to
    link MySQL libraries
- client: if we fetch a master file and it contains no scheduler URLs,
    show a message of class INTERNAL_ERROR
- client/scheduler: make CUDA_DEVICE_PROP.totalGlobalMem a double,
    and remove dtotalGlobalMem.
    Although NVIDIA reports RAM size as a size_t,
    there's no reason to store it as an integer after that.


svn path=/trunk/boinc/; revision=25542
2012-04-10 00:32:35 +00:00
..
Makefile.am
boinc_db.cpp - wrapper: compute final CPU time correctly for multi-process apps 2012-02-29 20:58:45 +00:00
boinc_db.h - server: create a harness for testing validator code. 2012-04-10 00:32:35 +00:00
boinc_db_types.h - server: create a harness for testing validator code. 2012-04-10 00:32:35 +00:00
bolt_constraints.sql
bolt_schema.sql
bossa_constraints.sql
bossa_schema.sql
constraints.sql - server: revamp the "assigned job" mechanism. 2012-01-30 22:39:13 +00:00
db_base.cpp - server: allow <db_host> to include a :port 2012-03-12 21:45:29 +00:00
db_base.h - db_purge: when deleting a workunit record, 2012-02-17 18:26:36 +00:00
init_db
schema.sql - scheduler and create_work: fix bugs that caused targeted jobs 2012-02-22 22:13:08 +00:00
schema_locality.sql - GUI RPC: more replacement of std::string 2010-03-13 04:40:37 +00:00
schema_vda.sql - wrapper: compute final CPU time correctly for multi-process apps 2012-02-29 20:58:45 +00:00