-
Notifications
You must be signed in to change notification settings - Fork 22
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
v0.15.1 #184
Conversation
gwbres
commented
Nov 24, 2023
•
edited
Loading
edited
- starting a wiki page with tutorials
- improved the ci script
- rnx2crx V2.2.0 significant improvements
- rinex v0.15.1 minor changes
- Observation Data generation has been fixed
- rinex-cli v0.9.6 improved positioning opmode
- rnx2cggtts v1.0 new binary :)
- trying to fix the release scripts
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
* we need IONEX possibly in the scope for iono delay compensation * we need METEO possibly in the scope for tropo delay compensation * improve QC/RTK opmode feasibility determination and behavior Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
* rtk : work towards tropospheric delay compensation Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Ok so I can provide a new autobuilder for all apps, Happy to soon forget about this topic |
Will there be prebuilt binaries for both major macOS architectures? If not, then I suggest prioritizing aarch64 as x86_64 is being phased out. |
Hello @larsnaesbye,
you can take a look at my cggtts library with its cli application. |
Apple is at the end of a hardware transition from Intel to ARM architecture. The default Github runners are still using the now older Intel architecture. While binaries will run on newer Macs, they will run in emulation mode and therefore slower. I think it's a easy as setting |
On second thought, let's keep to |
https://github.com/gwbres/cggtts/releases/tag/v4.0.1 that I will port to the other projects like this one :) |
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
the binaries work fine. But this created a behavior I did not see coming, I usually use the Cargo.toml location to determine a default workspace, but that no longer stands in the case of a binary, or simply "cargo install" by itself. |
Signed-off-by: Guillaume W. Bres <[email protected]>