polybar/include
patrick96 3c504bb913 fix(build): remove side-effects of iwlib.h
wireless_tools 29 redefines inline in iwlib.h as:
    #define inline inline __attribute__((always_inline))

which conflicts with POLYBAR_NS, which is defined as:

    #define POLYBAR_NS    \
      namespace polybar { \
        inline namespace APP_VERSION_NAMESPACE {

In version 30.pre9 this #define is moved into a source file and thus
cannot conflict.

The error only occurs when building with clang, so it seems gcc and
clang handle this differently

Fixes #1492
2018-10-31 17:00:13 -07:00
..
adapters fix(build): remove side-effects of iwlib.h 2018-10-31 17:00:13 -07:00
cairo feat(render): support pseudo-transparency 2018-10-04 15:52:03 +02:00
components fix(tray): fix transparency after background manager changes 2018-10-04 15:52:03 +02:00
drawtypes feat(token): Zero pad when min val starts with '0' (#1341) 2018-07-23 15:49:02 +02:00
events docs(signal): document newly added signals 2018-10-04 15:52:03 +02:00
modules feat(cpu): Add ramp-coreload-spacing (#1472) 2018-10-16 01:11:05 +02:00
utils fix(config): Perform tilde expansion on `include-file` #603 2017-06-02 18:34:49 +02:00
x11 docs(background_manager): add comments 2018-10-04 15:52:03 +02:00
CMakeLists.txt
common.hpp
debug.hpp
errors.hpp
settings.hpp.cmake doc(net): Indicate the wireless library used 2018-09-18 15:29:05 -07:00
version.hpp Revert "feat(cpu): Add ramp-coreload-spacing (#1472)" 2018-10-16 01:01:11 +02:00