aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2012-09-17Opus custom requires libm unconditionally.Ralph Giles
2012-09-16Add -lm to the pkg-config link line.Ralph Giles
2012-09-16Remove FLOATING_POINT from config.h.Ralph Giles
2012-08-31some doc for --enable-fixed-point and --enable-floating-pointJean-Marc Valin
2012-08-29Completely remove the built-in autotools -fstatck-protector detection.Gregory Maxwell
2012-08-21Clarify a comment.Ralph Giles
2012-08-21Propagate OPUS_VERSION to config.h.Ralph Giles
2012-08-16Move the release version string to version.mk.Ralph Giles
2012-08-15Bump version numberJean-Marc Valin
2012-08-10Use configure.ac provided soname versioning.Gregory Maxwell
2012-08-09Disable stack-protector for mingw32 and remove win32 restrict define.Gregory Maxwell
2012-08-08Bump version number to 1.0.1 and set libtool versionJean-Marc Valin
2012-07-07Make stack-protector check use AC_LINK_IFELSE.Gregory Maxwell
2012-06-28Add configure option to disable stack protector.Gregory Maxwell
2012-06-11Add -fixed to the version string & clarify that fixed disables float.Gregory Maxwell
2012-05-18Remove the obsolete LIBOPUS_SUFFIX define.Ralph Giles
2012-05-18Move the various version defines to be together.Ralph Giles
2012-05-17Sync with draft -14Jean-Marc Valin
2012-05-15version bumpJean-Marc Valin
2012-05-15Make vararray and restrict checks fail GCC 2.95.3's broken implementation.Gregory Maxwell
2012-05-15Improve portability to BeOS via some configure.ac fixes and cleanups.Gregory Maxwell
2012-04-24Adds some references, bumps version numberJean-Marc Valin
2012-02-17Last updates for draft -11Jean-Marc Valin
2011-10-31version bumpJean-Marc Valin
2011-10-31version number bumpJean-Marc Valin
2011-10-28Check for __malloc_hook and define MALLOC_FAIL appropriately.Ralph Giles
2011-10-27Test cleanups and renaming.Gregory Maxwell
2011-10-21Don't use -fstack-protector-all when its not supported, add an autoconf test.Gregory Maxwell
2011-10-21Fix stack corruption with high rate SILK encoding added by the recent CBR cha...Gregory Maxwell
2011-09-15Documentation and build script updates.Gregory Maxwell
2011-09-13renames the libcelt/ directory to celt/Jean-Marc Valin
2011-09-07Add initial Doxygen support for generating api documentation.Ralph Giles
2011-09-03Fix the 'distclean' target.Ralph Giles
2011-09-01Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinsta...Gregory Maxwell
2011-09-01Implements the OpusCustom modes (mostly) properlyJean-Marc Valin
2011-08-30Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses.Gregory Maxwell
2011-08-28Add pkg-config support files.Ralph Giles
2011-08-11Adds a fuzzing mode that causes the encoder to make random decisionsJean-Marc Valin
2011-08-05Re-enables test cases, including the rotation testJean-Marc Valin
2011-08-05Using the real version name instead of the last tag nameJean-Marc Valin
2011-08-02Tell automake to put object files in subdirectories.Ralph Giles
2011-08-02Query git for the repository revision and use that for the version string.Ralph Giles
2011-07-31Add a function to query the Opus versionJean-Marc Valin
2011-07-29Remove the configurability of the post-filter. It is always enabled in Opus.Gregory Maxwell
2011-07-29Enable automake's "silent rules" if they are available.Ralph Giles
2011-07-09fix autotools build, bump version numberJean-Marc Valin
2011-05-02build fixesJean-Marc Valin
2011-04-30autoconf cleanupJean-Marc Valin
2011-04-29Getting fixed-point to work (I think)Jean-Marc Valin
2011-04-29Updating the autotools build system (wip)Jean-Marc Valin