aboutsummaryrefslogtreecommitdiffhomepage
path: root/check.mak
AgeCommit message (Collapse)AuthorFilesLines
2019-10-26Updated check.mak to include Lua include path.mitchell1-1/+1
2019-05-09Refactored backport checking tool to simultaneously check gcc-4.8 and clang 3.4.mitchell1-53/+118
2019-04-30Explicitly use GCC 4.8 when test compiling backports.mitchell1-11/+11
This avoids erroneously committing backports that compile with /usr/bin/g{cc,++}, but not g{cc,++}-4.8.
2019-04-27Fixed bad backport involving std::round and std::lround for older Mac OSX SDKs.mitchell1-1/+1
This reverts parts of changeset 7371:886ffb3884fe.
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ↵mitchell1-1/+1
hide the implementation. Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's string_view.
2018-06-12Added unit tests for Lua LPeg lexers.mitchell1-1/+3
2018-05-07Added backport testing notes and tools.mitchell1-0/+147