summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* add metadata API to doxygen specsPaul Davis2014-01-182-0/+5
|
* port.h is not part of the public headers and so should not be included in ↵Paul Davis2012-02-081-1/+0
| | | | doxygen config
* bump version to 0.121.0 ; doc tweaks to include control APIpaul2011-06-233-1/+6
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4467 0c269be4-1314-0410-8aa9-9f06e86f4224
* various doxygen changes from raboof & gabredd via trac #153paul2011-03-182-1/+6
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4216 0c269be4-1314-0410-8aa9-9f06e86f4224
* weak linkage docs, take 1paul2011-02-283-2/+5
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4132 0c269be4-1314-0410-8aa9-9f06e86f4224
* doc fixes to add session API and other tweakspaul2011-02-283-3/+8
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4131 0c269be4-1314-0410-8aa9-9f06e86f4224
* update documentation for latency management APIpaul2011-01-131-0/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4112 0c269be4-1314-0410-8aa9-9f06e86f4224
* Fix doxygen confusion with POST_PACKED_STRUCTUREtorben2009-02-181-2/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3323 0c269be4-1314-0410-8aa9-9f06e86f4224
* more main page text fixupspaul2008-11-241-2/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3112 0c269be4-1314-0410-8aa9-9f06e86f4224
* update copyright range on main doc pagepaul2008-11-241-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3111 0c269be4-1314-0410-8aa9-9f06e86f4224
* reorganize jack/jack.h to group related functions; add @defgroup to several ↵paul2008-11-241-9/+27
| | | | | | headers files; update main ref doc page and use groups to provide an alternate way of exploring the API git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3110 0c269be4-1314-0410-8aa9-9f06e86f4224
* r11468@florine: joq | 2008-11-23 19:22:03 -0600joq2008-11-241-107/+380
| | | | | | | fix doxygen warnings git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3108 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.102.23] jack_midiseq patch from Dave Robillard;joq2006-10-161-4/+4
| | | | | | fix doxygen warning messages git-svn-id: svn+ssh://jackaudio.org/trunk/jack@990 0c269be4-1314-0410-8aa9-9f06e86f4224
* drobilla's MIDI patch, plus a tiny big/little endian fix for the ALSA backendpaul2006-05-251-2/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@960 0c269be4-1314-0410-8aa9-9f06e86f4224
* * JACK MIDI patch from Ian Estenpbd2006-05-043-2/+6
| | | | | | | | | | | | | | * COMPLEX_MMAP patch for ALSA driver from Frank van der Pol * BIG_ENDIAN patch by A. Steinmetz with followup patch by M. Habets for ALSA backend (allows JACK to run on devices like M-Audio Audiophile USB that only support big endian sample formats), modified and fixed by me * remove unused argument from jack_shmalloc to ease x86_64 errors * fixes to printf formatting and on x86_64 * fix argument signedness warnings from gcc4 git-svn-id: svn+ssh://jackaudio.org/trunk/jack@945 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.99.42] move several function prototypes to statistics.hjoq2004-12-312-10/+13
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@860 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.99.14] jack_client_open() part 2joq2004-11-283-8/+17
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@806 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.99.4] new interface docs; bug fixesjoq2004-10-091-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@767 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.98.16] threading and CoreAudio cleanupjoq2004-09-153-1/+4
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@757 0c269be4-1314-0410-8aa9-9f06e86f4224
* porting guide updatesjoq2004-03-281-7/+16
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@678 0c269be4-1314-0410-8aa9-9f06e86f4224
* documentation and file formatting updatesjoq2004-03-282-11/+11
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@677 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.96.2] remove <sysdeps/os_defines.h>joq2004-03-272-17/+11
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@676 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.96.0] merge MacOSX EXP tree into HEADjoq2004-03-254-3/+131
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@673 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.95.10] handle internal client jack_initialize() failurejoq2004-03-223-8/+13
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@666 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.94.4] add *_name_size functionsjoq2004-02-203-190/+350
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@647 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.92.0] update docs for bug:000023 fixjoq2003-12-181-6/+7
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@593 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.89.0] merge of EXP branch into HEADjoq2003-10-313-15/+89
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@540 0c269be4-1314-0410-8aa9-9f06e86f4224
* --version returns the default temporary directory tootrutkin2003-08-302-0/+1188
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@489 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.79.0] modified timebase interfacejoq2003-08-231-17/+10
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@463 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.78.3] ignore old-style timebase mastersjoq2003-08-221-13/+18
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@460 0c269be4-1314-0410-8aa9-9f06e86f4224
* Better build stufftrutkin2003-08-183-18/+18
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@456 0c269be4-1314-0410-8aa9-9f06e86f4224
* distcheck works againtrutkin2003-08-182-8/+11
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@455 0c269be4-1314-0410-8aa9-9f06e86f4224
* Patches from Bob Ham, Fons Adriaensen, and Takashi Iwaitrutkin2003-08-173-16/+17
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@454 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.76.6] transport sync improvements, timeoutjoq2003-08-111-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@451 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.76.4] jack_transport_locate(); sync patchesjoq2003-08-081-2/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@449 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.76.1] new transport systemjoq2003-08-065-7/+310
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@444 0c269be4-1314-0410-8aa9-9f06e86f4224
* removed error.htrutkin2003-07-171-1/+0
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@432 0c269be4-1314-0410-8aa9-9f06e86f4224
* Takashi's fixestrutkin2003-02-061-3/+3
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@312 0c269be4-1314-0410-8aa9-9f06e86f4224
* maintainer-clean fixes. cvsignore cleanup.trutkin2002-05-291-1/+5
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@232 0c269be4-1314-0410-8aa9-9f06e86f4224
* add types, error, transport files to doc buildwingo2002-05-241-1/+4
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@215 0c269be4-1314-0410-8aa9-9f06e86f4224
* applied gif->png patch from Stefan Schwandterwingo2002-05-242-4/+4
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@213 0c269be4-1314-0410-8aa9-9f06e86f4224
* Fixed Makefile.am to delete Makefile.in on "make maintainer-clean"trutkin2002-05-171-0/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@197 0c269be4-1314-0410-8aa9-9f06e86f4224
* Make sure all optional libs are present when making dist, so thatwingo2002-05-131-12/+1
| | | | | | | everything is included and compiles git-svn-id: svn+ssh://jackaudio.org/trunk/jack@186 0c269be4-1314-0410-8aa9-9f06e86f4224
* * added --with-html-dir for doc installationwingo2002-05-041-1/+1
| | | | | | | | * reverted to require doxygen to roll tarballs * bumped version to 0.28.1 git-svn-id: svn+ssh://jackaudio.org/trunk/jack@181 0c269be4-1314-0410-8aa9-9f06e86f4224
* * removed old web site stuff -- it was essentially the same as ardour'swingo2002-03-2522-293/+989
| | | | | | | | | | | | | site, s/ardour/jack/ * added doxygen stuff to build. it's required when making dist, as the html is included in the dist for users that don't have doxygen * made aesthetic improvements to configure.in and the Makefile.am * improved the checks for fltk and sndfile, and improved the conditional compilation of the example clients * bump to 0.24.1 git-svn-id: svn+ssh://jackaudio.org/trunk/jack@162 0c269be4-1314-0410-8aa9-9f06e86f4224
* * added cvsignore fileswingo2001-11-231-0/+2
| | | | | | | * fixed build process for automake 1.5 git-svn-id: svn+ssh://jackaudio.org/trunk/jack@39 0c269be4-1314-0410-8aa9-9f06e86f4224
* fixed project page linkpbd2001-11-131-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@13 0c269be4-1314-0410-8aa9-9f06e86f4224
* fixed project page linkpbd2001-11-132-2/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@12 0c269be4-1314-0410-8aa9-9f06e86f4224
* minor fixes for build, relating to docspbd2001-11-121-0/+4
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@9 0c269be4-1314-0410-8aa9-9f06e86f4224
* Initial revisionpbd2001-11-1219-0/+287
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@5 0c269be4-1314-0410-8aa9-9f06e86f4224