mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
0eaa5ae519
commit
17c8764e0a
@ -43,7 +43,7 @@
|
||||
#include "support/lyxfunctional.h" // equal_1st_in_pair
|
||||
#include "support/types.h"
|
||||
#include "support/lyxalgo.h" // lyx_count
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <fstream>
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/signals/connection.hpp>
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/wait.h>
|
||||
|
@ -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>
|
||||
|
||||
* text2.C (LyXText): adjust.
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "support/path.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <fstream>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "insets/inseterror.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
using std::endl;
|
||||
using std::pair;
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "support/path.h"
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <cstdio> // sscanf
|
||||
|
@ -36,7 +36,6 @@ localedir = $(datadir)/locale
|
||||
BUILT_SOURCES = version.C
|
||||
|
||||
lyx_SOURCES = \
|
||||
BoostFormat.h \
|
||||
BufferView.C \
|
||||
BufferView.h \
|
||||
BufferView_pimpl.C \
|
||||
@ -94,7 +93,6 @@ lyx_SOURCES = \
|
||||
author.C \
|
||||
author.h \
|
||||
boost.C \
|
||||
boost-inst.C \
|
||||
box.h \
|
||||
box.C \
|
||||
broken_headers.h \
|
||||
|
@ -65,7 +65,7 @@
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "support/LAssert.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <algorithm>
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
#include "insets/updatableinset.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
namespace {
|
||||
LyXFont freefont(LyXFont::ALL_IGNORE);
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "support/path.h"
|
||||
#include "support/systemcall.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <cctype>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "gettext.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <iomanip>
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "lyx_cb.h" // for ShowMessage() ... to be removed?
|
||||
#include "gettext.h"
|
||||
#include "LString.h"
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include "frontends/Alert.h" //to be removed?
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "support/lstrings.h"
|
||||
#include "support/filetools.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
using std::endl;
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
#include "frontends/Alert.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
using std::endl;
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "support/LAssert.h"
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "Alert.h"
|
||||
#include "Alert_pimpl.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
#include "gettext.h"
|
||||
|
||||
using std::pair;
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <qtextview.h>
|
||||
#include <qpushbutton.h>
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
typedef QController<ControlVCLog, QView<QVCLogDialog> > base_class;
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "debug.h"
|
||||
|
||||
#include <boost/scoped_array.hpp>
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "xforms_helpers.h" // formatted
|
||||
|
||||
#include "gettext.h" // _()
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include "support/LAssert.h"
|
||||
#include "support/filetools.h" // LibFileSearch
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "gettext.h" // _()
|
||||
#include "lyxrc.h"
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include "support/LAssert.h"
|
||||
#include "support/filetools.h" // LibFileSearch
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "support/lyxlib.h" // for float_equal
|
||||
#include "support/filetools.h" // for MakeAbsPath etc
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include FORMS_H_LOCATION
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "gettext.h"
|
||||
#include "BufferView.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "gettext.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
using std::ostream;
|
||||
using std::endl;
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "gettext.h"
|
||||
#include "debug.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
using std::ostream;
|
||||
using std::endl;
|
||||
|
@ -89,7 +89,7 @@ TODO
|
||||
#include <boost/weak_ptr.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/signals/trackable.hpp>
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <algorithm> // For the std::max
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "buffer.h"
|
||||
#include "gettext.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
using std::ostream;
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "support/systemcall.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <algorithm>
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include "frontends/Alert.h"
|
||||
#include "frontends/lyx_gui.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
#include <boost/function.hpp>
|
||||
|
||||
#include <cstdlib>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "support/lstrings.h"
|
||||
#include "bufferparams.h" // stateText
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
using std::ostream;
|
||||
using std::endl;
|
||||
|
@ -68,7 +68,7 @@
|
||||
#include "support/path.h"
|
||||
#include "support/lyxfunctional.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <ctime>
|
||||
#include <clocale>
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#include "support/filetools.h"
|
||||
#include "support/lyxlib.h"
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
#include "Lsstream.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
using std::ostream;
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "encoding.h"
|
||||
#include "lyxrc.h"
|
||||
#include "lyxlex.h"
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
#include "factory.h"
|
||||
#include "support/lstrings.h"
|
||||
#include "insets/insetoptarg.h"
|
||||
|
@ -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>
|
||||
|
||||
* filetools.h:
|
||||
|
@ -12,6 +12,7 @@ LYXSTRING = lyxstring.C lyxstring.h
|
||||
endif
|
||||
|
||||
libsupport_la_SOURCES = \
|
||||
BoostFormat.h \
|
||||
DebugStream.C \
|
||||
DebugStream.h \
|
||||
FileInfo.C \
|
||||
@ -26,6 +27,7 @@ libsupport_la_SOURCES = \
|
||||
os.h \
|
||||
abort.C \
|
||||
atoi.C \
|
||||
boost-inst.C \
|
||||
chdir.C \
|
||||
copy.C \
|
||||
filetools.C \
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
#if USE_BOOST_FORMAT
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include "support/textutils.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include "BoostFormat.h"
|
||||
#include "support/BoostFormat.h"
|
||||
|
||||
using std::vector;
|
||||
using std::copy;
|
||||
|
Loading…
Reference in New Issue
Block a user