[LyX/master] Fix compilation with msvc 2019

2024-04-07 Thread Jean-Marc Lasgouttes
commit c7f53afd319fc9028be74f8949cec00063972462 Author: Jean-Marc Lasgouttes Date: Sun Apr 7 20:41:13 2024 +0200 Fix compilation with msvc 2019 'uint' is not defined, 'unsigned int' is better. --- src/Text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[LyX/master] Fix compilation on ubuntu 18.04

2024-02-28 Thread Jean-Marc Lasgouttes
commit 23105b2eddd5bb547f3a960c63dc05a8b69a4e28 Author: Jean-Marc Lasgouttes Date: Wed Feb 28 16:58:35 2024 +0100 Fix compilation on ubuntu 18.04 One of Qt 5.9 or gcc 7.5 does not like the or-ing of several enum flags. --- src/frontends/qt/FindAndReplace.cpp | 2 +- 1 file

[LyX/master] Fix compilation of es/Letter standard class

2023-09-23 Thread Scott Kostyshak
commit fa67f70992da5f7c6cb0958d557993d6c0750534 Author: Scott Kostyshak Date: Sat Sep 23 20:35:36 2023 -0400 Fix compilation of es/Letter standard class The problem, described by Udi, was the following: See section 1.10 of babel's manual, on page 12 under

[LyX/master] Fix compilation problem

2023-01-04 Thread Richard Kimberly Heck
commit 04025d0259cb556daf54bb74a01b9f9a615dcb77 Author: Richard Kimberly Heck Date: Wed Jan 4 23:04:02 2023 -0500 Fix compilation problem --- src/mathed/InsetMathDecoration.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mathed/InsetMathDecoration.cpp

[LyX/master] Fix compilation with gcc 4.9

2022-11-16 Thread Jean-Marc Lasgouttes
commit 94e7421a0a408bf60077bffe5d6f70142c5dad3f Author: Jean-Marc Lasgouttes Date: Wed Nov 16 17:43:22 2022 +0100 Fix compilation with gcc 4.9 It appears that gcc 4.9 does not implement the following part of C++11: https://cplusplus.github.io/CWG/issues/1148.html

[LyX/master] Fix compilation with gcc-12

2022-01-27 Thread José Matos
commit b73ab0256d113571174fed4b2a3405fe8c44d297 Author: José Matos Date: Thu Jan 27 15:37:45 2022 + Fix compilation with gcc-12 --- src/insets/InsetListings.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/insets/InsetListings.cpp

[LyX/master] Fix compilation of de/Additional.lyx

2021-04-23 Thread Scott Kostyshak
commit 8ce6c81563616d44ee0e4a122e81119987934338 Author: Scott Kostyshak Date: Fri Apr 23 23:53:37 2021 -0400 Fix compilation of de/Additional.lyx --- lib/doc/de/Additional.lyx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/doc/de/Additional.lyx

[LyX/master] Fix compilation for clang 3.7 with libc++

2021-04-06 Thread Jean-Marc Lasgouttes
commit 557d33b7e518f29f33ebec79439404bd1fe38f93 Author: Jean-Marc Lasgouttes Date: Tue Apr 6 12:07:42 2021 +0200 Fix compilation for clang 3.7 with libc++ --- src/BranchList.h |1 + src/BufferList.cpp |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git

[LyX/master] Fix compilation of Customization.lyx

2021-04-05 Thread Scott Kostyshak
commit 67d0b80f10b1f572d822bcb6439ee85c3c11375c Author: Scott Kostyshak Date: Mon Apr 5 23:15:49 2021 -0400 Fix compilation of Customization.lyx The use of \prettyref was leading to a LaTeX error. --- lib/doc/Customization.lyx |2 +- 1 files changed, 1 insertions(+), 1

[LyX/master] Fix compilation of ru/UserGuide.lyx

2021-01-22 Thread Scott Kostyshak
commit 0e589a7b3a5a6fadca91e919e3b62d51c25f1594 Author: Scott Kostyshak Date: Fri Jan 22 22:26:02 2021 -0500 Fix compilation of ru/UserGuide.lyx Consistent with 0629b9b7. --- lib/doc/ru/UserGuide.lyx | 23 +++ 1 files changed, 19 insertions(+), 4

