summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-10Add statvfs.h.in to CMake directoryJulian Andres Klode2-1/+14
2016-08-10Merge README.cmake into README.mdJulian Andres Klode2-37/+15
2016-08-10apt-private: Do not include apti18n.h in headersJulian Andres Klode2-4/+0
2016-08-10prepare-release: Switch over to CMake, set version in CMakeLists.txtJulian Andres Klode2-11/+12
2016-08-10CMake: Rewrite existing Documentation support and add doxygenJulian Andres Klode7-117/+346
2016-08-10CMake: Misc: Extract command path_join() from TranslationsJulian Andres Klode2-14/+11
2016-08-10CMake: Check for ptsname_r() againJulian Andres Klode3-1/+5
2016-08-10CMake: Allow building without dpkgJulian Andres Klode1-4/+8
2016-08-10CMake: Bump minimum required version to 3.4.0Julian Andres Klode2-2/+2
2016-08-10debian: make autopkgtest run with CMake build dirJulian Andres Klode1-5/+6
2016-08-10CMake: Add unit testsJulian Andres Klode7-9/+34
2016-08-10CMake: Translations: Build .pot in po binary dir, not project oneJulian Andres Klode1-17/+17
2016-08-10CMake: Translations: Allow excluding languages from translationJulian Andres Klode2-5/+30
2016-08-10CMake: Translations: Avoid rebuilding .mo if .pot did not changeJulian Andres Klode1-4/+21
2016-08-10CMake: Translations: Add a statistics targetJulian Andres Klode2-0/+16
2016-08-10CMake: Translations: Build apt-all.pot and update .po filesJulian Andres Klode3-3/+54
2016-08-10CMake: Translations: Add support for shell scriptsJulian Andres Klode3-25/+72
2016-08-10CMake: Translations: Write a .po file before writing a .mo fileJulian Andres Klode1-3/+6
2016-08-10CMake: Translations: Pass some additional arguments to commandsJulian Andres Klode1-1/+2
2016-08-10CMake: Translations: Make po templates depend on input filesJulian Andres Klode1-0/+3
2016-08-10CMake: Set PACKAGE_MAIL variableJulian Andres Klode2-2/+3
2016-08-10CMake: po: Add mirror methodJulian Andres Klode1-1/+3
2016-08-10CMake: Improve handling of vendor filesJulian Andres Klode2-8/+30
2016-08-10CMake: Cache CURRENT_VENDOR and make it configurableJulian Andres Klode1-4/+8
2016-08-10vendor/getinfo: Accept --vendor VENDOR optionJulian Andres Klode1-4/+9
2016-08-10CMake: Use find_package() for curl instead of pkg_check_modules()Julian Andres Klode1-1/+1
2016-08-06releasing package apt version 1.3~pre3+cmake21.3_pre3+cmake2Julian Andres Klode18-18/+24
2016-08-06Build-depend on pkg-configJulian Andres Klode1-1/+1
2016-08-06releasing package apt version 1.3~pre3+cmake11.3_pre3+cmake1Julian Andres Klode9-7/+36
2016-08-06CMake: Adjust abicheck locationsJulian Andres Klode2-2/+3
2016-08-06CMake: debian: Switch packaging over to CMake and dh 9Julian Andres Klode23-376/+102
2016-08-06CMake: Switch integration tests and travis overJulian Andres Klode6-11/+30
2016-08-06CMake: Add initial support for documentation buildingJulian Andres Klode5-1/+160
2016-08-06CMake: Add support for building and installing .mo filesJulian Andres Klode4-1/+78
2016-08-06CMake: Add basic CMake build systemJulian Andres Klode14-0/+601
2016-08-06prepare-release: Also search for libraries in CMake locationsJulian Andres Klode1-0/+7
2016-08-06debian/control: Use versioned provides for same-ver library depsJulian Andres Klode1-1/+3
2016-08-06vendor/getinfo: Teach it about sourceslist-list-formatJulian Andres Klode1-1/+1
2016-08-06vendor/getinfo: Provide command to determine vendor to useJulian Andres Klode1-1/+39
2016-08-06doc: Fix fuzzy string regressionJulian Andres Klode10-42/+44
2016-08-06test: Pass -maxdepth 1 when running find in methods dirJulian Andres Klode3-3/+3
2016-08-06configure.ac: Drop broken unused check for ptsname_r()Julian Andres Klode2-6/+0
2016-08-06configure.ac: Re-enable pthread support for thread-local _errorJulian Andres Klode1-5/+5
2016-08-05Merge pull request Debian/apt#18 from corburn/docJulian Andres Klode1-1/+1
2016-08-05doc: update path to periodic options scriptJason Travis1-1/+1
2016-08-04apt-private: #ifdef HAVE_STRUCT_STATFS_F_TYPE, not #ifJulian Andres Klode1-1/+1
2016-08-04Release 1.3~pre31.3_pre3Julian Andres Klode62-498/+2123
2016-08-03ExecGPGV: Pass current config state to apt-key via temp fileJulian Andres Klode1-0/+23
2016-08-03ExecGPGV: Fork in all casesJulian Andres Klode1-43/+34
2016-08-03ExecGPGV: Rework file removal on exit()Julian Andres Klode1-28/+23