summaryrefslogtreecommitdiff
path: root/include/share/compat.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to utimensat for newer POSIX versionsRosen Penev2019-08-201-1/+9
* move CreateFile function outside of libFLAClvqcl2018-08-191-4/+0
* Fix miscellaneous typos.luz.paz2018-05-241-1/+1
* Fix for missing WINAPI_FAMILY_PARTITIONErik de Castro Lopo2018-02-101-0/+4
* Fix missing SIZE_MAX definition on AndroidErik de Castro Lopo2017-05-031-0/+4
* Fix compile with cygwinRosen Penev2017-02-091-1/+1
* include/share/compat.h: Only define inline for CErik de Castro Lopo2017-01-241-1/+1
* stdint.h fixes for MSVS 2005/2008Erik de Castro Lopo2017-01-191-8/+0
* Another bulk update of copyright datesErik de Castro Lopo2016-12-051-1/+1
* libFLAC: Remove win_utf8_io dependencyErik de Castro Lopo2016-02-081-7/+8
* Refactoring of win_utf8_ioErik de Castro Lopo2016-01-311-0/+2
* libFLAC: Tweak MSVC supportErik de Castro Lopo2016-01-041-1/+3
* Compat: Fix for MSVC deprecated functionsErik de Castro Lopo2015-08-091-1/+4
* Fix some minor word duplicationZoë Blade2014-12-031-1/+1
* More date fixes.Erik de Castro Lopo2014-11-251-1/+1
* Windows specific vsnprintf fixes.Erik de Castro Lopo2014-09-221-0/+2
* share/compat.h : Remove duplicate flac_stat definition.Erik de Castro Lopo2014-04-111-5/+0
* Move FLAC__STRCASECMP definition to compat.h.Erik de Castro Lopo2014-03-141-0/+2
* Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags.Erik de Castro Lopo2014-01-301-8/+0
* compat.h : Simplify definition of FLAC__U64L.Erik de Castro Lopo2014-01-071-6/+1
* Adds use of restrict keyword to improve encoding speed.Erik de Castro Lopo2013-10-101-0/+9
* Improve x86 instrinsic implementation.Erik de Castro Lopo2013-10-041-0/+8
* Move M_PI definition to include/share/compat.h.Erik de Castro Lopo2013-09-271-1/+4
* Move defintion of M_LN2 to include/share/compat.h.Erik de Castro Lopo2013-09-071-0/+3
* include/share/compat.h : Remove deinition of restrict.Erik de Castro Lopo2013-09-011-4/+0
* include/share/compat.h : Include cleanup.Erik de Castro Lopo2013-04-071-5/+1
* Two small patches for utf8 I/O.Erik de Castro Lopo2013-04-021-1/+1
* Purge more strcpy/strcat usage.Erik de Castro Lopo2013-04-011-1/+6
* Enable utf8 I/O stuff when compiling with MinGW.Erik de Castro Lopo2013-04-011-1/+2
* include/share/compat.h : Cleanup.Erik de Castro Lopo2013-03-291-5/+7
* Rename _flac_stat to flac_stat_s.Erik de Castro Lopo2013-03-291-2/+2
* Rename all 'utf8_io' -> 'win_utf8_io'.Erik de Castro Lopo2013-03-291-1/+1
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-0/+38
* include/share/compat.h : Simplify.Erik de Castro Lopo2013-03-231-6/+4
* Add file src/share/grabbag/snprintf.c to grabbag library.Erik de Castro Lopo2013-03-171-0/+10
* Restore code dropped in commit f25b2602dc.Erik de Castro Lopo2013-03-151-0/+5
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-141-12/+5
* include/share/compat.h : feeko and ftello fixes for MinGW.Erik de Castro Lopo2013-03-101-0/+6
* Another MSVC patch from Ben Alison.Erik de Castro Lopo2013-03-081-1/+1
* Large patch from Ben Allison fixing the MSVC build.Erik de Castro Lopo2013-03-061-0/+35
* include/share/compat.h : For MSVC define inline as __inline.Erik de Castro Lopo2013-01-261-0/+1
* Move code inside #ifdef _MSC_VER to compat.h.Erik de Castro Lopo2012-06-221-0/+30
* Move all definitions of FLAC__U64L to one place.Erik de Castro Lopo2012-06-221-0/+6
* replace local_strtoull with _strtoui64 in windowsCristian Rodríguez2012-04-181-0/+1
* Remove local_strtoull, windows has equivalent function _strtoui64Cristian Rodríguez2012-04-181-0/+8
* Add file include/share/compat.h and start moving CPP hackery into it.Erik de Castro Lopo2012-02-041-0/+61