boinc-upstream:dpa_regex

Last commit made on 2021-06-02
Get this branch:
git clone -b dpa_regex https://git.launchpad.net/boinc-upstream

Branch merges

Branch information

Name:
dpa_regex
Repository:
lp:boinc-upstream

Recent commits

6c06524... by David Anderson <email address hidden>

scheduler: store plan class reg exprs so we can including them in messages

f5232b1... by David Anderson <email address hidden>

Scheduler: allow negation of regular expressions in plan class XML specs

Plan class XML specs allow regular expressions for OS, CPU vendor,
CPU model, project prefs, and host summary.
If any of these starts with a '!', negate the match.

096cc15... by David Anderson <email address hidden>

Merge pull request #4383 from BOINC/vko_vcpkg_manage_archive_cache

[vcpkg] Upload vcpkg binary cache to s3

f045c08... by CharlieFenton <email address hidden>

Merge pull request #4386 from bema-aei/emulated_x86_feature_detection

Apple M1 CPU feature detection

1abc61c... by Bernd Machenschalk <email address hidden>

Mac Xcode: strip unneccessary compiler settings for detect_rosetta_cpu

d00b0bc... by Vitalii Koshura

[vcpkg] Upload vcpkg binary cache to s3

Signed-off-by: Vitalii Koshura <email address hidden>

96f6390... by CharlieFenton <email address hidden>

Merge pull request #4376 from bema-aei/fix_Xcode_build_on_M1

Fix Xcode build for Apple Silicon M1 Macs

14c6dc6... by Bernd Machenschalk <email address hidden>

Mac client/file_names.h: revert unintentional change

6193080... by Bernd Machenschalk <email address hidden>

Mac client/hostinfo_unix: fix for CPU features detection

- feature_string is only set to something useful in ARM64 case

2975069... by Bernd Machenschalk <email address hidden>

mac_installer release scripts: add detect_rosetta_cpu

- fix some other issues, from Charlie