Commit Graph

31 Commits

Author SHA1 Message Date
Nedko Arnaudov 32b8df4417 Update meson to match wscript state 2023-08-27 20:51:42 +03:00
Nedko Arnaudov 3da9b8d6e7 Move pylash code to lash-bindings project 2023-05-04 01:24:40 +03:00
Nedko Arnaudov 55ecf8079d fix liblash build (switch to libcdbus broke it) 2023-05-01 11:12:19 +03:00
Nedko Arnaudov 10203604f1 Merge meson.build files by Max Audron <audron@cocaine.farm> 2021-02-15 00:01:30 +02:00
Simon Lees 11ab9f5e6b Apply patch from openSUSE for python3 compatibility
https://build.opensuse.org/package/view_file/openSUSE:Factory/ladish/ladish-python3.patch?expand=1&rev=38daa94b75ee746e0fcf3541d25f4841
2021-02-14 20:07:38 +02:00
Max Audron 3c0c2f62d9 add optional compile of pylash and liblash to meson 2021-02-14 14:25:16 +01:00
Nedko Arnaudov ebce813997 Fix unused-parameter warnings in plain C code 2012-12-02 23:50:05 +02:00
Nedko Arnaudov 73acf78b8d Improve logging
* Take advantage of gcc printf format checks
 * Move code dependent on log level to log.c
   This is a basis for runtime logging tweaks.
 * Remove the now useless LADISH_DEBUG defines
2012-12-02 20:24:22 +02:00
Alessio Treglia 835756ac02 Fix small misspellings. 2012-01-13 21:04:36 +01:00
Nedko Arnaudov d66d57ae8a liblash: disable debug messages 2011-12-18 23:34:17 +02:00
Nedko Arnaudov cd3684d1ad cdbus: macros for defining interfaces with default handler 2011-11-09 02:59:26 +02:00
Nedko Arnaudov a0738fe6e7 dbus/ -> cdbus/ 2011-11-09 02:45:13 +02:00
Nedko Arnaudov 4202100444 cdbus: prefix macros with CDBUS_ 2011-11-09 02:38:22 +02:00
Nedko Arnaudov 9202dae129 cdbus: remove lash traces
* rename cdbus header include guards to use CDBUS_ instead of LASH_DBUS_
 * remove dbus/error.h and dbus/error.c

error.h contained lash/ladish specific error strings and
lash_dbus_error() prototype. lash_dbus_error() is renamed to
cdbus_error() and its implementation is moved to dbus/method.c. The
D-Bus error strings that have DBUS_ERROR_XXX matches are removed and
their uses are switched to the libdbus variants. The ladish specific
error strings are moved to dbus_constants.h
2011-11-06 00:10:10 +02:00
Nedko Arnaudov c62134ca6e liblash: export as public only LASH API symbols 2011-09-10 04:11:50 +03:00
Nedko Arnaudov 6aa44e9ab9 dbus_ -> cdbus_ renames 2011-09-10 03:35:48 +03:00
Nedko Arnaudov 026659406a LASH support in ladishd 2011-08-04 02:59:01 +03:00
Nedko Arnaudov ac74c5ef23 liblash: implement save/restore/quit 2011-08-01 05:59:24 +03:00
Nedko Arnaudov 0686ff9c47 Notify ladishd when lash client is initialized 2011-07-31 20:33:27 +03:00
Nedko Arnaudov 167a6e1fb1 liblash: implement the non-IPC code
This changeset tricks LASH clients to think that lash server is present.
lash.h is organized and duplicate prototypes are removed.
2011-07-31 05:13:43 +03:00
Nedko Arnaudov 309e3ca23d pylash. Fixes #112 2010-10-24 06:01:13 +03:00
Nedko Arnaudov c26d5015fc liblash: provide lash_get_fqn(). Fixes #111
lash_get_fqn() is known to be used by jack-rack
2010-10-24 04:11:31 +03:00
Nedko Arnaudov 55406c08a7 Install compatibility files required for building against liblash 2010-06-19 22:31:14 +03:00
Nedko Arnaudov 11383c89d3 Eradicate the compat liblash implementation 2009-09-04 02:21:48 +03:00
Nedko Arnaudov d88e11f203 D-Bus interface macro improvements
* Descriptions for methods, signals and arguments
 * Use real boolean in method descriptor
 * Use dedicated macros for in and out params. The direction argument is always a C constant.
2009-08-09 19:23:04 +03:00
Nedko Arnaudov ec711f4925 Move lash icons
Eventually patchage and lash icons will get merged
Until then, lets keep them at same place.
2009-07-20 04:23:51 +03:00
Nedko Arnaudov f03cc60ad2 Use define for dbus name/path 2009-07-13 02:34:32 +03:00
Nedko Arnaudov 6a0355ab05 Remove more autohell traces 2009-07-13 01:12:11 +03:00
Nedko Arnaudov 1e63ba92bb Remove autohell traces 2009-07-13 01:08:55 +03:00
Nedko Arnaudov 416f43a612 waf buildable compat liblash 2009-07-12 23:56:05 +03:00
Nedko Arnaudov 5877daffe0 Improve directory layout 2009-07-12 15:05:55 +03:00