bvisness
  • Joined on 2021-12-04
bvisness created branch msvc-version in hmn/orca 2023-09-21 02:11:09 +00:00
bvisness pushed to msvc-version at hmn/orca 2023-09-21 02:11:09 +00:00
b1e7931af4 Detect MSVC version and architecture via preprocessor
bvisness pushed to master at hmn/hmn 2023-09-20 23:11:14 +00:00
ca46c23d31 Add Lil UEFI to the jam page
bvisness pushed to beta at hmn/hmn 2023-09-20 23:09:41 +00:00
ca46c23d31 Add Lil UEFI to the jam page
bvisness pushed to live at hmn/hmn 2023-09-20 23:08:27 +00:00
ca46c23d31 Add Lil UEFI to the jam page
bvisness pushed to live at hmn/hmn 2023-09-20 21:57:50 +00:00
36753d2a45 Tweak confusing "in x days" language
16020a5b30 Update jam page with motivational speech
Compare 2 commits »
bvisness pushed to beta at hmn/hmn 2023-09-20 21:56:11 +00:00
36753d2a45 Tweak confusing "in x days" language
bvisness pushed to master at hmn/hmn 2023-09-20 21:56:02 +00:00
36753d2a45 Tweak confusing "in x days" language
bvisness pushed to beta at hmn/hmn 2023-09-20 21:53:41 +00:00
16020a5b30 Update jam page with motivational speech
bvisness pushed to master at hmn/hmn 2023-09-20 21:53:29 +00:00
16020a5b30 Update jam page with motivational speech
bvisness commented on issue hmn/orca#124 2023-09-19 04:01:43 +00:00
Can we do Windows builds with clang?

Hm. Maybe I should just get CI working and sidestep the issue then.

bvisness pushed to msvc-checks at hmn/orca 2023-09-19 03:30:47 +00:00
35d02451a8 Switch from `python3` to `python` on Windows
bvisness created pull request hmn/orca#131 2023-09-19 03:06:11 +00:00
Add extra checks for MSVC
bvisness created branch msvc-checks in hmn/orca 2023-09-19 03:06:03 +00:00
bvisness pushed to msvc-checks at hmn/orca 2023-09-19 03:06:03 +00:00
1f5ec9aa9f Add extra checks for MSVC
bvisness commented on issue hmn/orca#124 2023-09-19 02:18:28 +00:00
Can we do Windows builds with clang?

Unfortunately, throwing clang-cl at it did not work. @MartinFouilleul, this is probably something you'll need to look at since I'm not actually that familiar with everything Orca is using.

bvisness opened issue hmn/orca#124 2023-09-17 19:21:09 +00:00
Can we do Windows builds with clang?
bvisness commented on issue hmn/orca#117 2023-09-17 19:11:56 +00:00
Python detection is bad

This tool may help determine which versions of Python we support: https://github.com/netromdk/vermin

bvisness commented on issue hmn/orca#114 2023-09-17 19:09:21 +00:00
Need more MSVC prerequisite checks

Stuff to detect:

  • cl is missing
  • cl is too old (older than 17.7)
  • cl running for wrong architecture (need x64)
    Also:
  • update docs to indicate 17.7 requirements
  • […
bvisness created pull request hmn/orca#123 2023-09-17 17:10:10 +00:00
Check if the runtime is up to date on dev install