index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
m4
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-26
build: Use AC_SUBST instead of AC_DEFINE for BUILD_DEVEL_DOCS
Guillem Jover
1
-2
/
+2
2016-02-26
build: Add new gcc-6 warnings
Guillem Jover
1
-0
/
+2
2015-12-25
libdpkg: Add experimental multithreaded xz compressor support
Guillem Jover
1
-0
/
+3
2015-12-12
build: Add an configure option to choose the kind of documentation
Guillem Jover
1
-0
/
+17
2015-05-30
build: Use system libmd if available
Guillem Jover
1
-1
/
+15
2015-01-28
build: Add new gcc 5 warnings
Guillem Jover
1
-0
/
+4
2015-01-28
build: Check for -Wformat-security with -Wformat
Guillem Jover
1
-1
/
+1
2015-01-28
build: Make va_copy check cross-compilable
Guillem Jover
1
-17
/
+14
2015-01-28
build: When cross-building assume a working snprintf on SUS >= v3
Guillem Jover
1
-2
/
+17
2015-01-28
build: Rework DPKG_C_C99 macro to define HAVE_C_C99 just once
Guillem Jover
1
-23
/
+30
2014-10-06
build: Fix compiler flag detection with non-GCC compilers
Guillem Jover
1
-1
/
+1
2014-08-19
libcompat: Only test the strerror() if sys_errlist and sys_nerr are present
Guillem Jover
1
-0
/
+16
2014-08-15
libcompat: Only build the compatibility selinux code if requested
Guillem Jover
1
-2
/
+3
2014-08-09
libcompat: Add a setexecfilecon() function out from dpkg code
Guillem Jover
1
-0
/
+2
2014-08-09
dpkg: Use SELinux setexecfilecon() if available instead of ad-hoc code
Guillem Jover
1
-0
/
+4
2014-08-09
build: Refactor compiler option checks into a new function
Guillem Jover
1
-78
/
+77
2014-05-28
libdpkg: Uppercase compressor enum values
Guillem Jover
1
-1
/
+1
2014-06-04
build: Uppercase enum in C99 test code
Guillem Jover
1
-2
/
+2
2014-05-17
build: Switch to use libtool for the static libraries
Guillem Jover
2
-1
/
+30
2014-04-26
build: Use --coverage instead of -fprofile-arcs and -ftest-coverage
Guillem Jover
1
-2
/
+2
2014-04-21
build: Test for required compound literals
Guillem Jover
1
-1
/
+5
2014-04-21
build: Set TAR variable at build time instead of hardcoding it
Guillem Jover
1
-0
/
+10
2014-04-21
build: Do not link s-s-d against libihash and libshouldbeinlibc on GNU/Hurd
Guillem Jover
1
-2
/
+0
2013-12-05
dselect: Use C++11 nullptr instead of 0 or NULL
Guillem Jover
1
-0
/
+49
2013-12-05
build: Reword C99 compiler check output
Guillem Jover
1
-2
/
+2
2013-12-05
build: Check availability of warning flags at build time
Guillem Jover
1
-14
/
+78
2013-10-27
build: Add -Wc++11-compat and -Wlogical-op to the dafault warnings
Guillem Jover
1
-2
/
+2
2013-10-27
build: Remove -Wno-unused-value from default CXXFLAGS
Guillem Jover
1
-2
/
+1
2013-07-18
build: Allow changing the default dpkg-deb compressor on configure
Guillem Jover
1
-0
/
+17
2013-03-18
build: Use AC_MSG_ERROR instead of obsolete AC_ERROR
Guillem Jover
1
-1
/
+1
2012-06-08
libdpkg: Add liblzma compression support
Guillem Jover
1
-0
/
+7
2012-06-06
build: Add new run-script to run local scripts
Guillem Jover
1
-2
/
+1
2012-04-14
build: Switch from --without- to --disable- for programs to be built
Guillem Jover
1
-11
/
+11
2011-11-22
build: Report feedback on program, directory and coverage support
Guillem Jover
2
-0
/
+5
2011-11-16
build: Map the BSD u_intN_t types to C99 uintN_t if not defined
Guillem Jover
1
-1
/
+22
2011-10-13
build: Check for needed programs when configuring for distribution
Guillem Jover
1
-0
/
+9
2011-10-13
build: Error out if the pkg-config m4 macros are missing on autoreconf
Guillem Jover
1
-0
/
+1
2011-09-29
build: Let the user override PERL_LIBDIR at configure time
Guillem Jover
1
-1
/
+4
2011-09-29
build: Abort if the perl interpreter is not found or usable
Guillem Jover
1
-2
/
+5
2011-07-30
build: Error out if the host dpkg architecture cannot be determined
Guillem Jover
1
-1
/
+5
2011-07-30
build: Use the detected perl to invoke dpkg-architecture.pl
Guillem Jover
1
-1
/
+2
2011-07-07
libdpkg: Add new progname module handling functions
Guillem Jover
1
-0
/
+23
2011-03-14
build: Check for %j and %z format modifiers support
Guillem Jover
1
-0
/
+12
2011-03-14
build: Add -Wformat-security and -Wpointer-arith to default warnings
Guillem Jover
1
-0
/
+1
2011-01-16
Remove --enable-sync-sync codepath
Jonathan Nieder
1
-28
/
+0
2011-01-08
build: Fail configure if curses is needed but no headers are present
Guillem Jover
1
-2
/
+7
2010-11-25
Merge branch 'sid' (through tag '1.15.8.6')
Guillem Jover
1
-11
/
+23
2010-11-25
build: Disable usage of synchronous sync(2) by default
Guillem Jover
1
-11
/
+23
2010-11-19
Cleanup white spaces
Guillem Jover
2
-2
/
+0
2010-11-19
Cleanup and improve source code comments
Guillem Jover
1
-6
/
+6
[prev]
[next]