]> git.lyx.org Git - lyx.git/commit
remove most traces of boost::regex
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 28 Nov 2020 17:26:56 +0000 (18:26 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 28 Nov 2020 18:59:17 +0000 (19:59 +0100)
commit3093789e8d285db909a98d733e19a28f48caa7b8
treea8bc27a8b809c012b91653c82fcafd474f090daf
parentcecdc69c3ab44083b46782edca5631a23311364e
remove most traces of boost::regex

1/ remove boost regex code from 3rdparty/boost. Only the cmake stuff remains.

2/ remove traces of BOOST_LIB since there is no need anymore to
   compile boost stuff.

3/ remove traces of boost regexp in config/lyxinclude.m4 and INSTALL

4/ require gcc 4.9 as minimal version in autoconf.

Unfortunately, the net gain is only 10% of included boost size (now 21M).
82 files changed:
3rdparty/boost/Makefile.am
3rdparty/boost/boost/cregex.hpp [deleted file]
3rdparty/boost/boost/regex.hpp [deleted file]
3rdparty/boost/boost/regex/config.hpp [deleted file]
3rdparty/boost/boost/regex/config/borland.hpp [deleted file]
3rdparty/boost/boost/regex/config/cwchar.hpp [deleted file]
3rdparty/boost/boost/regex/pattern_except.hpp [deleted file]
3rdparty/boost/boost/regex/pending/object_cache.hpp [deleted file]
3rdparty/boost/boost/regex/pending/static_mutex.hpp [deleted file]
3rdparty/boost/boost/regex/pending/unicode_iterator.hpp [deleted file]
3rdparty/boost/boost/regex/regex_traits.hpp [deleted file]
3rdparty/boost/boost/regex/user.hpp [deleted file]
3rdparty/boost/boost/regex/v4/basic_regex.hpp [deleted file]
3rdparty/boost/boost/regex/v4/basic_regex_creator.hpp [deleted file]
3rdparty/boost/boost/regex/v4/basic_regex_parser.hpp [deleted file]
3rdparty/boost/boost/regex/v4/c_regex_traits.hpp [deleted file]
3rdparty/boost/boost/regex/v4/char_regex_traits.hpp [deleted file]
3rdparty/boost/boost/regex/v4/cpp_regex_traits.hpp [deleted file]
3rdparty/boost/boost/regex/v4/cregex.hpp [deleted file]
3rdparty/boost/boost/regex/v4/error_type.hpp [deleted file]
3rdparty/boost/boost/regex/v4/fileiter.hpp [deleted file]
3rdparty/boost/boost/regex/v4/instances.hpp [deleted file]
3rdparty/boost/boost/regex/v4/iterator_category.hpp [deleted file]
3rdparty/boost/boost/regex/v4/iterator_traits.hpp [deleted file]
3rdparty/boost/boost/regex/v4/match_flags.hpp [deleted file]
3rdparty/boost/boost/regex/v4/match_results.hpp [deleted file]
3rdparty/boost/boost/regex/v4/mem_block_cache.hpp [deleted file]
3rdparty/boost/boost/regex/v4/perl_matcher.hpp [deleted file]
3rdparty/boost/boost/regex/v4/perl_matcher_common.hpp [deleted file]
3rdparty/boost/boost/regex/v4/perl_matcher_non_recursive.hpp [deleted file]
3rdparty/boost/boost/regex/v4/perl_matcher_recursive.hpp [deleted file]
3rdparty/boost/boost/regex/v4/primary_transform.hpp [deleted file]
3rdparty/boost/boost/regex/v4/protected_call.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regbase.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_format.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_fwd.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_grep.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_iterator.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_match.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_merge.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_raw_buffer.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_replace.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_search.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_split.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_token_iterator.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_traits.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_traits_defaults.hpp [deleted file]
3rdparty/boost/boost/regex/v4/regex_workaround.hpp [deleted file]
3rdparty/boost/boost/regex/v4/states.hpp [deleted file]
3rdparty/boost/boost/regex/v4/sub_match.hpp [deleted file]
3rdparty/boost/boost/regex/v4/syntax_type.hpp [deleted file]
3rdparty/boost/boost/regex/v4/u32regex_iterator.hpp [deleted file]
3rdparty/boost/boost/regex/v4/u32regex_token_iterator.hpp [deleted file]
3rdparty/boost/boost/regex/v4/w32_regex_traits.hpp [deleted file]
3rdparty/boost/boost/regex_fwd.hpp [deleted file]
3rdparty/boost/boost/scoped_array.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/scoped_array.hpp [deleted file]
3rdparty/boost/extract.sh
3rdparty/boost/libs/regex/src/c_regex_traits.cpp [deleted file]
3rdparty/boost/libs/regex/src/cpp_regex_traits.cpp [deleted file]
3rdparty/boost/libs/regex/src/cregex.cpp [deleted file]
3rdparty/boost/libs/regex/src/fileiter.cpp [deleted file]
3rdparty/boost/libs/regex/src/instances.cpp [deleted file]
3rdparty/boost/libs/regex/src/posix_api.cpp [deleted file]
3rdparty/boost/libs/regex/src/regex.cpp [deleted file]
3rdparty/boost/libs/regex/src/regex_debug.cpp [deleted file]
3rdparty/boost/libs/regex/src/regex_raw_buffer.cpp [deleted file]
3rdparty/boost/libs/regex/src/regex_traits_defaults.cpp [deleted file]
3rdparty/boost/libs/regex/src/static_mutex.cpp [deleted file]
3rdparty/boost/libs/regex/src/usinstances.cpp [deleted file]
3rdparty/boost/libs/regex/src/w32_regex_traits.cpp [deleted file]
3rdparty/boost/libs/regex/src/wc_regex_traits.cpp [deleted file]
3rdparty/boost/libs/regex/src/wide_posix_api.cpp [deleted file]
3rdparty/boost/libs/regex/src/winstances.cpp [deleted file]
INSTALL
config/lyxinclude.m4
src/Makefile.am
src/client/Makefile.am
src/frontends/Makefile.am
src/support/Makefile.am
src/tex2lyx/Makefile.am