aboutsummaryrefslogtreecommitdiffstats
path: root/main/Makefile
AgeCommit message (Expand)AuthorFilesLines
2007-07-03Removing expr floating patch from 1.4; too much of a behavior change. If you ...murf1-1/+1
2007-07-02support for floating point numbers added to ast_expr2 $\[...\] exprs. Fixes b...murf1-1/+1
2007-04-10File upload support was added to solve some needs for the Asterisk GUI.russell1-7/+1
2007-04-06To be able to achieve the things that we would like to achieve with therussell1-1/+7
2007-03-30Add linux-uclibc host arch..."thingy". Sorry, I don't know what it's called...qwell1-1/+1
2007-02-07The clean target actually needs to run "distclean" on editline. This isrussell1-1/+1
2007-01-29Add a missing quotation mark. This was pointed out by jcmoore on #asterisk-dev.russell1-1/+1
2007-01-29ASTLDFLAGS needs to be passed to the editline configure script as LDFLAGS.russell1-1/+1
2007-01-24Merge in dialing API and the app_page that uses it. (issue #BE-118)file1-1/+1
2007-01-18Ensure that the locations given to the Asterisk configure script for ncurses,russell1-2/+2
2007-01-15use the ACX_PTHREAD macro from the Autoconf macro archive for setting up comp...kpfleming1-1/+1
2007-01-04add support for tracking thread-local-storage objects that exist via 'threads...kpfleming1-1/+1
2006-12-18remove some now-unnecessary explicit includes of autoconfig.hkpfleming1-0/+1
2006-12-16simplify dependency tracking system, using the compiler's built-in method for...kpfleming1-1/+0
2006-11-01Force poll() emulation for Darwin to always be on. It's too broken to conside...file1-1/+6
2006-09-30fix two recent build problems:rizzo1-1/+1
2006-09-29yet another place where we were not using the correct CFLAGS by defaultkpfleming1-1/+1
2006-09-29missed one conversion to ASTCFLAGSkpfleming1-1/+1
2006-09-29don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they...kpfleming1-4/+4
2006-09-21add another attempt to strip non-API symbols from the final binary... script ...kpfleming1-1/+2
2006-09-21remove this change... it requires binutils 2.17kpfleming1-1/+1
2006-09-20don't let symbols from included static libraries (like codec/ilbc) pollute th...kpfleming1-1/+1
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*mattf1-1/+8
2006-09-18it appears that current Mac OS/X does not need the poll compatibility module ...kpfleming1-5/+1
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell1-2/+2
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-8/+1
2006-08-26ensure that cross-compiler info is removed from the enviroment before configu...kpfleming1-1/+1
2006-08-26more optimizations for embedded systems:kpfleming1-2/+8
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+138