index
:
delta/flac.git
1.3.x
gitlab-ci-squash
master
topic/aarch64
topic/cmake-dist
topic/fix-damn-cpp-goop
topic/get-decoder
topic/oss-fuzz
topic/release-1.3.4
topic/test-1.3.3
topic/travis
wip/cpu
gitlab.xiph.org: xiph/flac.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compile with cygwin
Rosen Penev
2017-02-09
1
-1
/
+1
*
configure.ac: Clean up CFLAGS code
Erik de Castro Lopo
2017-02-06
1
-21
/
+2
*
Do not override CFLAGS, as CFLAGS is a user flag.
David Seifert
2017-01-19
1
-16
/
+36
*
Make building/installing examples optional
David Seifert
2017-01-15
1
-0
/
+5
*
Support nasm coff obj format for djgpp
sezero
2017-01-14
1
-0
/
+1
*
configure.ac: relax linux OS detection
Peter Korsgaard
2017-01-13
1
-1
/
+1
*
Version 1.3.2
1.3.2
Erik de Castro Lopo
2017-01-01
1
-1
/
+1
*
configure.ac: Fix description of --disable-sse
Erik de Castro Lopo
2016-12-05
1
-1
/
+1
*
configure.ac: Remove unused config flags
Erik de Castro Lopo
2016-12-05
1
-5
/
+0
*
Fix use of FLAC__HAS_X86INTRIN configure variable
Erik de Castro Lopo
2016-06-20
1
-0
/
+2
*
Fix use of FLAC__SSE_OS configure variable
Erik de Castro Lopo
2016-06-20
1
-4
/
+4
*
configure.ac: Force FLAC__HAS_OGG to 0 or 1
Erik de Castro Lopo
2016-03-20
1
-2
/
+4
*
Fix autotool warnings
Erik de Castro Lopo
2016-02-10
1
-0
/
+1
*
microbench: Add fallback to gettimeofday()
Dave Yeo
2016-02-09
1
-0
/
+5
*
Make AVX and AVX2 instructions a configure option
Dave Yeo
2016-02-08
1
-0
/
+13
*
Fix ioctl/TIOCGWINSZ for OSX
Erik de Castro Lopo
2016-01-26
1
-3
/
+1
*
configure.ac: Drop -Wunreachable-code from CFLAGS
Erik de Castro Lopo
2016-01-26
1
-2
/
+2
*
configure.ac: Remove redundant `XIPH_ADD_CFLAGS([-Wextra])`
Erik de Castro Lopo
2016-01-25
1
-2
/
+0
*
Fix linking of microbenchmark program
Erik de Castro Lopo
2016-01-24
1
-0
/
+5
*
configure.ac: Add --enable-64-bit-words option
Erik de Castro Lopo
2016-01-04
1
-0
/
+9
*
Add first micro-benchmark
Erik de Castro Lopo
2015-09-01
1
-0
/
+1
*
configure.ac : Pass -fno-inline-small-functions when using GCC 4.7
Mario Sanchez Prada
2015-07-08
1
-0
/
+4
*
configure: Only use -mstackrealign on i686 for mingw32/os2
Tristan Matthews
2015-04-19
1
-1
/
+7
*
configure.ac : Add -mstackrealign whenever we add -msse2.
Erik de Castro Lopo
2015-03-31
1
-0
/
+1
*
configure.ac : Tweak for x32 architecture.
Erik de Castro Lopo
2015-03-12
1
-13
/
+24
*
configure.ac : Fix FLAC__HAS_X86INTRIN / FLaC__SSE_OS.
Erik de Castro Lopo
2015-02-25
1
-2
/
+4
*
configure.ac : Detect 'amd64' as being same as 'x86_64'.
Christian Weisgerber
2015-02-19
1
-1
/
+1
*
configure.ac : Relax automake version requirements.
Erik de Castro Lopo
2014-12-01
1
-1
/
+1
*
configure.ac : Don't zap '-g' from $CFLAGS.
Erik de Castro Lopo
2014-11-30
1
-2
/
+1
*
Version 1.3.1 final.
1.3.1
Erik de Castro Lopo
2014-11-27
1
-1
/
+1
*
Set version to 1.3.1pre1.
1.3.1pre1
Erik de Castro Lopo
2014-11-25
1
-1
/
+1
*
Use a configure check for bswap16 instead of gcc version #ifdefs.
Ralph Giles
2014-11-04
1
-0
/
+1
*
Remove support for AMD's 3Dnow.
Erik de Castro Lopo
2014-10-04
1
-13
/
+0
*
Remove old/broken PPC/Altivec code.
Erik de Castro Lopo
2014-09-17
1
-27
/
+0
*
configure.ac : Fix --disable-sse option.
Erik de Castro Lopo
2014-07-27
1
-1
/
+1
*
configure.ac : Erase default -O2 when setting -O3.
Erik de Castro Lopo
2014-07-27
1
-2
/
+4
*
configure.ac : Set default CFLAGS to something sensible.
Erik de Castro Lopo
2014-07-26
1
-5
/
+1
*
Revert "Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64."
Erik de Castro Lopo
2014-06-15
1
-3
/
+3
*
Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64.
Erik de Castro Lopo
2014-06-01
1
-3
/
+3
*
configure.ac : Add -fvisibility=hidden to OSX build.
Erik de Castro Lopo
2014-05-25
1
-1
/
+6
*
Purge src/monkeys_audio_utilities/ tree.
Erik de Castro Lopo
2014-05-14
1
-3
/
+0
*
configure.ac : Allow -Werror to be enabled when using clang.
Erik de Castro Lopo
2014-04-09
1
-7
/
+10
*
configure.ac : Add -Wunreachable-code to GCC CFLAGS.
Erik de Castro Lopo
2014-03-21
1
-2
/
+2
*
configure.ac : Add AC_PROG_MKDIR_P.
Erik de Castro Lopo
2014-03-21
1
-0
/
+1
*
Fix build issue on OSX with GCC 4.2/Xcode.
Erik de Castro Lopo
2014-03-21
1
-1
/
+1
*
configure.ac : Make --enable-sse the default.
Erik de Castro Lopo
2014-03-15
1
-5
/
+6
*
Detect Clang masquerading as GCC.
Erik de Castro Lopo
2013-11-22
1
-0
/
+3
*
configure.ac : Tweaks.
Erik de Castro Lopo
2013-09-25
1
-3
/
+2
*
Fix minor Makefile.am issues arising from 943384d7c33.
Erik de Castro Lopo
2013-09-18
1
-2
/
+0
*
Factor out common test functionality to test/common.sh.in.
Erik de Castro Lopo
2013-09-17
1
-0
/
+1
[next]