Commit Graph

71 Commits

Author SHA1 Message Date
e8e9a988d2 Extend preliminary support for arrays 2017-01-16 02:52:23 +01:00
f2483d2615 Update the copyright notice 2016-09-25 04:22:42 +02:00
c42f0ad7cd Fix build in debugging mode 2016-09-25 04:22:29 +02:00
5115b018b0 Add tentative support for arrays 2016-09-15 04:01:43 +02:00
e62b84b9ef Update the copyright notice 2016-09-15 03:43:06 +02:00
b3ee4a2e87 No longer require AppBroker(1) to be installed
The tests still do not pass without installing libApp though.
2016-09-15 03:43:06 +02:00
76f2febb8f Code cleanup 2016-09-13 22:52:05 +02:00
8654a13065 Add a dry-run mode to AppBroker(1) 2016-09-13 22:48:59 +02:00
0796ca2ab9 Avoid a crash 2016-09-13 16:59:09 +02:00
d1d555fc41 Test for errors before generating files 2016-09-13 04:41:31 +02:00
582a5d0b1d Pass the "appbroker.sh" test again 2016-09-13 04:32:49 +02:00
71bb5b3acb Prepare support for dry-run mode 2016-09-12 20:02:14 +02:00
978fb52911 Fix looking up callbacks 2016-09-12 20:02:11 +02:00
1be1f1c11e Update the copyright notice 2016-09-12 20:01:48 +02:00
4c10a32818 Report errors as required 2016-09-12 20:01:48 +02:00
888700905a Code cleanup 2016-09-12 20:01:46 +02:00
0e200396fc Fix build with OBJDIR 2016-09-06 02:20:06 +02:00
3ce471ad77 Complete the basic types 2016-08-23 03:08:30 +02:00
86f2720614 Use libMarshall for callbacks 2016-05-18 01:51:19 +02:00
2b4e75014b More portable build as PIE 2016-05-12 00:51:35 +02:00
11027828ff Import newer versions of the scripts upstream 2016-01-24 15:43:48 +01:00
a7f7e261e2 Update the copyright notice 2015-12-19 02:54:25 +01:00
de9bf495a2 Add support for booleans 2015-12-19 02:54:13 +01:00
d59f287d13 Build with full SSP and RELRO by default 2015-11-05 22:14:32 +01:00
cf76d8698a Build the tools as PIE 2015-07-11 15:16:56 +02:00
a15564c5eb Build with -pedantic and -fstack-protector 2015-07-09 02:42:12 +02:00
a036af85a5 Add a few .gitignore files 2015-05-11 01:17:46 +02:00
fba4801c3e No longer store Makefiles in the source tree 2015-05-11 01:14:46 +02:00
adf28dcfad Fix the "Dummy.h" test
It failed for not finding the libApp library. It will probably fail
again on platforms that do not support LD_LIBRARY_PATH.
2015-05-11 01:13:58 +02:00
cb5d236406 Remove obsolete .cvsignore files 2015-03-30 23:31:14 +02:00
5ec6fb7a7d Updated the copyright line 2015-03-04 01:52:06 +01:00
60545b4a83 Let internal variables be overridden 2015-03-04 01:51:21 +01:00
90e53e4410 Moved appbroker.sh to the "tools" folder 2015-03-04 01:38:53 +01:00
ee2d304fbf Re-generated the Makefiles with partial support for OBJDIR 2014-11-12 02:39:08 +01:00
09c9e615f0 Added a client mode (to generate the callbacks) 2014-05-30 22:04:47 +02:00
dafee43e2b Added an example in the manual page 2014-05-29 18:10:32 +02:00
d617051c41 Imported a couple manual pages 2014-05-04 00:48:17 +02:00
d8939635ca App calls now pass a user-defined pointer to the App as first argument 2014-04-30 19:32:54 +02:00
f047f2a6e5 Code cleanup 2014-04-30 19:27:39 +02:00
47d42d2aae Include <System/App.h> as required in the output 2014-04-27 02:14:11 +08:00
486220b828 Will marshall calls with a client cookie 2014-04-27 01:40:51 +08:00
9c29bc3cef Handle more return types 2014-04-26 01:49:28 +08:00
c4d8e48686 Use an INT64 for the return value instead 2014-04-26 01:41:50 +08:00
d8631d4458 Stricter type for the return value 2014-04-26 01:40:54 +08:00
11b9e434f9 Ironing out the remote calling interface 2014-04-26 00:22:46 +08:00
83fb382a14 Preparing to issue method calls (server-side) 2014-04-17 02:29:04 +02:00
4e3129d521 Also reworked the AppClient class (to use AppTransport) 2014-03-28 00:32:53 +01:00
d0246c83ee Re-generated the Makefiles 2013-07-17 03:34:52 +02:00
4cdbf793b9 Re-generated the Makefiles 2013-03-17 00:21:48 +01:00
e244567ef9 Check that the service name is defined 2013-01-11 02:21:29 +01:00