]> git.lyx.org Git - lyx.git/commit
Do not use of boost::tokenizer
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 19 May 2016 13:28:39 +0000 (15:28 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:45 +0000 (17:55 -0400)
commit68a1f9a44ea36691ada208d4c7d3d49ffab32f3b
tree9d36e96a99ef79f5f40028cc66d8b7eb7358417d
parent87d4ce0ff7adfd9608b562d620a3e4c57b5082f4
Do not use of boost::tokenizer

It is easier to use instead getVectorFromString for the use we have of this tokenizer. The two places are environment.cpp (path stuff) and qt_helpers (file fileters). The new code is much shorter.

This allow to remove boost/tokenizer.hpp and friends from our boost tree.
3rdparty/boost/boost/token_functions.hpp [deleted file]
3rdparty/boost/boost/token_iterator.hpp [deleted file]
3rdparty/boost/boost/tokenizer.hpp [deleted file]
3rdparty/boost/extract.sh
src/frontends/qt4/qt_helpers.cpp
src/support/environment.cpp