polybar/lib
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
..
concurrentqueue/include/moodycamel refactor(eventloop): Use concurrent queue for events 2016-10-29 06:48:51 +02:00
i3ipcpp@d4e4786be3 fix(gcc): Fix -Wstringop-truncation warning 2018-05-06 14:17:10 -07:00
xpp@bf6ff3661a git(xpp): Update submodule ref 2018-10-17 23:07:05 -07:00
CMakeLists.txt CMake refactor (#1510) 2018-11-21 18:46:33 +01:00