move BoostFormat and boost-inst

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6651 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-03-30 20:25:44 +00:00
parent 0eaa5ae519
commit 17c8764e0a
39 changed files with 50 additions and 36 deletions

View File

@ -43,7 +43,7 @@
#include "support/lyxfunctional.h" // equal_1st_in_pair #include "support/lyxfunctional.h" // equal_1st_in_pair
#include "support/types.h" #include "support/types.h"
#include "support/lyxalgo.h" // lyx_count #include "support/lyxalgo.h" // lyx_count
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <fstream> #include <fstream>

View File

@ -57,7 +57,7 @@
#include <boost/bind.hpp> #include <boost/bind.hpp>
#include <boost/signals/connection.hpp> #include <boost/signals/connection.hpp>
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <unistd.h> #include <unistd.h>
#include <sys/wait.h> #include <sys/wait.h>

View File

@ -1,3 +1,11 @@
2003-03-30 John Levon <levon@movementarian.org>
* Makefile.am:
* BoostFormat.h:
* boost-inst.C: moved to support
* several files: changes as a result
2003-03-30 Lars Gullik Bjønnes <larsbj@gullik.net> 2003-03-30 Lars Gullik Bjønnes <larsbj@gullik.net>
* text2.C (LyXText): adjust. * text2.C (LyXText): adjust.

View File

@ -25,7 +25,7 @@
#include "support/path.h" #include "support/path.h"
#include "support/lstrings.h" #include "support/lstrings.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <fstream> #include <fstream>

View File

@ -25,7 +25,7 @@
#include "insets/inseterror.h" #include "insets/inseterror.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
using std::endl; using std::endl;
using std::pair; using std::pair;

View File

@ -28,7 +28,7 @@
#include "support/path.h" #include "support/path.h"
#include <boost/regex.hpp> #include <boost/regex.hpp>
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <fstream> #include <fstream>
#include <cstdio> // sscanf #include <cstdio> // sscanf

View File

@ -36,7 +36,6 @@ localedir = $(datadir)/locale
BUILT_SOURCES = version.C BUILT_SOURCES = version.C
lyx_SOURCES = \ lyx_SOURCES = \
BoostFormat.h \
BufferView.C \ BufferView.C \
BufferView.h \ BufferView.h \
BufferView_pimpl.C \ BufferView_pimpl.C \
@ -94,7 +93,6 @@ lyx_SOURCES = \
author.C \ author.C \
author.h \ author.h \
boost.C \ boost.C \
boost-inst.C \
box.h \ box.h \
box.C \ box.C \
broken_headers.h \ broken_headers.h \

View File

@ -65,7 +65,7 @@
#include <boost/bind.hpp> #include <boost/bind.hpp>
#include <boost/tuple/tuple.hpp> #include <boost/tuple/tuple.hpp>
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <fstream> #include <fstream>
#include <iomanip> #include <iomanip>

View File

@ -34,7 +34,7 @@
#include "support/LAssert.h" #include "support/LAssert.h"
#include <boost/bind.hpp> #include <boost/bind.hpp>
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <cassert> #include <cassert>
#include <algorithm> #include <algorithm>

View File

