summaryrefslogtreecommitdiff
path: root/src/share
Commit message (Expand)AuthorAgeFilesLines
* Define WINAPI_FAMILY stuff on platforms that do not provide themMartijn van Beurden2022-09-202-0/+9
* don't call GetFileInformationByHandle on Universal Windows Platform buildsSteve Lhomme2022-09-201-0/+8
* don't call CreateFileW on Universal Windows Platform buildsSteve Lhomme2022-09-201-0/+11
* disable console using on Universal Windows Platform buildsSteve Lhomme2022-09-201-0/+9
* getopt: avoid K&R function definitionsJohannes Kauffmann2022-09-201-20/+11
* Fix make check on MinGW when building shared libraryMartijn van Beurden2022-09-071-1/+0
* Add and use _nofree variants of safe_realloc functionsMartijn van Beurden2022-08-201-1/+1
* [CMake] Don't search for libiconv and libintl on WindowsMartijn van Beurden2022-08-011-1/+3
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-2610-10/+10
* Only search for backslash in filename on WindowsMartijn van Beurden2022-07-131-0/+2
* Small fixes needed for 32-bit capability (#379)Martijn van Beurden2022-07-011-12/+11
* Remove Makefile.lite build systemMartijn van Beurden2022-05-278-188/+1
* Remove all Visual Studio specific build filesMartijn van Beurden2022-05-2719-2214/+1
* Simplify and merge win_utf8 files and remove from DLL interfaceMartijn van Beurden2022-05-171-13/+97
* Silence a bunch of MSVC warningsMartijn van Beurden2022-04-301-2/+2
* change if checks to ifdefRosen Penev2022-04-291-1/+1
* Always use utimbuf when building for WindowsCameron Cawley2022-04-221-1/+1
* Bunch of CMake fixesevpobr2020-05-033-11/+0
* CMake: Handier way to find IconvVitaliy Kirsanov2019-12-221-3/+2
* replaygain: Fixed usage of gainfilter variable after freeAndrey Astafyev2019-12-081-3/+6
* Make sure CMake build files end up in release tarballErik de Castro Lopo2019-10-011-0/+7
* Fix a number of gcc 9.2 compiler warningsErik de Castro Lopo2019-09-152-6/+7
* Switch to utimensat for newer POSIX versionsRosen Penev2019-08-201-2/+7
* Fix CppCheck warningsErik de Castro Lopo2019-07-151-1/+1
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-041-1/+1
* Fixed dependencies on win_utf8_ioВиталий Кирсанов2019-05-042-2/+12
* Fixed dependency between grabbag and utf8Vitaliy Kirsanov2019-05-041-1/+1
* CMake minimum required lowered to 3.1Vitaly Kirsanov2019-05-041-9/+1
* FLAC now depends on win_utf8_ioVitaliy Kirsanov2019-05-041-2/+1
* CMake support addedVitaliy Kirsanov2019-05-047-0/+46
* Cosmetic changes in lpc_asm.nasm and utf8.clvqcl2018-09-021-9/+1
* Move CreateFile_utf8 function to a more logical placelvqcl2018-08-253-43/+30
* move CreateFile function outside of libFLAClvqcl2018-08-191-9/+45
* replaygain_synthesis.c: Fix compile issue in MSVSJeffrey Espiritu2018-04-091-0/+1
* replaygain_synthesis.c: Fix a cppcheck warningErik de Castro Lopo2017-07-211-13/+18
* Fix compile with cygwinRosen Penev2017-02-091-7/+1
* Do not override CFLAGS, as CFLAGS is a user flag.David Seifert2017-01-191-6/+0
* share/utf8/charset.c: Cleanup realloc() usageErik de Castro Lopo2017-01-191-3/+5
* stdint.h fixes for MSVS 2005/2008Erik de Castro Lopo2017-01-196-0/+12
* getopt.c: Pointer comparison fixErik de Castro Lopo2017-01-171-4/+2
* Yet more unsigned fixesErik de Castro Lopo2017-01-162-3/+3
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-1410-78/+79
* Fix build with MSVC if UNICODE is enabledErik de Castro Lopo2017-01-041-1/+1
* More Makefile.lite fixesErik de Castro Lopo2016-12-211-0/+1
* Another bulk update of copyright datesErik de Castro Lopo2016-12-052-2/+2
* Bulk update copyright datesErik de Castro Lopo2016-12-059-9/+9
* src/share/grabbag/seektable.c: Fix typo inside assertErik de Castro Lopo2016-12-021-1/+1
* flac/metaflac: Limit the size of metadata blocksErik de Castro Lopo2016-05-011-1/+4
* cuesheet.c: Allow quotes around ISRC fieldErik de Castro Lopo2016-04-261-1/+1
* More Windows fixesErik de Castro Lopo2016-02-091-7/+2