[LyX/master] Fix compilation with MSVC 19.

2021-01-02 Thread Thibaut Cuvelier
commit adf62c31843c94bc5bbb3531bfe66a28ca9ee3be Author: Thibaut Cuvelier Date: Thu Dec 31 03:46:53 2020 +0100 Fix compilation with MSVC 19. --- CMakeLists.txt |7 +++ src/support/RandomAccessList.h |2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff

[LyX/master] Fix compilation

2020-12-06 Thread Pavel Sanda
commit 2f3d0653b3fafab9f353c014d4f21019c24d5172 Author: Pavel Sanda Date: Sun Dec 6 18:37:38 2020 +0100 Fix compilation --- src/tex2lyx/tex2lyx.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tex2lyx/tex2lyx.cpp b/src/tex2lyx/tex2lyx.cpp index

[LyX/master] Fix compilation on older gccs.

2020-11-30 Thread Pavel Sanda
commit 2ab39fe1211935908198eff87d427b6437b3eb4a Author: Pavel Sanda Date: Mon Nov 30 12:21:56 2020 +0100 Fix compilation on older gccs. --- src/Format.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/Format.h b/src/Format.h index b4cc9f4..99cc120 100644 ---

[LyX/master] Fix compilation on cygwin

2020-11-30 Thread Enrico Forestieri
commit 0d204c4e87d684fd45e6b4aaabef74889b3471a8 Author: Enrico Forestieri Date: Mon Nov 30 11:32:35 2020 +0100 Fix compilation on cygwin --- src/LaTeXFeatures.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/LaTeXFeatures.h b/src/LaTeXFeatures.h index

[LyX/master] Fix compilation of included libiconv with autoconf

2020-11-19 Thread Jean-Marc Lasgouttes
commit b5d1f2f3002c22db64fda4eb40220a1dc0b43903 Author: Jean-Marc Lasgouttes Date: Thu Nov 19 13:40:26 2020 +0100 Fix compilation of included libiconv with autoconf --- 3rdparty/libiconv/Makefile.am |2 +- config/lyxinclude.m4 |3 +++ 2 files changed, 4 insertions(+), 1

[LyX/master] Fix compilation on cygwin

2020-10-23 Thread Enrico Forestieri
commit d2d33a6a1f236d910e17dbcac12ced16c721e247 Author: Enrico Forestieri Date: Fri Oct 23 14:59:54 2020 +0200 Fix compilation on cygwin --- src/BiblioInfo.h |2 +- src/Counters.h |2 +- src/Encoding.h |2 +- src/Language.h |2 +- 4 files changed, 4 insertions(+), 4

[LyX/master] Fix compilation mess in d94bd0726

2020-10-21 Thread Jean-Marc Lasgouttes
commit abaf2e9bda86b74c4b29b6ead106026665f02a1b Author: Jean-Marc Lasgouttes Date: Wed Oct 21 18:37:00 2020 +0200 Fix compilation mess in d94bd0726 --- src/Cursor.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Cursor.cpp b/src/Cursor.cpp index

[LyX/master] Fix compilation on Visual C++.

2020-10-12 Thread Thibaut Cuvelier
commit 92b9c82deac647bfba853d3402082e151da566ec Author: Thibaut Cuvelier Date: Mon Oct 12 19:21:58 2020 +0200 Fix compilation on Visual C++. Without this patch, there would be errors like these (warnings turned into errors):

[LyX/master] Fix compilation on platforms where sizeof(wchar_t) == 2.

2020-07-11 Thread Enrico Forestieri
commit da336cedf3c7a45a9f6ae352d4ffa751ca6aa221 Author: Enrico Forestieri Date: Sat Jul 11 16:19:21 2020 +0200 Fix compilation on platforms where sizeof(wchar_t) == 2. Use "set" instead of "unordered_set" as some facets are missing when using gcc on cygwin, mingw and,

[LyX/master] Fix compilation problem

2020-04-26 Thread Richard Kimberly Heck
commit c92b4f27ecc7d589dd4db3a372a00e78f506dded Author: Richard Kimberly Heck Date: Sun Apr 26 03:04:06 2020 -0400 Fix compilation problem --- src/support/lstrings.cpp |8 src/support/lstrings.h |2 ++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git

