Merge pull request #77 from sparrowwallet/fix-logging
Jason von Nieda
2025-03-18 17:10:01 -0500
9519c41a0bAgain!
Jason von Nieda
2025-03-18 16:55:17 -0500
be743331afAvoid duplicate artifact name error
Jason von Nieda
2025-03-18 16:53:02 -0500
f32b2c813eUpdate to newest upload-artifacts, to avoid deprecation of v2. Testing to see if I can build fully on Github now.
Jason von Nieda
2025-03-18 16:51:14 -0500
1dd35c8affNo longer require manually setting include path in dependants
capitalistspz
2025-03-18 17:48:06 +0000
No longer needed, builds are done in Github.
Jason von Nieda
2023-04-14 11:23:13 -0500
3bec8e354fAvoid double Release() in FindCaptureDevice(). This fixes a semantic conflict from merging 5e8b963c27 using ScopedComPtr<> and 58d4be4d7d using explicit Release().
markus
2023-04-12 14:52:37 +0200
4400ee1673- Attempt to fix an issue with the test program library version not matching the built library version, and additionally building the wrong library version. Attempting to fix https://github.com/openpnp/openpnp-capture/issues/60 using suggestions from that thread. - Downgrade Ubuntu from 22.04 to 20.04. This should help improve compatibility with older installs. Considered going down to ubuntu-18.04, but since that is already deprecated I'll just start receiving warnings about it immediately.
Jason von Nieda
2023-04-03 17:58:29 -0500
4c693039b8- Looks like that did that trick! Add the other jobs back and prep to release.
Jason von Nieda
2023-03-27 17:41:22 -0500
61327ba219That one's on me. It was right there in the logs.
Jason von Nieda
2023-03-27 17:35:04 -0500
aa98d20f4dprogress!
Jason von Nieda
2023-03-27 17:26:21 -0500
3c6f5fc0b2Can cmake save us?
Jason von Nieda
2023-03-27 17:20:25 -0500
1e9b50c0a9Try a different route
Jason von Nieda
2023-03-27 17:11:10 -0500
bb351644cdIs suffering the point of life?
Jason von Nieda
2023-03-27 17:04:34 -0500
b0ed838d26Well, that didn't work. Let's let it build, upload the new artifacts and see what Windows says.
Jason von Nieda
2023-03-27 16:42:02 -0500
2b5aedb0bcLet's try to use MinGW native files
Jason von Nieda
2023-03-27 16:35:29 -0500
20413d2791Seemed to break the build, as hoped, so now let's build with static libs and see if that fixes it.
Jason von Nieda
2023-03-27 16:29:10 -0500
bc7eb55a45- Just windows for now
Jason von Nieda
2023-03-27 16:22:47 -0500
037534e10c- Looks like mingw requires some dlls to be distributed with it. Let's see if adding a test catches the problem, and then fix it.
Jason von Nieda
2023-03-27 16:20:55 -0500
52321c2f41- v0.0.24
Jason von Nieda
2023-02-16 00:29:23 -0600
6e5af68c5e-
Jason von Nieda
2023-02-16 00:20:28 -0600
93f7652dc6- Prep release v0.0.24
Jason von Nieda
2023-02-16 00:19:01 -0600
71ffb74581- Okay, got runners set up so gonna try a full build using them for both mac and linux. Should be way faster.
Jason von Nieda
2023-02-16 00:03:08 -0600
65b522043a- Alright, that might be all of them.
Jason von Nieda
2023-02-15 22:44:11 -0600
4b13cc9875Don't need these anymore
Jason von Nieda
2023-02-15 22:35:02 -0600
9d083f6ac4- Nope, because then artifacts are a pain. So, a job for each arch and os.
Jason von Nieda
2023-02-15 22:34:03 -0600
ca6a5b39a1Trying a different tact. Let's do a build file for each arch to keep things simpler.
Jason von Nieda
2023-02-15 22:18:51 -0600
3bbf81bcf4Okay, so ls is actually dir..? Whatever. I think we're almost there. Let's try to copy the binaries.
Jason von Nieda
2023-02-15 21:38:29 -0600
36dd539715- Wooooooo
Jason von Nieda
2023-02-15 21:32:49 -0600
05aec083e2- Woooo
Jason von Nieda
2023-02-15 21:31:12 -0600
6f5e569ec8I just need to dockerize this. But for now, onward! Switching to ninja cause we can use it across the board by adding a plugin for it.
Jason von Nieda
2023-02-15 20:53:34 -0600
5181aafbbf- Might have to learn how to install nmake or something, but let's try regular Make first.
Jason von Nieda
2023-02-15 20:46:22 -0600
f31c61bcb8Windows build uses nmake, I think.
Jason von Nieda
2023-02-15 20:28:50 -0600
d585e8b778Smells like progress!
Jason von Nieda
2023-02-15 20:20:52 -0600
59c0a57bc2Guess not...
Jason von Nieda
2023-02-15 20:16:57 -0600
d71ab10987- Let's see if we can just install libjpeg-turbo-dev as a dependency instead of buiding it, but also it should build properly now too.
Jason von Nieda
2023-02-15 20:15:31 -0600
0020fa9a52- Kinda looks like Github Actions might be supporting aarch64 and windows correctly now? And with MinGW support we can maybe just do this all in one place. Here we go with the checkin-o-rama!
Jason von Nieda
2023-02-15 20:05:24 -0600