summaryrefslogtreecommitdiff
path: root/cpukit/zlib (follow)
AgeCommit message (Collapse)Author
2018-10-10build: Merge zlib/Makefile.amSebastian Huber
2018-01-25Remove make preinstallChris Johns
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 Huber
Update #3254.
2017-12-13zlib: Do not generate zconf.hSebastian Huber
Update #3254.
2014-08-29Regenerate all preinstall.am files.Chris Johns
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 Sherrill
Apparently, at some point automake output changed and these were not updated.
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom
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 Sherrill
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 Sherrill
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius
2012-02-01Remove all .cvsignore files.Joel Sherrill
2011-03-19Regenerate.Ralf Corsepius
2011-03-192011-03-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* 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 Corsepius
2011-03-19Generate zconf.h from zconf.h.in.Ralf Corsepius
2011-03-19Update to zlib-1.2.5.Ralf Corsepius
2011-03-182011-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* 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 Corsepius
2011-03-182011-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* CMakeLists.txt, INDEX, zlib.3.pdf, zlib.3, zlib.map, zlib.pc.in, zlib2ansi: Remove (Import cleanup.)
2011-03-18Remove (Import cleanup).Ralf Corsepius
2011-03-182011-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* 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 Corsepius
* 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-18This commit was generated by cvs2svn to compensate for changes in r25214,Ralf Corsepius
which included commits to RCS files with non-trunk default branches.
2011-03-18Import from zlib-1.2.5Ralf Corsepius
2011-03-18This commit was generated by cvs2svn to compensate for changes in r25212,Ralf Corsepius
which included commits to RCS files with non-trunk default branches.
2011-03-18Import from zlib-1.2.5Ralf Corsepius
2011-03-18Import from zlib-1.2.5Ralf Corsepius
2011-03-18Import from zlib-1.2.5Ralf Corsepius
2011-03-18This commit was generated by cvs2svn to compensate for changes in r25208,Ralf Corsepius
which included commits to RCS files with non-trunk default branches.
2011-03-18Import from zlib-1.2.5Ralf Corsepius
2011-03-18Import from zlib-1.2.5Ralf Corsepius
2011-03-182010-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* 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 Sherrill
* zconf.h: Add include of config.h
2011-03-18Import from zlib-1.2.5Ralf Corsepius
2011-03-18Make code match prototype to eliminate warnings.Thomas Doerfler
eliminate unneeded comilation of 64 bit functions
2011-03-18Import from zlib-1.2.4Ralf Corsepius
2011-03-18This commit was generated by cvs2svn to compensate for changes in r25198,Ralf Corsepius
which included commits to RCS files with non-trunk default branches.
2011-03-18Import from zlib-1.2.4Ralf Corsepius
2011-03-18This commit was manufactured by cvs2svn to create branch 'zlib'.cvs2git
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 Sherrill
* 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 Corsepius
2011-03-18This commit was generated by cvs2svn to compensate for changes in r25189,Ralf Corsepius
which included commits to RCS files with non-trunk default branches.
2011-03-18Import from zlib-1.2.4Ralf Corsepius
2011-03-18Import from zlib-1.2.4Ralf Corsepius
2011-03-18Import from zlib-1.2.4Ralf Corsepius
2011-03-18Import from zlib-1.2.4Ralf Corsepius
2011-03-18Import from zlib-1.2.4Ralf Corsepius
2011-03-18This commit was generated by cvs2svn to compensate for changes in r25183,Ralf Corsepius
which included commits to RCS files with non-trunk default branches.
2011-03-18Import from zlib-1.2.4Ralf Corsepius
2011-03-18Import from zlib-1.2.4Ralf Corsepius