Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump LUS #3996

Merged
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
327d305
we crash if we try to SPDLOG in the destructors
briaguya-ai Feb 19, 2024
738a9b8
rip em out
briaguya-ai Feb 19, 2024
8ee3e73
newline
briaguya-ai Feb 19, 2024
f5d2e58
test meta files
briaguya-ai Feb 19, 2024
6d3e312
clang formatted
briaguya-ai Feb 19, 2024
4934ad8
test loading from soh.zip
briaguya-ai Feb 19, 2024
8f78ae0
actually use submodule
briaguya-ai Feb 19, 2024
22d9e0d
with the changes
briaguya-ai Feb 19, 2024
0a5e6a4
apt deps
briaguya-ai Feb 19, 2024
46bbf79
cmake is a libzip 1.7.0+ thing, let's see what has it
briaguya-ai Feb 19, 2024
1c693a2
drop compat for now
briaguya-ai Feb 19, 2024
19a6517
vcpkg
briaguya-ai Feb 19, 2024
98b2f96
hacking in brew because why not
briaguya-ai Feb 19, 2024
f7e6237
brew
briaguya-ai Feb 19, 2024
74e55fe
using trash branch of lus to try to get libzip to work
briaguya-ai Feb 19, 2024
bc5f307
caps?
briaguya-ai Feb 19, 2024
87fc48f
back to the version of LUS i actually like
briaguya-ai Feb 19, 2024
0ec0716
brew libzip worked on the LUS side hopefully it works here
briaguya-ai Feb 19, 2024
6282974
manual install?
briaguya-ai Feb 19, 2024
75405a8
try macports
briaguya-ai Feb 19, 2024
cae5948
does +universal not work on libzip?
briaguya-ai Feb 19, 2024
d9b2dd0
bring back +universal
briaguya-ai Feb 19, 2024
61c6245
wii u try a thing
briaguya-ai Feb 19, 2024
69b615e
was it a cmake conflict?
briaguya-ai Feb 19, 2024
67b80ed
what happened with brew again?
briaguya-ai Feb 19, 2024
82c9768
why won't mac find this?
briaguya-ai Feb 19, 2024
5be1fc3
that didn't fix it either...
briaguya-ai Feb 19, 2024
583be7e
wiiu cmake libzip shenans?
briaguya-ai Feb 19, 2024
1c51cd3
switch
briaguya-ai Feb 19, 2024
3192f1e
actually download the thing
briaguya-ai Feb 19, 2024
ec57530
compat
briaguya-ai Feb 19, 2024
3d902be
sudo
briaguya-ai Feb 19, 2024
65bc478
sudo
briaguya-ai Feb 19, 2024
6234541
the brew macports combo thing is confusing
briaguya-ai Feb 19, 2024
15b6d60
update?
briaguya-ai Feb 19, 2024
11e4ce6
use open and close
briaguya-ai Feb 19, 2024
e97e843
latest lus main
briaguya-ai Feb 19, 2024
ab83149
clean up
briaguya-ai Feb 19, 2024
d5ad1af
update
briaguya-ai Feb 19, 2024
1332698
separate thing
briaguya-ai Feb 19, 2024
871a196
that's gonna make it fail again isn't it
briaguya-ai Feb 19, 2024
4ff0a41
upgrade outdated
briaguya-ai Feb 19, 2024
6e5627d
Revert "newline"
briaguya-ai Feb 19, 2024
a60b744
Revert "rip em out"
briaguya-ai Feb 19, 2024
dede9dd
Revert "we crash if we try to SPDLOG in the destructors"
briaguya-ai Feb 19, 2024
65e85d1
distro deps
briaguya-ai Feb 20, 2024
2ea32ea
glorified stash
briaguya-ai Feb 21, 2024
1f39143
todos in code
briaguya-ai Feb 22, 2024
8d9bc42
Merge branch 'develop' into json-as-a-resource
briaguya-ai Mar 3, 2024
490a785
get stuff back to a point where we can build stuff
briaguya-ai Mar 3, 2024
935e399
update submodule
briaguya-ai Mar 3, 2024
1974dfe
clean up
briaguya-ai Mar 3, 2024
03050c9
more cleanup
briaguya-ai Mar 3, 2024
86fceb3
update submodule
briaguya-ai Mar 3, 2024
554a5ee
submodule with todo
briaguya-ai Mar 3, 2024
caf53ee
submodule
briaguya-ai Mar 3, 2024
45d8153
submodule
briaguya-ai Mar 3, 2024
7dcf733
update submodule
briaguya-ai Mar 4, 2024
bacc530
update submodule
briaguya-ai Mar 4, 2024
80faab1
latest upstream LUS
briaguya-ai Mar 5, 2024
f1317a7
Merge branch 'develop' into support-guitexture-resource
briaguya-ai Mar 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
separate thing
  • Loading branch information
briaguya-ai committed Feb 19, 2024
commit 1332698be09dd42603d17fdeceeeabef9be584f4
4 changes: 4 additions & 0 deletions .github/workflows/generate-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ jobs:
fi
echo "/opt/local/bin:/opt/local/sbin" >> $GITHUB_PATH
sudo port selfupdate
- name: Update MacPorts
if: ${{ !vars.MAC_RUNNER }}
run: |
sudo port selfupdate
- name: Install dependencies
if: ${{ !vars.MAC_RUNNER }}
run: |
Expand Down
Loading