polybar-dwm/include
sam-lunt d3e37918e5 CMake refactor (#1510)
* Clean up CMake logic

- removed logic to find CppUnit (no longer used)
- removed "dirs" variable used to pass include directories
- removed add_library function (no longer used)
- removed make_executable function
    * only used in 2 places (polybar and polybar-msg)
    * it was more general than needed, logic is simpler without it
- split polybar into static library and executable
    * this allows linking unit tests to the library

* rename library

* add coverage build

- Added a CMake build type "Coverage" that builds C and C++
  code with the "--coverage" flag (recognized by both GCC and Clang)
- removed "-Wno-missing-field-initializers" from test flags,
  since it didn't seem to be needed any more
- removed logic from tests/CMakeLists to disable "-Werror" and "-pedantic-errors"
  since there didn't seem to be any warnings during the build

* fix whitespace

* update travis

* remove O2 from defalt flags

* allow tests to be built by default make target

* disable Werror for debug builds
2018-11-21 18:46:33 +01:00
..
adapters fix(net): make sure WITH_LIBNL is defined before checking 2018-11-01 19:50:33 +01:00
cairo doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
components doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
drawtypes doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
events doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
modules doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
utils doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
x11 doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
CMakeLists.txt CMake refactor (#1510) 2018-11-21 18:46:33 +01:00
common.hpp fix(version): Follow APP_VERSION in POLYBAR_NS 2017-01-29 15:16:00 +01:00
debug.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
errors.hpp refactor: Move all event handling to the controller 2016-12-20 05:16:04 +01:00
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