summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move various compression libraries into single subdirectoryJoel Sherrill2023-06-0632-25042/+0
| | | | | | This improves the organization of the cpukit. Closes #4912.
* zlib: Update from 1.2.5 to 1.2.13Sebastian Huber2023-05-0925-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.
* build: Merge zlib/Makefile.amSebastian Huber2018-10-101-26/+0
|
* Remove make preinstallChris Johns2018-01-253-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.
* zlib: Fix buildSebastian Huber2017-12-132-6/+2
| | | | Update #3254.
* zlib: Do not generate zconf.hSebastian Huber2017-12-132-434/+0
| | | | Update #3254.
* Regenerate all preinstall.am files.Chris Johns2014-08-291-5/+5
| | | | | With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
* Regenerate all preinstall.am files.Joel Sherrill2014-08-281-3/+3
| | | | | Apparently, at some point automake output changed and these were not updated.
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-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.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1111-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.
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+4
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-4/+0
|
* Remove all .cvsignore files.Joel Sherrill2012-02-011-2/+0
|
* Regenerate.Ralf Corsepius2011-03-191-1/+1
|
* 2011-03-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-191-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).
* Remove (Import cleanup).Ralf Corsepius2011-03-193-962/+0
|
* Generate zconf.h from zconf.h.in.Ralf Corsepius2011-03-191-0/+8
|
* Update to zlib-1.2.5.Ralf Corsepius2011-03-1915-132/+197
|
* 2011-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-181-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.).
* Remove (Import cleanup.).Ralf Corsepius2011-03-186-1412/+0
|
* 2011-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-181-0/+2
| | | | | * CMakeLists.txt, INDEX, zlib.3.pdf, zlib.3, zlib.map, zlib.pc.in, zlib2ansi: Remove (Import cleanup.)
* Remove (Import cleanup).Ralf Corsepius2011-03-1854-12774/+0
|
* 2011-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-181-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-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-181-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.).
* This commit was generated by cvs2svn to compensate for changes in r25214,Ralf Corsepius2011-03-184-8/+8
|\ | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.5Ralf Corsepius2011-03-1817-85/+227
| |
* | This commit was generated by cvs2svn to compensate for changes in r25212,Ralf Corsepius2011-03-181-2/+2
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.5Ralf Corsepius2011-03-185-20/+20
| |
| * Import from zlib-1.2.5Ralf Corsepius2011-03-182-20/+21
| |
| * Import from zlib-1.2.5Ralf Corsepius2011-03-182-48/+35
| |
* | This commit was generated by cvs2svn to compensate for changes in r25208,Ralf Corsepius2011-03-182-18/+42
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.5Ralf Corsepius2011-03-184-36/+74
| |
| * Import from zlib-1.2.5Ralf Corsepius2011-03-181-2/+7
| |
| * Import from zlib-1.2.5Ralf Corsepius2011-03-181-1/+2
| |
* | 2010-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-182-2/+7
| | | | | | | | | | * zconf.h: Regenerate by zlib's configure. Eliminate HAVE_UNISTD_H. Use Z_PREFIX.
* | 2010-03-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-03-182-9/+4
| | | | | | | | * zconf.h: Add include of config.h
* | Make code match prototype to eliminate warnings.Thomas Doerfler2011-03-187-4/+22
| | | | | | | | eliminate unneeded comilation of 64 bit functions
* | This commit was generated by cvs2svn to compensate for changes in r25198,Ralf Corsepius2011-03-181-0/+0
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2011-03-184-506/+764
| |
| * Import from zlib-1.2.4Ralf Corsepius2011-03-181-1/+1
| |
| * This commit was manufactured by cvs2svn to create branch 'zlib'.cvs2git2011-03-186-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
| * Import from zlib-1.2.4Ralf Corsepius2011-03-182-40/+42
| |
* | 2010-03-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-03-1828-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.
* | This commit was generated by cvs2svn to compensate for changes in r25189,Ralf Corsepius2011-03-182-0/+260
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2011-03-183-1/+536
| |
| * Import from zlib-1.2.4Ralf Corsepius2011-03-182-208/+157
| |
| * Import from zlib-1.2.4Ralf Corsepius2011-03-181-68/+411
| |
| * Import from zlib-1.2.4Ralf Corsepius2011-03-181-92/+179
| |
| * Import from zlib-1.2.4Ralf Corsepius2011-03-181-8/+14
| |
* | This commit was generated by cvs2svn to compensate for changes in r25183,Ralf Corsepius2011-03-182-0/+64
|\| | | | | which included commits to RCS files with non-trunk default branches.