summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Generate some documentation.HEADmasterJeffrey C. Ollie2008-09-123-0/+1426
|
* Update .gitignoreJeffrey C. Ollie2008-09-121-0/+7
|
* Add a package config file.Jeffrey C. Ollie2008-09-122-0/+10
|
* Build test executables and enable testing.Jeffrey C. Ollie2008-09-121-1/+25
|
* Check for 32 or 64 bit platformJeffrey C. Ollie2008-09-121-2/+13
| | | | | | Check the size of a "void *" to see if we are on a 32 or 64 bit platform and adjust the installation directory of the libraries accordingly.
* Add a little whitespace.Jeffrey C. Ollie2008-09-121-0/+5
|
* Get rid of unneeded test.Jeffrey C. Ollie2008-09-121-1/+0
|
* Require version 2.6 of CMake.Jeffrey C. Ollie2008-09-121-0/+1
|
* Fix installation paths.Jeffrey C. Ollie2008-09-111-2/+2
|
* Add install support.Jeffrey C. Ollie2008-09-111-0/+2
|
* Initial cmake support.Jeffrey C. Ollie2008-09-113-2/+9
|
* Add a .gitignoreJeffrey C. Ollie2008-09-111-0/+8
|
* Fix a bunch of places where \arg was used instead of \param. Using \arg to ↵Russell Bryant2008-09-111-14/+14
| | | | | | | | | | document arguments seems logical, and does work, but is not the best thing to use. \arg in doxygen is simply for creating non-nested unordered lists. \param is the correct tag to use to document function parameters, and will come out better in the generated documentation. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@127401 614ede4d-c843-0410-af14-a771ab80d22e
* Add doxygen documentation to libresample.h while it's still fresh on my mindRussell Bryant2008-09-111-0/+76
| | | | git-svn-id: http://svn.digium.com/svn/asterisk/trunk@96018 614ede4d-c843-0410-af14-a771ab80d22e
* Remove old autoconf infrastructure.Jeffrey C. Ollie2008-09-117-6148/+0
|
* Initial import of libresample 0.1.3libresample-0.1.3vendorJeffrey C. Ollie2008-09-1119-0/+8123