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

Pre-release v0.4.1 #183

Merged
merged 24 commits into from
Aug 21, 2019
Merged

Pre-release v0.4.1 #183

merged 24 commits into from
Aug 21, 2019

Conversation

marktwtn
Copy link
Collaborator

No description provided.

jserv and others added 23 commits June 25, 2019 01:33
The JNI related object file is included in the remote worker related object files
if the build options BUILD_REMOTE and BUILD_JNI are enabled.
This should not happen and it causes the building error.
The commit make sure the un-related object files would not be included.

Close #166.
fix: fix build error with BUILD_REMOTE and BUILD_JNI enabled
The final generated libdcurl.so should be able
to use the submodule projects directly without any dynamic linking.
Otherwise, the integration with IRI would fail.

Since dcurl builds with the object files of the submodule projects,
the variable naming is changed from _LIBRARY to _OBJS.

Close #152.
fix(build): Use RabbitMQ object files instead of shared library
docs: Add new and mark deprecated build option
When the build option BUILD_REMOTE is off, the RabbitMQ should not be
compiled and included in the generated files.
Makefile modification:
- Extract the steps of submodule initialization and update
- Combine and create the submodule related variables

Close #169.
build: Exclude RabbitMQ when BUILD_REMOTE is off
To make the redirection of the debug messages succeed.

Close #175.
fix: Fix compiler warning of unused label
-mcpu=cortex-a9:
The CPU of de10-nano board is Cortex-A9.
-mtune=cortex-a9:
Improve the performance for Cortext-A9.
-mfloat-abi=softfp:
The NEON intrinsics are not available with the soft option.
Use softfp instead of soft.
-mfpu=neon:
neon equals to neon-vfpv3.
build: Add de10-nano board specific compiler flags
Change the file format from dos to unix.
Remove useless space.
Revise the description and the commands of testing the remote interface.
Document update and code refactor of remote interface
docs: Add the frequently asked questions in README
@conventional-release-bot
Copy link

conventional-release-bot bot commented Aug 21, 2019

v0.4.1

🐛 Bug Fixes

  • fix build error with BUILD_REMOTE and BUILD_JNI enabled (d99addb) by marktwtn
  • build: Use RabbitMQ object files instead of shared library (5f881fa) by marktwtn
  • Flush the debug messages (eddf591) by marktwtn
  • Fix compiler warning of unused label (68f921e) by marktwtn

0.4.0...v0.4.1

@marktwtn marktwtn merged commit 030c6e0 into master Aug 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants