1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-04-28 10:33:20 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
orbea
ae466d2b3b Fix -Werror=strict-prototypes 2023-04-08 17:22:44 -07:00
Shuai Lin
0570df3f4a Fixed searpc-codegen. 2017-06-20 14:51:32 +08:00
Shuai Lin
672bb90032 Make searpc-codegen python3-compatible. (#28) 2017-06-20 01:36:59 -05:00
Shuai Lin
53a1663d0d Support json param type. 2016-07-28 17:06:27 +08:00
Shuai Lin
48a9c675ed Added json return type. 2016-07-28 17:06:27 +08:00
Chilledheart
2b71149baf [lib] fix searpc codegen issue 2014-08-07 23:03:07 +08:00
plt
aedbbb184f Print the exact file that loaded rpc function table from 2013-12-30 10:29:30 +08:00
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