summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2006-06-13minor fixKevin P. Fleming
2006-06-10don't use ast_copy_string when building for an external toolRussell Bryant
2006-06-10don't redefine PATH_MAXRussell Bryant
2006-06-10convert a few more uses of AST_CONFIG_MAX_PATH to use PATH_MAXRussell Bryant
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedKevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-05-30Be gone foul Makefile usage! er I mean use the correct variable... UTILS inst...Joshua Colp
2006-05-24don't force the compiler nameKevin P. Fleming
2006-05-20fix the build of func_realtime and aelparse with MTX_PROFILE enabledRussell Bryant
2006-05-19we have to build local copies of aelflex.o, aelbison.o, and pbx_ael.o as wellRussell Bryant
2006-05-19Merged revisions 28790 via svnmerge from Russell Bryant
2006-05-08Don't try to build aelparse if pbx_ael is disabled in menuselect (otherwise t...Tilghman Lesher
2006-05-08remove incorrect Makefile rule that was causing aelparse to be rebuilt unnece...Kevin P. Fleming
2006-05-08don't let make use implicit rules for bison/flex output filesKevin P. Fleming
2006-05-02instead of just building local object files for ast_expr2.o and ast_expr2f.o,Russell Bryant
2006-05-02The build of aelparse was still broken in some cases, so instead of having to Russell Bryant
2006-05-01add missing functions - see the comment in the file explainingLuigi Rizzo
2006-05-01make sure non-inlined versions of ast_copy_string and _ast_calloc are availableRussell Bryant
2006-04-30simplify CFLAGS handling for subdirectoriesKevin P. Fleming
2006-04-29and now with the correct filenamesKevin P. Fleming
2006-04-29add the other two files that should have been on this target... oopsKevin P. Fleming
2006-04-29fix up dependencies for aelparse so that bison/flex will not be run to rebuil...Kevin P. Fleming
2006-04-27uncomment some functions in the flex code that were actuallyLuigi Rizzo
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-12add 'show threads' and 'show profile' commands.Luigi Rizzo
2006-03-29Update to code documentation and developer guidelines.Olle Johansson
2006-02-14remove file for testingKevin P. Fleming
2006-02-14test pre-commit scriptKevin P. Fleming
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...Kevin P. Fleming
2006-02-01Allows for user to uninstall asterisk binariesMatt O'Gorman
2006-01-25don't leak almost 200 bytes for each new channel and store the activeRussell Bryant
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...Russell Bryant
2005-12-11Merged revisions 7404,7406,7425,7427,7429-7430 via svnmerge from Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-29remove remaining .cvsignore filesKevin P. Fleming
2005-11-01issue #4678Kevin P. Fleming
2005-10-30Fix build of CVS head on Solaris (bug #5527)Mark Spencer
2005-10-28fix compiler warningsKevin P. Fleming
2005-10-18fix build on older versions of mac osx, thanks twisted!Russell Bryant
2005-10-16make ouput a little bit more informativeRussell Bryant
2005-09-15more license/copyright header updates (thanks Ian!)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14delete streamplayer with 'make clean'Russell Bryant
2005-09-14more BSD portability fixes (issue #5155)Kevin P. Fleming
2005-09-08first set of Cygwin portability stuff (issue #4678)Kevin P. Fleming
2005-08-30clean up, use make functions instead of subshells, remove unused stuffKevin P. Fleming
2005-08-29don't make expression evaluator allocate a memory buffer for each resultKevin P. Fleming
2005-08-24fix build for OpenBSD (bug #5019)Russell Bryant