summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2017-02-27build: Warn if asterisk is installed in both 32 and 64 bit sys dirsGeorge Joseph
2017-02-23build: Execute ldconfig to build cache. (take two)George Joseph
2016-10-09bundled_pjproject: Add tests for programs used by the Makefile, et al.George Joseph
2016-09-06build: Add download capability for external packagesGeorge Joseph
2016-07-20Merge "Makefile: Retain XML Declaration and DTD in docs." into 13zuul
2016-07-19Makefile: Retain XML Declaration and DTD in docs.Alexander Traud
2016-07-18Makefile: Suppress echoing of target 'config' again.Alexander Traud
2016-05-21Makefile: remove OSARCH check for init installTzafrir Cohen
2016-03-01build-system: Allow building with static pjprojectGeorge Joseph
2016-01-27build_system: Prevent goals needing makeopts from running when it's missingGeorge Joseph
2016-01-21Build System: Add support for checking alembic branches.Corey Farrell
2015-11-04Fix cli display of build options.Corey Farrell
2015-10-31Makefile: Add a rule 'basic-pbx' that installs the Basic PBX configsMatt Jordan
2015-09-25Scripts: check file versions of Asterisk and dependenciesScott Griepentrog
2015-06-02Fixes for OS XDavid M. Lee
2015-05-12General: Fix recent menuselect-related cross compile regressionSebastian Kemper
2015-05-07doc: Make progdocs play nice with gitGeorge Joseph
2015-04-29Git Migration: Create doc/rest-api when needed.Corey Farrell
2015-04-14Build System: Replace comment about setting menuselect defaults.Corey Farrell
2015-03-12Add support for the clang compiler; update RAII_VAR to use BlocksRuntimeMatthew Jordan
2014-10-31install init.d files on GNU/kFreeBSDTzafrir Cohen
2014-10-31REF_DEBUG: Install refcounter.py to $(ASTDATADIR)/scriptsCorey Farrell
2014-10-19build: Force -fsigned-char on platforms where the default for char is unsignedGeorge Joseph
2014-10-12build: Relax badshell tilde test to allow for ~ in middle of DESTDIR.Walter Doekes
2014-09-18Only install dahdi_span_config_hook if DAHDI is enabledDavid M. Lee
2014-07-17configs: Move sample config files into a subdirectory of configsMatthew Jordan
2014-07-03dahdi_span_config_hook: automatically register new dahdi channelsTzafrir Cohen
2014-06-22astobj2: Add an ao2_replace macro to astobj2.hGeorge Joseph
2014-06-12safe_asterisk: Overwrite old safe_asterisk on make install.Walter Doekes
2014-02-16buildsystem: Unbreak the build (infloop) on Asterisk 11+Matthew Jordan
2014-02-14buildsystem: Don't force main to depend on everything else.Walter Doekes
2014-02-14install_subst: helper script for installing with path substitutionTzafrir Cohen
2013-12-11func_pjsip_endpoint: Add PJSIP_ENDPOINT function for querying endpoint detailsMatthew Jordan
2013-10-18This is just a quick script for dumping swagger-ui into static-http,David M. Lee
2013-10-02man pages for astdb2bdb and astdb2sqlite3Tzafrir Cohen
2013-09-03Fixed 'make clean' for wiki docsDavid M. Lee
2013-08-29Revert r394939 due to (numerous) objectionsMatthew Jordan
2013-08-29Recursively search for '.c' files when making documentation with 'make full'Matthew Jordan
2013-08-01Fix documentation replication issuesKinsey Moore
2013-07-21Always install safe_asterisk; add configuration file supportMatthew Jordan
2013-07-03ARI - channel recording supportDavid M. Lee
2013-07-03Update events to use Swagger 1.3 subtyping, and related aftermathDavid M. Lee
2013-06-25Fix typo with XML docs.Jason Parker
2013-06-19Fix build problem on OS X Mountain Lion (10.8)David M. Lee
2013-05-31Let find do its own globbing.Walter Doekes
2013-04-22This patch adds a RESTful HTTP interface to Asterisk.David M. Lee
2013-04-15Don't unnecessarily rebuild things on every run of 'make'.Jason Parker
2013-04-08Clean up Makefile "warning" clutter when makeopts doesn't exist.Walter Doekes
2013-04-02Fixed spurious rebuilds of func_version.David M. Lee
2013-04-01Fix parallel make problems.David M. Lee