summaryrefslogtreecommitdiff
path: root/projects/vstudio/zlib
Commit message (Collapse)AuthorAgeFilesLines
* [master] Imported from libpng-1.6.0.tarGlenn Randers-Pehrson2013-02-131-16/+11
|
* [master] Imported from libpng-1.5.14.tarGlenn Randers-Pehrson2013-02-021-1/+1
|
* [devel] Prevent unexpected API exports from non-libpng DLLs on Windows.John Bowler2011-08-161-3/+3
| | | | The "_DLL" is removed from the test of whether a DLL is being built.
* [devel] Added an explicit make step to projects/vstudio for pnglibconf.hGlenn Randers-Pehrson2010-08-241-3/+0
| | | | | | | Also corrected zlib.vcxproj into which Visual Studio had introduced what it calls an "authoring error". The change to make pnglibconf.h simply copies the file; in the future it may actually generate the file from scripts/pnglibconf.dfa as the other build systems do.
* [devel] VisualC/GCC warning fixes, VisualC build fixesGlenn Randers-Pehrson2010-08-021-22/+55
| | | | | | | | | | The changes include support for function attributes in VC in addition to those already present in GCC - necessary because without these some warnings are unavoidable. Fixes include signed/unsigned fixes in pngvalid and checks with gcc -Wall -Wextra -Wunused. VC requires function attributes on function definitions as well as declarations, PNG_FUNCTION has been added to enable this and the relevant function definitions changed.
* [devel] Implemented remaining "_fixed" functions and corrected warningsGlenn Randers-Pehrson2010-07-311-3/+35
| | | | | | | that were recently introduced, mostly resulting from safe but uncast assignments to shorter integers. Also added a zlib VStudio release library project because the latest zlib Official Windows build does not include such a thing.
* [devel] Removed some unwanted binary bytes from the new vstudio project files.Glenn Randers-Pehrson2010-04-241-1/+1
|
* [devel] Trivial editing; changed CRLF to NEWLINE in the new vstudio project ↵Glenn Randers-Pehrson2010-04-241-112/+112
| | | | files.
* [devel] Replaced visualc6 and visualc71 projects with new vstudio projectGlenn Randers-Pehrson2010-04-241-0/+112