Peter Lemenkov
420a0d3d83
fix for building apps/xmlrpc2di with openssl 1.0
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1575 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
d67e7a748e
- Fixed building of static libs.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1531 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
ff7a6c8a76
- Added rules for installing of config-files for modules.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1517 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
6e15b229e7
Common parts of CMake modules targets were moved to cmake/module.rules.txt.
...
This greatly simplified further work.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1513 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
a7ee9ca66c
- Simplified CMake files for building libraries and plugins.
...
- Ability to override installation directories.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1509 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
7fe3137a40
Use ADD_DEFINITIONS directive instead of naive checks for compiler
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1499 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
1c4788fdb7
set CMAKE_SHARED_LIBRARY_PREFIX globally
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1495 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
16044e080f
Some cleanups.
...
Since not, core module will be linked against samplerate and misdn (if enabled)
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1381 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Peter Lemenkov
6b1b2d526f
initial commit of cmake files
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1373 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
7f1ed2371d
o fixed xmlrpcvalue -> AmArg conversion:
...
- result of xmlrpc client call is now not packed into extra AmArg Array
- nested arrays and structs work as expected
o added optional logging of xmlrpc server call parameters and result
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1316 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
64e831725c
fixed initialization of SSL - caused random crashing of xmlrpc server (which does not support SSL)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1268 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
bbb7c872fb
linking with openssl (SSL can not be #defined)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1220 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
352b0e8d20
support for server timeout
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1214 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
ac2cf0a414
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
...
This version is from xmlrpc++_0.7+cvs20040713.tar.gz the debian etch source package
http://ftp.de.debian.org/debian/pool/main/x/xmlrpc++/xmlrpc++_0.7+cvs20040713.orig.tar.gz
+ xmlrpcpp07_sems.patch which just removes some compiler warnings and adds fPIC
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1210 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
c49e4b3f74
added missing includes to patch for xmlrpc++ 0.7
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1132 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
02f03174fa
made struct access optional (compile time define), as it depends on newer xmlrpcpp version
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1131 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
dc23a85f86
starting from correct arg array position
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1118 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
0c91d797a9
function to send XMLRPC request which takes args as list (mainly for simplicity in DSM)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1112 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
a05556e9a8
moved doc to correct folder
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1106 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
44d73b20e4
adapted corepath; added to xmlrpc2di to exclude_modules (needs xmlrpc++ lib)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1105 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
d957ca7b0f
promoting XMLRPC2DI app.
...
XMLRPC server has been in production for quite some time and it proves
really useful, warranting a full 'apps' membership...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1104 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago