[01] Replace configure option '--enable-developer' by '--enable-debug' |
patch
|
2016-08-16 19:01:26 UTC |
4.90 KB |
no flags
|
Details |
[02] Test compiler and linker flags with AX_COMPILER_FLAGS_* macros |
patch
|
2016-08-16 19:02:01 UTC |
7.67 KB |
no flags
|
Details |
[03] Test additonal compiler flags with AX_COMPILER_FLAGS_CFLAGS |
patch
|
2016-08-16 19:02:41 UTC |
4.83 KB |
no flags
|
Details |
[10] Remove configure option '--disable-compiler-optimisations' |
patch
|
2016-08-16 19:03:43 UTC |
3.65 KB |
no flags
|
Details |
[01] Add configure option '--enable-debug' to control debugging and profiling (v2) |
patch
|
2016-08-18 19:58:20 UTC |
2.83 KB |
no flags
|
Details |
[02] Test compiler and linker flags with AX_COMPILER_FLAGS_* macros (v2) |
patch
|
2016-08-18 20:01:16 UTC |
8.00 KB |
no flags
|
Details |
[03] Test additonal compiler flags with AX_COMPILER_FLAGS_CFLAGS (v2) |
patch
|
2016-08-18 20:02:51 UTC |
4.72 KB |
no flags
|
Details |
[05] Minor fixes for Windows builds |
patch
|
2016-08-19 10:04:57 UTC |
4.46 KB |
no flags
|
Details |
[01] Add configure option '--enable-debug' to control debugging and profiling (v3) |
patch
|
2016-08-20 19:16:30 UTC |
2.92 KB |
no flags
|
Details |
[02] Test compiler and linker flags with AX_COMPILER_FLAGS_* macros (v3) |
patch
|
2016-08-20 19:23:48 UTC |
11.08 KB |
no flags
|
Details |
[05] Remove unused functions from Windows builds (v2) |
patch
|
2016-08-20 19:26:41 UTC |
3.79 KB |
no flags
|
Details |
[06] Fix function declarations |
patch
|
2016-08-20 19:27:13 UTC |
1.81 KB |
no flags
|
Details |
[07] Cast -1 to DWORD for comparing to variable |
patch
|
2016-08-20 19:27:44 UTC |
998 bytes |
no flags
|
Details |
[08] Protect debug-only variables behind DBUS_ENABLE_VERBOSE_MODE |
patch
|
2016-08-20 19:28:14 UTC |
815 bytes |
no flags
|
Details |
[09] Include string.h for strcmp() |
patch
|
2016-08-20 19:28:48 UTC |
636 bytes |
no flags
|
Details |
[05] Remove unused functions from Windows builds (v3) |
patch
|
2016-08-20 19:39:28 UTC |
3.80 KB |
no flags
|
Details |
[01] Add configure option '--enable-debug' to control debugging and profiling |
patch
|
2016-10-01 13:51:06 UTC |
3.08 KB |
no flags
|
Details |
[02] Fix function declarations |
patch
|
2016-10-01 13:51:37 UTC |
1.94 KB |
no flags
|
Details |
[03] Cast -1 to DWORD for comparing to variable |
patch
|
2016-10-01 13:52:11 UTC |
1.14 KB |
no flags
|
Details |
[04] Protect debug-only variables behind DBUS_ENABLE_VERBOSE_MODE |
patch
|
2016-10-01 13:53:24 UTC |
930 bytes |
no flags
|
Details |
[05] Include string.h for strcmp() |
patch
|
2016-10-01 13:53:57 UTC |
750 bytes |
no flags
|
Details |
[06] Remove unused functions from Windows builds |
patch
|
2016-10-01 13:54:21 UTC |
3.91 KB |
no flags
|
Details |
[07] Be more const-correct |
patch
|
2016-10-01 13:54:55 UTC |
15.62 KB |
no flags
|
Details |
[08] Linux: use readdir(), not deprecated readdir_r() |
patch
|
2016-10-01 13:55:20 UTC |
1.35 KB |
no flags
|
Details |
[09] Test compiler and linker flags with AX_COMPILER_FLAGS_* macros |
patch
|
2016-10-01 13:56:05 UTC |
11.86 KB |
no flags
|
Details |
[08½] Revert "Keep cmake gcc builds in sync with autotools warnings." |
patch
|
2016-10-01 14:12:12 UTC |
4.60 KB |
no flags
|
Details |
[11] Rename distro-style CI build from "release" to "production" |
patch
|
2016-10-01 14:22:52 UTC |
1.93 KB |
no flags
|
Details |
[09] Test compiler and linker flags with AX_COMPILER_FLAGS_* macros (v6) |
patch
|
2016-10-06 12:35:41 UTC |
11.85 KB |
no flags
|
Details |
[12] Fix warnings from compiler option '-Wdiscarded-qualifiers' |
patch
|
2016-10-06 12:40:32 UTC |
3.24 KB |
no flags
|
Details |
[13] Remove unnecessary compiler option '-Wno-address' |
patch
|
2016-10-06 12:41:13 UTC |
931 bytes |
no flags
|
Details |
[14] Fix warnings from compiler option '-Wformat-nonliteral' |
patch
|
2016-10-06 12:41:55 UTC |
7.85 KB |
no flags
|
Details |
[15] Fix warnings from compiler option '-Wredundant-decls' |
patch
|
2016-10-06 12:42:26 UTC |
4.95 KB |
no flags
|
Details |
[16] Fix warnings from compiler option '-Wsuggest-attribute=noreturn' |
patch
|
2016-10-06 12:43:06 UTC |
4.27 KB |
no flags
|
Details |
[17] Fix warnings from compiler option '-Wshadow' |
patch
|
2016-10-06 12:43:41 UTC |
10.35 KB |
no flags
|
Details |
[18] Fix warnings from compiler option '-Wswitch-default' |
patch
|
2016-10-06 12:44:12 UTC |
14.30 KB |
no flags
|
Details |
[19] Fix warnings from compiler option '-Wswitch-enum' |
patch
|
2016-10-06 12:44:43 UTC |
7.28 KB |
no flags
|
Details |
[20] Remove unnecessary compiler option '-Wno-type-limits' |
patch
|
2016-10-06 12:45:13 UTC |
792 bytes |
no flags
|
Details |
[21] Fix warnings from compiler option '-Wundef' |
patch
|
2016-10-06 12:46:25 UTC |
2.91 KB |
no flags
|
Details |
[17] Fix warnings from compiler option '-Wshadow' (v2) |
patch
|
2016-10-06 13:46:35 UTC |
10.45 KB |
no flags
|
Details |
[14a] Partially fix warnings from compiler option '-Wformat-nonliteral' |
patch
|
2016-10-07 17:30:36 UTC |
5.98 KB |
no flags
|
Details |
[14b] Reimplement _dbus_warn_return_if_fail without -Wformat-nonliteral |
patch
|
2016-10-07 17:31:32 UTC |
5.07 KB |
no flags
|
Details |
[14c] Stop disabling -Wformat-nonliteral |
patch
|
2016-10-07 17:31:59 UTC |
864 bytes |
no flags
|
Details |
[15a] Clean up how we arrange for environ to be declared |
patch
|
2016-10-07 17:32:45 UTC |
3.50 KB |
no flags
|
Details |
[15b] Fix remaining warnings from compiler option '-Wredundant-decls' |
patch
|
2016-10-07 17:33:30 UTC |
3.78 KB |
no flags
|
Details |
[21a] Remove leftover declarations for assuming int manipulation is atomic |
patch
|
2016-10-07 17:38:20 UTC |
3.26 KB |
no flags
|
Details |
[07] Be more const-correct |
patch
|
2016-10-07 17:43:50 UTC |
17.07 KB |
no flags
|
Details |
[21b] Fix remaining -Wundef warnings, and enable it |
patch
|
2016-10-07 18:48:01 UTC |
1.91 KB |
no flags
|
Details |
[01] Be more const-correct |
patch
|
2016-10-10 14:39:35 UTC |
17.07 KB |
no flags
|
Details |
[02] Linux: use readdir(), not deprecated readdir_r() |
patch
|
2016-10-10 14:40:07 UTC |
1.35 KB |
no flags
|
Details |
[03] Reimplement _dbus_warn_return_if_fail without -Wformat-nonliteral |
patch
|
2016-10-10 14:40:30 UTC |
5.07 KB |
no flags
|
Details |
[04] Clean up how we arrange for environ to be declared |
patch
|
2016-10-10 14:41:05 UTC |
3.50 KB |
no flags
|
Details |
[05] Remove leftover declarations for assuming int manipulation is atomic |
patch
|
2016-10-10 14:41:47 UTC |
3.26 KB |
no flags
|
Details |
[06] Fix remaining -Wundef warnings |
patch
|
2016-10-10 14:42:19 UTC |
2.32 KB |
no flags
|
Details |
[07] Revert "Keep cmake gcc builds in sync with autotools warnings." |
patch
|
2016-10-10 14:42:48 UTC |
4.61 KB |
no flags
|
Details |
[08] Test compiler and linker flags with AX_COMPILER_FLAGS_* macros |
patch
|
2016-10-10 14:43:46 UTC |
11.70 KB |
no flags
|
Details |
[06] Fix remaining -Wundef warnings |
patch
|
2016-10-10 15:07:54 UTC |
2.76 KB |
no flags
|
Details |
[08] Test compiler and linker flags with AX_COMPILER_FLAGS_* macros |
patch
|
2016-10-10 22:12:35 UTC |
11.48 KB |
no flags
|
Details |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.