1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-06-21 11:21:55 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
vegarden
09b9b0cb27 replace json-glib with jansson 2013-08-08 16:24:20 +08:00
gnehzuil
f1d6bc56a2 Avoid using python3 as default python interpreter.
Now if the user wants to build libsearpc when he/she has installed
python3 as default python interpreter.  He/She need to build program
as following steps:
 1. ./configure PYTHON=/usr/bin/python2.x
 2. make
 3. make install
2013-01-04 14:17:43 +08:00
plt
d1256247ee searpc-codegen load function table from any py file 2012-09-11 16:12:24 +08:00
killing
cb0cacff32 Fix python path in searpc-codegen.py. 2012-06-24 14:19:54 +08:00
plt
f2b0236d40 Improve coding
Merge branch 'outside-build'

Conflicts:
	lib/rpc_table.py
	lib/searpc-server.c
2012-06-21 10:20:26 +08:00
gnehzuil
d97e9e997a Outside build libsearpc. 2012-06-20 20:24:49 +08:00
plt
b86dfb60a1 Rename gencode.py to searpc-codegen.py
Other projects should use searpc-codegen.py to generate its
specific marshal functions and register to server
2012-06-10 09:11:12 +08:00