History log of /openbmc/sdbusplus/tools/sdbusplus/main.py (Results 1 – 9 of 9)
Revision Date Author Comments
# 6403d56f 18-Aug-2023 Patrick Williams <patrick@stwcx.xyz>

sdbus++: async: server: add generator stub

Add the needful changes in the tools and meson-generator to
create an asynchronous server binding header.

Signed-off-by: Patrick Williams <patrick@stwcx.x

sdbus++: async: server: add generator stub

Add the needful changes in the tools and meson-generator to
create an asynchronous server binding header.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I0607aefc006eafb9224d92b887cf2d3b30c8da06

show more ...


# 1caa5e8a 19-Apr-2023 Patrick Williams <patrick@stwcx.xyz>

sdbus++: add common header file

There are some items generated under server and client which are
overlapping and some currently in server that will also be needed
for async bindings. Create a commo

sdbus++: add common header file

There are some items generated under server and client which are
overlapping and some currently in server that will also be needed
for async bindings. Create a common header file that they can
all include in order to reduce the content generated across all these
types.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Id7af8542613503dbd745158c89892ca252eadf5a

show more ...


# 5d26ec9e 08-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

Revert "black: re-format"

It seems like some order of operations introduced this. Will need to
monitor and see if there is something we need to better handle with
the tools.

This reverts commit 79

Revert "black: re-format"

It seems like some order of operations introduced this. Will need to
monitor and see if there is something we need to better handle with
the tools.

This reverts commit 798efc347ebf381250f8f5d59bc31d6aae622c5b.

Change-Id: I418039ba2a0dba749438cfd7b9e83a21ba56e0f9
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 798efc34 08-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting. Re-run the formatter on the whole
repository.

Change-Id: I92bbd158a38b4b9

black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting. Re-run the formatter on the whole
repository.

Change-Id: I92bbd158a38b4b91020390f12c5aba81b4c1415f
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 6ec4fd75 05-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

black: reformat python scripts

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Idf22526cce52cae58acacd7970cfe7efa1f564cd


# b78b1256 14-Apr-2022 Patrick Williams <patrick@stwcx.xyz>

python: minor format fix

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ia21b15bc9abc9cbd6c9dc19ff1788b7b398ac58e


# 6f5ffc60 12-Mar-2022 Patrick Williams <patrick@stwcx.xyz>

python: format with black,flake8,isort

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I08301dca84e3f0031cf9c79f7279cce20df3807a


# 9f77a47a 16-Jul-2020 Patrick Williams <patrick@stwcx.xyz>

python: fix pycodestyle issues

Create a file 'setup.cfg' so that openbmc-build-scripts will
automatically run 'pycodestyle' on the code base.

Fix up any issues already reported

python: fix pycodestyle issues

Create a file 'setup.cfg' so that openbmc-build-scripts will
automatically run 'pycodestyle' on the code base.

Fix up any issues already reported by pycodestyle.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5d98df0b844e5cbdbdb4dc580cb4c406538f3b4f

show more ...


# 1b7a5887 23-Jun-2020 Patrick Williams <patrick@stwcx.xyz>

sdbus++: move main to module

The python bytecode cache only caches modules and not scripts.
Move the 'main' function of sdbus++ into the submodule so we get
more code hitting in the

sdbus++: move main to module

The python bytecode cache only caches modules and not scripts.
Move the 'main' function of sdbus++ into the submodule so we get
more code hitting in the bytecode cache, which has a minor speed-up.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5f20ec14c899a111e1abb073e26229d41e19822c

show more ...