lyx_mirror/src/tex2lyx
Georg Baum 07afd76b7c Fix compilation with libc++
libc++ (http://libcxx.llvm.org/) is used on OS X with newer XCode.
The patch is from Benjamin Piwowarski <benjamin.piwowarski@lip6.fr>, I only
added more comments.
The changes regarding implicit conversion to bool of std::iostream work
because both the C++98 and C++11 standards guarantee that boolean evaluation
of streams returns !fail(). See e.g.
http://stackoverflow.com/questions/1334858/why-dont-iostream-objects-overload-operator-bool
for details.
2014-03-04 23:27:57 +01:00
..
test Remove unsupported optional argument. 2014-02-25 20:05:07 +01:00
.gitignore
boost.cpp tex2lyx does not use LYXERR, but basic cerr stream 2013-05-31 11:38:41 +02:00
CMakeLists.txt Remove the TEX2LYX define when compiling tex2lyx 2013-09-29 15:26:23 +02:00
Context.cpp
Context.h
dummy_impl.cpp Remove dependency on NO_LAYOUT_CSS #define in Layout.cpp 2013-09-29 15:26:15 +02:00
Makefile.am Remove the TEX2LYX define when compiling tex2lyx 2013-09-29 15:26:23 +02:00
math.cpp tex2lyx: support further TIPA characters 2013-02-19 00:07:24 +01:00
Parser.cpp Fix writer2latex quote handling (bug #8903) 2013-12-11 21:54:26 +01:00
Parser.h Fix compilation with libc++ 2014-03-04 23:27:57 +01:00
pch.h
Preamble.cpp tex2lyx: support algorithm2e (#8728) 2014-01-28 12:44:22 +01:00
Preamble.h Improve texl2yx refstyle support 2013-02-22 21:59:23 +01:00
table.cpp Fix bug #5408: tex2lyx cannot handle verbatim code 2013-02-04 10:25:58 +01:00
tex2lyx.1in Fix encoding for copying LaTeX from clipboard 2013-11-11 21:52:14 +01:00
tex2lyx.cpp Fix encoding for copying LaTeX from clipboard 2013-11-11 21:52:14 +01:00
tex2lyx.h Fix tex2lyx include output for roundtrip 2013-05-26 16:07:56 +02:00
text.cpp Update chunk handling to use new inset 2013-06-03 12:36:35 +02:00
TODO.txt Support \caption* (bug #3209) 2013-03-22 22:23:38 +01:00