Patrick José Pereira
8ca4780f10
libs: CMakeLists: Include qmdnsengine as static
...
libs is included as static, and only static can be included here
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
Patrick José Pereira
0a6e4deed1
QGCExternalLibs: Add qmdnsengine
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
Patrick José Pereira
6a00888e01
lib: Add qmdnsengine on cmake
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
Patrick José Pereira
4d7ba468c5
libs: Add qmdnsengine
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
Daniel Agar
8279f04545
update mavlink to latest
4 years ago
Thomas Karl Pietrowski
d6069cab5d
deploy: windows: Moving files into common distribution directory ( #9179 )
...
The general goal is to tidy up the project folder and give better focus on other contents of the project.
As a first iteration, I would like to tidy up files, which are Windows related. Technically seen I'm pretty sure that we won't notice any differences, since some libraries and images have been moved and some config files cleaned up.
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
4 years ago
Oleg
0c05b6b466
Android: Serial port fix possible crash
...
Delete the local JNI reference after use to fix possible crashes after some time periodically scanning ports on several android devices:
JNI ERROR (app bug): local reference table overflow (max=512)
4 years ago
Patrick José Pereira
609eb9d773
eigen: Use as a submodule and update from 3.3.7 to version 3.3.9
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
DonLakeFlyer
8a08a00ade
Mavlink update
4 years ago
kistlin
88204aff2f
fix SDL2 dll deployment on windows when using cmake
...
- move current SDL2 cmake code on windows to separate file
- add a step for dll deployment on windows
4 years ago
kistlin
e52a96be10
fixes due to latest addition of libevents and new classes
4 years ago
kistlin
746d158af7
fix and clean up cmake gstreamer on windows
...
- move sources of Microhard and Taisync into separate library
- add resource file that contains the application icon on windows
- qt5.natvis
- for better Qt variable visualization while debugging with MSVC (b7c1fb873c0cb7973200d1f7548c15e16473306f)
https://code.qt.io/cgit/qt-labs/vstools.git/tree/src/qtvstools/qt5.natvis.xml
- GL/glext.h (add missing OpenGL header on windows)
- https://stackoverflow.com/a/3939495/15862303
- https://www.khronos.org/registry/OpenGL/api/GL/glext.h
4 years ago
kistlin
c2fdac97d7
exclude some none windows compiler flags, make zlib include/linker files available
...
- cl : Command line error D8021 : invalid numeric argument '/Wno-missing-braces'
- ..\src\VehicleSetup\FirmwareUpgradeController.cc(29): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
4 years ago
Beat Küng
de44dba05d
mavlink: add events interface protocol
4 years ago
Beat Küng
dba07c9227
component information: rework to reflect changed MAVLink API
4 years ago
Thomas Karl Pietrowski
c2bc9f758f
libs/shapelib: Skip installing executables
...
.. which don't exist. The whole CMake file is a mess actually.
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
4 years ago
jennerl
4701dfe6ab
removing airmap headers and libs from QGC repo. airmap support, if enabled, will be installed via download
4 years ago
jennerl
832ab80bf4
Updates into QGC from platform-sdk to support latest AirMap services ( #3 )
...
* fixes and updates to header files and libs to support AirMap's services on linux. Also includes updates to the platform-sdk functionality backing AirMap functionality in QGC
* udpated telemetry host; made username in pilot struct optional
* updates to airmap libraries
Co-authored-by: jennerl <jenner@airmap.com>
4 years ago
Beat Küng
050961bf43
libs: add xz-embedded lzma decoding library
...
Using a mirror, because CI had problems cloning from the
original source:
gnutls_handshake() failed: Handshake failed
4 years ago
PX4 BuildBot
e2b3125bae
Update mavlink v2.0 submodule Mon Dec 28 06:54:22 UTC 2020
4 years ago
PX4 BuildBot
3123eb567a
Update mavlink v2.0 submodule Sun Oct 18 02:54:04 EDT 2020
4 years ago
DonLakeFlyer
0313356096
Mavlink update
5 years ago
DonLakeFlyer
0d141098ea
Fix Windows GZip linking
5 years ago
Don Gagne
ded94ad1ef
Revert "Remove windows only zlib"
5 years ago
DonLakeFlyer
d00f38d68a
Remove windows only zlib
5 years ago
Don Gagne
513da3bffd
Update
5 years ago
Roman Dvorak
f4fb6de3b9
Update mavlink library
5 years ago
DoinLakeFlyer
6d76fd3af4
Update mavlink submodule
5 years ago
Andrew Voznytsa
bf928283d7
Make VideoReceiver standalone
5 years ago
Andrew Voznytsa
2ed4a27f6f
Import gst-plugins-good submodule
5 years ago
Don Gagne
f17785b660
Android OpenSSL support
5 years ago
Lorenz Meier
0b4870890f
Remove unused Android OpenSSL
5 years ago
DonLakeFlyer
5f208dd651
Move to 64 bit, MSVC 2017
5 years ago
Olli
eec15f1ef8
mavlink update
5 years ago
PX4 BuildBot
7a9e7f3d5b
Update mavlink v2.0 submodule Wed Nov 27 06:57:22 UTC 2019
5 years ago
DonLakeFlyer
1b7003913b
Update to latest Eigen to get rid of compiler warnings
5 years ago
Daniel Agar
07934419af
cmake: MissionManager add TakeoffMissionItem
5 years ago
PX4 BuildBot
afcc3fb6fb
Update mavlink v2.0 submodule Sun Nov 10 06:54:19 UTC 2019
5 years ago
Julien Lecoeur
80e01b93d9
Update MAVLink submodule, Tue Oct 22 21:21:04 2019
5 years ago
Gus Grubba
604e12f645
Add link pairing
6 years ago
DonLakeFlyer
33feed6552
Fix 32->64 bit bug
6 years ago
Don Gagne
6a9060b95b
64 bit serial fixes
6 years ago
PX4 Build Bot
b2c8d99110
Update mavlink v2.0 submodule Tue Aug 6 02:54:45 EDT 2019
6 years ago
PX4 Build Bot
8a6ebbec8d
Update mavlink v2.0 submodule Wed Jul 10 06:55:33 UTC 2019
6 years ago
PX4 Build Bot
b7672eedaa
Update mavlink v2.0 submodule Mon Jun 24 06:54:34 UTC 2019
6 years ago
Don Gagne
978d03e43a
Update SDL2.Framework to 2.09
6 years ago
PX4 Build Bot
bd0b27c4ce
Update mavlink v2.0 submodule Thu May 30 07:15:38 UTC 2019
6 years ago
Gus Grubba
85dc293700
Check and respect camera storage status
6 years ago
Gus Grubba
0862749789
Remove qwt from cmake build
6 years ago
PX4 Build Bot
a1bd19625d
Update mavlink v2.0 submodule Mon May 13 06:54:25 UTC 2019
6 years ago