#
f7944dcb |
| 05-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettierrc: update config
Copy org-wide config from openbmc-build-scripts and reformat accordingly.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie142989f03f7d702b48f33bbf1c50b3b2
prettierrc: update config
Copy org-wide config from openbmc-build-scripts and reformat accordingly.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie142989f03f7d702b48f33bbf1c50b3b2f1f47c4
show more ...
|
#
77b8aac3 |
| 14-Oct-2022 |
Patrick Williams <patrick@stwcx.xyz> |
docs: move yaml documentation to a subdir
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6ee7c15e1d7c65a11f27c5a8d3b64675ec03e69c
|
#
cff540a9 |
| 03-Sep-2022 |
Patrick Williams <patrick@stwcx.xyz> |
markdownlint: minor changes for new version
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9bf316f2e1008af13e5cce4edcdd2db6fcdc9ef2
|
#
9cde21ff |
| 29-Aug-2022 |
Patrick Williams <patrick@stwcx.xyz> |
message: add unpack method
Add an unpack method that allows reading from the message as r-values. This simplifies the pattern:
``` foo f{}; bar b{}; msg.read(f,b);
// Can now be w
message: add unpack method
Add an unpack method that allows reading from the message as r-values. This simplifies the pattern:
``` foo f{}; bar b{}; msg.read(f,b);
// Can now be written as...
auto [f, b] = msg.unpack<foo, bar>(); ```
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic2ae7f2c52d41702b8c7c3af6a2efb21558a7579
show more ...
|
#
d8a19ada |
| 12-Mar-2022 |
Patrick Williams <patrick@stwcx.xyz> |
doc: format with markdownlint
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I53c76c240a893ede5314839e70fe82b93325d59a
|
#
18ed2b87 |
| 10-Jul-2020 |
Patrick Williams <patrick@stwcx.xyz> |
README: add build instructions (meson/python)
Some of the documentation was out of date after the removal of the autotools support. Fix up the documentation and add more information on building wit
README: add build instructions (meson/python)
Some of the documentation was out of date after the removal of the autotools support. Fix up the documentation and add more information on building with meson.
Resolves openbmc/sdbusplus#47.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7c1026584435815b41726550ced9dd6cb53122ea
show more ...
|
#
5de31846 |
| 19-Feb-2020 |
Waqar Hameed <waqarh@axis.com> |
Update README.md for Python 3
Signed-off-by: Waqar Hameed <waqarh@axis.com> Change-Id: Ie3746f0a67c4fc7c229882dd05969b114dc0cfee
|
#
8ca6025e |
| 08-Nov-2018 |
Vernon Mauery <vernon.mauery@linux.intel.com> |
sdbusplus: better mirror bus aquisition methods
This adds new functions: * new_default_user() -> return default user bus connection * new_default_system() -> returns default system connection
And
sdbusplus: better mirror bus aquisition methods
This adds new functions: * new_default_user() -> return default user bus connection * new_default_system() -> returns default system connection
And changes new_default() to return the default type of connection for the user as per the man page: https://www.freedesktop.org/software/systemd/man/sd_bus_default.html
Also, update the example and the README to use the default bus calls.
Change-Id: I13cd77dda847c4f6018da38e0019816da07710d1 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
show more ...
|
#
703892e2 |
| 20-Sep-2018 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Installation of sdbusplus on custom distributions
The installation of sdbusplus bindings on custom distributions requires few basic packages which are not clearly mentioned in the current documentat
Installation of sdbusplus on custom distributions
The installation of sdbusplus bindings on custom distributions requires few basic packages which are not clearly mentioned in the current documentation.
This commit is used to improve the documentation of the sdbusplus to include the necessary packages that are required to install it on Ubuntu and Fedora. This will help beginners in the Ubuntu/Fedora community to leverage the sdbusplus bindings for their applications outside OpenBMC space.
Change-Id: I62ee774e8cf2cf9b03751496cfbb1d40858eaed9 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
show more ...
|
#
2b0bdd6e |
| 03-Jul-2017 |
Patrick Williams <patrick@stwcx.xyz> |
docs: document interface and error YAMLs
Resolves openbmc/openbmc#477.
Change-Id: I07392ae4712206753399b58650e4658ef769e558 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
#
c5b45f16 |
| 10-Nov-2016 |
Abhishek Pandit <abhishekpandit@google.com> |
Added readme with instructions on how to use sdbus++
Added instructions for using sdbus++.
Change-Id: Ibdd89f6971e05f16797ee04a2eeb1c4fc6a8676b Signed-off-by: Abhishek Pandit <abhishekpandit@google
Added readme with instructions on how to use sdbus++
Added instructions for using sdbus++.
Change-Id: Ibdd89f6971e05f16797ee04a2eeb1c4fc6a8676b Signed-off-by: Abhishek Pandit <abhishekpandit@google.com>
show more ...
|