[LyX/master] Fix compilation with Qt4

2019-06-20 Thread Jean-Marc Lasgouttes
commit 3a7142d9bff24bfac9f49818ca7a4c210a70605a Author: Jean-Marc Lasgouttes Date: Thu Jun 20 10:48:59 2019 +0200 Fix compilation with Qt4 --- src/frontends/qt4/GuiDocument.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt4/GuiDocument.cpp

[LyX/master] Fix compilation

2019-05-19 Thread Enrico Forestieri
commit 2424851b0988bd099b4775563d380d064fc8e527 Author: Enrico Forestieri Date: Sun May 19 16:34:57 2019 +0200 Fix compilation This amends [b88a3747/lyxgit]. --- src/Cursor.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Cursor.cpp

[LyX/master] Fix compilation of chessgame.lyx with only TL 2018

2019-01-02 Thread Scott Kostyshak
commit 32b77f1ad285f13e0de2721425b3013f96ef8917 Author: Scott Kostyshak Date: Wed Jan 2 14:02:03 2019 -0500 Fix compilation of chessgame.lyx with only TL 2018 chess-workshop-symbols.sty is no longer (on an updated TL 2018) included in the TL package "skak". This commit

[LyX/master] Fix compilation with msvc 2015

2018-11-24 Thread Jean-Marc Lasgouttes
commit e2a3dd1167b6e3350245500fa7cadcc356e59b8e Author: Jean-Marc Lasgouttes Date: Sat Nov 24 19:17:31 2018 +0100 Fix compilation with msvc 2015 Without this, the compiler does not know whether 0 is a size_t or char const *. --- src/lyxfind.cpp |2 +- 1 files changed, 1

[LyX/master] Fix compilation on case insensitive filesystems

2018-07-04 Thread Enrico Forestieri
commit dfd6afb7409fac345a26d5b16d967d3f4c5f7fa1 Author: Enrico Forestieri Date: Wed Jul 4 09:42:04 2018 +0200 Fix compilation on case insensitive filesystems In such filesystems, including either Magic.h or magic.h does not make any difference and the one or other file is

[LyX/master] fix compilation when libmagic is not used

2018-07-03 Thread Jean-Marc Lasgouttes
commit c9fd7058abb4210f1640cdda7ecd86ba0473184c Author: Jean-Marc Lasgouttes Date: Tue Jul 3 21:18:26 2018 +0200 fix compilation when libmagic is not used --- src/support/Magic.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/support/Magic.h

[LyX/master] Fix compilation in monolithic mode

2018-01-06 Thread Jean-Marc Lasgouttes
commit 3aa10c8dbaf4813fb30d6e9487a5d50720c7affd Author: Jean-Marc Lasgouttes Date: Sat Jan 6 20:46:06 2018 +0100 Fix compilation in monolithic mode --- src/frontends/qt4/GuiApplication.cpp |1 + src/frontends/qt4/GuiInclude.cpp |2 +- 2 files changed, 2

[LyX/master] Fix compilation of es/Additional.lyx with (xe|lua)latex using for system fonts

2017-08-17 Thread Kornel Benko
commit 1d0794ee290d2abd478283a9f3ee0da2eb137608 Author: Kornel Benko Date: Thu Aug 17 11:11:16 2017 +0200 Fix compilation of es/Additional.lyx with (xe|lua)latex using for system fonts --- lib/doc/es/Additional.lyx | 16 +++- 1 files changed, 3

[LyX/master] Fix compilation order

2017-08-12 Thread Juergen Spitzmueller
commit 7a7c2117bfb2037495f2642555651962851a9bba Author: Juergen Spitzmueller Date: Sat Aug 12 10:22:45 2017 +0200 Fix compilation order (This is the pedant in me) --- src/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] Fix compilation failure

2017-05-15 Thread Jean-Marc Lasgouttes
commit 676ce147da9f5873b4177a0cc3dd706005dd0690 Author: Jean-Marc Lasgouttes Date: Mon May 15 10:29:09 2017 +0200 Fix compilation failure --- src/frontends/qt4/qt_helpers.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[LyX/master] Fix compilation warning in DepTable.cpp

