1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
Commit Graph

440 Commits

Author SHA1 Message Date
paul Jewell
5fff606069 Fixed typo in Makefile 2017-01-14 15:07:40 +01:00
Marcus Proest
9ff48731c1 added arduino support to uavobjgenerator 2017-01-09 19:22:31 +01:00
Philippe Renon
33188bd78e Merge remote-tracking branch 'upstream/master' into next
# Conflicts:
#	ground/gcs/src/plugins/coreplugin/connectionmanager.cpp
2016-12-13 00:56:32 +01:00
marcus_proest
8468dfc035 LP-409 Added --force-local to tar command of make target fw_dist 2016-09-19 20:22:30 +02:00
Philippe Renon
2d926fe082 LP-404 make Makefile more vendor neutral 2016-09-08 23:10:42 +02:00
James Duley
a27548d062 LP-380: Turn osgEarth on by default on Linux 2016-08-24 20:38:55 +01:00
James Duley
d8cef1eb9c LP-380: add make config_help and rework OSG config 2016-08-24 20:38:55 +01:00
James Duley
5a17e26cea LP-380: default to using system qt and osg on Linux 2016-08-18 20:08:42 +01:00
Philippe Renon
6115ace47f make: add "pretty" targets (uncrustify aliases) 2016-07-18 01:11:38 +02:00
Cliff Geerdes
9bb95e3a84 LP-72 initial sparky2 support needs GCS, 9250 orientation, testing 2016-05-25 13:51:34 +02:00
Lalanne Laurent
bc571d3365 Merged in james-duley/librepilot/teaci (pull request #248)
LP-307 set up Tea CI for windows builds
2016-05-23 20:22:58 +02:00
James Duley
353c21a9ef Remove root check from Makefile 2016-05-20 21:30:53 +01:00
James Duley
88d52c1dc5 Make sure version-info is always updated when needed
by doing it every time but only writing if different
2016-05-16 21:46:59 +01:00
James Duley
3fd0e2e6a7 Fix up config generation to be safe with spaces 2016-05-07 10:06:11 +01:00
James Duley
5be9d022e4 Exclude artwork, flight and hardware from source distribution 2016-05-07 10:06:10 +01:00
James Duley
c4c0fc21e3 Make sure dist tar modification time is consistent 2016-05-05 23:15:16 +01:00
James Duley
457aa0f56f Remove unicode apostrophe 2016-04-17 20:04:58 +01:00
Philippe Renon
4da4ec12ad LP-208 msys2: fix dependency issues
- catch up with msys2 package changes (qt5.6, etc.)
- use LP provided gdal-minimal (to pull less dependencies)
- update CONTRIBUTING.md accordingly
- enable use of osgearth by default
- enable use of osg/osgearth debug builds
2016-04-03 14:34:29 +02:00
Philippe Renon
802652a4b3 makefile: don't sqash GCS_EXTRA_CONF value from user config file 2016-02-18 00:33:17 +01:00
James Duley
16d52016e1 hotfix: use msys2 osg, disable osgearth by default 2016-01-31 12:02:58 +00:00
Philippe Renon
b62c8c6a17 Merged in filnet/librepilot/msys2_tidy_up (pull request #166)
msys2_tidy_up (continued)
2016-01-30 15:28:49 +01:00
James Duley
010adebba9 LP-223: Fix up unit tests
The were missed when the flight makefiles were moved
2016-01-27 22:17:24 +00:00
Philippe Renon
92ef64bc7b make: misc cleanups 2016-01-27 08:54:45 +01:00
Philippe Renon
e42539347b windows: remove obsolete sdl_install and openssl_install make targets (now provided by msys2) 2016-01-23 01:55:34 +01:00
James Duley
72560638c8 Rework osg config options 2016-01-15 23:41:09 +00:00
James Duley
eb2e64b880 Add GCS_EXTRA_CONF variable 2016-01-15 23:12:26 +00:00
James Duley
d9ebaaf2c3 remove unused uavo collect stuff 2016-01-15 23:04:05 +00:00
James Duley
047792a357 hotfix: bad space in fw qrc 2016-01-10 18:15:41 +00:00
James Duley
672749d0d7 LP-187 MSYS2: add arch to installer filename 2016-01-10 17:11:46 +00:00
James Duley
0f33a036c8 LP-187 MSYS2: fix paths for msys2 2016-01-10 17:11:46 +00:00
James Duley
0020ab7a12 LP-187 MSYS2: add system_path make function 2016-01-10 17:11:46 +00:00
James Duley
02e03259d3 LP-187 MSYS2: dont't explicitly specifiy qt spec 2016-01-10 17:11:46 +00:00
Philippe Renon
f5c10caf3f LP-2 linux: specify architecture when setting QT_SPEC
this is used later in copydata.pro files to copy appropriate files based on 32/64 architecture
2015-12-14 22:14:22 +01:00
James Duley
8834b66858 LP-82 define packaging info once in Makefile 2015-10-18 10:21:52 +01:00
James Duley
f09bd1701d LP-130 Make GCS postfix configurable 2015-10-18 10:21:52 +01:00
Paul Jewell
7c760adb6f Removed OP branding in Makefile 2015-10-02 21:17:58 +01:00
Stefan Karlsson
1dd68fb929 LP-136 Fix uavobjgenerator make dependencies
Let targets depend on the resulting uavobjgenerator binaries, instead of
the phony target with the same name.
2015-09-30 18:51:40 +02:00
Paul Jewell
55f3c91e9f Moved question mark to code & added missing define 2015-09-18 06:54:50 +01:00
Paul Jewell
7a97e5fbbb Moved definition of usagetracker url to top level Makefile 2015-09-16 22:00:09 +01:00
Paul Jewell
27376bb81d Added Linux uninstall target
Simplified earlier changes

added -r option to RM definition

fixed white space
2015-09-12 10:34:48 +01:00
Alessio Morale
2316e57fac Merged in james-duley/librepilot/LP-99_LP-100_LP-101 (pull request #39)
LP-99 LP-100 LP-101 flight build and firmware archive
2015-09-04 09:46:02 +02:00
Alessio Morale
529105489d Merged in paul_jewell/librepilot/LP-94-set-up-wiki-link-in-gcs (pull request #38)
Removed openpilot hard coding from wiki buttons in GCS
2015-09-04 09:45:13 +02:00
James Duley
0fab266d81 LP-101 Made build possible with prebuilt firmware
This is done by setting the WITH_PREBUILT_FW variable
2015-09-02 19:34:59 +12:00
James Duley
0be56a900b LP-100 make firmware package: added fw_dist target
This produces a tarball of the firmware
2015-09-02 19:34:59 +12:00
James Duley
e308039206 LP-99 Decouple flight build
Moved flight make code into flight/Makefile. This should speed up
rebuilds for GCS and keeps the top level Makefile tidier.

Change-Id: I9d33cb5c223b6a8ed2821435a5d63ecf4b97c6b8
2015-09-02 19:34:58 +12:00
Alessio Morale
19400dd6bb Merged in paul_jewell/librepilot/unbrand_documentation2 (pull request #34)
Replaced OpenPilot branding in doxygen configuration files (env version)
2015-08-21 13:35:52 +02:00
Paul Jewell
8a7836171e replaced erroneous spaces with tab 2015-08-20 06:04:10 +01:00
Paul Jewell
c912505798 Removed openpilot hard coding from wiki buttons in GCS 2015-08-19 21:15:32 +01:00
Roy Bekken
ad84547637 Update all changed files against GIT log with copyright headers consistency. 2015-08-19 16:15:58 +02:00
Paul Jewell
e6a4480adb Replaced OpenPilot branding in doxygen configuration files (env version) 2015-08-15 09:41:05 +01:00