-
Notifications
You must be signed in to change notification settings - Fork 62
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
Upgrade 3.8 merge #106
Draft
tfcollins
wants to merge
20
commits into
master
Choose a base branch
from
upgrade-3.8-merge
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Upgrade 3.8 merge #106
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
Fix grc install destination because GRC_BLOCKS_DIR is no longer defined in the top-level CMakeLists.txt. Signed-off-by: En Shih <seanstone5923@gmail.com>
When including gr-iio headers in an external app, you have to #include <iio/iio/device_sync.h> while internal includes refer to the same file using #include <iio/device_sync.h> This commit changes the destination of the include files on make install so the external app includes just <iio/device_sync.h> Signed-off-by: Adrian Suciu <adrian.suciu@analog.com>
Signed-off-by: Håkon Vågsether <haakonsv@gmail.com>
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
which this port is connected to only accepts type long in 3.8+. This fixes issue #70. Signed-off-by: Travis F. Collins <travis.collins@analog.com>
runtime errors when properties were tuned. This was a typo introduced when migrated xml blocks to yml. Signed-off-by: Travis F. Collins <travis.collins@analog.com>
Due to the existence of the ubuntu ppa's, development builds of gnuradio are becoming more common with the version 3.9. This updates cmake to handle 3.8 and 3.9 with some minor changes for windows includes. Fixes #72 Signed-off-by: Travis F. Collins <travis.collins@analog.com>
Update new yml install path for 3.8+ Signed-off-by: Travis F. Collins <travis.collins@analog.com>
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
The GR_LIBRARY_FOO function sets the target properties to LIBVER and VERSION which are not defined inside gr-iio. Those versions represent the GNURadio version (3.8.0). This leads to wrong library suffixes. Signed-off-by: AlexandraTrifan <Alexandra.Trifan@analog.com>
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
tfcollins
force-pushed
the
upgrade-3.8-merge
branch
from
July 26, 2021 17:38
111486b
to
1b66ed1
Compare
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
tfcollins
force-pushed
the
upgrade-3.8-merge
branch
2 times, most recently
from
July 26, 2021 18:24
9ed525b
to
ebb7ebf
Compare
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
tfcollins
force-pushed
the
upgrade-3.8-merge
branch
from
July 26, 2021 18:33
ebb7ebf
to
3d88d37
Compare
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge 3.8 into master as the main supported version of the OOT.