summaryrefslogtreecommitdiff
path: root/CMake
Commit message (Expand)AuthorAgeFilesLines
* Prevent shutdown while running dpkgJulian Andres Klode2019-05-032-0/+27
* Correctly handle feature detection for sse4.2 and crc32Julian Andres Klode2019-02-041-4/+4
* Detect function multiversioning and sse4.2/crc32, enables i386Julian Andres Klode2019-02-042-0/+39
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* apt-pkg: Add support for zstdJulian Andres Klode2018-03-122-0/+28
* Translate shared documentation parts againJulian Andres Klode2017-11-201-9/+22
* CMake: Get rid of some debugging messagesJulian Andres Klode2017-10-261-2/+0
* CMake: methods: Cleanup link libraries, use OBJECT librariesJulian Andres Klode2017-10-231-0/+5
* Sandbox methods with seccomp-BPF; except cdrom, gpgv, rshJulian Andres Klode2017-10-222-0/+28
* Directly link against libudev on Linux systemsJulian Andres Klode2017-09-092-0/+28
* reimplement and document auth.confDavid Kalnischkies2017-07-261-0/+1
* Use C++11 threading support instead of pthreadJulian Andres Klode2017-07-201-3/+0
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-1/+1
* Read dpkg tables to handle architecture wildcardsJulian Andres Klode2017-01-171-0/+1
* CMake: Add missing iconv dependencyJulian Andres Klode2016-08-261-0/+20
* Make root group configurable via ROOT_GROUPJulian Andres Klode2016-08-261-0/+3
* Make directory paths configurableJulian Andres Klode2016-08-261-0/+9
* CMake: Handle Berkeley DB on FreeBSDJulian Andres Klode2016-08-261-3/+14
* CMake: Add FindLZ4 and FindLZMAJulian Andres Klode2016-08-262-0/+50
* CMake: Handle endian.h locations on other platformsJulian Andres Klode2016-08-262-0/+15
* CMake: Discover docbook stylesheet in other locationsJulian Andres Klode2016-08-231-3/+31
* CMake: Add Large File SupportJulian Andres Klode2016-08-231-0/+148
* CMake: Fix uninitialized variablesJulian Andres Klode2016-08-202-1/+4
* CMake: Translations: Build byproduct before outputJulian Andres Klode2016-08-201-4/+4
* CMake: Install config and logging directoriesJulian Andres Klode2016-08-191-0/+13
* CMake: Translations: Pass --previous to msgmergeJulian Andres Klode2016-08-191-1/+1
* CMake: Translations: Don't rebuild .mo for line number changesJulian Andres Klode2016-08-191-1/+4
* CMake: Use COPYONLY instead of @ONLYJulian Andres Klode2016-08-111-1/+1
* Add statvfs.h.in to CMake directoryJulian Andres Klode2016-08-101-0/+13
* CMake: Rewrite existing Documentation support and add doxygenJulian Andres Klode2016-08-102-92/+259
* CMake: Misc: Extract command path_join() from TranslationsJulian Andres Klode2016-08-102-14/+11
* CMake: Check for ptsname_r() againJulian Andres Klode2016-08-101-0/+3
* CMake: Translations: Build .pot in po binary dir, not project oneJulian Andres Klode2016-08-101-17/+17
* CMake: Translations: Allow excluding languages from translationJulian Andres Klode2016-08-101-4/+19
* CMake: Translations: Avoid rebuilding .mo if .pot did not changeJulian Andres Klode2016-08-101-4/+21
* CMake: Translations: Add a statistics targetJulian Andres Klode2016-08-101-0/+14
* CMake: Translations: Build apt-all.pot and update .po filesJulian Andres Klode2016-08-101-2/+44
* CMake: Translations: Add support for shell scriptsJulian Andres Klode2016-08-101-6/+48
* CMake: Translations: Write a .po file before writing a .mo fileJulian Andres Klode2016-08-101-3/+6
* CMake: Translations: Pass some additional arguments to commandsJulian Andres Klode2016-08-101-1/+2
* CMake: Translations: Make po templates depend on input filesJulian Andres Klode2016-08-101-0/+3
* CMake: Set PACKAGE_MAIL variableJulian Andres Klode2016-08-101-1/+1
* CMake: Improve handling of vendor filesJulian Andres Klode2016-08-102-8/+30
* CMake: Add initial support for documentation buildingJulian Andres Klode2016-08-061-0/+134
* CMake: Add support for building and installing .mo filesJulian Andres Klode2016-08-061-0/+53
* CMake: Add basic CMake build systemJulian Andres Klode2016-08-064-0/+197