]> git.lyx.org Git - features.git/commit
Replace gzstream by boost::iostreams::gzip_(de)compressor: by Bo Peng (ben.bob@gmail...
authorBo Peng <bpeng@lyx.org>
Fri, 21 Apr 2006 06:42:17 +0000 (06:42 +0000)
committerBo Peng <bpeng@lyx.org>
Fri, 21 Apr 2006 06:42:17 +0000 (06:42 +0000)
commit5cf8376ef7cd5f1132c5f9ebb66db59d06bbb64b
tree69fc4e944b43743bc441e288085bdca0a73a97bc
parent0b6deecd95df5865a7b90b942fed1bb467298824
Replace gzstream by boost::iostreams::gzip_(de)compressor: by Bo Peng (ben.bob@gmail.com)
* src/buffer.C, use filtering_ostream
* src/lyxlex_pimpl.h, .C, use filtering_istreambuf
* src/Makefile.am,  src/support/Makefile.am, src/tex2lyx/Makefile.am, use BOOST_IOSTREAMS
* remove src/support/gzstream.h, .C
* add needed boost files boost/boost/iostreams/device/file_descriptor.hpp,
     device/mapped_file.hpp, detail/system_failure.hpp,
 detail/config/windows_posix.hpp

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13706 a592a061-630c-0410-9148-cb99ea01b6c8
12 files changed:
boost/boost/iostreams/detail/config/windows_posix.hpp [new file with mode: 0644]
boost/boost/iostreams/detail/system_failure.hpp [new file with mode: 0644]
boost/boost/iostreams/device/file_descriptor.hpp [new file with mode: 0644]
boost/boost/iostreams/device/mapped_file.hpp [new file with mode: 0644]
src/Makefile.am
src/buffer.C
src/lyxlex_pimpl.C
src/lyxlex_pimpl.h
src/support/Makefile.am
src/support/gzstream.C [deleted file]
src/support/gzstream.h [deleted file]
src/tex2lyx/Makefile.am