Merge in changes from OSX.

main
Zed A. Shaw 15 hours ago
commit cb2e766305
  1. 11
      scripts/coverage_reset.sh
  2. 2
      scripts/reset_build.sh
  3. 1
      tools/designer.cpp

@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -e
mv -f ./subprojects/packagecache .
rm -rf subprojects builddir
mkdir subprojects
mv packagecache ./subprojects/
mkdir builddir
cp wraps/*.wrap subprojects/
# on OSX you can't do this with static
meson setup -Db_coverage=true builddir

@ -8,4 +8,4 @@ mv packagecache ./subprojects/
mkdir builddir mkdir builddir
cp wraps/*.wrap subprojects/ cp wraps/*.wrap subprojects/
# on OSX you can't do this with static # on OSX you can't do this with static
meson setup -Db_coverage=true builddir meson setup builddir

@ -16,6 +16,7 @@
#include <codecvt> #include <codecvt>
#include <vector> #include <vector>
#include <nlohmann/json.hpp> #include <nlohmann/json.hpp>
#include <algorithm>
using namespace nlohmann; using namespace nlohmann;
using namespace fmt; using namespace fmt;

Loading…
Cancel
Save