summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-06Move various compression libraries into single subdirectoryJoel Sherrill32-25042/+0
This improves the organization of the cpukit. Closes #4912.
2023-05-09zlib: Update from 1.2.5 to 1.2.13Sebastian Huber25-2419/+12946
The updated files were extracted from: https://www.zlib.net/zlib-1.2.13.tar.xz The archive had an SHA-256 hash value of: d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98 Close #4902.
2018-10-10build: Merge zlib/Makefile.amSebastian Huber1-26/+0
2018-01-25Remove make preinstallChris Johns3-1654/+5
A speciality of the RTEMS build system was the make preinstall step. It copied header files from arbitrary locations into the build tree. The header files were included via the -Bsome/build/tree/path GCC command line option. This has at least seven problems: * The make preinstall step itself needs time and disk space. * Errors in header files show up in the build tree copy. This makes it hard for editors to open the right file to fix the error. * There is no clear relationship between source and build tree header files. This makes an audit of the build process difficult. * The visibility of all header files in the build tree makes it difficult to enforce API barriers. For example it is discouraged to use BSP-specifics in the cpukit. * An introduction of a new build system is difficult. * Include paths specified by the -B option are system headers. This may suppress warnings. * The parallel build had sporadic failures on some hosts. This patch removes the make preinstall step. All installed header files are moved to dedicated include directories in the source tree. Let @RTEMS_CPU@ be the target architecture, e.g. arm, powerpc, sparc, etc. Let @RTEMS_BSP_FAMILIY@ be a BSP family base directory, e.g. erc32, imx, qoriq, etc. The new cpukit include directories are: * cpukit/include * cpukit/score/cpu/@RTEMS_CPU@/include * cpukit/libnetworking The new BSP include directories are: * bsps/include * bsps/@RTEMS_CPU@/include * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILIY@/include There are build tree include directories for generated files. The include directory order favours the most general header file, e.g. it is not possible to override general header files via the include path order. The "bootstrap -p" option was removed. The new "bootstrap -H" option should be used to regenerate the "headers.am" files. Update #3254.
2017-12-13zlib: Fix buildSebastian Huber2-6/+2
Update #3254.
2017-12-13zlib: Do not generate zconf.hSebastian Huber2-434/+0
Update #3254.
2014-08-29Regenerate all preinstall.am files.Chris Johns1-5/+5
With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
2014-08-28Regenerate all preinstall.am files.Joel Sherrill1-3/+3
Apparently, at some point automake output changed and these were not updated.
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-138/+0
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill11-24/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-07Revert: Remove CVS IdsJoel Sherrill1-0/+4
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius1-4/+0
2012-02-01Remove all .cvsignore files.Joel Sherrill1-2/+0
2011-03-19Regenerate.Ralf Corsepius1-1/+1
2011-03-192011-03-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+11
* ChangeLog.zlib, adler32.c, compress.c, crc32.c, deflate.c, deflate.h, gzguts.h, gzlib.c, gzread.c, inffast.c, inffast.h, inftrees.c, inftrees.h, trees.c, trees.h, uncompr.c, zlib.h, zutil.c, zutil.h: Update to zlib-1.2.5. * Makefile.am: Generate zconf.h from zconf.h.in. * treebuild.xml, zconf.h.cmakein, zconf.h: Remove (Import cleanup).
2011-03-19Remove (Import cleanup).Ralf Corsepius3-962/+0
2011-03-19Generate zconf.h from zconf.h.in.Ralf Corsepius1-0/+8
2011-03-19Update to zlib-1.2.5.Ralf Corsepius15-132/+197
2011-03-182011-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+7
* win32/README-WIN32.txt, old/visualc6/README.txt, old/visualc6/example.dsp, old/visualc6/minigzip.dsp, old/visualc6/zlib.dsp, old/visualc6/zlib.dsw: Remove (Import cleanup.).
2011-03-18Remove (Import cleanup.).Ralf Corsepius6-1412/+0
2011-03-182011-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* CMakeLists.txt, INDEX, zlib.3.pdf, zlib.3, zlib.map, zlib.pc.in, zlib2ansi: Remove (Import cleanup.)
2011-03-18Remove (Import cleanup).Ralf Corsepius54-12774/+0
2011-03-182011-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* nintendods/Makefile, nintendods/README, old/as400/readme.txt, old/as400/zlib.inc, old/as400/bndsrc old/as400/compile.clp, watcom/watcom_l.mak, watcom/watcom_f.mak, examples/enough.c, examples/zran.c, examples/gun.c: Remove (Import cleanup.).
2011-03-182011-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+39
* contrib/masmx86/match686.asm, contrib/gcc_gvmat64/gvmat64.S, contrib/vstudio/vc10/zlibvc.def, contrib/vstudio/vc10/miniunz.vcxproj.user, contrib/vstudio/vc10/minizip.vcxproj.filters, contrib/vstudio/vc10/testzlib.vcxproj.filters, contrib/vstudio/vc10/zlibvc.sln, contrib/vstudio/vc10/miniunz.vcxproj.filters, contrib/vstudio/vc10/zlibvc.vcxproj, contrib/vstudio/vc10/zlibvc.vcxproj.user, contrib/vstudio/vc10/testzlib.vcxproj.user, contrib/vstudio/vc10/zlib.rc, contrib/vstudio/vc10/minizip.vcxproj, contrib/vstudio/vc10/testzlibdll.vcxproj, contrib/vstudio/vc10/testzlibdll.vcxproj.filters, contrib/vstudio/vc10/zlibstat.vcxproj.filters, contrib/vstudio/vc10/zlibvc.vcxproj.filters, contrib/vstudio/vc10/testzlib.vcxproj, contrib/vstudio/vc10/testzlibdll.vcxproj.user, contrib/vstudio/vc10/zlibstat.vcxproj.user, contrib/vstudio/vc10/miniunz.vcxproj, contrib/vstudio/vc10/minizip.vcxproj.user, contrib/vstudio/vc10/zlibstat.vcxproj, contrib/vstudio/vc9/zlibvc.def, contrib/vstudio/vc9/miniunz.vcproj, contrib/vstudio/vc9/testzlib.vcproj, contrib/vstudio/vc9/zlibvc.sln, contrib/vstudio/vc9/zlibstat.vcproj, contrib/vstudio/vc9/zlibvc.vcproj, contrib/vstudio/vc9/zlib.rc, contrib/vstudio/vc9/minizip.vcproj, contrib/vstudio/vc9/testzlibdll.vcproj, contrib/amd64/amd64-match.S, contrib/minizip/make_vms.com, contrib/minizip/MiniZip64_info.txt, contrib/minizip/MiniZip64_Changes.txt: Remove (Import cleanup.).
2011-03-18Import from zlib-1.2.5Ralf Corsepius17-85/+227
2011-03-18Import from zlib-1.2.5Ralf Corsepius5-20/+20
2011-03-18Import from zlib-1.2.5Ralf Corsepius2-20/+21
2011-03-18Import from zlib-1.2.5Ralf Corsepius2-48/+35
2011-03-18Import from zlib-1.2.5Ralf Corsepius4-36/+74
2011-03-18Import from zlib-1.2.5Ralf Corsepius1-2/+7
2011-03-182010-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+7
* zconf.h: Regenerate by zlib's configure. Eliminate HAVE_UNISTD_H. Use Z_PREFIX.
2011-03-182010-03-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-9/+4
* zconf.h: Add include of config.h
2011-03-18Import from zlib-1.2.5Ralf Corsepius1-1/+2
2011-03-18Make code match prototype to eliminate warnings.Thomas Doerfler7-4/+22
eliminate unneeded comilation of 64 bit functions
2011-03-18Import from zlib-1.2.4Ralf Corsepius4-506/+764
2011-03-18Import from zlib-1.2.4Ralf Corsepius1-1/+1
2011-03-18This commit was manufactured by cvs2svn to create branch 'zlib'.cvs2git6-0/+2084
Cherrypick from master 2011-03-18 10:11:29 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2010-03-22 Joel Sherrill <joel.sherrill@oarcorp.com>': cpukit/zlib/doc/algorithm.txt cpukit/zlib/gzclose.c cpukit/zlib/gzguts.h cpukit/zlib/gzlib.c cpukit/zlib/gzread.c cpukit/zlib/gzwrite.c
2011-03-182010-03-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill28-2243/+4032
* ChangeLog.zlib, FAQ, Makefile.am, README, adler32.c, compress.c, crc32.c, deflate.c, deflate.h, infback.c, inffast.c, inflate.c, inflate.h, inftrees.c, inftrees.h, trees.c, uncompr.c, zconf.h, zlib.3, zlib.h, zutil.c, zutil.h: Update to zlib 1.2.4. * gzclose.c, gzguts.h, gzlib.c, gzread.c, gzwrite.c, doc/algorithm.txt: New files. * algorithm.txt, gzio.c: Removed.
2011-03-18Import from zlib-1.2.4Ralf Corsepius2-40/+42
2011-03-18Import from zlib-1.2.4Ralf Corsepius3-1/+536
2011-03-18Import from zlib-1.2.4Ralf Corsepius2-208/+157
2011-03-18Import from zlib-1.2.4Ralf Corsepius1-68/+411
2011-03-18Import from zlib-1.2.4Ralf Corsepius1-92/+179
2011-03-18Import from zlib-1.2.4Ralf Corsepius1-8/+14
2011-03-18Import from zlib-1.2.4Ralf Corsepius3-26/+77
2011-03-18Import from zlib-1.2.4Ralf Corsepius3-117/+250
2011-03-18Import from zlib-1.2.4Ralf Corsepius1-8/+121
2011-03-18Import from zlib-1.2.4Ralf Corsepius2-5/+36
2011-03-18Import from zlib-1.2.4Ralf Corsepius1-48/+37
2011-03-18Import from zlib-1.2.4Ralf Corsepius5-10/+126