Georg Baum
f728257f26
Shut up compiler warning
2015-05-16 14:06:34 +02:00
Georg Baum
96cdd70ec1
Update boost to version 1.58
...
This is an unmodified subset of boost 1.58, created with boost/extract.sh.
2015-05-16 13:46:25 +02:00
Georg Baum
b596330093
Fix compilation with boost 1.58
...
Newer boost versions use complicated type traits for boost::next and
boost::prior, which do not work with the RandomAccessList iterators.
The long term solution is to use std::next and std::prev, for now supply
simple replacements for compilers that do not support C++11 yet.
2015-05-16 00:05:23 +02:00
Jean-Marc Lasgouttes
41405babc5
Cleanup support for std::regex with autotools
...
Do not link against system boost regex lib or build included boost regex when not needed.
2015-01-06 18:47:00 +01:00
Georg Baum
6f34a8a640
Get rid of tr1 support
...
As discussed on the list. We don't need it anymore, either we have a modern
compiler that supports C++11, or we fall back to boost. I kept and adjusted
the regex #define, since we cannot use std regex completely yet.
2014-12-23 22:18:08 +01:00
Kornel Benko
b62c6a1c5e
Added more missing files to autoconf's dist
2014-09-02 15:02:55 +02:00
Kornel Benko
6c7b5b12c7
Add cmake files to autoconf's dist
2014-08-31 15:21:20 +02:00
Enrico Forestieri
bc00159530
Fix compilation on Solaris after last boost upgrade.
2014-05-29 22:31:56 +02:00
Vincent van Ravesteijn
d14aa5f22e
boost: Update to 1.55.0
2014-04-29 17:25:28 +02:00
Benjamin Piwowarski
d863088986
Revert "Objective-C compililation support with cmake and C++11"
...
This reverts commit c2e67a41ce
.
2014-04-22 09:36:17 +02:00
Benjamin Piwowarski
c2e67a41ce
Objective-C compililation support with cmake and C++11
...
This fixes an issue whe compiling with C++11 flags on: The
objective-C clang compiler produces an error. This patch waits
avoid including specific C++ flags and uses LYX_CPP_SPECIFIC_FLAGS
to store the confliciting flags (for the moment, just C++11).
2014-04-21 11:51:04 -04:00
Vincent van Ravesteijn
f2b4d4febf
Update boost to 1.53.0
2013-04-19 21:45:50 +02:00
Vincent van Ravesteijn
a90a7f205f
Update boost to 1.53.0
2013-04-19 20:34:19 +02:00
Vincent van Ravesteijn
0cd8c03d17
CMake: Put projects into subdirs
...
This patch puts all projects into subfolders (at least for MSVS). In this
way, there is a better overview (especially if the number of test projects
will be increasing).
2012-12-15 11:02:06 +01:00
Lars Gullik Bjønnes
c7bb190fd3
Setup .gitignore for generated files
...
Setting up .gitignore or .git/info/excludes is something that should
be done. Not doing it makes it a lot harder to see actual new files
that should be added.
Signed-off-by: Lars Gullik Bjønnes <larsbj@gullik.org>
2012-03-22 02:16:12 +01:00
Vincent van Ravesteijn
c64efd6361
Update boost to version 1.49.0
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40809 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-29 16:31:24 +00:00
Stephan Witt
ba903e9554
internal boost distribution missed an internal header file
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40578 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-06 07:59:36 +00:00
Kornel Benko
3bb577204b
Adapt cmake to new boost regex sources
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40233 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-20 20:10:26 +00:00
Peter Kümmel
b946aafcbc
add some boost files needed by static string-switch in future Text.cpp
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40231 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-20 19:10:54 +00:00
Peter Kümmel
0f2eab3665
update boost to version 1.48
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40230 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-20 18:58:15 +00:00
Peter Kümmel
2c978aa6ee
run extract script again on boost 1.47: now bcp wants more files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40226 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-20 18:46:12 +00:00
Peter Kümmel
a9322bc2cf
remove unused boost files (~520)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39941 a592a061-630c-0410-9148-cb99ea01b6c8
2011-10-23 11:15:47 +00:00
Peter Kümmel
758b7548b6
Script to extract only needed boost files using the bcp tool
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39939 a592a061-630c-0410-9148-cb99ea01b6c8
2011-10-23 11:08:16 +00:00
Peter Kümmel
e42087ae41
boost: update to 1.47.0, add new compiler files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39483 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-13 11:03:17 +00:00
Peter Kümmel
3ac441d272
boost: update to 1.47.0
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39481 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-13 10:34:13 +00:00
Peter Kümmel
62692a06df
update to boost 1.46.1. Tested on Win, Mac, Linux, GCC 4.2, 4.4, 4.5, 4.6
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38953 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-05 12:59:35 +00:00
Peter Kümmel
897edc10c0
cmake: move CMakeLists.txt into source dir (multiple steps)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38691 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-10 17:44:41 +00:00
Peter Kümmel
b1ad9a7c03
update boost to 1.43: remove obsolete files, update .cpp
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35838 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-25 19:16:53 +00:00
Peter Kümmel
228c1d22e4
update boost to 1.44
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35837 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-25 19:11:25 +00:00
Peter Kümmel
eee966a7d8
boost: update to 1.42.0
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33490 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-17 20:54:47 +00:00
Peter Kümmel
403369edd3
boost: add eol property
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33489 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-17 20:41:25 +00:00
Peter Kümmel
200880333a
update to boost 1.41.0
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32081 a592a061-630c-0410-9148-cb99ea01b6c8
2009-11-19 15:12:36 +00:00
Peter Kümmel
131298543b
boost: update to version 1.40
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31888 a592a061-630c-0410-9148-cb99ea01b6c8
2009-11-07 11:55:44 +00:00
Peter Kümmel
1fc4cdd807
update to boost 1.39: add new files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31099 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-17 18:38:32 +00:00
Peter Kümmel
ef4156b24a
update to boost 1.39: delete unused folders
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31098 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-17 18:36:41 +00:00
Peter Kümmel
25dcf36ecb
update to boost 1.39: update existing files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31097 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-17 18:33:49 +00:00
Georg Baum
61fda2f357
no longer needed according to abdel
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29994 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 13:15:51 +00:00
André Pönitz
bb12808b20
remove libtool
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27468 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 17:45:55 +00:00
Peter Kümmel
2950127d8d
remove warning. is this a boost bug? the macro is explicitly defined for msvc.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26655 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-30 19:58:56 +00:00
Peter Kümmel
c2f99181e6
update boost to version 1.36
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26648 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-30 18:01:03 +00:00
Peter Kümmel
9f13a87da5
we should update boost
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26153 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 21:41:32 +00:00
Abdelrazak Younes
4113872d60
We don't use boost::filesystem anymore.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24909 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-23 12:07:29 +00:00
Pavel Sanda
60eb734651
Make dist doesn't include boost headers.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24606 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-04 22:49:19 +00:00
André Pönitz
10e961f629
unused
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21889 a592a061-630c-0410-9148-cb99ea01b6c8
2007-11-30 22:47:02 +00:00
André Pönitz
7a69f2cff4
remove boost/iostreams. Not used.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21789 a592a061-630c-0410-9148-cb99ea01b6c8
2007-11-25 23:47:56 +00:00
André Pönitz
49e028db9b
remove boost/iostream form build
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21782 a592a061-630c-0410-9148-cb99ea01b6c8
2007-11-25 20:25:21 +00:00
André Pönitz
19ab5ceef9
s/pkglib_/noinst_/
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20669 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-02 20:34:55 +00:00
André Pönitz
581b67b26e
move ChangeLogs to the attic
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20587 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-29 14:12:55 +00:00
Lars Gullik Bjønnes
98944bbe46
* Ambigous else
...
* Missing header file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20309 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-16 10:41:33 +00:00
Jean-Marc Lasgouttes
682a70e89c
more boost fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19532 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-13 23:48:39 +00:00