summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Make sure git doesn't try to get version from other repositoryMartijn van Beurden2022-09-161-2/+0
| | | Fixes https://github.com/xiph/flac/issues/443
* Restructure README, API and HTML documentationMartijn van Beurden2022-09-051-0/+1
| | | | | | Tool documentation has moved to man directory, other dev docs to README.md and CONTRIBUTING.md. User documentation is already on the website and doesn't really belong in the source code. Also, fix CMake so that it uses Doxyfile.in instead of using defaults.
* Move changelog to markdown and top directory, add changes in gitMartijn van Beurden2022-08-081-0/+1
|
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-1/+1
|
* Remove Makefile.lite build systemMartijn van Beurden2022-05-271-3/+1
|
* Small make distcheck fixesMartijn van Beurden2022-05-271-4/+6
|
* Remove all Visual Studio specific build filesMartijn van Beurden2022-05-271-2/+0
|
* [CMake] Add check for PPC64, POWER8/9 and vec_doublehMartijn van Beurden2022-04-251-0/+4
| | | | | Add checks for POWER8/9 intrinsics similar to those in autotools to cmake
* Add git commit tag, hash and date to vendor string when availableMartijn van Beurden2022-04-201-0/+2
| | | | | | | In some circles (Hydrogenaud.io for example) people share binaries compiled from git, i.e. inbetween official releases. Files created with these binaries cannot be discerned from others. To improve troubleshooting, compiles from a git repository are marked with the commit hash and date when configured with autotools or CMake
* CMake polishingevpobr2020-05-141-0/+2
| | | | | | | | | | | | | | * Improve CPU features detection CMAKE_SYSTEM_PROCESSOR is pretty useless (e.g. when compiling with MSVC ARM64 toolchain and Ninja still returns system processor). * Don't build src/utils targets by default Fix compilation for UWP platform. * Add more Visual studio Git ignore patterns * Autogenerate Doxygen docs
* Bunch of CMake fixesevpobr2020-05-031-1/+1
| | | | | | | | | | | | * Add more Git ignore patterns * Fix Ogg dependency handling (closes #203) * Remove unneeded compiler flag (closes #204) * Fix Visual Studio DLL build error error C2491: 'flac_internal_rename_utf8': definition of dllimport function not allowed (closes #205) * Add alias targets * Reduce number of CMake files * Improve CMake intrinsics detection
* oss-fuzz: Add fuzzing targetsErik de Castro Lopo2019-11-181-1/+1
| | | | | | | | | These fuzzing targets were originally from: https://github.com/guidovranken/flac-fuzzers.git but having them in a separate repo was a huge pain in the neck when working on fixing any problems found.
* Make sure CMake build files end up in release tarballErik de Castro Lopo2019-10-011-0/+5
|
* Remove un-needed Makefile.amErik de Castro Lopo2019-10-011-1/+1
|
* Make building/installing examples optionalDavid Seifert2017-01-151-1/+5
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Add missing files to Makefile.amErik de Castro Lopo2016-12-111-0/+1
|
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
|
* Add first micro-benchmarkErik de Castro Lopo2015-09-011-1/+1
|
* Makefile.am: Remove old cruftErik de Castro Lopo2015-07-051-3/+0
|
* Makefile.am : EXTRA_DIST should contain FLAC-vs2005.sln.Erik de Castro Lopo2014-11-251-1/+1
|
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
|
* Makefile.ams: Add MSVS project files to EXTRA_DIST.Erik de Castro Lopo2014-07-091-0/+1
| | | | Patch-from: lvqcl <lvqcl.mail@gmail.com>
* Language fix: "difference licenses"Ulrich Klauer2013-05-271-1/+1
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
|
* Purge old un-maintained MSVC 6 project files.Erik de Castro Lopo2013-03-101-4/+0
|
* xmms - Fix libtool usage.Timothy B. Terriberry2013-02-081-2/+0
| | | | | | | | 9b7cb22f removed the extra libtool-disable-static script in favor of always building with disable-static, but plugin_xmms still referenced libtool-disable-static explicitly. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Rename obj/ directory to objs/ to avoid BSD make issue.Erik de Castro Lopo2012-12-281-1/+1
|
* autogen.sh: replace this by a simple call to autoreconfMax Horn2012-12-131-2/+0
| | | | | | | | | The autoreconf tool is provided by autoconf to do what custom autogen.sh scripts in many projects used to do. Only it is more robust and widely tested. It has been available for several years, too. No reason to rely on custom code for this. Signed-off-by: Max Horn <max@quendi.de>
* Fix for autoreconf failures.Erik de Castro Lopo2012-02-131-0/+2
| | | | | | | Fixes "undefined macro: AM_PATH_XMMS" and similar errors which cause autoreconf to fail. From Sebastian Andrzej Siewior <bigeasy@linutronix.de> via Debian.
* Fix 'make distcheck'.Erik de Castro Lopo2012-02-071-2/+2
| | | | | | This disables the tests that don't run correctly out-of-tree from the 'make check' target. Also add a new 'make fullcheck' target which is the full old test suite.
* Makefile.am : Add CLEANFILES entry.Erik de Castro Lopo2012-02-041-0/+2
|
* Add 'make fastcheck' target.Erik de Castro Lopo2012-02-011-0/+3
|
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
|
* update copyright for 2008Josh Coalson2008-02-281-1/+1
|
* final automake-related fixesJosh Coalson2007-09-161-1/+1
|
* add FLAC.sln to EXTRA_DISTJosh Coalson2007-07-111-0/+1
|
* deprecate projectbuilder projectJosh Coalson2007-07-071-1/+1
|
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
|
* fix options, add m4 directoryJosh Coalson2006-11-211-4/+2
|
* patch from ralphJosh Coalson2006-11-181-0/+2
|
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
|
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
|
* last-minute additions to distribution listJosh Coalson2004-07-311-0/+1
|
* rename strip_fPIC.sh to strip_non_asm_libtool_args.sh, as it takes on new ↵Josh Coalson2004-07-291-1/+1
| | | | duties stripping other arguments for other assemblers
* update copyright to 2004Josh Coalson2004-01-171-1/+1
|
* change license verbiageJosh Coalson2003-02-071-13/+13
|
* remove reference to obsolete Makefile.vcJosh Coalson2003-01-251-1/+0
|
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
|
* revamp MSVC build system, separate dynamic and static builds, separate debug ↵Josh Coalson2002-11-211-0/+3
| | | | and release intermediate directories
* add config.rpathJosh Coalson2002-10-231-0/+1
|