index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename CMake find_package helpers to avoid developer warnings
David Kalnischkies
2020-11-05
4
-9
/
+9
*
CMake/Translations: Replace master with primary
Julian Andres Klode
2020-08-04
1
-4
/
+4
*
CMake: Rename add_slaves() to add_links()
Julian Andres Klode
2020-07-14
1
-9
/
+9
*
Stub out i18n methods for -DUSE_NLS=OFF
David Kalnischkies
2020-05-25
1
-4
/
+9
*
Allow FMV SSE4.2 detection to succeed on clang
David Kalnischkies
2020-05-25
1
-3
/
+4
*
Use "po4a --porefs file" instead of undocumented compat noline
David Kalnischkies
2020-05-08
1
-1
/
+1
*
Drop nowrap from po4a --porefs as it is no longer supported
David Kalnischkies
2020-05-08
1
-1
/
+1
*
hashes: Use Libgcrypt for hashing purposes
Julian Andres Klode
2020-01-14
1
-0
/
+25
*
Only define likely/unlikely if APT_COMPILING_APT set
Julian Andres Klode
2020-01-07
1
-0
/
+3
*
Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERS
Julian Andres Klode
2019-06-12
1
-5
/
+0
*
Prevent shutdown while running dpkg
Julian Andres Klode
2019-05-03
2
-0
/
+27
*
Correctly handle feature detection for sse4.2 and crc32
Julian Andres Klode
2019-02-04
1
-4
/
+4
*
Detect function multiversioning and sse4.2/crc32, enables i386
Julian Andres Klode
2019-02-04
2
-0
/
+39
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
apt-pkg: Add support for zstd
Julian Andres Klode
2018-03-12
2
-0
/
+28
*
Translate shared documentation parts again
Julian Andres Klode
2017-11-20
1
-9
/
+22
*
CMake: Get rid of some debugging messages
Julian Andres Klode
2017-10-26
1
-2
/
+0
*
CMake: methods: Cleanup link libraries, use OBJECT libraries
Julian Andres Klode
2017-10-23
1
-0
/
+5
*
Sandbox methods with seccomp-BPF; except cdrom, gpgv, rsh
Julian Andres Klode
2017-10-22
2
-0
/
+28
*
Directly link against libudev on Linux systems
Julian Andres Klode
2017-09-09
2
-0
/
+28
*
reimplement and document auth.conf
David Kalnischkies
2017-07-26
1
-0
/
+1
*
Use C++11 threading support instead of pthread
Julian Andres Klode
2017-07-20
1
-3
/
+0
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-1
/
+1
*
Read dpkg tables to handle architecture wildcards
Julian Andres Klode
2017-01-17
1
-0
/
+1
*
CMake: Add missing iconv dependency
Julian Andres Klode
2016-08-26
1
-0
/
+20
*
Make root group configurable via ROOT_GROUP
Julian Andres Klode
2016-08-26
1
-0
/
+3
*
Make directory paths configurable
Julian Andres Klode
2016-08-26
1
-0
/
+9
*
CMake: Handle Berkeley DB on FreeBSD
Julian Andres Klode
2016-08-26
1
-3
/
+14
*
CMake: Add FindLZ4 and FindLZMA
Julian Andres Klode
2016-08-26
2
-0
/
+50
*
CMake: Handle endian.h locations on other platforms
Julian Andres Klode
2016-08-26
2
-0
/
+15
*
CMake: Discover docbook stylesheet in other locations
Julian Andres Klode
2016-08-23
1
-3
/
+31
*
CMake: Add Large File Support
Julian Andres Klode
2016-08-23
1
-0
/
+148
*
CMake: Fix uninitialized variables
Julian Andres Klode
2016-08-20
2
-1
/
+4
*
CMake: Translations: Build byproduct before output
Julian Andres Klode
2016-08-20
1
-4
/
+4
*
CMake: Install config and logging directories
Julian Andres Klode
2016-08-19
1
-0
/
+13
*
CMake: Translations: Pass --previous to msgmerge
Julian Andres Klode
2016-08-19
1
-1
/
+1
*
CMake: Translations: Don't rebuild .mo for line number changes
Julian Andres Klode
2016-08-19
1
-1
/
+4
*
CMake: Use COPYONLY instead of @ONLY
Julian Andres Klode
2016-08-11
1
-1
/
+1
*
Add statvfs.h.in to CMake directory
Julian Andres Klode
2016-08-10
1
-0
/
+13
*
CMake: Rewrite existing Documentation support and add doxygen
Julian Andres Klode
2016-08-10
2
-92
/
+259
*
CMake: Misc: Extract command path_join() from Translations
Julian Andres Klode
2016-08-10
2
-14
/
+11
*
CMake: Check for ptsname_r() again
Julian Andres Klode
2016-08-10
1
-0
/
+3
*
CMake: Translations: Build .pot in po binary dir, not project one
Julian Andres Klode
2016-08-10
1
-17
/
+17
*
CMake: Translations: Allow excluding languages from translation
Julian Andres Klode
2016-08-10
1
-4
/
+19
*
CMake: Translations: Avoid rebuilding .mo if .pot did not change
Julian Andres Klode
2016-08-10
1
-4
/
+21
*
CMake: Translations: Add a statistics target
Julian Andres Klode
2016-08-10
1
-0
/
+14
*
CMake: Translations: Build apt-all.pot and update .po files
Julian Andres Klode
2016-08-10
1
-2
/
+44
*
CMake: Translations: Add support for shell scripts
Julian Andres Klode
2016-08-10
1
-6
/
+48
*
CMake: Translations: Write a .po file before writing a .mo file
Julian Andres Klode
2016-08-10
1
-3
/
+6
*
CMake: Translations: Pass some additional arguments to commands
Julian Andres Klode
2016-08-10
1
-1
/
+2
[next]