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 765324b666 add amdcheck because of valgrid problems an amd machines 10 years ago
..
interface add function to create an object with a va_list pointer instead of its argument list. Obviously the va_list must contain the correct values for the class constructor. 12 years ago
class.h add makros to create an instance of a class on the stack (ment for global constant instances that never change, eg. defined NULL values) 12 years ago
interface.h made all class and interface basics to a small lib. This is the first one. All other parts will become libs too. Right now these are only static libs but this way its easy to split them out if needed 14 years ago