aboutsummaryrefslogtreecommitdiff
path: root/libs/libmstch
Commit message (Collapse)AuthorAge
* Revert "libmstch: Remove boost dependency"Rosen Penev2019-09-08
| | | | | | | | This reverts commit cb78291982b7fe615a28132f6d8d2c927ad5ae28. The buildbots have GCC6. GCC7 is needed for C++17. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmstch: Remove boost dependencyRosen Penev2019-09-03
| | | | | | Added patches that convert Boost functionality to C++17. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmstch: Switch HOST to HOSTPKGRosen Penev2019-06-17
| | | | | | | | HOST should be used by tools only, not for host packages. Other minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmstch: add mstch libraryAmol Bhave2019-05-09
mstch is an implementation of the the mustache templates using C++. This package will build mstch static library that can be used by other packages. Signed-off-by: Amol Bhave <ambhave@fb.com>