Commit Graph

748 Commits (ae9ffced0d8a8a1528fa7f365406f6799dffac64)

Author SHA1 Message Date
Tzafrir Cohen 111c4b0324 Makefile: remove OSARCH check for init install
10 years ago
George Joseph 3173e91bab build-system: Allow building with static pjproject
10 years ago
George Joseph c53903d447 build_system: Prevent goals needing makeopts from running when it's missing
10 years ago
Corey Farrell 5dde111719 Build System: Add support for checking alembic branches.
10 years ago
Corey Farrell b0bf189908 Fix cli display of build options.
10 years ago
Matt Jordan 80cf4960ff Makefile: Add a rule 'basic-pbx' that installs the Basic PBX configs
10 years ago
Scott Griepentrog d6472d96b3 Scripts: check file versions of Asterisk and dependencies
10 years ago
David M. Lee 9fca378b36 Fixes for OS X
11 years ago
Sebastian Kemper c624e4bae1 General: Fix recent menuselect-related cross compile regression
11 years ago
George Joseph cf637f2510 doc: Make progdocs play nice with git
11 years ago
Corey Farrell c232ff3af0 Git Migration: Create doc/rest-api when needed.
11 years ago
Corey Farrell abf10a1d4c Build System: Enable use of ~/.asterisk.makeopts and /etc/asterisk.makeopts.
11 years ago
Matthew Jordan 29304d10a0 Add support for the clang compiler; update RAII_VAR to use BlocksRuntime
11 years ago
Tzafrir Cohen 4219c40775 install init.d files on GNU/kFreeBSD
11 years ago
Corey Farrell bf684b63a3 REF_DEBUG: Install refcounter.py to $(ASTDATADIR)/scripts
11 years ago
George Joseph 5e10e369b1 build: Force -fsigned-char on platforms where the default for char is unsigned
11 years ago
Walter Doekes c0ac874106 build: Relax badshell tilde test to allow for ~ in middle of DESTDIR.
11 years ago
David M. Lee b89491e39c Only install dahdi_span_config_hook if DAHDI is enabled
11 years ago
Matthew Jordan fc0fecb476 configs: Move sample config files into a subdirectory of configs
11 years ago
Tzafrir Cohen da469fd9f6 dahdi_span_config_hook: automatically register new dahdi channels
11 years ago
George Joseph 682357dced astobj2: Add an ao2_replace macro to astobj2.h
12 years ago
Walter Doekes 3b0ad74e17 safe_asterisk: Overwrite old safe_asterisk on make install.
12 years ago
Matthew Jordan 7e506c185c buildsystem: Unbreak the build (infloop) on Asterisk 11+
12 years ago
Walter Doekes 3a55eb88d2 buildsystem: Don't force main to depend on everything else.
12 years ago
Tzafrir Cohen 199c7de764 install_subst: helper script for installing with path substitution
12 years ago
Matthew Jordan f46b30bd36 func_pjsip_endpoint: Add PJSIP_ENDPOINT function for querying endpoint details
12 years ago
David M. Lee 14dc5776d2 This is just a quick script for dumping swagger-ui into static-http,
12 years ago
Tzafrir Cohen e2204a1e61 man pages for astdb2bdb and astdb2sqlite3
12 years ago
David M. Lee 32d325439f Fixed 'make clean' for wiki docs
12 years ago
Matthew Jordan 449afdd9e8 Revert r394939 due to (numerous) objections
12 years ago
Matthew Jordan 3f0148cd67 Recursively search for '.c' files when making documentation with 'make full'
12 years ago
Kinsey Moore 03090a88ba Fix documentation replication issues
12 years ago
Matthew Jordan 54803338b4 Always install safe_asterisk; add configuration file support
12 years ago
David M. Lee a75fd32212 ARI - channel recording support
13 years ago
David M. Lee c9a3d4562d Update events to use Swagger 1.3 subtyping, and related aftermath
13 years ago
Jason Parker 5b40420813 Fix typo with XML docs.
13 years ago
David M. Lee 6e6652518d Fix build problem on OS X Mountain Lion (10.8)
13 years ago
Walter Doekes 390b994fce Let find do its own globbing.
13 years ago
David M. Lee 1c21b8575b This patch adds a RESTful HTTP interface to Asterisk.
13 years ago
Jason Parker f4870aa71c Don't unnecessarily rebuild things on every run of 'make'.
13 years ago
Walter Doekes 5bf283d406 Clean up Makefile "warning" clutter when makeopts doesn't exist.
13 years ago
David M. Lee 0da0797cb0 Fixed spurious rebuilds of func_version.
13 years ago
David M. Lee 2d45dbc79b Fix parallel make problems.
13 years ago
Matthew Jordan d04ab3c645 Add CLI configuration documentation
13 years ago
Jason Parker eb61bb96b7 Fix how we build pjproject.
13 years ago
David M. Lee bc97a4ded1 Up the minimum OS X version to 10.6.
13 years ago
David M. Lee 7bd50bc0c4 Specify the -rpath linker flag when prefix != /usr.
13 years ago
Richard Mudgett b0c3d288f2 build_tools: Allow Asterisk to report git SHAs in version string.
13 years ago
Andrew Latham 6c20cf2d8a Doxygen Updates - Title update
13 years ago
Andrew Latham ec0747d4f6 Multiplatform Makefile Update
13 years ago
Andrew Latham 4c2711d4db Test for Asterisk Version info
13 years ago
Andrew Latham 83b13ebc04 Add check for Doxygen
13 years ago
Andrew Latham fd98835f1f Doxygen Updates Janitor Work
13 years ago
David M. Lee f8d815e19f Add -fnested-functions compile flag, if needed.
13 years ago
David M. Lee 3e17426e89 Corrects the astsbindir setting when installing the sample asterisk.conf.
13 years ago
Matthew Jordan 8018b879a2 Clean up doxygen warnings
13 years ago
Matthew Jordan 82a7409c15 Add AMI event documentation
14 years ago
Matthew Jordan a8e895c1a0 Replace MODULES_DIR with ASTMODDIR in Makefile's INSTALLDIRS
14 years ago
Matthew Jordan 2362ee5738 Do not install empty directories; add ASTLIBDIR
14 years ago
Matthew Jordan 019010e611 Do not perform install on existing directories
14 years ago
Terry Wilson d54717c39e Add new config-parsing framework
14 years ago
Tzafrir Cohen 879f6417c6 pass BUILD_CFLGAS and BUILD_LDFLAGS to menuselect
14 years ago
Kinsey Moore 8696daadf8 Simplify build system architecture optimization
14 years ago
Sean Bright 2969b00468 Add --enable-dev-mode=strict to configure.
14 years ago
Sean Bright ced8b052e1 Whitespace only change to the Makefile
14 years ago
Kevin P. Fleming c6489d7b32 Correct serious flaw in the top-level Makefile.
14 years ago
Kevin P. Fleming 92ef8a6fe1 Address OpenSSL initialization issues when using third-party libraries.
14 years ago
Kevin P. Fleming 9ee8a74461 Remove "asterisk/version.h" in favor of "asterisk/ast_version.h".
14 years ago
Walter Doekes a9698d0241 Fix support for parallel building with make (-j).
14 years ago
Terry Wilson 980ab2d018 Add ASTSBINDIR to the list of configurable paths
14 years ago
Richard Mudgett f1440edfa7 Merged revisions 339407 via svnmerge from
14 years ago
Tilghman Lesher 5e7121b44f Merged revisions 336734 via svnmerge from
14 years ago
Jason Parker d1a46d2e7a Merged revisions 333268 via svnmerge from
14 years ago
Jason Parker 00a8f14fb1 Merged revisions 333203 via svnmerge from
14 years ago
Tilghman Lesher 318f0f5514 Merged revisions 332369 via svnmerge from
14 years ago
Kevin P. Fleming 6855bb873f Merged revisions 328879 via svnmerge from
14 years ago
Jason Parker 881d139b84 Merged revisions 327888 via svnmerge from
15 years ago
Terry Wilson efd040cd11 Replace Berkeley DB with SQLite 3
15 years ago
Terry Wilson e2ee02daaa Merged revisions 323932 via svnmerge from
15 years ago
Russell Bryant b802909d07 Merged revisions 317530 via svnmerge from
15 years ago
Leif Madsen c85a903198 Merged revisions 317058 via svnmerge from
15 years ago
Kevin P. Fleming 7cf70df999 Use "-march=native" when possible.
15 years ago
Stefan Schmidt f6834d3247 fix wrong text of rerun menuselect after user interface warning
15 years ago
Tilghman Lesher a58b2fb395 XML validation
15 years ago
David Ruggles 08e6f86d23 update safe_asterisk script
15 years ago
Paul Belanger cd26019823 Merged revisions 299907 via svnmerge from
15 years ago
Tilghman Lesher fb3520e439 Merged revisions 299794 via svnmerge from
15 years ago
Tilghman Lesher 5656e5020f Merged revisions 297821 via svnmerge from
15 years ago
Paul Belanger 3960c9b41f Merged revisions 297406 via svnmerge from
15 years ago
Russell Bryant 893ca656af Merged revisions 294740 via svnmerge from
15 years ago
Terry Wilson b043365e98 Merged revisions 291575 via svnmerge from
15 years ago
Tilghman Lesher 7157b48150 Merged revisions 289104 via svnmerge from
15 years ago
Russell Bryant fc9d1879ce Merged revisions 283629 via svnmerge from
15 years ago
Paul Belanger 7f08adba61 Merged revisions 279314 via svnmerge from
15 years ago
Paul Belanger 7d96f2d01e Portability updates for Makefiles.
15 years ago
Russell Bryant e5c4c90064 Allow xmllint to be used for XML docs validation.
16 years ago
Paul Belanger 16027cd399 Remove ASTBINDIR variable
16 years ago
Tilghman Lesher a0baefec79 Merged revisions 268050 via svnmerge from
16 years ago
Tilghman Lesher 8d6ee962c7 Add kqueue(2) implementation to Asterisk in various places.
16 years ago
Russell Bryant 865bdbc954 Restore previous asterisk.conf syntax, where the directories aren't commented out.
16 years ago