summaryrefslogtreecommitdiffstats
path: root/utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add .clang-format to repo for automated stylePatrick Venture2018-11-081-17/+13
| | | | | | | | Add .clang-format to repo for automated style. A consistent style across Openbmc makes the code easier to read and edit. Change-Id: I7c09792d2482f0be3e01776804347700f3e3e651 Signed-off-by: Patrick Venture <venture@google.com>
* Pass char* to mapper GetObjectDeepak Kodihalli2017-06-071-2/+2
| | | | | | | | | | | Now that openbmc/openbmc#1025 is fixed, mapper's GetObject method can be provided char* type arguments. Previously they had to be converted to std::string to work around bug 1025. Resolves openbmc/openbmc#1131. Change-Id: I3f8a8809a17e866044959989d49ca32e16a8021c Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* ObjectMapper; revert service and intf name changePatrick Williams2017-03-201-2/+2
| | | | | | Partial fix for openbmc/openbmc#1112. Change-Id: If5160f0f7d3070afa94121b40820b88e419b15b7
* Move object_mapper per dbus path conventions.Leonel Gonzalez2017-03-201-3/+3
| | | | | | | Partial fix for openbmc/openbmc#1112. Change-Id: I6cfa53d4cb6c24d29d60a83362e0da4ce501197e Signed-off-by: Leonel Gonzalez <lgonzalez@us.ibm.com>
* Import phosphor-logging header files from new directory.Saqib Khan2017-02-221-1/+1
| | | | | | | | | Phase2: Changing the phosphor-logging header files import from base dir to files under phosphor-logging folder. Once all projects import from the new dir, the files in the base dir will be deleted. Change-Id: I54c8ac8d580883155499f3113d0e827643d98998 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* refactor: move types and utils in their own filesDeepak Kodihalli2017-02-201-0/+73
Change-Id: I477dd69f0c6c648b63171dc2db264d3e70dafaf4 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
OpenPOWER on IntegriCloud