summaryrefslogtreecommitdiff
path: root/build_tools
AgeCommit message (Expand)Author
2006-06-12the menu must be redrawn after displaying the help infoRussell Bryant
2006-06-11optimize the display of the module selection menus by only clearing the screenRussell Bryant
2006-06-08always include inttypes.h and sys/types.h in asterisk/compat.h to fix a buildRussell Bryant
2006-06-08Make menuselect compile on os/x...Olle Johansson
2006-06-08Enable doxygenOlle Johansson
2006-06-07don't force the sounds to download... only when neededKevin P. Fleming
2006-06-07woo-hoo, now it knows how to download the sound packages... doesn't install t...Kevin P. Fleming
2006-06-07prepare for using sound files from out of the source treeKevin P. Fleming
2006-06-07remove the WITH_SMDI defineRussell Bryant
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsRussell Bryant
2006-06-06add the ability to do the same thing as "make dont-optimize" by enabling theRussell Bryant
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-06-05begin adding support for new sound packagesKevin P. Fleming
2006-06-01use strcpy instead of snprintf in a couple placesRussell Bryant
2006-06-01allow menuselect to display dependencies and conflicts for modulesRussell Bryant
2006-05-22asterisk-xmpp merge inMatt O'Gorman
2006-05-22add DEBUG_CHANNEL_LOCKS to menuselectRussell Bryant
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)Russell Bryant
2006-05-13Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now beRussell Bryant
2006-05-11fix the build with astmm (issue #7139)Russell Bryant
2006-05-11forcing a dist-clean in the cleantest was a bad idea. Just change the scriptRussell Bryant
2006-05-11add messages at the bottom of the menu for each of the definesRussell Bryant
2006-05-11change the CFLAGS controlled by menuselect to be placed in a header fileRussell Bryant
2006-05-10remove a debug message and make the exit keys not be case sensitiveRussell Bryant
2006-05-10provide a correct return value in case everything goes well,Luigi Rizzo
2006-05-09OopsMark Spencer
2006-05-09Make menuselect be able to show what the modules areMark Spencer
2006-05-09don't build strcompat for menuselect except on SolarisKevin P. Fleming
2006-05-07various menuselect fixes as a result of boredom during a 9 hour flight andRussell Bryant
2006-05-06Typo fixTilghman Lesher
2006-04-30remove remaining MFC/R2 stuffKevin P. Fleming
2006-04-30remove T38_SUPPORT define that is no longer neededKevin P. Fleming
2006-04-28fix spelling typo -- what's a Diaplan?Russell Bryant
2006-04-28remove this option for now, because it can only be enabled whenRussell Bryant
2006-04-27add STACK_BACKTRACES to the CFLAGS selectable in menuselectRussell Bryant
2006-04-27- add missing IXJUSER to menuselect-deps.inRussell Bryant
2006-04-25don't list strcompat.o as a dependency in the build_tools Makefile. It isRussell Bryant
2006-04-25apparently some systems may have ncurses that doesn't provide backwards compatRussell Bryant
2006-04-25menuselect needs strcompat.o for strsep on SolarisRussell Bryant
2006-04-24Move clueful 'h' more central; alias ESC to left arrow and make ESC quit on m...Tilghman Lesher
2006-04-24add a note indicating that you can press 'h' for helpRussell Bryant
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...Joshua Colp
2006-03-03Merged revisions 11715 via svnmerge from Tilghman Lesher
2006-03-03Merged revisions 11634-11635 via svnmerge from Tilghman Lesher
2006-03-01Merged revisions 11479 via svnmerge from Tilghman Lesher
2005-12-17Merged revision 7510 via svnmerge from Kevin P. Fleming
2005-12-04Merged revisions 7285,7299,7310,7329 via svnmerge from Kevin P. Fleming
2005-12-01Merged revisions 7257 via svnmerge from Kevin P. Fleming
2005-12-01use '=' instead of '==' for string comparisons. /bin/bash is ok with this, butRussell Bryant