1. b60f16b Remove old/broken PPC/Altivec code. by Erik de Castro Lopo · 10 years ago
  2. 1930ae1 configure.ac : Fix --disable-sse option. by Erik de Castro Lopo · 10 years ago
  3. f73c82a configure.ac : Erase default -O2 when setting -O3. by Erik de Castro Lopo · 10 years ago
  4. 221bdc4 configure.ac : Set default CFLAGS to something sensible. by Erik de Castro Lopo · 10 years ago
  5. b8d58e3 Revert "Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64." by Erik de Castro Lopo · 10 years ago
  6. 1517399 Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64. by Erik de Castro Lopo · 10 years ago
  7. be0a894 configure.ac : Add -fvisibility=hidden to OSX build. by Erik de Castro Lopo · 10 years ago
  8. 96a5c54 Purge src/monkeys_audio_utilities/ tree. by Erik de Castro Lopo · 10 years ago
  9. 2c45537 configure.ac : Allow -Werror to be enabled when using clang. by Erik de Castro Lopo · 11 years ago
  10. bc2b8c6 configure.ac : Add -Wunreachable-code to GCC CFLAGS. by Erik de Castro Lopo · 11 years ago
  11. 95bc23a configure.ac : Add AC_PROG_MKDIR_P. by Erik de Castro Lopo · 11 years ago
  12. d7e6d91 Fix build issue on OSX with GCC 4.2/Xcode. by Erik de Castro Lopo · 11 years ago
  13. 9863998 configure.ac : Make --enable-sse the default. by Erik de Castro Lopo · 11 years ago
  14. a6a4b6f Detect Clang masquerading as GCC. by Erik de Castro Lopo · 11 years ago
  15. 899599e configure.ac : Tweaks. by Erik de Castro Lopo · 11 years ago
  16. 99f5a57 Fix minor Makefile.am issues arising from 943384d7c33. by Erik de Castro Lopo · 11 years ago
  17. a9712a2 Factor out common test functionality to test/common.sh.in. by Erik de Castro Lopo · 11 years ago
  18. ae4d720 Fix/re-enable SSE/SSE2 lpc optimisations. by Erik de Castro Lopo · 11 years ago
  19. e21237a configure.ac : Report Ogg/FLAC support. by Erik de Castro Lopo · 11 years ago
  20. 24a6447 configure.ac : Add -Weffc++ to CXXFLAGS. by Erik de Castro Lopo · 11 years ago
  21. b72540b configure.ac : Prepare for x86_64 initrinsics based optimisations. by Erik de Castro Lopo · 11 years ago
  22. 1ec41a9 configure.ac : Improve asm optimisation detection. by Erik de Castro Lopo · 11 years ago
  23. 355f4aa Link with -no-undefined regardless of the OS by Cristian Rodríguez · 11 years ago
  24. cd4ddab Language fix: "difference licenses" by Ulrich Klauer · 11 years ago
  25. 5999d81 Use location of TIOCGWINSZ from autoconf manual by Dagobert Michelsen · 11 years ago
  26. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  27. c1ebd2c Two minor compiled fixes for OS/2. by Erik de Castro Lopo · 11 years ago
  28. 1b1d05b Version 1.3.0pre4. by Erik de Castro Lopo · 12 years ago
  29. 5da8663 Fix pkg-config files to avoid overlinking by Ulrich Klauer · 12 years ago
  30. f44c353 Two small patches for utf8 I/O. by Erik de Castro Lopo · 12 years ago
  31. 36c1f08 configure.ac : Version 1.3.0pre3. by Erik de Castro Lopo · 12 years ago
  32. 2199d08 Enable utf8 I/O stuff when compiling with MinGW. by Erik de Castro Lopo · 12 years ago
  33. b3c3e2a Use recursive automake in src/share/ part of tree. by Erik de Castro Lopo · 12 years ago
  34. 6497ce1 configure.ac : Detect the size of off_t. by Erik de Castro Lopo · 12 years ago
  35. 195470f Add configure option to enable GNU GCC stack smash protection. by Erik de Castro Lopo · 12 years ago
  36. 06f3812 configure.ac : When compiling with GCC use some extra warning flags. by Erik de Castro Lopo · 12 years ago
  37. 1ad32ef Version 1.3.0pre2. by Erik de Castro Lopo · 12 years ago
  38. 2860f17 configure.ac : If gcc is version 4.2, use -fgnu89-inline. by Erik de Castro Lopo · 12 years ago
  39. 712b578 configure.ac : Disable stack protector on FreeBSD. by Erik de Castro Lopo · 12 years ago
  40. d5b03bc configure.ac : Don't enable stack protector for mingw* host_os. by Erik de Castro Lopo · 12 years ago
  41. 05609d5 configure.ac : Add hardening compile options. by Erik de Castro Lopo · 12 years ago
  42. 538ce85 configure.ac : Version 1.3.0pre1. by Erik de Castro Lopo · 12 years ago
  43. f699788 doc: fix out-of-tree build by Olivier Blin · 12 years ago
  44. 55788ea Rename obj/ directory to objs/ to avoid BSD make issue. by Erik de Castro Lopo · 12 years ago
  45. 592021e configure.ac : Treat powerpc64 like powerpc. by Erik de Castro Lopo · 12 years ago
  46. 0b47ede configure: modernize autoconf usage by Max Horn · 12 years ago
  47. 21f68f4 configure: merge AC_CHECK_HEADERS calls by Max Horn · 12 years ago
  48. cdcb88b configure: always print ac_cv_c_compiler_gnu by Max Horn · 12 years ago
  49. 66c0a58 autogen.sh: replace this by a simple call to autoreconf by Max Horn · 12 years ago
  50. f20164e configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN by Max Horn · 12 years ago
  51. 19c78e5 Hide symbols with gcc. by Miroslav Lichvar · 12 years ago
  52. 18e0154 Don't override user-specified CFLAGS. by Miroslav Lichvar · 12 years ago
  53. 3e2cd27 configure.ac : Make sure FLAC__HAS_OGG gets defined to either 0 or 1. by Erik de Castro Lopo · 12 years ago
  54. 63c874f Fix build with automake 1.12 by Cristian Rodríguez · 12 years ago
  55. 7c07a0d configure.ac : For gcc use -Wall -Wextra when using --enable-gcc-werror. by Erik de Castro Lopo · 12 years ago
  56. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 13 years ago
  57. f029625 V2: Use a single definition of MIN and MAX in sources by Cristian Rodríguez · 13 years ago
  58. afedee1 configure.ac : Add AM_PROG_CC_C_O. by Erik de Castro Lopo · 13 years ago
  59. 238b267 Remove winamp2 plugin by Erik de Castro Lopo · 13 years ago
  60. caef93e configure.ac : Report useful info at the end of configure. by Erik de Castro Lopo · 13 years ago
  61. e38026a Fix for autoreconf failures. by Erik de Castro Lopo · 13 years ago
  62. b6e64af Disable Altivec on host triplet powerpc-unknown-linux-gnuspe. by Erik de Castro Lopo · 13 years ago
  63. d7bfc77 Add XIPH_BSWAP32 configure macro to detect __builtin_bswap32() intrinsic. by Erik de Castro Lopo · 13 years ago
  64. 3abb6c9 Add m4/endian.m4 and use it in configure.ac. by Erik de Castro Lopo · 13 years ago
  65. 0fe9767 configure.ac : Patch from David Yeo. OS/2 uses aout format. by Erik de Castro Lopo · 13 years ago
  66. 8b4bc4b configure.ac : Patch from David Yeo adding LT_NO_UNDEFINED for OS/2. by Erik de Castro Lopo · 13 years ago
  67. 698ee5c Purge MINGW_WINSOCK_LIBS config variable. by Erik de Castro Lopo · 13 years ago
  68. 7982821 Remove configure maintainer mode. by Erik de Castro Lopo · 13 years ago
  69. a3f43aa configure.ac : Detect more headers. by Erik de Castro Lopo · 13 years ago
  70. 886b960 configure.ac : Only use AM_SILENT_RULES if its available. Thanks Earl Chew. by Erik de Castro Lopo · 13 years ago
  71. 06ed05e Rename configure.in -> configure.ac. by Erik de Castro Lopo · 13 years ago