summaryrefslogtreecommitdiffstats
path: root/bin/gen-boost-headers
Commit message (Collapse)AuthorAgeFilesLines
* Adapt bin/gen-boost-headers to Clang 5Stephan Bergmann2017-05-021-0/+1
| | | | | | | | | | | | | | | | ...since <http://llvm.org/viewvc/llvm-project?view=revision&revision=301647> "Use the -Wunknown-warning-option group for the 'unknown warning group' diagnostic in #pragma diagnostic". * external/boost/include/boost/{locale.hpp,locale/gnu_gettext.hpp} would have been removed by 'make cmd cmd=bin/gen-boost-headers' as they are still unused from c25eee44966703cb27d632bccb39b20978341ffd "build boost::locale library", but there's reportedly a patch in Gerrit to actually use them, so I fixed them manually for now. * The deviating comment style is to keep lines no wider than 80 characters. Change-Id: I64603ae8d8a82781eda46f12c9dd5c68dcf395b9
* bin/gen-boost-headers: Don't stumble over "boost" in pathnameStephan Bergmann2017-05-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | ...like workdir/UnpackedTarball/liborcus/m4/boost.m4:#include <boost/version.hpp> which would then be mis-parsed by grep -o '\bboost.*\.\(h\|hpp\|ipp\)' to a HEADER of boost.m4:#include <boost/version.hpp instead of just boost/version.hpp (-h is a non-standard GNU grep extension, but so is the already used -r. An alternative fix would be to replace the later grep -o with something like grep -o '\bboost[^#]*\.\(h\|hpp\|ipp\)' instead.) Change-Id: I0b41ed520b2fed70e8982abc0e84a34804c02549
* boost: update generated wrapper headersMichael Stahl2016-08-291-1/+4
| | | | | | ... and delete recently added clang Wundef patch Change-Id: I83af127fe98ff23feb944eb68dbd2334d23564c8
* add gen-boost-headers scriptMichael Stahl2016-05-301-0/+57
Change-Id: I02102f6c37863963efa9a312a5a0fbbc1f42f345