asterisk/build_tools
David M. Lee 7695ea2643 Add JSON API for Asterisk.
This provides a JSON API by pulling in and wrapping the Jansson JSON
library[1]. The Asterisk API basically mirrors the Jansson
functionality, with a few minor tweaks.

 * Some names have been asteriskified to protect the innocent.
 * Jansson provides both reference-stealing and reference-borrowing
   versions of several API's. The Asterisk API is exclusively
   reference-stealing for operations that put elements into arrays and
   objects.
 * No support for doubles, since we usually don't need that.
 * Coming along for the ride is the ast_test_validate macro, which made
   the unit tests much easier to write.

 [1]: http://www.digip.org/jansson/

(issue ASTERISK-20887)
(closes issue ASTERISK-20888)
Review: https://reviewboard.asterisk.org/r/2264/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@378915 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-01-11 22:31:42 +00:00
..
cflags-devmode.xml Rewrite of skinny debugging. 2012-08-07 21:58:01 +00:00
cflags.xml Update module support level on a variety of modules and compiler options 2012-08-18 01:14:42 +00:00
embed_modules.xml Change the internal name of the menuselect options that are used to control 2011-10-14 21:37:51 +00:00
find_missing_support_level Multiple revisions 369001-369002 2012-06-15 16:20:16 +00:00
get_documentation remove empty awk pattern (//) 2009-10-28 20:50:52 +00:00
get_documentation.py Add AMI event documentation 2012-06-25 17:59:34 +00:00
get_makeopts Merged revisions 139909 via svnmerge from 2008-08-25 21:32:10 +00:00
get_moduleinfo Merged revisions 139909 via svnmerge from 2008-08-25 21:32:10 +00:00
make_build_h Merged revisions 260801 via svnmerge from 2010-05-04 15:49:57 +00:00
make_buildopts_h Fix a few build problems on Solaris (and check for an md5 utility in 2008-11-19 00:27:45 +00:00
make_defaults_h Address OpenSSL initialization issues when using third-party libraries. 2012-01-30 21:21:16 +00:00
make_linker_eo_script give embedded modules a helping hand by backing up and restoring their global variables when they are loaded and unloaded 2007-02-22 02:36:00 +00:00
make_linker_version_script Ensure that linker version scripts (used for symbol export control) always exist. 2010-04-08 16:35:10 +00:00
make_sample_voicemail Merged revisions 299907 via svnmerge from 2010-12-29 18:24:19 +00:00
make_version build_tools: Allow Asterisk to report git SHAs in version string. 2012-10-18 20:13:17 +00:00
make_version_c Merged revisions 234699 via svnmerge from 2009-12-14 21:13:18 +00:00
menuselect-deps.in Add JSON API for Asterisk. 2013-01-11 22:31:42 +00:00
mkpkgconfig Address OpenSSL initialization issues when using third-party libraries. 2012-01-30 21:21:16 +00:00
post_process_documentation.py Add AMI event documentation 2012-06-25 17:59:34 +00:00
prep_tarball Fix boo-boo in prep_tarball script. 2011-11-08 13:23:27 +00:00
sha1sum-sh Add an sha1sum-workalike for platforms which don't have it (like Mac OS X) 2010-05-18 22:49:13 +00:00