search for: buffersecuritycheck

Displaying 3 results from an estimated 3 matches for "buffersecuritycheck".

2013 Apr 02
0
flac 1.3.0pre3 pre-release
...OmitFramePointers="true" WholeProgramOptimization="true" - AdditionalIncludeDirectories="." + AdditionalIncludeDirectories=".;..\..\..\include" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" RuntimeLibrary="0" BufferSecurityCheck="false" @@ -195,7 +195,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" WholeProgramOptimization="true" - AdditionalIncludeDirectories="." + AdditionalIncludeDirectories=".;..\..\..\include" PreprocessorDefiniti...
2013 Apr 01
2
flac 1.3.0pre3 pre-release
Janne Hyv?rinen wrote: > Zip with random patches: > > flac_mac: fixes some missing parameters from safe string handling > changes in flac_mac's main.c > flac_mac_project: adds flac's include dir for the project so new > functions can be found > progress_display: flac testing progress display used old functions that > didn't get utf-8 decoding >
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
Avoids trying to create and replace version.h more than once which led to file-locking errors with multicore builds. --- Makefile.am | 1 + win32/VS2015/celt.vcxproj | 48 +++++++++++++++++--------- win32/VS2015/generate_version.vcxproj | 65 +++++++++++++++++++++++++++++++++++ win32/VS2015/opus.sln | 32 ++++++++++++++++-