]> git.lyx.org Git - lyx.git/history - config/lyxinclude.m4
Support new hunspell C++ ABI if LyX is built against hunspell >= 1.5
[lyx.git] / config / lyxinclude.m4
2018-04-14 Juergen SpitzmuellerSupport new hunspell C++ ABI if LyX is built against... 2.3.2-staging
2017-07-24 Jean-Marc LasgouttesMake "devel mode" configurable at run time
2017-04-25 Jean-Marc LasgouttesRemove unused autoconf macro
2017-04-24 Jean-Marc LasgouttesConfigure options cleanup
2017-03-06 Jean-Marc LasgouttesUpdate bundled mythes to version 1.2.5
2017-03-06 Jean-Marc LasgouttesRewrite detection of MyThes library
2017-03-03 Jean-Marc LasgouttesFixup to 2f701e6a1
2017-03-02 Jean-Marc LasgouttesClarify configure help for 3rd party code
2016-08-07 Enrico ForestieriUse std::call_once only if it is actually available
2016-07-18 Jean-Marc Lasgouttesautoconf: Check for C++11 and std::regex soon in LYX_PR...
2016-07-06 Jean-Marc LasgouttesUse a proper test for detecting usable std::regex
2016-07-06 Jean-Marc LasgouttesNew test to determine correct -std option for CXX compiler
2016-07-04 Jean-Marc LasgouttesGcc 6+ use C++14 as default, so there is no need to...
2016-06-26 Enrico ForestieriFix build with autotools and gcc 6
2016-06-15 Georg BaumRequire gcc 4.6
2016-06-13 Jean-Marc LasgouttesDetect clang version in autoconf (and use it a bit)
2016-06-11 Georg BaumFix linking with std::regex and included boost
2016-06-11 Georg BaumSkip boost linking test if not needed
2016-06-11 Georg BaumGet rid of boost signals in multithreading test
2016-06-10 Jean-Marc LasgouttesAllow to disable std::regex manually with autoconf
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2016-06-09 Guillaume MunchAutotools: restore deprecation warning
2016-06-07 Georg BaumRequire a C++11 compiler
2016-06-05 Georg BaumRequire at least gcc 4.3
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Georg BaumFix packaging for mingw crosscompilation
2016-05-29 Georg BaumConfigure included iconv with autotools
2016-05-29 Georg BaumFix include path for zconf.h
2016-05-29 Georg BaumFix packaging for mingw-64
2016-05-29 Georg BaumConfigure included zlib with autotools
2016-02-23 Jean-Marc LasgouttesDo not add -std=c++11 to CPPFLAGS (because objc does...
2016-01-11 Jean-Marc LasgouttesFix the logic of selection of std::regex
2015-12-20 Peter Kümmel3rdparty/boost: build with autotools
2015-12-11 Jean-Marc LasgouttesAutotools: use -Wno-deprecated-declarations also with...
2015-12-07 Jean-Marc LasgouttesFix syntax error whe testing old compilers
2015-11-02 Jean-Marc LasgouttesDisable warning for deprecated functions in autoconf...
2015-09-25 Jean-Marc LasgouttesFix some compilation problems in C++11 mode
2015-09-25 Jean-Marc LasgouttesRemove support for precompiled headers for autotools
2015-09-25 Jean-Marc LasgouttesChange --enable-cxx11 configure option to --disable...
2015-09-22 Jean-Marc LasgouttesGive a warning when system boost and stdlib-debug are...
2015-09-10 Jean-MarcDo not use -Wfloat-conversion with recent gcc versions
2015-09-09 Enrico ForestieriOn cygwin, use -std=gnu++11 instead of -std=c++11
2015-09-08 Enrico ForestieriMake it compile on cygwin in c++11 mode
2015-09-07 Jean-Marc LasgouttesUse C++11 by default when possible
2015-09-03 Jean-Marc LasgouttesImprove detection of C++11 mode
2015-06-11 Jean-Marc LasgouttesDo not require libm when searching for system boost
2015-06-08 Jessica HamiltonAdd packaging support for Haiku
2015-05-20 Jean-Marc LasgouttesUse explicit macro to declare that we want to use C++11
2015-05-10 Georg BaumRemove gcc 3 traces
2015-05-08 Georg BaumFix build with GNU libstdc++ C++11 ABI
2015-02-09 Scott KostyshakCorrect the spelling of "occured" to "occurred"
2015-01-13 Jean-Marc LasgouttesMore tweaks to C++ compiler detection
2015-01-13 Jean-Marc LasgouttesFixup commit ff42fe
2015-01-13 Jean-Marc LasgouttesCleanup autoconf compiler support
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-06 Georg BaumFix autotools config for gcc < 4.9
2015-01-06 Jean-Marc LasgouttesCleanup support for std::regex with autotools
2015-01-04 Enrico ForestieriAdjust autotools default configure options for Qt5.
2014-12-21 Georg BaumImprove llvm libc++ detection
2014-12-19 Jean-Marc LasgouttesCheck for string COW by checking for library, not compiler
2014-12-17 Jean-Marc LasgouttesDetect whether the C++ compiler is clang
2014-12-07 Georg BaumMake trivstring class ready for use
2014-11-24 Jean-Marc LasgouttesAutotools: read git commit hash at compile time
2014-11-04 Jean-Marc LasgouttesImplement "callstack printing" checking for autotools
2014-10-10 Jean-Marc LasgouttesAdd the git commit (if applicable) to LyX version
2014-05-05 Jean-Marc LasgouttesCleanup the code for boost configuration
2014-04-21 Jean-Marc LasgouttesFix oversight in autotools packaging selection
2013-05-27 Jean-Marc LasgouttesUpdate our documentation to mention git instead of...
2013-03-19 Jean-Marc LasgouttesContinue pre-spring cleaning of configure script
2013-03-19 Jean-Marc LasgouttesGet rid of LYX_ERROR in our configure file.
2013-03-19 Jean-Marc LasgouttesAdd a test to configure for minimal Qt version
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-24 Lars Gullik BjønnesMerge branch 'enable-cxx11'
2012-10-24 Lars Gullik Bjønnesconfig/lyxinclude.m4: add support for --enable-cxx11
2012-10-13 Kornel BenkoPatch from Benjamin Piwowarski
2012-10-08 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-08 Jean-Marc LasgouttesFix detection of system boost
2012-07-04 Jean-Marc LasgouttesHandle version numbers like 2.0.5dev in LYX_CHECK_VERSION
2012-01-05 Stephan Witt#7927 apply patch from mft to support posix packageing...
2011-12-20 Jean-Marc LasgouttesImprove support for distributing desktop files and...
2011-10-19 Julien RiouxProvide our own patched AM_PYTHON_CHECK_VERSION that...
2011-09-26 Richard HeckPatch from Raphael Kubo de Costa to fix build on FreeBSD.
2011-02-10 Georg Baumfix bug #7288: add configure option for external mythes...
2011-01-31 Jean-Marc Lasgouttesfix --disable-debug in configure; more cleanups to...
2011-01-25 Jean-Marc LasgouttesAdd and document build types profinling and gprof....
2011-01-25 Jean-Marc Lasgouttesbetter fix to #7239. Actually the whole switch and...
2011-01-18 Jean-Marc LasgouttesRename --enable-profiling to --enable-gprof to pave...
2010-09-20 Enrico ForestieriFix typo.
2010-09-20 Enrico ForestieriInstead of specifically addressing glibc, use NULL...
2009-11-27 Jean-Marc Lasgoutteswrong syntax for command "test"
2009-10-06 Jean-Marc Lasgouttesremove traces of libtool and of obsolete autoconf macros
2009-10-06 Jean-Marc Lasgouttescleanup the help messages of the configure script;...
2009-08-21 Enrico ForestieriImplement the LyXServer on Windows.
2009-06-30 Enrico ForestieriAdd some cygwin stuff.
2009-05-26 Georg Baumpartial fix for external boost detection
2008-10-27 Jean-Marc LasgouttesFix the following annoying problem: when
2008-08-12 Enrico ForestieriSpare a few cpu cycles
2008-07-26 Enrico ForestieriAutomate setting of LYX_DIR_XXx and LYX_USERDIR_XXx...
2008-07-13 Jean-Marc Lasgouttesfix translation of manus on the mac
2008-03-19 José MatoxFix the usage report of included boost library
next