2017-03-20 Thread Jean-Marc Lasgouttes
commit 167eea3990a1a2b5e64ab05ebb26986e76c3b160 Author: Jean-Marc Lasgouttes Date: Mon Mar 20 15:03:09 2017 +0100 Fix compilation warning in DepTable.cpp --- src/DepTable.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/DepTable.h

[LyX/master] Fix compilation with 5 <= qt < 5.4

2017-03-11 Thread Guillaume Munch
commit 797bb2df147d6b5ac3ad1d5ca612657421ccb258 Author: Guillaume Munch Date: Sat Mar 11 22:21:11 2017 +0100 Fix compilation with 5 <= qt < 5.4 --- src/support/FileMonitor.cpp | 13 + 1 files changed, 5 insertions(+), 8 deletions(-) diff --git

[LyX/master] Fix compilation with MSVC

2016-12-08 Thread Guillaume Munch
commit a7b993143e2bd30a4ea0f69c4cd9dc9e98f3f21d Author: Guillaume Munch Date: Thu Dec 8 16:27:45 2016 +0100 Fix compilation with MSVC --- src/Encoding.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/Encoding.cpp b/src/Encoding.cpp index

[LyX/master] Fix compilation on cygwin & others

2016-10-22 Thread Guillaume Munch
commit 13eeb3b3c30bb51f5bf2ca92ccdc7eb32331746b Author: Guillaume Munch Date: Sun Oct 23 00:25:05 2016 +0200 Fix compilation on cygwin & others --- src/TexRow.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/TexRow.h b/src/TexRow.h index

[LyX/master] Fix compilation of fr/beamer.lyx with XeTeX

2016-09-19 Thread Scott Kostyshak
commit 1c7835c092de516c9955ebaacd7dafa06ab8299f Author: Scott Kostyshak Date: Mon Sep 19 22:23:41 2016 -0400 Fix compilation of fr/beamer.lyx with XeTeX The compilation did not succeed before because of an é in an ERT inset. This is changed to \'{e}.

[LyX/master] Fix compilation of ja/EmbeddedObjects.lyx

2016-09-11 Thread Scott Kostyshak
commit 2c26ff8864e7ee9f645fdd7046d88baf0aa74a29 Author: Scott Kostyshak Date: Sun Sep 11 09:38:52 2016 -0400 Fix compilation of ja/EmbeddedObjects.lyx sidecap does not work well for some reason with the Japanese doc, so the sidecap bool is set to false to

[LyX/master] Fix compilation of attic/id_UserGuide.lyx

