summaryrefslogtreecommitdiff
path: root/CMake
Commit message (Expand)AuthorAgeFilesLines
* Remove unused config check for pre-XXH3 cache hashingDavid Kalnischkies2021-02-032-40/+0
* Use XXH3 for cache, hash table hashingJulian Andres Klode2020-12-151-0/+25
* Rename CMake find_package helpers to avoid developer warningsDavid Kalnischkies2020-11-054-9/+9
* CMake/Translations: Replace master with primaryJulian Andres Klode2020-08-041-4/+4
* CMake: Rename add_slaves() to add_links()Julian Andres Klode2020-07-141-9/+9
* Stub out i18n methods for -DUSE_NLS=OFFDavid Kalnischkies2020-05-251-4/+9
* Allow FMV SSE4.2 detection to succeed on clangDavid Kalnischkies2020-05-251-3/+4
* Use "po4a --porefs file" instead of undocumented compat nolineDavid Kalnischkies2020-05-081-1/+1
* Drop nowrap from po4a --porefs as it is no longer supportedDavid Kalnischkies2020-05-081-1/+1
* hashes: Use Libgcrypt for hashing purposesJulian Andres Klode2020-01-141-0/+25
* Only define likely/unlikely if APT_COMPILING_APT setJulian Andres Klode2020-01-071-0/+3
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-5/+0
* 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