boinc/py/Boinc
David Anderson 6ba8928537 - client (Unix): use symbolic links instead of XML link files.
This will allow applications to access shared libraries
    by their logical names,
    which simplifies things when you have multiple platforms,
    and the apps (or libraries) refer to shared libraries
    by names that don't include the platform.
    This shouldn't impact the API - boinc_resolve_filename()
    will open the file, see that it's not an XML link file,
    and the symbolic link will be used directly.
    At some point we can change boinc_resolve_filename() on Unix
    to be a no-op if the client is 6.2+
- client (Unix):
    Append the slot dir to LD_LIBRARY_PATH.

svn path=/trunk/boinc/; revision=14944
2008-03-19 16:54:36 +00:00
..
Makefile.am
__init__.py
add_util.py *** empty log message *** 2007-02-02 20:14:18 +00:00
boinc_db.py *** empty log message *** 2004-11-08 06:20:36 +00:00
boinc_path_config.py.in - Python tools: 2007-05-11 22:24:14 +00:00
boinc_project_path.py
boincxml.py *** empty log message *** 2004-06-15 07:26:05 +00:00
configxml.py
database.py Various preparation for handling multithreaded apps 2008-03-13 22:57:24 +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 - server: debugged single-job submission feature. 2008-03-05 20:16:10 +00:00
tools.py - client (Unix): use symbolic links instead of XML link files. 2008-03-19 16:54:36 +00:00
util.py
version.py.in *** empty log message *** 2004-07-13 10:36:18 +00:00