/openbmc/phosphor-logging/lib/include/phosphor-logging/ |
H A D | sdjournal.hpp | e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
H A D | log.hpp | e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
H A D | elog.hpp | e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
H A D | meson.build | e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
/openbmc/phosphor-logging/lib/ |
H A D | sdjournal.cpp | e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
H A D | elog.cpp | e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
H A D | meson.build | e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/test/ |
H A D | sdjournal_mock.hpp | e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
/openbmc/phosphor-logging/tools/ |
H A D | meson.build | e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
/openbmc/phosphor-logging/tools/phosphor-logging/templates/ |
H A D | meson.build | e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
/openbmc/phosphor-logging/phosphor-rsyslog-config/ |
H A D | meson.build | diff e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
/openbmc/phosphor-logging/config/ |
H A D | meson.build | e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
H A D | config.h.meson | e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
/openbmc/phosphor-logging/test/ |
H A D | meson.build | diff e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | meson.build | diff e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
/openbmc/phosphor-logging/ |
H A D | meson.build | diff e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | meson.build | diff e053884811eea3f165ce465b3942e192b8a36cbc Fri Jun 11 04:01:58 CDT 2021 William A. Kennington III <wak@google.com> build: Refactor to separate out library
This makes it more clear what code is intended for use by the phosphor-logging shared library. This is especially nice since it isolates the `phosphor_logging_dep` to only provide the exported headers instead of everything in the project.
Additionally, this adds an option to build only the library components of the project when the services aren't needed.
Change-Id: Ied0858fc70e8054df4c056d91f35a6f0b3acfcb1 Signed-off-by: William A. Kennington III <wak@google.com>
|