tzafrir: Author Summary
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTTEAM › ASTERISKTRUNKDIGIUMPHONES › #331 | 1 day ago | 232 passed | |
| TESTING › ASTERISKTRUNK › #275 | 1 day ago |
Macro AST_PKG_CONFIG_CHECK to use chkconfig
AST_PKG_CONFIG_CHECK: Similar to AST_EXT_LIB_CHECK, but simply uses pkg-config data. This simple version only uses pkg-config(1)'s tests. This commit also uses the macro to test for GTK2 and GMIME (instead of the current direct usage of pkg-config). Review: https://reviewboard.asterisk.org/r/1906/ |
232 passed |
| ASTTEAM › ASTERISKTRUNKDIGIUMPHONES › #322 | 5 days ago |
Don't suppress CFLAGS and LDFLAGS
r366002 in Asterisk allows passing CFLAGS and LDFLAGS to menuselect. This commit is intended to avoid having menuselect override them. While we're at it, remove '-c' from CFLAGS. Review: https://reviewboard.asterisk.org/r/1908/ pass BUILD_CFLGAS and BUILD_LDFLAGS to menuselect
Allow menuselect to get its set of CFLAGS and LDFLAGS through the environment of Make: make BUILD_CFLAGS="whatever" BUILD_LDFLAGS="whatever" Review: https://reviewboard.asterisk.org/r/1907/ |
1 of 232 failed |
| TESTING › ASTERISK10BRANCH › #197 | 6 days ago |
Don't suppress CFLAGS and LDFLAGS
r366002 in Asterisk allows passing CFLAGS and LDFLAGS to menuselect. This commit is intended to avoid having menuselect override them. While we're at it, remove '-c' from CFLAGS. Review: https://reviewboard.asterisk.org/r/1908/ |
210 passed |
| TESTING › ASTERISKTRUNK › #266 | 6 days ago |
Don't suppress CFLAGS and LDFLAGS
r366002 in Asterisk allows passing CFLAGS and LDFLAGS to menuselect. This commit is intended to avoid having menuselect override them. While we're at it, remove '-c' from CFLAGS. Review: https://reviewboard.asterisk.org/r/1908/ |
232 passed |
| TESTING › ASTERISK18BRANCH › #194 | 6 days ago |
Don't suppress CFLAGS and LDFLAGS
r366002 in Asterisk allows passing CFLAGS and LDFLAGS to menuselect. This commit is intended to avoid having menuselect override them. While we're at it, remove '-c' from CFLAGS. Review: https://reviewboard.asterisk.org/r/1908/ |
178 passed |
| TESTING › ASTERISKTRUNK › #264 | 6 days ago |
pass BUILD_CFLGAS and BUILD_LDFLAGS to menuselect
Allow menuselect to get its set of CFLAGS and LDFLAGS through the environment of Make: make BUILD_CFLAGS="whatever" BUILD_LDFLAGS="whatever" Review: https://reviewboard.asterisk.org/r/1907/ |
232 passed |
| TESTING › ASTERISKTRUNK › #95 | 1 month ago |
Also detect gmime 2.6
Also detect gmime version 2.6 (Michael Biebl) Signed-off-by: Tzafrir Cohen (License #5035) <tzafrir.cohen@xorcom.com> ........ Merged revisions 360087 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 360098 from http://svn.asterisk.org/svn/asterisk/branches/10 |
4 of 227 failed |
| TESTING › ASTERISK10BRANCH › #63 | 1 month ago |
Also detect gmime 2.6
Also detect gmime version 2.6 (Michael Biebl) Signed-off-by: Tzafrir Cohen (License #5035) <tzafrir.cohen@xorcom.com> ........ Merged revisions 360087 from http://svn.asterisk.org/svn/asterisk/branches/1.8 |
3 of 208 failed |
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTTEAM › ASTERISKTRUNKDIGIUMPHONES › #322 | 5 days ago |
Don't suppress CFLAGS and LDFLAGS
r366002 in Asterisk allows passing CFLAGS and LDFLAGS to menuselect. This commit is intended to avoid having menuselect override them. While we're at it, remove '-c' from CFLAGS. Review: https://reviewboard.asterisk.org/r/1908/ pass BUILD_CFLGAS and BUILD_LDFLAGS to menuselect
Allow menuselect to get its set of CFLAGS and LDFLAGS through the environment of Make: make BUILD_CFLAGS="whatever" BUILD_LDFLAGS="whatever" Review: https://reviewboard.asterisk.org/r/1907/ |
1 of 232 failed |
| ASTTRUNK › SNOWLEOPARD › #424 | 4 months ago |
menuselect-dummy: fix support_level and more
* Parsing <support_level> requires adding '_' to the regex. * Parse attribute in the main tag and treat them the same as sub-tags. * ' */' can also terminate MODULEINFO. Be more strict about the end. (Make sure we don't get the terminating ' ***/' from the DOCUMENTATION in app_macro.c). |
No tests found |
| ASTTRUNK › LENNY › #142 | 1 year ago |
clarify warning when no loadable module support
Clarify warning message when LOADABLE_MODULES is disabled but we still try to load a module. |
No tests found |
| ASTTRUNK › FREEBSD81 › #159 | 1 year ago |
clarify warning when no loadable module support
Clarify warning message when LOADABLE_MODULES is disabled but we still try to load a module. |
No tests found |
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTTRUNK › FREEBSD81 › #374 | 7 months ago |
Update SHA1 code to RFC 6234
RFC 6234 is an update to RFC 3174 from which the code was originally taken. It has a slightly better code, and a better phrased license (simple 3-clause BSD). * main/sha1.c is sha1.c from RFC 6234 with formatting changes only. * include/asterisk/sha1.h merges sha.h and sha-private.h from RFC 6234. * Removed unused include of asterisk/sha1.h from main/channels.c Review: https://reviewboard.asterisk.org/r/1503/ Merge-From: http://svn.asterisk.org/svn/asterisk/branches/1.8@340263 Merge-From: http://svn.asterisk.org/svn/asterisk/branches/10@340280 |
136 passed |
| AST10 › LUCID › #88 | 8 months ago |
chan_vpb: remove unused variables (gcc4.6)
GCC 4.6 detects variables that get assined to, but never used later. Also removes some remmed-out lines that become invalid. (closes issue ASTERISK-18336) Signed-off-by: Tzafrir Cohen (License #5035) <tzafrir.cohen@xorcom.com>, |
147 passed |
| ASTTRUNK › CENTOS55 › #205 | 10 months ago |
live_ast: valgrind: run asterisk under valgrind
Adds a new sub-command, "valgrind" to live_ast. It runs asterisk under valgrind. The extra command-line parameters are passed to Asterisk as usual, and parameters to valgrind are passed through LIVE_AST_VALGRIND_ARGS in live.conf . Review: https://reviewboard.asterisk.org/r/1109/ |
74 passed |
| ASTTRUNK › HARDY › #63 | 10 months ago |
live_ast: valgrind: run asterisk under valgrind
Adds a new sub-command, "valgrind" to live_ast. It runs asterisk under valgrind. The extra command-line parameters are passed to Asterisk as usual, and parameters to valgrind are passed through LIVE_AST_VALGRIND_ARGS in live.conf . Review: https://reviewboard.asterisk.org/r/1109/ |
74 passed |
AST_PKG_CONFIG_CHECK: Similar to AST_EXT_LIB_CHECK, but simply uses
pkg-config data.
This simple version only uses pkg-config(1)'s tests.
This commit also uses the macro to test for GTK2 and GMIME (instead of
the current direct usage of pkg-config).
Review: https://reviewboard.asterisk.org/r/1906/