File tree Expand file tree Collapse file tree 11 files changed +1110
-1080
lines changed Expand file tree Collapse file tree 11 files changed +1110
-1080
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v3.1.2] ( https://github.com/swift-nav/libsbp/tree/v3.1.2 )
4+
5+ [ Full Changelog] ( https://github.com/swift-nav/libsbp/compare/v3.1.1...v3.1.2 )
6+
7+ ** Merged pull requests:**
8+
9+ - python: remove accidental numpy import [ INFRA-243] [ \# 818] ( https://github.com/swift-nav/libsbp/pull/818 )
10+ - Auto submodule update: cmake - Standardize system include targets \(\# 62\) [ \# 817] ( https://github.com/swift-nav/libsbp/pull/817 )
11+
312## [ v3.1.1] ( https://github.com/swift-nav/libsbp/tree/v3.1.1 )
413
514[ Full Changelog] ( https://github.com/swift-nav/libsbp/compare/v3.1.0...v3.1.1 )
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Ubuntu 16.04.
139139
140140 ` ` ` shell
141141 make c haskell javascript rust
142- git add c/include/libsbp/version.h sbp.cabal package.json package-lock.json rust/sbp/Cargo.toml
142+ git add c/include/libsbp/version.h haskell/ sbp.cabal package.json package-lock.json rust/sbp/Cargo.toml
143143 git commit -m ' INCREMENTED_TAG'
144144 git tag -f -a INCREMENTED_TAG -m " Version INCREMENTED_TAG of libsbp."
145145 ` ` `
Original file line number Diff line number Diff line change @@ -119,15 +119,15 @@ You can then make this image operate on your local workspace like this:
119119
120120` cd .. ` (back up to the root of the repo)
121121
122- `` docker run -v `pwd` :/mnt/workspace -i -t your-local-image-name:latest ``
122+ `` docker run -v $PWD :/mnt/workspace -i -t your-local-image-name:latest ``
123123
124124Once in the image, simply type ` make all ` to gererate all the libsbp bindings.
125125
126126#### Using the prebuilt one from DockerHub
127127
128- You can also pull a copy from dockerhub (no guarantees on freshness):
128+ Ycu can also pull a copy from dockerhub (no guarantees on freshness):
129129
130- `` docker run -v `pwd` :/mnt/workspace -i -t swiftnav/libsbp-build:2020.01.15 ``
130+ `` docker run -v $PWD :/mnt/workspace -i -t swiftnav/libsbp-build:2020.01.15 ``
131131
132132Check this [ link] ( https://hub.docker.com/r/swiftnav/libsbp-build/tags ) for newer tags.
133133
Original file line number Diff line number Diff line change 2525/** Protocol minor version. */
2626#define SBP_MINOR_VERSION 1
2727/** Protocol patch version. */
28- #define SBP_PATCH_VERSION 0
28+ #define SBP_PATCH_VERSION 2
2929
3030/** \} */
3131
Original file line number Diff line number Diff line change 11name : sbp
2- version : 3.1.0
2+ version : 3.1.2
33synopsis : SwiftNav's SBP Library
44homepage : https://github.com/swift-nav/libsbp
55license : LGPL-3
You can’t perform that action at this time.
0 commit comments