@ -35,7 +35,7 @@
#include "insets/updatableinset.h" #include "insets/updatableinset.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
namespace { namespace {
LyXFont freefont(LyXFont::ALL_IGNORE); LyXFont freefont(LyXFont::ALL_IGNORE);

View File

@ -30,7 +30,7 @@
#include "support/path.h" #include "support/path.h"
#include "support/systemcall.h" #include "support/systemcall.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <cctype> #include <cctype>

View File

@ -13,7 +13,7 @@
#include "gettext.h" #include "gettext.h"
#include "support/lstrings.h" #include "support/lstrings.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <iomanip> #include <iomanip>

View File

@ -15,7 +15,7 @@
#include "lyx_cb.h" // for ShowMessage() ... to be removed? #include "lyx_cb.h" // for ShowMessage() ... to be removed?
#include "gettext.h" #include "gettext.h"
#include "LString.h" #include "LString.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include "frontends/Alert.h" //to be removed? #include "frontends/Alert.h" //to be removed?

View File

@ -33,7 +33,7 @@
#include "support/lstrings.h" #include "support/lstrings.h"
#include "support/filetools.h" #include "support/filetools.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
using std::endl; using std::endl;

View File

@ -32,7 +32,7 @@
#include "frontends/Alert.h" #include "frontends/Alert.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
using std::endl; using std::endl;

View File

@ -20,7 +20,7 @@
#include "support/LAssert.h" #include "support/LAssert.h"
#include <boost/regex.hpp> #include <boost/regex.hpp>
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <algorithm> #include <algorithm>

View File

@ -23,7 +23,7 @@
#include "Alert.h" #include "Alert.h"
#include "Alert_pimpl.h" #include "Alert_pimpl.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include "gettext.h" #include "gettext.h"
using std::pair; using std::pair;

View File

@ -23,7 +23,7 @@
#include <qtextview.h> #include <qtextview.h>
#include <qpushbutton.h> #include <qpushbutton.h>
#include "BoostFormat.h" #include "support/BoostFormat.h"
typedef QController<ControlVCLog, QView<QVCLogDialog> > base_class; typedef QController<ControlVCLog, QView<QVCLogDialog> > base_class;

View File

@ -17,7 +17,7 @@
#include "debug.h" #include "debug.h"
#include <boost/scoped_array.hpp> #include <boost/scoped_array.hpp>
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <cmath> #include <cmath>

View File

@ -21,7 +21,7 @@
#include "xforms_helpers.h" // formatted #include "xforms_helpers.h" // formatted
#include "gettext.h" // _() #include "gettext.h" // _()
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include "support/LAssert.h" #include "support/LAssert.h"
#include "support/filetools.h" // LibFileSearch #include "support/filetools.h" // LibFileSearch

View File

@ -22,7 +22,7 @@
#include "gettext.h" // _() #include "gettext.h" // _()
#include "lyxrc.h" #include "lyxrc.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include "support/LAssert.h" #include "support/LAssert.h"
#include "support/filetools.h" // LibFileSearch #include "support/filetools.h" // LibFileSearch

View File

@ -36,7 +36,7 @@
#include "support/lyxlib.h" // for float_equal #include "support/lyxlib.h" // for float_equal
#include "support/filetools.h" // for MakeAbsPath etc #include "support/filetools.h" // for MakeAbsPath etc
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include FORMS_H_LOCATION #include FORMS_H_LOCATION

View File

@ -22,7 +22,7 @@
#include "gettext.h" #include "gettext.h"
#include "BufferView.h" #include "BufferView.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <algorithm> #include <algorithm>

View File

@ -22,7 +22,7 @@
#include "gettext.h" #include "gettext.h"
#include "support/lstrings.h" #include "support/lstrings.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
using std::ostream; using std::ostream;
using std::endl; using std::endl;

View File

@ -22,7 +22,7 @@
#include "gettext.h" #include "gettext.h"
#include "debug.h" #include "debug.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
using std::ostream; using std::ostream;
using std::endl; using std::endl;

View File

@ -89,7 +89,7 @@ TODO
#include <boost/weak_ptr.hpp> #include <boost/weak_ptr.hpp>
#include <boost/bind.hpp> #include <boost/bind.hpp>
#include <boost/signals/trackable.hpp> #include <boost/signals/trackable.hpp>
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <algorithm> // For the std::max #include <algorithm> // For the std::max

View File

@ -24,7 +24,7 @@
#include "buffer.h" #include "buffer.h"
#include "gettext.h" #include "gettext.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
using std::ostream; using std::ostream;

View File

@ -36,7 +36,7 @@
#include "support/systemcall.h" #include "support/systemcall.h"
#include "support/lstrings.h" #include "support/lstrings.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <fstream> #include <fstream>
#include <algorithm> #include <algorithm>

View File

@ -39,7 +39,7 @@
#include "frontends/Alert.h" #include "frontends/Alert.h"
#include "frontends/lyx_gui.h" #include "frontends/lyx_gui.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <boost/function.hpp> #include <boost/function.hpp>
#include <cstdlib> #include <cstdlib>

View File

@ -21,7 +21,7 @@
#include "support/lstrings.h" #include "support/lstrings.h"
#include "bufferparams.h" // stateText #include "bufferparams.h" // stateText
#include "BoostFormat.h" #include "support/BoostFormat.h"
using std::ostream; using std::ostream;
using std::endl; using std::endl;

View File

@ -68,7 +68,7 @@
#include "support/path.h" #include "support/path.h"
#include "support/lyxfunctional.h" #include "support/lyxfunctional.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <ctime> #include <ctime>
#include <clocale> #include <clocale>

View File

@ -13,7 +13,7 @@
#include "support/filetools.h" #include "support/filetools.h"
#include "support/lyxlib.h" #include "support/lyxlib.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include <unistd.h> #include <unistd.h>

View File

@ -37,7 +37,7 @@
#include "Lsstream.h" #include "Lsstream.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
using std::ostream; using std::ostream;

View File

@ -21,7 +21,7 @@
#include "encoding.h" #include "encoding.h"
#include "lyxrc.h" #include "lyxrc.h"
#include "lyxlex.h" #include "lyxlex.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
#include "factory.h" #include "factory.h"
#include "support/lstrings.h" #include "support/lstrings.h"
#include "insets/insetoptarg.h" #include "insets/insetoptarg.h"

View File

@ -1,3 +1,9 @@
2003-03-30 John Levon <levon@movementarian.org>
* Makefile.am:
* BoostFormat.h:
* boost-inst.C: moved from src/
2003-03-29 John Levon <levon@movementarian.org> 2003-03-29 John Levon <levon@movementarian.org>
* filetools.h: * filetools.h:

View File

@ -12,6 +12,7 @@ LYXSTRING = lyxstring.C lyxstring.h
endif endif
libsupport_la_SOURCES = \ libsupport_la_SOURCES = \
BoostFormat.h \
DebugStream.C \ DebugStream.C \
DebugStream.h \ DebugStream.h \
FileInfo.C \ FileInfo.C \
@ -26,6 +27,7 @@ libsupport_la_SOURCES = \
os.h \ os.h \
abort.C \ abort.C \
atoi.C \ atoi.C \
boost-inst.C \
chdir.C \ chdir.C \
copy.C \ copy.C \
filetools.C \ filetools.C \

View File

@ -1,6 +1,6 @@
#include <config.h> #include <config.h>
#include "BoostFormat.h" #include "support/BoostFormat.h"
#if USE_BOOST_FORMAT #if USE_BOOST_FORMAT

View File

@ -41,7 +41,7 @@
#include "support/textutils.h" #include "support/textutils.h"
#include "support/lstrings.h" #include "support/lstrings.h"
#include "BoostFormat.h" #include "support/BoostFormat.h"
using std::vector; using std::vector;
using std::copy; using std::copy;