summaryrefslogtreecommitdiff
path: root/src/test_libFLAC
Commit message (Expand)AuthorAgeFilesLines
* Fix miscellaneous typos.luz.paz2018-05-241-1/+1
* Add unit tests for word-wise CRC16 functionsRobert Kausch2018-05-212-0/+93
* Add bitreader unit test.Robert Kausch2018-05-208-0/+371
* Minor fixes for bitwriter unit test.Robert Kausch2018-05-201-16/+11
* Add unit tests for CRC calculation.Robert Kausch2018-05-208-3/+234
* Fix cppcheck warningsRosen Penev2017-01-192-6/+6
* stdint.h fixes for MSVS 2005/2008Erik de Castro Lopo2017-01-191-0/+2
* Only compile and run tests when running 'make check'David Seifert2017-01-171-1/+1
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-148-96/+96
* Another bulk update of copyright datesErik de Castro Lopo2016-12-054-4/+4
* Bulk update copyright datesErik de Castro Lopo2016-12-0515-15/+15
* Windows/MSVC: Add ENABLE_64_BIT_WORDS macroErik de Castro Lopo2016-05-011-2/+2
* test_libFLAC: Fix `make distcheck` targetErik de Castro Lopo2016-02-091-1/+1
* libFLAC: Remove win_utf8_io dependencyErik de Castro Lopo2016-02-083-14/+2
* configure.ac: Add --enable-64-bit-words optionErik de Castro Lopo2016-01-041-1/+1
* libFLAC: Support 64bit brword/bwwordErik de Castro Lopo2016-01-041-2/+89
* test_libFLAC/bitwriter.c: Unify with bitwriter.cErik de Castro Lopo2015-12-311-18/+22
* Makefile.lite: Include config.mk from top level build dirThomas Zander2015-10-301-0/+2
* tests: Fix undefined behaviourErik de Castro Lopo2015-08-271-2/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-2515-15/+15
* Makefile.ams: Add MSVS project files to EXTRA_DIST.Erik de Castro Lopo2014-07-091-1/+3
* Add project files for Visual Studio 2010 and later.Erik de Castro Lopo2014-07-062-0/+277
* test_libFLAC/test_libFLAC.vcproj : One more CPU_IS_LITTLE_ENDIAN fix.Erik de Castro Lopo2014-07-041-1/+1
* test_libFLAC/endswap.c : Add casts to prevent compiler warnings.Erik de Castro Lopo2014-07-031-4/+4
* test_libFLAC/test_libFLAC.vcproj : Add define for CPU_IS_LITTLE_ENDIAN.Erik de Castro Lopo2014-07-031-1/+1
* test_libFLAC : Fix Windows build after addidion of endian tests.Erik de Castro Lopo2014-07-033-1/+10
* test_libFLAC/md5.c : Fix the tests.Erik de Castro Lopo2014-07-011-43/+58
* test_libFLAC/endswap.c : Improvements.Erik de Castro Lopo2014-07-011-19/+64
* src/test_libFLAC : Add tests for end swap macros.Erik de Castro Lopo2014-06-304-0/+98
* test_libFLAC/md5.c: Add tests for MD5 calculation.Erik de Castro Lopo2014-06-281-3/+149
* Update Makefile.lite build system.Evan Ramos2014-06-241-0/+5
* test_libFLAC.vcproj : Add missing files.Erik de Castro Lopo2014-03-271-0/+8
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-249-9/+9
* Add a test to validate that FLAC__MD5Final clears the MD5Context.Erik de Castro Lopo2014-03-154-3/+94
* Slight improvements to application metadata tests.Erik de Castro Lopo2014-03-151-1/+7
* Vcproj file updates.Erik de Castro Lopo2013-10-041-6/+7
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-2615-15/+30
* For windows, make UTF-8 mode into a runtime choice.Erik de Castro Lopo2013-04-071-81/+0
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-051-31/+31
* Purge FLAC__STRINGS_IN_UTF8 from VC project files.Erik de Castro Lopo2013-04-011-1/+1
* 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
* Rename _flac_stat to flac_stat_s.Erik de Castro Lopo2013-03-291-3/+3
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-294-19/+100
* src/test_libFLAC/decoders.c : Minor improvement.Erik de Castro Lopo2013-03-291-2/+10
* Replace broken str* functions with safe versions.Erik de Castro Lopo2013-03-191-5/+6
* More Microsoft Visual Studio project file updates.Erik de Castro Lopo2013-03-181-2/+2
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-143-7/+7
* Purge old un-maintained MSVC 6 project files.Erik de Castro Lopo2013-03-102-149/+0
* Fix compiler warnings from new compiler flags.Erik de Castro Lopo2013-03-061-2/+3