summaryrefslogtreecommitdiff
path: root/src/output/Interface.cxx
AgeCommit message (Collapse)Author
2020-03-16remove gcc_unusedRosen Penev
[[maybe_unused]] (introduced in C++17) is standard C++. https://clang.llvm.org/docs/AttributeReference.html#maybe-unused-unused says that this is equivalent to the GNU unused attribute. Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2017-12-19output/Interface: add "attributes" mapMax Kellermann
These attributes are printed in the "outputs" response, and the new command "outputset" allows setting new values. No attributes are currently implemented.