2007-11-01 |
Russell Bryant | Remove another copied source file on "make clean". |
blob | commitdiff |
2007-10-29 |
Kevin P. Fleming | UGH... while trying to fix #10995, I found all kinds... |
blob | commitdiff | diff to current |
2007-10-29 |
Kevin P. Fleming | clean up assembler and preprocessor files if they are... |
blob | commitdiff | diff to current |
2007-09-25 |
Russell Bryant | Add some files to the utils directory svn:ignore and... |
blob | commitdiff | diff to current |
2007-09-22 |
Tilghman Lesher | Fix build of check_expr and hashtest2 when DEBUG_THREAD... |
blob | commitdiff | diff to current |
2007-09-11 |
Steve Murphy | This solves an unreported solaris compile problem ... |
blob | commitdiff | diff to current |
2007-09-11 |
Steve Murphy | fixing up the pthread stuff for hashtest2 |
blob | commitdiff | diff to current |
2007-09-11 |
Joshua Colp | Include string compatibility file in hashtest2. |
blob | commitdiff | diff to current |
2007-09-10 |
Steve Murphy | Committing my test for astobj2, hashtest2.c, along... |
blob | commitdiff | diff to current |
2007-08-20 |
Joshua Colp | (closes issue #10496) |
blob | commitdiff | diff to current |
2007-08-19 |
Tilghman Lesher | Add strcompat dependency for check_expr (needed for... |
blob | commitdiff | diff to current |
2007-08-15 |
Steve Murphy | This commit closes bug 7605, and half-closes 7638.... |
blob | commitdiff | diff to current |
2007-06-05 |
Steve Murphy | Merged revisions 67526 via svnmerge from |
blob | commitdiff | diff to current |
2007-03-22 |
Steve Murphy | Merged revisions 59145 via svnmerge from |
blob | commitdiff | diff to current |
2007-01-24 |
Steve Murphy | Merged revisions 52052 via svnmerge from |
blob | commitdiff | diff to current |
2006-12-16 |
Kevin P. Fleming | Merged revisions 48525 via svnmerge from |
blob | commitdiff | diff to current |
2006-10-28 |
Joshua Colp | Merged revisions 46377 via svnmerge from |
blob | commitdiff | diff to current |
2006-10-05 |
Kevin P. Fleming | Merged revisions 44436 via svnmerge from |
blob | commitdiff | diff to current |
2006-10-04 |
Luigi Rizzo | correct libraries for astman, at least so i think... |
blob | commitdiff | diff to current |
2006-09-29 |
Kevin P. Fleming | Merged revisions 44055 via svnmerge from |
blob | commitdiff | diff to current |
2006-09-29 |
Kevin P. Fleming | Merged revisions 43996-43997,44008,44011-44012 via... |
blob | commitdiff | diff to current |
2006-09-19 |
Jason Parker | be a little more consistent with our variable usage |
blob | commitdiff | diff to current |
2006-09-18 |
Jason Parker | Change the includes to work on FreeBSD |
blob | commitdiff | diff to current |
2006-09-15 |
Jason Parker | Many Solaris fixes - this moves some of the stuff from... |
blob | commitdiff | diff to current |
2006-09-09 |
Kevin P. Fleming | more makefile tweaks to keep targets from being run... |
blob | commitdiff | diff to current |
2006-08-26 |
Kevin P. Fleming | GNU make already knows how to quietly ignore non-existe... |
blob | commitdiff | diff to current |
2006-08-25 |
Steve Murphy | Changes to fix all problems reported in 7804 are includ... |
blob | commitdiff | diff to current |
2006-08-21 |
Kevin P. Fleming | build muted by default, since there is no Makefile... |
blob | commitdiff | diff to current |
2006-08-21 |
Kevin P. Fleming | merge new_loader_completion branch, including (at least): |
blob | commitdiff | diff to current |
2006-07-15 |
Kevin P. Fleming | use LDFLAGS and LIBS properly, and allow dependencies... |
blob | commitdiff | diff to current |
2006-07-06 |
Kevin P. Fleming | make the build output less noisy (optional, can be... |
blob | commitdiff | diff to current |
2006-06-22 |
Russell Bryant | - convert the 'uninstall' target to use separate target... |
blob | commitdiff | diff to current |
2006-06-22 |
Russell Bryant | - specify that 'depend' is a .PHONY target |
blob | commitdiff | diff to current |
2006-06-22 |
Russell Bryant | - specify that 'all' is a .PHONY target |
blob | commitdiff | diff to current |
2006-06-22 |
Russell Bryant | add the 'clean', 'clean-depend', and 'dist-clean' targe... |
blob | commitdiff | diff to current |
2006-06-13 |
Kevin P. Fleming | minor fix |
blob | commitdiff | diff to current |
2006-06-10 |
Russell Bryant | don't use ast_copy_string when building for an external... |
blob | commitdiff | diff to current |
2006-06-05 |
Kevin P. Fleming | use module names, not file names, in menuselect |
blob | commitdiff | diff to current |
2006-05-30 |
Joshua Colp | Be gone foul Makefile usage! er I mean use the correct... |
blob | commitdiff | diff to current |
2006-05-24 |
Kevin P. Fleming | don't force the compiler name |
blob | commitdiff | diff to current |
2006-05-19 |
Russell Bryant | we have to build local copies of aelflex.o, aelbison... |
blob | commitdiff | diff to current |
2006-05-08 |
Tilghman Lesher | Don't try to build aelparse if pbx_ael is disabled... |
blob | commitdiff | diff to current |
2006-05-08 |
Kevin P. Fleming | remove incorrect Makefile rule that was causing aelpars... |
blob | commitdiff | diff to current |
2006-05-08 |
Kevin P. Fleming | don't let make use implicit rules for bison/flex output... |
blob | commitdiff | diff to current |
2006-05-02 |
Russell Bryant | instead of just building local object files for ast_exp... |
blob | commitdiff | diff to current |
2006-04-30 |
Kevin P. Fleming | simplify CFLAGS handling for subdirectories |
blob | commitdiff | diff to current |
2006-04-29 |
Kevin P. Fleming | and now with the correct filenames |
blob | commitdiff | diff to current |
2006-04-29 |
Kevin P. Fleming | add the other two files that should have been on this... |
blob | commitdiff | diff to current |
2006-04-29 |
Kevin P. Fleming | fix up dependencies for aelparse so that bison/flex... |
blob | commitdiff | diff to current |
2006-04-27 |
Luigi Rizzo | uncomment some functions in the flex code that were... |
blob | commitdiff | diff to current |
2006-04-24 |
Kevin P. Fleming | Merge Steve Murphy's (murf) complete re-implementation... |
blob | commitdiff | diff to current |
2006-04-24 |
Kevin P. Fleming | Thanks to the fine work of Russell Bryant and Dancho... |
blob | commitdiff | diff to current |
2006-02-12 |
Kevin P. Fleming | ensure that dependencies are rebuilt after 'make update... |
blob | commitdiff | diff to current |
2006-02-01 |
Matt O'Gorman | Allows for user to uninstall asterisk binaries |
blob | commitdiff | diff to current |
2006-01-16 |
Russell Bryant | remove redundant CFLAGS for BSD which are already set... |
blob | commitdiff | diff to current |
2005-11-29 |
Kevin P. Fleming | remove extraneous svn:executable properties |
blob | commitdiff | diff to current |
2005-10-30 |
Mark Spencer | Fix build of CVS head on Solaris (bug #5527) |
blob | commitdiff | diff to current |
2005-09-14 |
Russell Bryant | delete streamplayer with 'make clean' |
blob | commitdiff | diff to current |
2005-08-30 |
Kevin P. Fleming | clean up, use make functions instead of subshells,... |
blob | commitdiff | diff to current |
2005-08-29 |
Kevin P. Fleming | don't make expression evaluator allocate a memory buffe... |
blob | commitdiff | diff to current |
2005-08-22 |
Kevin P. Fleming | support new format for musiconhold.conf (issue #4908) |
blob | commitdiff | diff to current |
2005-06-21 |
Kevin P. Fleming | enhance check_expr to check for parsing errors in dialp... |
blob | commitdiff | diff to current |
2005-06-20 |
Kevin P. Fleming | move tools used during build into build_tools subdirectory |
blob | commitdiff | diff to current |
2005-06-09 |
Kevin P. Fleming | add check_expr to 'make clean' and CVS ignore list |
blob | commitdiff | diff to current |
2005-05-10 |
Matthew Fredrickson | Fix 'make clean' bug in for app (Bug 4230) |
blob | commitdiff | diff to current |
2005-05-09 |
Mark Spencer | Fix to makefile (bug #4215) |
blob | commitdiff | diff to current |
2005-03-27 |
Mark Spencer | Fix cross compiling (bug #3868) |
blob | commitdiff | diff to current |
2005-03-17 |
Mark Spencer | Add support for Solaris/x86 (bug #3064) |
blob | commitdiff | diff to current |
2005-01-21 |
Mark Spencer | Add stereoize (bug #3142), faster than soxmix |
blob | commitdiff | diff to current |
2004-12-18 |
Mark Spencer | Fix silly error in makefile (bug #3081) |
blob | commitdiff | diff to current |
2004-12-15 |
Mark Spencer | DISA fix, makefile fix (bug #3049) |
blob | commitdiff | diff to current |
2004-12-15 |
Mark Spencer | Fix it so TARGET always has at least one thing in it... |
blob | commitdiff | diff to current |
2004-12-13 |
Mark Spencer | Fix minor makefile issues (bug #3036) |
blob | commitdiff | diff to current |
2004-12-11 |
Mark Spencer | Merge sms stuff and move to "utils" subdir (bug #2973) |
blob | commitdiff | diff to current |
|