summaryrefslogtreecommitdiff
path: root/src/test_libFLAC/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Make sure CMake build files end up in release tarballtopic/cmake-distErik de Castro Lopo2019-09-301-0/+1
|
* Update MinGW build fileslvqcl2018-08-261-0/+5
|
* Add bitreader unit test.Robert Kausch2018-05-201-0/+2
|
* Add unit tests for CRC calculation.Robert Kausch2018-05-201-1/+3
|
* Only compile and run tests when running 'make check'David Seifert2017-01-171-1/+1
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
|
* test_libFLAC: Fix `make distcheck` targetErik de Castro Lopo2016-02-091-1/+1
|
* libFLAC: Remove win_utf8_io dependencyErik de Castro Lopo2016-02-081-6/+2
| | | | Path-from: lvqcl <lvqcl.mail@gmail.com>
* 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-1/+3
| | | | Patch-from: lvqcl <lvqcl.mail@gmail.com>
* src/test_libFLAC : Add tests for end swap macros.Erik de Castro Lopo2014-06-301-0/+2
|
* Add a test to validate that FLAC__MD5Final clears the MD5Context.Erik de Castro Lopo2014-03-151-1/+3
| | | | Closes: https://sourceforge.net/p/flac/bugs/407/
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
|
* Enable utf8 I/O stuff when compiling with MinGW.Erik de Castro Lopo2013-04-011-1/+6
|
* Add CLEANFILES to relevant Makefile.am to force removal of Windows EXEs.Erik de Castro Lopo2013-03-291-0/+2
| | | | | | This ensures they are removed even we've cross-compiled from Linux to Windows and then configured for Linux. We don't want the Windows EXEs to be run after configuring for Linux.
* Purge old un-maintained MSVC 6 project files.Erik de Castro Lopo2013-03-101-1/+0
|
* Update FSF address.Miroslav Lichvar2012-12-061-3/+3
|
* Hide symbols with gcc.Miroslav Lichvar2012-12-041-1/+1
| | | | | | | | With gcc >= 4 and ELF, set default visibility to hidden and make visible only the symbols with FLAC_API or FLACPP_API. A convenience libFLAC-static.la is created for test_libFLAC as it depends on the hidden symbols.
* Update and improve autotools buildCristian Rodríguez2012-04-081-1/+1
| | | | | | | | | | | - INCLUDES is deprecated, and CPPFLAGS is an user-defined variable, use the proper AM_CPPFLAGS instead - Remove FLAC__INLINE definition, providing proper replacement for MSVC compilers. - Detect if we have C99 's lround and provide a replacement for windows...
* Purge MINGW_WINSOCK_LIBS config variable.Erik de Castro Lopo2012-02-051-1/+1
| | | | This was only needed for ntohl() function which has already been removed.
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
|
* update copyright for 2008Josh Coalson2008-02-281-1/+1
|
* more mingw fixesJosh Coalson2007-08-011-0/+1
|
* add vcproj files to EXTRA_DISTJosh Coalson2007-07-111-1/+2
|
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
|
* several speed improvements: completely rewritten bitbuffer which uses native ↵Josh Coalson2007-01-281-2/+2
| | | | machine word size instead of bytes; much faster rice partition size estimation; crc16 calculation in machine word size
* link libogg if necessaryJosh Coalson2006-10-151-0/+1
|
* merge down from merged-API-layer branch: cvs -q up -dP -j ↵Josh Coalson2006-09-131-5/+2
| | | | API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
|
* fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGSJosh Coalson2005-01-301-1/+0
|
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
|
* add vorbiscomment validation functions to format.c and test code; validate ↵Josh Coalson2004-12-301-0/+2
| | | | name part of vorbiscomment in metadata and metadata++ interfaces
* update copyright to 2004Josh Coalson2004-01-171-1/+1
|
* add undocumented option --apply-replaygain-which-is-not-lossless to flac; ↵Josh Coalson2003-12-171-1/+1
| | | | required a lot of reorganization; gain_analysis lib renamed to replaygain_analyis; replaygain_synthesis moved out of plugin_common into its own library in share/
* Build libtool archives instead of plain .a archives, so that PIC versions areMatt Zimmerman2003-02-071-2/+2
| | | | built and can they be portably linked into shared libraries.
* remove reference to obsolete Makefile.vcJosh Coalson2003-01-251-1/+0
|
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
|
* fix library listJosh Coalson2002-12-041-0/+1
|
* fix path to grabbag libJosh Coalson2002-11-141-1/+1
|
* updates to work with new grabbag libJosh Coalson2002-11-071-1/+4
|
* changes for MSCV: added dsp file, rename any .cc files to .cppJosh Coalson2002-10-161-2/+3
|
* Fix slightly botched search-and-replace which produced constructs likeMatt Zimmerman2002-10-151-1/+1
| | | | "@ CFLAGS".
* Use config.h rather than passing all defs in CFLAGSMatt Zimmerman2002-10-101-1/+1
|
* add Makefile.lite, Makefile.vc, etc. to EXTRA_DISTJosh Coalson2002-07-091-0/+4
|
* fix LDADD varJosh Coalson2002-06-111-1/+1
|
* rename directory test_unit to test_libFLACJosh Coalson2002-06-071-0/+38