2016-09-07 Thread Scott Kostyshak
commit 5a1cbf5cbf8379383b7f4951c1fe791da763de6d Author: Scott Kostyshak Date: Wed Sep 7 14:49:15 2016 -0400 Fix compilation of attic/id_UserGuide.lyx Change an ERT \bf{ to \textbf{. Consistent with e.g. 0e49231b. --- lib/doc/attic/id_UserGuide.lyx |

[LyX/master] Fix compilation with gcc 4.6 part II

2016-06-15 Thread Guillaume Munch
commit 52dd5dc84f3a9f836903aeaca49f27e45cda6dce Author: Guillaume Munch Date: Tue Jun 14 19:22:24 2016 +0100 Fix compilation with gcc 4.6 part II diff --git a/src/MetricsInfo.cpp b/src/MetricsInfo.cpp index 5e10df1..9f2baa8 100644 --- a/src/MetricsInfo.cpp +++

[LyX/master] Fix compilation with qt5

2016-05-28 Thread Richard Heck
commit 7e9d0a938bb02510304822f6bce4df3bcfe4bfc9 Author: Guillaume Munch Date: Sun Apr 17 14:21:43 2016 +0100 Fix compilation with qt5 Amend 367a7a6d. diff --git a/src/frontends/qt4/LyXToolBox.h b/src/frontends/qt4/LyXToolBox.h index ec70ceb..03bd00e 100644 ---

[LyX/master] Fix compilation of Additional manual for es, fr

2016-05-21 Thread Scott Kostyshak
commit e0ff8a3c8bc7399bf3bd5431aa15de801c054a60 Author: Scott Kostyshak Date: Sat May 21 23:05:35 2016 -0400 Fix compilation of Additional manual for es, fr diff --git a/lib/doc/es/Additional.lyx b/lib/doc/es/Additional.lyx index 0974067..a0a7331 100644 ---

[LyX/master] Fix compilation error with clang's libc++

2016-01-11 Thread Jean-Marc Lasgouttes
commit 626f8d4448608764a76f6eb209a8fef9507ab8b4 Author: Jean-Marc Lasgouttes Date: Fri Jan 8 09:51:32 2016 +0100 Fix compilation error with clang's libc++ The bug is probably fixed for clang 3.7.1 or 3.8.0 diff --git a/src/TocBackend.h b/src/TocBackend.h index

[LyX/master] Fix compilation with clang++ 3.6.2.

2015-11-02 Thread Jean-Marc Lasgouttes
commit cb8c52bd0c733b0df810ff91eaa5a73b4a594dc5 Author: Jean-Marc Lasgouttes Date: Mon Nov 2 16:13:38 2015 +0100 Fix compilation with clang++ 3.6.2. diff --git a/src/Buffer.cpp b/src/Buffer.cpp index e6096af..60a36b3 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@

[LyX/master] Fix compilation with MSVC in c++98 mode

2015-10-01 Thread Guillaume Munch
commit 39343d65af804d83803b16557b624f3cc024cc21 Author: Guillaume Munch Date: Mon Sep 28 18:13:19 2015 +0100 Fix compilation with MSVC in c++98 mode diff --git a/src/TocBackend.cpp b/src/TocBackend.cpp index f0750c6..f3511be 100644 --- a/src/TocBackend.cpp +++

[LyX/master] Fix compilation with qt5 and c++11 combined.

2015-08-24 Thread Georg Baum
commit d88e40158912e0205d2aaf21abbc9de7a6addbfc Author: Guillaume Munch ga...@free.fr Date: Mon Aug 24 21:05:48 2015 +0200 Fix compilation with qt5 and c++11 combined. diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index fe34509..7671d59 100644

[LyX/master] Fix compilation with qt5 and c++11 combined.

2015-08-24 Thread Georg Baum
commit d88e40158912e0205d2aaf21abbc9de7a6addbfc Author: Guillaume Munch Date: Mon Aug 24 21:05:48 2015 +0200 Fix compilation with qt5 and c++11 combined. diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index fe34509..7671d59 100644

[LyX/master] Fix compilation after e93444e7

2015-05-08 Thread Enrico Forestieri
commit bc8717b297e0b3001ccaf5146ba5ec945c77ad42 Author: Enrico Forestieri for...@lyx.org Date: Fri May 8 14:15:38 2015 +0200 Fix compilation after e93444e7 Stephan, please check whether RowPainter::paintMisspelledMark has to be extended to use a third parameter, instead. diff

[LyX/master] Fix compilation after e93444e7

2015-05-08 Thread Enrico Forestieri
commit bc8717b297e0b3001ccaf5146ba5ec945c77ad42 Author: Enrico Forestieri Date: Fri May 8 14:15:38 2015 +0200 Fix compilation after e93444e7 Stephan, please check whether RowPainter::paintMisspelledMark has to be extended to use a third parameter, instead.

[LyX/master] Fix compilation of the template ACM-sigplan.lyx

2015-04-08 Thread Scott Kostyshak
commit 34eadf5d498718b4faa51820961f9d7c09d4a6d0 Author: Scott Kostyshak skost...@lyx.org Date: Wed Apr 8 13:29:13 2015 -0400 Fix compilation of the template ACM-sigplan.lyx This template was only reported as failing to compile by LyX as of 0a6120cb. I do not know how long this

[LyX/master] Fix compilation of the template ACM-sigplan.lyx

2015-04-08 Thread Scott Kostyshak
commit 34eadf5d498718b4faa51820961f9d7c09d4a6d0 Author: Scott Kostyshak Date: Wed Apr 8 13:29:13 2015 -0400 Fix compilation of the template ACM-sigplan.lyx This template was only reported as failing to compile by LyX as of 0a6120cb. I do not know how long

[LyX/master] Fix compilation with cmake

2015-03-25 Thread Enrico Forestieri
commit 6d3019c7de54e0a6f36405df694cf4c311574d5c Author: Enrico Forestieri for...@lyx.org Date: Thu Mar 26 02:27:11 2015 +0100 Fix compilation with cmake diff --git a/src/insets/CMakeLists.txt b/src/insets/CMakeLists.txt index 48a95cf..0a8c04c 100644 --- a/src/insets/CMakeLists.txt +++

[LyX/master] Fix compilation with cmake

2015-03-25 Thread Enrico Forestieri
commit 6d3019c7de54e0a6f36405df694cf4c311574d5c Author: Enrico Forestieri Date: Thu Mar 26 02:27:11 2015 +0100 Fix compilation with cmake diff --git a/src/insets/CMakeLists.txt b/src/insets/CMakeLists.txt index 48a95cf..0a8c04c 100644 --- a/src/insets/CMakeLists.txt +++

[LyX/master] Fix compilation of tests

2015-03-23 Thread Georg Baum
commit 9e8ebce2bdbddb76aa0db14e8ab57a3aa0580d3f Author: Georg Baum b...@lyx.org Date: Mon Mar 23 21:23:03 2015 +0100 Fix compilation of tests support/filetools.cpp requires the qt GUI libs since d00dcc2ca7b. diff --git a/src/Makefile.am b/src/Makefile.am index 6df5858..9b863cd

[LyX/master] Fix compilation of tests

2015-03-23 Thread Georg Baum
commit 9e8ebce2bdbddb76aa0db14e8ab57a3aa0580d3f Author: Georg Baum Date: Mon Mar 23 21:23:03 2015 +0100 Fix compilation of tests support/filetools.cpp requires the qt GUI libs since d00dcc2ca7b. diff --git a/src/Makefile.am b/src/Makefile.am index 6df5858..9b863cd

[LyX/master] Fix compilation without trivstring

2014-12-07 Thread Georg Baum
commit 0b30253f2b024e52e1e31a8d5d20bc7900606197 Author: Georg Baum b...@lyx.org Date: Sun Dec 7 20:39:31 2014 +0100 Fix compilation without trivstring diff --git a/src/support/trivstring.h b/src/support/trivstring.h index 4915469..c83b607 100644 --- a/src/support/trivstring.h +++

[LyX/master] Fix compilation without trivstring

2014-12-07 Thread Georg Baum
commit 0b30253f2b024e52e1e31a8d5d20bc7900606197 Author: Georg Baum Date: Sun Dec 7 20:39:31 2014 +0100 Fix compilation without trivstring diff --git a/src/support/trivstring.h b/src/support/trivstring.h index 4915469..c83b607 100644 --- a/src/support/trivstring.h +++

[LyX/master] Fix compilation warnings on windows.

2014-07-28 Thread Jean-Marc Lasgouttes
commit f9caebd29ff52ceee774af7152f0ad6bd1434071 Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Mon Jul 28 09:46:13 2014 +0200 Fix compilation warnings on windows. diff --git a/src/Row.cpp b/src/Row.cpp index 1336d05..cab3ab7 100644 --- a/src/Row.cpp +++ b/src/Row.cpp @@ -45,7 +45,7

[LyX/master] Fix compilation warnings on windows.

2014-07-28 Thread Jean-Marc Lasgouttes
commit f9caebd29ff52ceee774af7152f0ad6bd1434071 Author: Jean-Marc Lasgouttes Date: Mon Jul 28 09:46:13 2014 +0200 Fix compilation warnings on windows. diff --git a/src/Row.cpp b/src/Row.cpp index 1336d05..cab3ab7 100644 --- a/src/Row.cpp +++ b/src/Row.cpp @@ -45,7

[LyX/master] Fix compilation on Solaris after last boost upgrade.

2014-05-29 Thread Enrico Forestieri
commit bc001595302ee63f0c1a4c07a6e15f04ec7143eb Author: Enrico Forestieri for...@lyx.org Date: Thu May 29 22:31:16 2014 +0200 Fix compilation on Solaris after last boost upgrade. diff --git a/boost/boost/predef/architecture/sparc.h b/boost/boost/predef/architecture/sparc.h index

[LyX/master] Fix compilation on Solaris after last boost upgrade.

2014-05-29 Thread Enrico Forestieri
commit bc001595302ee63f0c1a4c07a6e15f04ec7143eb Author: Enrico Forestieri Date: Thu May 29 22:31:16 2014 +0200 Fix compilation on Solaris after last boost upgrade. diff --git a/boost/boost/predef/architecture/sparc.h b/boost/boost/predef/architecture/sparc.h index

[LyX/master] Fix compilation after afc34c7a

2014-05-19 Thread Enrico Forestieri
commit 480f8d3115fd918472068ef344e7f9d56ede9eb1 Author: Enrico Forestieri for...@lyx.org Date: Tue May 20 00:43:46 2014 +0200 Fix compilation after afc34c7a diff --git a/src/support/lstrings.cpp b/src/support/lstrings.cpp index a2487f8..a43feeb 100644 --- a/src/support/lstrings.cpp +++

[LyX/master] Fix compilation after afc34c7a

2014-05-19 Thread Enrico Forestieri
commit 480f8d3115fd918472068ef344e7f9d56ede9eb1 Author: Enrico Forestieri Date: Tue May 20 00:43:46 2014 +0200 Fix compilation after afc34c7a diff --git a/src/support/lstrings.cpp b/src/support/lstrings.cpp index a2487f8..a43feeb 100644 --- a/src/support/lstrings.cpp +++

[LyX/master] Fix compilation of ACM-sigplan

2014-04-21 Thread Scott Kostyshak
commit afdab15aa3e9551d2323634520df49669e6dcc76 Author: Scott Kostyshak skost...@lyx.org Date: Mon Apr 21 01:55:45 2014 -0400 Fix compilation of ACM-sigplan Compilation was failing with TeX Live 2013 because of the format of one of the references. This commit just changes

[LyX/master] Fix compilation of Springer template

2014-04-21 Thread Scott Kostyshak
commit 4133be11b3ba4a15e7b01ebf375b8b3398dd5999 Author: Scott Kostyshak skost...@lyx.org Date: Mon Apr 21 02:12:10 2014 -0400 Fix compilation of Springer template Replace two images with text placeholders. This is necessary after a860d18b moved the file back from being an

[LyX/master] Fix compilation of ACM-sigplan

2014-04-21 Thread Scott Kostyshak
commit afdab15aa3e9551d2323634520df49669e6dcc76 Author: Scott Kostyshak Date: Mon Apr 21 01:55:45 2014 -0400 Fix compilation of ACM-sigplan Compilation was failing with TeX Live 2013 because of the format of one of the references. This commit just changes

[LyX/master] Fix compilation of Springer template

2014-04-21 Thread Scott Kostyshak
commit 4133be11b3ba4a15e7b01ebf375b8b3398dd5999 Author: Scott Kostyshak Date: Mon Apr 21 02:12:10 2014 -0400 Fix compilation of Springer template Replace two images with text placeholders. This is necessary after a860d18b moved the file back from being an

[LyX/master] Fix compilation of ja/Math.lyx (see #9027)

2014-03-07 Thread Scott Kostyshak
commit b58b4df24fca039968e01e96d29fe61b6857ce6a Author: Scott Kostyshak skost...@lyx.org Date: Wed Mar 5 15:51:40 2014 -0500 Fix compilation of ja/Math.lyx (see #9027) The Japanese math manual was not compiling because of some complications with foreign language switching. This

[LyX/master] Fix compilation of ja/Math.lyx (see #9027)

2014-03-07 Thread Scott Kostyshak
commit b58b4df24fca039968e01e96d29fe61b6857ce6a Author: Scott Kostyshak Date: Wed Mar 5 15:51:40 2014 -0500 Fix compilation of ja/Math.lyx (see #9027) The Japanese math manual was not compiling because of some complications with foreign language switching.

[LyX/master] Fix compilation with libc++

2014-03-04 Thread Georg Baum
commit 07afd76b7c3560b53ad1377812a7a5f30696d163 Author: Georg Baum b...@lyx.org Date: Tue Mar 4 23:04:27 2014 +0100 Fix compilation with libc++ libc++ (http://libcxx.llvm.org/) is used on OS X with newer XCode. The patch is from Benjamin Piwowarski benjamin.piwowar...@lip6.fr,

[LyX/master] Fix compilation with libc++

2014-03-04 Thread Georg Baum
commit 07afd76b7c3560b53ad1377812a7a5f30696d163 Author: Georg Baum Date: Tue Mar 4 23:04:27 2014 +0100 Fix compilation with libc++ libc++ (http://libcxx.llvm.org/) is used on OS X with newer XCode. The patch is from Benjamin Piwowarski

[LyX/master] Fix compilation of es/EmbeddedObjects.lyx

2014-02-27 Thread Scott Kostyshak
commit 5cb4e119324dd7346aad7f6cfe94f6c9636c127e Author: Scott Kostyshak skost...@lyx.org Date: Thu Feb 27 09:37:59 2014 -0500 Fix compilation of es/EmbeddedObjects.lyx Since a2e8cb75, \lstlistingname is localized. Redefining it in the preamble is not necessary and in fact since

[LyX/master] Fix compilation of es/EmbeddedObjects.lyx

2014-02-27 Thread Scott Kostyshak
commit 5cb4e119324dd7346aad7f6cfe94f6c9636c127e Author: Scott Kostyshak Date: Thu Feb 27 09:37:59 2014 -0500 Fix compilation of es/EmbeddedObjects.lyx Since a2e8cb75, \lstlistingname is localized. Redefining it in the preamble is not necessary and in fact

[LyX/master] Fix compilation on Solaris 11.1 (bug #8783)

2013-09-09 Thread Jean-Marc Lasgouttes
commit 56e24485466db4b38b69185f0cfd15d9416f356d Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Fri Sep 6 11:12:09 2013 +0200 Fix compilation on Solaris 11.1 (bug #8783) Make sure that the configure script only checks features using the C++ compiler. Also get rid of

[LyX/master] Fix compilation on Solaris 11.1 (bug #8783)

2013-09-09 Thread Jean-Marc Lasgouttes
commit 56e24485466db4b38b69185f0cfd15d9416f356d Author: Jean-Marc Lasgouttes Date: Fri Sep 6 11:12:09 2013 +0200 Fix compilation on Solaris 11.1 (bug #8783) Make sure that the configure script only checks features using the C++ compiler. Also get rid

[LyX master] Fix compilation

2013-05-14 Thread Kornel Benko
The branch, master, has been updated. - Log - commit f96583e8d203b31ef8723ebea536682fd2b6fa52 Author: Kornel Benko kor...@lyx.org Date: Tue May 14 16:23:24 2013 +0200 Fix compilation diff --git a/src/CMakeLists.txt

[LyX master] Fix compilation

2013-05-14 Thread Kornel Benko
The branch, master, has been updated. - Log - commit f96583e8d203b31ef8723ebea536682fd2b6fa52 Author: Kornel Benko Date: Tue May 14 16:23:24 2013 +0200 Fix compilation diff --git a/src/CMakeLists.txt

[LyX master] Fix compilation with autotools

2013-01-11 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 95dd9517d3b3d4cd19f486cb1a16c3cab31be7c0 Author: Juergen Spitzmueller sp...@lyx.org Date: Fri Jan 11 10:00:08 2013 +0100 Fix compilation with autotools

[LyX master] Fix compilation with autotools

2013-01-11 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 95dd9517d3b3d4cd19f486cb1a16c3cab31be7c0 Author: Juergen Spitzmueller Date: Fri Jan 11 10:00:08 2013 +0100 Fix compilation with autotools

[LyX master] Fix compilation

2012-05-03 Thread Vincent van Ravesteijn
The branch, master, has been updated. - Log - commit 9541e6b8516a8b215c6a89c0f4459200330a9981 Author: Vincent van Ravesteijn v...@lyx.org Date: Thu May 3 17:56:52 2012 +0200 Fix compilation Compile fix for

[LyX master] Fix compilation

2012-05-03 Thread Vincent van Ravesteijn
The branch, master, has been updated. - Log - commit 9541e6b8516a8b215c6a89c0f4459200330a9981 Author: Vincent van Ravesteijn Date: Thu May 3 17:56:52 2012 +0200 Fix compilation Compile fix for