A task management system. At least this was the initial idea. Basically this it the base code for the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Georg Hopp b6df620190 add -ldl linker flag only if libdl is available, thus prepare the code to compile on platforms where the dynamic linker code is included within the C library (FreeBSD) 12 years ago
..
application move all hashing helper code in separate library 10 years ago
asset move all hashing helper code in separate library 10 years ago
auth move all hashing helper code in separate library 10 years ago
cbuf moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_ 10 years ago
config move all hashing helper code in separate library 10 years ago
hash move all hashing helper code in separate library 10 years ago
http move all hashing helper code in separate library 10 years ago
logger moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_ 10 years ago
queue moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_ 10 years ago
router moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_ 10 years ago
server moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_ 10 years ago
session move all hashing helper code in separate library 10 years ago
socket moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_ 10 years ago
storage move all hashing helper code in separate library 10 years ago
stream moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_ 10 years ago
testers moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_ 10 years ago
tree moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_ 10 years ago
user move all hashing helper code in separate library 10 years ago
utils move all hashing helper code in separate library 10 years ago
Makefile.am move all hashing helper code in separate library 10 years ago
taskrambler.c move all hashing helper code in separate library 10 years ago
testconfig.cfg make install works now. So from now on taskrambler will not work when run from its build dir, because it can't find its assets then. To make installation work a basic config file reader class was implemented. 12 years ago