aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Replace PAD fifo by UNIX socketMatthias P. Braendli2020-07-081-0/+2
|
* Add PIE+RELRO hardeningStefan Pöschel2018-12-221-1/+2
|
* Don't enable C++11 twiceStefan Pöschel2018-12-011-1/+1
| | | | It is already enabled by `AX_CXX_COMPILE_STDCXX_11` in `configure.ac`.
* Check if compiler supports -WpedanticMatthias P. Braendli2018-11-271-1/+1
|
* Add ChangeLog and licence files to EXTRA_DISTMatthias P. Braendli2017-12-101-1/+4
|
* Fix pedantic warnings and MakefileStefan Pöschel2017-08-241-1/+1
| | | | | | - fix pedantic warnings (binary literals) - remove orphaned path from compiler call - add C++11 standard and `-Wpedantic` to compiler call
* Move includes/static vars into new main headerStefan Pöschel2017-08-221-0/+1
|
* Move Slideshow stuff to new SLSManagerStefan Pöschel2017-02-111-0/+2
|
* Move DLS stuff to new DLSManagerStefan Pöschel2017-02-111-0/+2
|
* Move charset to separate source file to prevent multi-include errorsStefan Pöschel2017-02-111-0/+1
|
* Move common code partsStefan Pöschel2017-02-111-0/+1
|
* Relocate common PAD codeStefan Pöschel2017-02-041-0/+2
|
* Add common headerStefan Pöschel2017-02-041-0/+1
|
* Make: include also headers (needed for dist)Stefan Pöschel2017-02-041-2/+5
|
* converted the crc into c++ with namespace.Thomas Karlsson2016-11-141-2/+1
| | | | | Since it conflicts with other crc implementation in imagemagic lib. This resulted in png images that would not open due to "crc error".
* Apply new nameStefan Pöschel2016-09-191-1/+1
|
* Replace lib_crc by crc from ODR-DabMuxMatthias P. Braendli2016-09-111-2/+2
| | | | | lib_crc had no licence associated with it. The licence situation of ODR-DabMux code is clearer and has the same licence as this project
* Initial empty repositoryAnatol Pomazau2012-04-061-0/+29