Georg Hopp
|
ecd326b9f4
|
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 |
Georg Hopp
|
67b37a057b
|
moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_
|
12 years ago |
Georg Hopp
|
c2cef2e616
|
add lines of code to config.h ... make me able to display these in the application
|
12 years ago |
Georg Hopp
|
b2cc25f50c
|
add code to generate uuid version 3 and 5. With this we can generate the same uuid for a given name all the time
|
12 years ago |
Georg Hopp
|
a1350d7591
|
added a generic router. This is a REST router that maps urls to specific functions which it tries to find via dlsym. That way the only thing to do to get a new REST functionality is to add a function that fits into the namesheme. All existing functionality is moved accordingly
|
12 years ago |
Georg Hopp
|
c807f99021
|
several smaller fixes for installation. Honor DESTDIR, changed destination of some files...this is still not perfect but at least installs with an ebuild on my machine.
|
12 years ago |
Georg Hopp
|
8710078a03
|
build shared libraries from the parts that might be useful on their on and let taskrambler use them
|
12 years ago |
Georg Hopp
|
6641a952dc
|
now dummy self signed certificates are generated during build and installed, so ssl works with the installed taskrambler
|
12 years ago |
Georg Hopp
|
305d28ef73
|
more install and uninstall stuff
|
12 years ago |
Georg Hopp
|
7005c8860a
|
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 |
Georg Hopp
|
cf074b4ee1
|
there is a AC_SUBST for the coverage variables in gcov.m4 now
|
12 years ago |
Georg Hopp
|
f18c86461e
|
actual coverage reports and api docs can be build via make again ... now project name and version are taken from configure ... ahh and configure holds version information from git.
|
12 years ago |
Georg Hopp
|
6bc2df8686
|
use dragonegg config
|
12 years ago |
Georg Hopp
|
630db0cdd2
|
redo version bump
|
12 years ago |
Georg Hopp
|
4a6c0bfc1f
|
revert version to 0.1.5 after fixes from next have been merged...I have to obey my workflows to prevent such things in future.
|
12 years ago |
Georg Hopp
|
d924a71f0d
|
use silent build again
|
12 years ago |
Georg Hopp
|
815f42e174
|
add facility to de/activate tree base memory optimizations
|
12 years ago |
Georg Hopp
|
ed5b60850f
|
version bump
|
12 years ago |
Georg Hopp
|
02872e4995
|
add first user class and persistence experiments. refs #36
|
12 years ago |
Georg Hopp
|
c5c9cdd13f
|
version bump
|
12 years ago |
Georg Hopp
|
e58739bd63
|
add first user class and persistence experiments. refs #36
|
12 years ago |
Georg Hopp
|
112c0645a9
|
version bump
|
12 years ago |
Georg Hopp
|
79b346559a
|
code with abstraced application compiles again, but does not work correctly, start debugging. refs #24
|
12 years ago |
Georg Hopp
|
46a389423b
|
version bump
|
12 years ago |
Georg Hopp
|
8f04b4a8dd
|
version bump
|
12 years ago |
Georg Hopp
|
fb250a6073
|
version bump
|
12 years ago |
Georg Hopp
|
c8dc541c48
|
use now my own tree implementation as base for my hashes....sadly this thing is leaking memory again...on the other hand I workarounded the problem of a sometimes occuring infinite loop within connect.
|
12 years ago |
Georg Hopp
|
d235aaef32
|
try to use memory mapped io for asset access, but this one leaks like a rotten barge
|
12 years ago |
Georg Hopp
|
a8b362f89d
|
fix some warnings
|
12 years ago |
Georg Hopp
|
b832eea81c
|
change build system to accept CFLAGS
|
12 years ago |
Georg Hopp
|
ea6482c7f7
|
add build dir as macro definition to daemonze.c thus been able to chdir there so that all assets would be found.
|
12 years ago |
Georg Hopp
|
b615fb8b01
|
moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages.
|
14 years ago |
Georg Hopp
|
75106d2a62
|
started tests and coverage report.
|
14 years ago |
Georg Hopp
|
db197db182
|
Now all classes are moved in according archives. Coming closer to the original purpose of the class construct to build small independent reusable code fragments.
|
14 years ago |
Georg Hopp
|
7a717ad8f0
|
moved logger to separate archive
|
14 years ago |
Georg Hopp
|
f0d05e1413
|
huge changes in build system. Moved a lot of stuff to separate archives, not finished right now. Additionally add some support for coverage reports. Next step after build restructuring is to write tests.
|
14 years ago |
Georg Hopp
|
dd9d49d5a9
|
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 |
Georg Hopp
|
dd9eae7e5b
|
cleanups in class and some code cleanups
|
14 years ago |
Georg Hopp
|
fa02368ab8
|
initial fork from server project
|
14 years ago |