Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
6fc301fbc3775730a0e69f215110ec93bd9026f3
« Previous
9d5f1a5
Make James Feist a Maintainer
by James Feist
· 6 years ago
e54c7ff
build: cleanup configure script PKG_CHECK_MODULES
by Patrick Venture
· 6 years ago
208abce
dbusconfiguration: Change apply_visitor to visit
by James Feist
· 6 years ago
4cf3986
test: add phosphor-logging to test make
by Patrick Venture
· 6 years ago
f77ecc7
build: cleanup for readability
by Patrick Venture
· 6 years ago
d752357
build: set version to 0.1 to match recipe
by Patrick Venture
· 6 years ago
11c6556
main: drop unused headers
by Patrick Venture
· 6 years ago
fcdd85a
build: drop commented out line
by Patrick Venture
· 6 years ago
e94bdc4
pid: add helper methods for thermal controller types
by Patrick Venture
· 6 years ago
ffd418b
dbusconfiguration: Fix and simplify zone calculation
by James Feist
· 6 years ago
734f953
Allow multiple inputs to thermal and stepwise controllers
by James Feist
· 6 years ago
4a0c061
std::variant: Fixup apply_visitor calls
by William A. Kennington III
· 6 years ago
5f59c0f
Move all floats to doubles
by Patrick Venture
· 6 years ago
ba3c8c1
build: cleanup Makefile
by Patrick Venture
· 6 years ago
f0b7fa3
build: Add -flto to CXXFLAGS
by Patrick Venture
· 6 years ago
4b50106
build: fixup url
by Patrick Venture
· 6 years ago
c959c42
dbusconfiguration: Protect against partial config
by James Feist
· 6 years ago
4fd8cff
cleanup: drop obsolete is_method_error checks
by Patrick Venture
· 6 years ago
ffc5ca7
manager: use pass by reference by default
by Patrick Venture
· 6 years ago
c179d40
style: misc camel casing
by Patrick Venture
· 6 years ago
c54fbd8
style: rename main globals per style
by Patrick Venture
· 6 years ago
e6a7a2e
style: s/getMinThermalRpmSetPt/getMinThermalRPMSetpoint/g
by Patrick Venture
· 6 years ago
c399f6f
zone: use const reference consistently
by Patrick Venture
· 6 years ago
2d8e785
performance: fixup missing const reference in zone
by Patrick Venture
· 6 years ago
1248b15
style: use system path for dbus headers
by Patrick Venture
· 6 years ago
0bbeaf8
style: s/getZoneId/getZoneID/g
by Patrick Venture
· 6 years ago
76ce5d7
dbus: dbuswrite: add try/catch block on calls
by Patrick Venture
· 6 years ago
e725286
sensors: throw build time exceptions on failure
by Patrick Venture
· 6 years ago
c404b3e
errors: add exception for build time failure
by Patrick Venture
· 6 years ago
f5e770b
dbus: dbuswrite: use factory to catch errors
by Patrick Venture
· 6 years ago
f8cb464
dbus: passive: move exception checking into factory
by Patrick Venture
· 6 years ago
7dbc517
dbus: util: add missing try/catch block
by Patrick Venture
· 6 years ago
ee30648
pid: add missing override specifiers
by Patrick Venture
· 6 years ago
a57477f
pid: stepwisecontroller: add missing override
by Patrick Venture
· 6 years ago
7af157b
style: function names should be lower camel
by Patrick Venture
· 6 years ago
34ddc90
dbus: util: add missing try/catch block
by Patrick Venture
· 6 years ago
563a356
style: member functions should be lower camel
by Patrick Venture
· 6 years ago
f325231
style: fixup naming of structures
by Patrick Venture
· 6 years ago
65ea92e
dbusconfiguration: lower cpu cycles while waiting
by James Feist
· 6 years ago
26e8c6a
dbusconfiguration: Fix mapper call
by James Feist
· 6 years ago
f77d5a5
cleanup: move from copy and pointer to just const reference
by Patrick Venture
· 6 years ago
adc9e86
cleanup: rename variable per openbmc style
by Patrick Venture
· 6 years ago
4a2dc4d
cleanup: apply constness to read-only iterators
by Patrick Venture
· 6 years ago
d8a9a19
ipmi: drop is_method_error call
by Patrick Venture
· 6 years ago
36b7d8e
[dbus-passive] Add threshold fan failure
by James Feist
· 6 years ago
0771659
dbus: set inclusion to local-first search
by Patrick Venture
· 6 years ago
107a25d
dbus: transition to find_if
by Patrick Venture
· 6 years ago
df766f2
cleanup: reduce scope of variables
by Patrick Venture
· 6 years ago
4515392
gitignore: add missing items
by Patrick Venture
· 6 years ago
d73af2b
build: check for experimental/filesystem
by Patrick Venture
· 6 years ago
d7a55bf
Stop using mapbox namespace directly
by James Feist
· 6 years ago
67efa24
docs: Cleanup of Design Doc
by Patrick Venture
· 6 years ago
cc74ae1
docs: Ported Design Doc to OpenBMC
by Patrick Venture
· 6 years ago
cd9e109
[dbus-writer] limit d-bus traffic
by James Feist
· 6 years ago
50fdfe3
[dbusconfiguration] Allow partial configurations
by James Feist
· 6 years ago
d027312
Add James Feist as a reviewer
by James Feist
· 6 years ago
ce15e02
Fix dbus configured build
by James Feist
· 6 years ago
3dfaafd
Add hysteresis to stepwise controller
by James Feist
· 6 years ago
9f04441
build: configureDbus replacing linked objects
by Patrick Venture
· 6 years ago
02c9e04
build: fix conditional
by Patrick Venture
· 6 years ago
07c3a80
ipmi: add iana header for openbmc oen
by Patrick Venture
· 6 years ago
22c257a
Add stepwise controller
by James Feist
· 6 years ago
8c3c51e
DbusConfiguration Flatten configuration
by James Feist
· 6 years ago
8f17914
ipmi: add back call to is_method_error
by Patrick Venture
· 6 years ago
54c2e5e
Build as c++17
by Patrick Venture
· 6 years ago
acecf6b
ipmi: catch SdBusErrors on bus call failures
by Patrick Venture
· 6 years ago
e2ec0f6
clang-format: fix pointer alignment, sort using
by Patrick Venture
· 6 years ago
991cf87
clang-format: always break template declarations
by Patrick Venture
· 6 years ago
da4a5dd
add .clang-format
by Patrick Venture
· 6 years ago
40be36a
add missing gmock header: read|write interface mock
by Patrick Venture
· 6 years ago
64f072a
dbusConfiguration: restart on configuration change
by James Feist
· 6 years ago
c065cf1
Add double support for sensor interface
by James Feist
· 6 years ago
ba00343
ipmi: enable oem ipmi command for fan control
by Patrick Venture
· 6 years ago
ca97c83
add fan_rpm_loop script
by Patrick Venture
· 6 years ago
7136a5a
Add ability to configure from dbus
by James Feist
· 6 years ago
2524323
test: dbus: dbusactiveread
by Patrick Venture
· 6 years ago
0ef1faf
test: dbus: passive read interface
by Patrick Venture
· 6 years ago
0df7c0f
dbus: transition to interface for testing
by Patrick Venture
· 6 years ago
d0c7566
dbus: dbuspassive refactor
by Patrick Venture
· 6 years ago
566a151
test: pid: fancontroller
by Patrick Venture
· 6 years ago
3349ef2
test: pid: thermalcontroller
by Patrick Venture
· 6 years ago
a58197c
test: pid: zone
by Patrick Venture
· 6 years ago
2e3ecb5
update configure and test/Makefile.am
by Patrick Venture
· 6 years ago
ab28cb3
configure.ac: add -fpic flag
by Patrick Venture
· 6 years ago
da06428
util: enable unit-tests
by Patrick Venture
· 6 years ago
5c7cc54
pid: zone split out builders
by Patrick Venture
· 6 years ago
1fa9aab
test: sensors: host
by Patrick Venture
· 6 years ago
9805543
test: sensor_manager: add test and sensor_mock
by Patrick Venture
· 6 years ago
e31ee6d
test: sensors: pluggable
by Patrick Venture
· 6 years ago
bd6b476
interfaces: add equality operator for ReadReturn
by Patrick Venture
· 6 years ago
fe75b19
enable unit-tests: enable for SensorManager
by Patrick Venture
· 6 years ago
5e92909
sensors: split building from manager object
by Patrick Venture
· 6 years ago
08afbb2
Spelling fixes
by Gunnar Mills
· 6 years ago
4bd518d
test: add controller_mock
by Patrick Venture
· 6 years ago
6246393
test: add read and write interface mocks
by Patrick Venture
· 6 years ago
7a841b6
enable unit-tests
by Patrick Venture
· 6 years ago
e49bbfc
sysfs: const-ify string parameters in constructors
by Patrick Venture
· 6 years ago
7208eed
More on gitignore
by Patrick Venture
· 6 years ago
22199ca
Update gitignore
by Patrick Venture
· 6 years ago
8553251
Add gitignore
by Patrick Venture
· 6 years ago
Next »