Georg Hopp
|
da0d196a18
|
Version bump
|
10 years ago |
Georg Hopp
|
3be07c49f4
|
Play with CI
|
10 years ago |
Georg Hopp
|
2563ce86f6
|
Play with CI
|
10 years ago |
Georg Hopp
|
a979a12962
|
Play with CI
|
10 years ago |
Georg Hopp
|
babfe67250
|
Try stages...for now my jobs are called like the stages I use...
|
10 years ago |
Georg Hopp
|
c3e878d833
|
Use AMD check in test.
|
10 years ago |
Georg Hopp
|
d1d51c8a82
|
Fix typo: AC_CHK_AM => AC_CHK_AMD
|
10 years ago |
Georg Hopp
|
43c102b776
|
Add CI control file
|
10 years ago |
Georg Hopp
|
b957416a65
|
Add m4 check for AMD platform.
|
10 years ago |
Georg Hopp
|
06ec6cd2ea
|
Accept gconv 1.11 in m4 check.
|
10 years ago |
Georg Hopp
|
65e4710495
|
Update mock class to latest changes in class system.
|
10 years ago |
Georg Hopp
|
427e1faf05
|
Fix wrong parenteses in runtest.c
|
10 years ago |
Georg Hopp
|
e71b83d76f
|
initialize complete memory segment in calloc
|
10 years ago |
Georg Hopp
|
1084820a8a
|
Inline simple accessor functions
|
10 years ago |
Georg Hopp
|
d8c92a6c11
|
Optimize memory size calculation
|
10 years ago |
Georg Hopp
|
f61b62755c
|
Add a version function
|
10 years ago |
Georg Hopp
|
c4022ee039
|
Clean some useless whitespaces.
|
10 years ago |
Georg Hopp
|
65652207aa
|
omit pthread for now
|
11 years ago |
Georg Hopp
|
23c3cd8d7a
|
add some definitions to get this build under mingw
|
11 years ago |
Georg Hopp
|
25979161c4
|
make math functions non inline because they are not used in this compile unit anyway
|
11 years ago |
Georg Hopp
|
3f28478d32
|
creared some inline functions to access the meminfo structure.
|
11 years ago |
Georg Hopp
|
f67ee68066
|
add implementation of euclidean algorithm and compile with REENTRANT and pthread as this code is ment to be used within threads ... also there is no other thread awareness in it
|
11 years ago |
Georg Hopp
|
bec6f38730
|
I do not use trees anymore within the optimized memory management. I realized that I can calculate the index of an array by the size and use stacks of memory segments under each array element. This should be much faster.
|
11 years ago |
Georg Hopp
|
a92c8ac7e4
|
flush errorlog to stderr
|
11 years ago |
Georg Hopp
|
16e092af3e
|
try to make the memory management thread save by using a mutex upon tree accesses
|
11 years ago |
Georg Hopp
|
db5f9d43f7
|
ensure that a grandparent exists when it is involved in the ballance
|
11 years ago |
Georg Hopp
|
0cecd080e5
|
ensure sec_factor is initialized
|
11 years ago |
Georg Hopp
|
b59958282a
|
only set the missed output argument when it is not NULL
|
11 years ago |
Georg Hopp
|
c40a515eee
|
Add a general purpose timer for different time granularities (seconds, milliseconds, microseconds and nanoseconds).
|
11 years ago |
Georg Hopp
|
c319edf54b
|
remove the bsearch from interface selection. The amount of interfaces is very limited and there is no benefit compared to a direct iteration
|
11 years ago |
Georg Hopp
|
23c33c5770
|
code structure
|
11 years ago |
Georg Hopp
|
7f825c8af3
|
add print backtrace
|
11 years ago |
Georg Hopp
|
d28be8fbe8
|
fix PARENTCALL. We need the current class context to find the right parent.
|
11 years ago |
Georg Hopp
|
7a1c975c3b
|
fix inheritance of class variables
|
11 years ago |
Georg Hopp
|
4b02cc239d
|
more makros for classvars handling and add a new class SizedData.
|
11 years ago |
Georg Hopp
|
8c0277e8d8
|
some minor fixes for the classvars stuff
|
12 years ago |
Georg Hopp
|
aed0c24a70
|
update copyright information
|
12 years ago |
Georg Hopp
|
7d39785a79
|
added classvars. This again changes the interface for class declaration and definition.
|
12 years ago |
Georg Hopp
|
6a5d16687b
|
small fix... I have to mark the class structure as extern in the header file.
|
12 years ago |
Georg Hopp
|
c5c48bb320
|
modify static instance generation so that static instances of a class can now be created anywhere. But the class needs to be prepared for this after its definition (TR_INSTANCE_INIT).
|
12 years ago |
Georg Hopp
|
bbf4463fda
|
create a static global logger as a default logger. For now this logs everything on stderr.
|
12 years ago |
Georg Hopp
|
2534fb9e1d
|
macro to cast one static instance to another class type. ATTENTION: no checks are done if the given class is really a parent of the instances class.
|
12 years ago |
Georg Hopp
|
93b6d72069
|
make added logger code build correct unter trbase
|
12 years ago |
Georg Hopp
|
f56e8931dd
|
add missing includes for logger
|
12 years ago |
Georg Hopp
|
55629b9f3f
|
fix macro
|
12 years ago |
Georg Hopp
|
f68ee33914
|
Modify TR_INSTANCE to get variable argument list for the initialization values, effectively remove the need for this ugly stray closing curly bracket. Add TR_objectInit function which allows to call the constructor on an already existing object. Remove not used variable argument list on _TR_CALL and fix corresponding makros.
|
12 years ago |
Georg Hopp
|
988ce39e05
|
add my own strdup
|
12 years ago |
Georg Hopp
|
e20a52c8ad
|
add a macro to make a retcall on the parent class
|
12 years ago |
Georg Hopp
|
b7d95b1abe
|
add logger
|
12 years ago |
Georg Hopp
|
e32f54b297
|
some small fixes
|
12 years ago |