1. 36a0ab1 Fix use of FLAC__HAS_X86INTRIN configure variable by Erik de Castro Lopo · 8 years ago
  2. e120037 Fix use of FLAC__SSE_OS configure variable by Erik de Castro Lopo · 8 years ago
  3. 9548d4b configure.ac: Force FLAC__HAS_OGG to 0 or 1 by Erik de Castro Lopo · 8 years ago
  4. 9cf42fe Fix autotool warnings by Erik de Castro Lopo · 8 years ago
  5. 50e7aea microbench: Add fallback to gettimeofday() by Dave Yeo · 8 years ago
  6. 0435a23 Make AVX and AVX2 instructions a configure option by Dave Yeo · 8 years ago
  7. 7411724 Fix ioctl/TIOCGWINSZ for OSX by Erik de Castro Lopo · 8 years ago
  8. d6c774c configure.ac: Drop -Wunreachable-code from CFLAGS by Erik de Castro Lopo · 8 years ago
  9. 09ca8ab configure.ac: Remove redundant `XIPH_ADD_CFLAGS([-Wextra])` by Erik de Castro Lopo · 8 years ago
  10. 924cade Fix linking of microbenchmark program by Erik de Castro Lopo · 8 years ago
  11. a3224c0 configure.ac: Add --enable-64-bit-words option by Erik de Castro Lopo · 9 years ago
  12. 95fc3bf Add first micro-benchmark by Erik de Castro Lopo · 9 years ago
  13. 5ff15bd configure.ac : Pass -fno-inline-small-functions when using GCC 4.7 by Mario Sanchez Prada · 9 years ago
  14. a845870 configure: Only use -mstackrealign on i686 for mingw32/os2 by Tristan Matthews · 9 years ago
  15. 1ed65e5 configure.ac : Add -mstackrealign whenever we add -msse2. by Erik de Castro Lopo · 9 years ago
  16. 7566d3d configure.ac : Tweak for x32 architecture. by Erik de Castro Lopo · 9 years ago
  17. 336f6a5 configure.ac : Fix FLAC__HAS_X86INTRIN / FLaC__SSE_OS. by Erik de Castro Lopo · 9 years ago
  18. b5a10e7 configure.ac : Detect 'amd64' as being same as 'x86_64'. by Christian Weisgerber · 10 years ago
  19. 723cfa3 configure.ac : Relax automake version requirements. by Erik de Castro Lopo · 10 years ago
  20. 1e4ffab configure.ac : Don't zap '-g' from $CFLAGS. by Erik de Castro Lopo · 10 years ago
  21. 0e11f73 Version 1.3.1 final. by Erik de Castro Lopo · 10 years ago
  22. b83ee75 Set version to 1.3.1pre1. by Erik de Castro Lopo · 10 years ago
  23. 7a671e7 Use a configure check for bswap16 instead of gcc version #ifdefs. by Ralph Giles · 10 years ago
  24. 7cb032c Remove support for AMD's 3Dnow. by Erik de Castro Lopo · 10 years ago
  25. b60f16b Remove old/broken PPC/Altivec code. by Erik de Castro Lopo · 10 years ago
  26. 1930ae1 configure.ac : Fix --disable-sse option. by Erik de Castro Lopo · 10 years ago
  27. f73c82a configure.ac : Erase default -O2 when setting -O3. by Erik de Castro Lopo · 10 years ago
  28. 221bdc4 configure.ac : Set default CFLAGS to something sensible. by Erik de Castro Lopo · 10 years ago
  29. b8d58e3 Revert "Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64." by Erik de Castro Lopo · 10 years ago
  30. 1517399 Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64. by Erik de Castro Lopo · 10 years ago
  31. be0a894 configure.ac : Add -fvisibility=hidden to OSX build. by Erik de Castro Lopo · 10 years ago
  32. 96a5c54 Purge src/monkeys_audio_utilities/ tree. by Erik de Castro Lopo · 10 years ago
  33. 2c45537 configure.ac : Allow -Werror to be enabled when using clang. by Erik de Castro Lopo · 10 years ago
  34. bc2b8c6 configure.ac : Add -Wunreachable-code to GCC CFLAGS. by Erik de Castro Lopo · 10 years ago
  35. 95bc23a configure.ac : Add AC_PROG_MKDIR_P. by Erik de Castro Lopo · 10 years ago
  36. d7e6d91 Fix build issue on OSX with GCC 4.2/Xcode. by Erik de Castro Lopo · 10 years ago
  37. 9863998 configure.ac : Make --enable-sse the default. by Erik de Castro Lopo · 10 years ago
  38. a6a4b6f Detect Clang masquerading as GCC. by Erik de Castro Lopo · 11 years ago
  39. 899599e configure.ac : Tweaks. by Erik de Castro Lopo · 11 years ago
  40. 99f5a57 Fix minor Makefile.am issues arising from 943384d7c33. by Erik de Castro Lopo · 11 years ago
  41. a9712a2 Factor out common test functionality to test/common.sh.in. by Erik de Castro Lopo · 11 years ago
  42. ae4d720 Fix/re-enable SSE/SSE2 lpc optimisations. by Erik de Castro Lopo · 11 years ago
  43. e21237a configure.ac : Report Ogg/FLAC support. by Erik de Castro Lopo · 11 years ago
  44. 24a6447 configure.ac : Add -Weffc++ to CXXFLAGS. by Erik de Castro Lopo · 11 years ago
  45. b72540b configure.ac : Prepare for x86_64 initrinsics based optimisations. by Erik de Castro Lopo · 11 years ago
  46. 1ec41a9 configure.ac : Improve asm optimisation detection. by Erik de Castro Lopo · 11 years ago
  47. 355f4aa Link with -no-undefined regardless of the OS by Cristian Rodríguez · 11 years ago
  48. cd4ddab Language fix: "difference licenses" by Ulrich Klauer · 11 years ago
  49. 5999d81 Use location of TIOCGWINSZ from autoconf manual by Dagobert Michelsen · 11 years ago
  50. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  51. c1ebd2c Two minor compiled fixes for OS/2. by Erik de Castro Lopo · 11 years ago
  52. 1b1d05b Version 1.3.0pre4. by Erik de Castro Lopo · 11 years ago
  53. 5da8663 Fix pkg-config files to avoid overlinking by Ulrich Klauer · 11 years ago
  54. f44c353 Two small patches for utf8 I/O. by Erik de Castro Lopo · 11 years ago
  55. 36c1f08 configure.ac : Version 1.3.0pre3. by Erik de Castro Lopo · 11 years ago
  56. 2199d08 Enable utf8 I/O stuff when compiling with MinGW. by Erik de Castro Lopo · 11 years ago
  57. b3c3e2a Use recursive automake in src/share/ part of tree. by Erik de Castro Lopo · 11 years ago
  58. 6497ce1 configure.ac : Detect the size of off_t. by Erik de Castro Lopo · 11 years ago
  59. 195470f Add configure option to enable GNU GCC stack smash protection. by Erik de Castro Lopo · 11 years ago
  60. 06f3812 configure.ac : When compiling with GCC use some extra warning flags. by Erik de Castro Lopo · 11 years ago
  61. 1ad32ef Version 1.3.0pre2. by Erik de Castro Lopo · 11 years ago
  62. 2860f17 configure.ac : If gcc is version 4.2, use -fgnu89-inline. by Erik de Castro Lopo · 11 years ago
  63. 712b578 configure.ac : Disable stack protector on FreeBSD. by Erik de Castro Lopo · 11 years ago
  64. d5b03bc configure.ac : Don't enable stack protector for mingw* host_os. by Erik de Castro Lopo · 11 years ago
  65. 05609d5 configure.ac : Add hardening compile options. by Erik de Castro Lopo · 11 years ago
  66. 538ce85 configure.ac : Version 1.3.0pre1. by Erik de Castro Lopo · 11 years ago
  67. f699788 doc: fix out-of-tree build by Olivier Blin · 12 years ago
  68. 55788ea Rename obj/ directory to objs/ to avoid BSD make issue. by Erik de Castro Lopo · 12 years ago
  69. 592021e configure.ac : Treat powerpc64 like powerpc. by Erik de Castro Lopo · 12 years ago
  70. 0b47ede configure: modernize autoconf usage by Max Horn · 12 years ago
  71. 21f68f4 configure: merge AC_CHECK_HEADERS calls by Max Horn · 12 years ago
  72. cdcb88b configure: always print ac_cv_c_compiler_gnu by Max Horn · 12 years ago
  73. 66c0a58 autogen.sh: replace this by a simple call to autoreconf by Max Horn · 12 years ago
  74. f20164e configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN by Max Horn · 12 years ago
  75. 19c78e5 Hide symbols with gcc. by Miroslav Lichvar · 12 years ago
  76. 18e0154 Don't override user-specified CFLAGS. by Miroslav Lichvar · 12 years ago
  77. 3e2cd27 configure.ac : Make sure FLAC__HAS_OGG gets defined to either 0 or 1. by Erik de Castro Lopo · 12 years ago
  78. 63c874f Fix build with automake 1.12 by Cristian Rodríguez · 12 years ago
  79. 7c07a0d configure.ac : For gcc use -Wall -Wextra when using --enable-gcc-werror. by Erik de Castro Lopo · 12 years ago
  80. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 12 years ago
  81. f029625 V2: Use a single definition of MIN and MAX in sources by Cristian Rodríguez · 12 years ago
  82. afedee1 configure.ac : Add AM_PROG_CC_C_O. by Erik de Castro Lopo · 12 years ago
  83. 238b267 Remove winamp2 plugin by Erik de Castro Lopo · 12 years ago
  84. caef93e configure.ac : Report useful info at the end of configure. by Erik de Castro Lopo · 12 years ago
  85. e38026a Fix for autoreconf failures. by Erik de Castro Lopo · 12 years ago
  86. b6e64af Disable Altivec on host triplet powerpc-unknown-linux-gnuspe. by Erik de Castro Lopo · 12 years ago
  87. d7bfc77 Add XIPH_BSWAP32 configure macro to detect __builtin_bswap32() intrinsic. by Erik de Castro Lopo · 12 years ago
  88. 3abb6c9 Add m4/endian.m4 and use it in configure.ac. by Erik de Castro Lopo · 12 years ago
  89. 0fe9767 configure.ac : Patch from David Yeo. OS/2 uses aout format. by Erik de Castro Lopo · 12 years ago
  90. 8b4bc4b configure.ac : Patch from David Yeo adding LT_NO_UNDEFINED for OS/2. by Erik de Castro Lopo · 12 years ago
  91. 698ee5c Purge MINGW_WINSOCK_LIBS config variable. by Erik de Castro Lopo · 12 years ago
  92. 7982821 Remove configure maintainer mode. by Erik de Castro Lopo · 12 years ago
  93. a3f43aa configure.ac : Detect more headers. by Erik de Castro Lopo · 12 years ago
  94. 886b960 configure.ac : Only use AM_SILENT_RULES if its available. Thanks Earl Chew. by Erik de Castro Lopo · 12 years ago
  95. 06ed05e Rename configure.in -> configure.ac. by Erik de Castro Lopo · 12 years ago