]> git.lyx.org Git - lyx.git/commit
small patch from Dekel, begin introducing the real boost framework, get rid of the...
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 2 Oct 2000 00:55:02 +0000 (00:55 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 2 Oct 2000 00:55:02 +0000 (00:55 +0000)
commitda003742d9fbc051024e89241d5796e6403aded9
tree8c19a56715e48d0b0f13d54e1cedd0f78dd81b4f
parent20b05ef8c1e3d73175427405cbc2bb5d3c6d7e90
small patch from Dekel, begin introducing the real boost framework, get rid of the parts of boost that were located in support (block and utility)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1063 a592a061-630c-0410-9148-cb99ea01b6c8
49 files changed:
ChangeLog
Makefile.am
boost/.cvsignore [new file with mode: 0644]
boost/Makefile.am [new file with mode: 0644]
boost/boost/array.hpp [new file with mode: 0644]
boost/boost/config.hpp [new file with mode: 0644]
boost/boost/utility.hpp [new file with mode: 0644]
boost/libs/README [new file with mode: 0644]
config/lyxinclude.m4
configure.in
src/BufferView.h
src/LColor.h
src/LaTeX.h
src/LyXAction.h
src/LyXView.h
src/Makefile.am
src/bufferlist.h
src/bufferparams.h
src/frontends/ButtonPolicies.h
src/frontends/Dialogs.h
src/frontends/Makefile.am
src/frontends/gnome/Makefile.am
src/frontends/kde/Makefile.am
src/frontends/xforms/FormBase.h
src/frontends/xforms/FormGraphics.h
src/frontends/xforms/FormParagraph.h
src/frontends/xforms/FormTabular.h
src/frontends/xforms/Makefile.am
src/graphics/GraphicsCache.h
src/graphics/Makefile.am
src/graphics/Renderer.h
src/insets/ExternalTemplate.h
src/insets/Makefile.am
src/insets/insetcommand.h
src/lastfiles.h
src/layout.h
src/lyx_gui.h
src/lyx_main.h
src/lyxlex.h
src/lyxparagraph.h
src/lyxrc.h
src/mathed/Makefile.am
src/mathed/formula.C
src/mathed/formulamacro.C
src/support/Makefile.am
src/support/block.h [deleted file]
src/support/lstrings.C
src/support/path.h
src/support/utility.hpp [deleted file]