[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] dbd172: [pprzlink] update vers
From: |
Gautier Hattenberger |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] dbd172: [pprzlink] update version |
Date: |
Mon, 30 Mar 2020 14:48:35 -0700 |
Branch: refs/heads/update_ocaml_compat
Home: https://github.com/paparazzi/paparazzi
Commit: dbd1729bd917f0641cca73b757917fd0084bf9bb
https://github.com/paparazzi/paparazzi/commit/dbd1729bd917f0641cca73b757917fd0084bf9bb
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M sw/ext/pprzlink
Log Message:
-----------
[pprzlink] update version
update pprzlink for gcc9 and ocaml compat
Commit: 4d920c118c35df4eb6a0212cd167806007e16150
https://github.com/paparazzi/paparazzi/commit/4d920c118c35df4eb6a0212cd167806007e16150
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M sw/Makefile.ocaml
M sw/ground_segment/cockpit/horizon.ml
M sw/ground_segment/cockpit/live.ml
M sw/ground_segment/cockpit/page_settings.ml
M sw/ground_segment/cockpit/saveSettings.ml
M sw/ground_segment/cockpit/strip.ml
M sw/ground_segment/joystick/input2ivy.ml
M sw/ground_segment/tmtc/broadcaster.ml
M sw/ground_segment/tmtc/ivy2serial.ml
M sw/ground_segment/tmtc/ivy2udp.ml
M sw/ground_segment/tmtc/ivy_tcp_aircraft.ml
M sw/ground_segment/tmtc/ivy_tcp_controller.ml
M sw/ground_segment/tmtc/kml.ml
M sw/ground_segment/tmtc/link.ml
M sw/ground_segment/tmtc/modem.ml
M sw/ground_segment/tmtc/parse_messages_v1.ml
M sw/ground_segment/tmtc/server.ml
M sw/ground_segment/tmtc/server_globals.ml
M sw/lib/ocaml/META.pprz.template
M sw/lib/ocaml/Makefile
M sw/lib/ocaml/base64.ml
M sw/lib/ocaml/compat.ml
M sw/lib/ocaml/compat.mli
M sw/lib/ocaml/debug.ml
M sw/lib/ocaml/defivybus.ml
M sw/lib/ocaml/egm96.ml
M sw/lib/ocaml/env.ml
M sw/lib/ocaml/expr_lexer.mll
M sw/lib/ocaml/expr_syntax.ml
M sw/lib/ocaml/extXml.ml
M sw/lib/ocaml/fig.ml
M sw/lib/ocaml/gen_common.ml
M sw/lib/ocaml/gm.ml
M sw/lib/ocaml/gtk_tools.ml
M sw/lib/ocaml/http.ml
M sw/lib/ocaml/mapGoogle.ml
M sw/lib/ocaml/ocaml_tools.ml
M sw/lib/ocaml/os_calls.ml
M sw/lib/ocaml/papget_renderer.ml
M sw/lib/ocaml/serial.ml
M sw/lib/ocaml/serial.mli
M sw/lib/ocaml/srtm.ml
M sw/lib/ocaml/ubx.ml
M sw/lib/ocaml/xmlEdit.ml
M sw/logalizer/logplotter.ml
M sw/logalizer/plotter.ml
M sw/logalizer/sd2log.ml
M sw/simulator/diffusion.ml
M sw/simulator/sim.ml
M sw/supervision/pc_common.ml
M sw/supervision/pc_control_panel.ml
R sw/tools/create_module/create_module_ui.py
R sw/tools/create_module/datalink_ui.py
R sw/tools/create_module/event_ui.py
R sw/tools/create_module/init_ui.py
R sw/tools/create_module/periodic_ui.py
M sw/tools/generators/gen_aircraft.ml
M sw/tools/generators/gen_airframe.ml
Log Message:
-----------
[ocaml] fix and update for latest ocaml
fix usage of Bytes and String
drop support of ocaml < 4.02
we keep Compat for functions that need ocaml 4.03 until end of life of
Ubuntu Xenial 16.04, drop support of previous releases
enforce type safe_string option to prevent future errors
replace Pervasives by Stdlib (depreciated in latest ocaml vesions)
only use ocamlnet >= 4.0.4
Commit: 30f63ac86d4f7579f88328041f44da4d91c9a323
https://github.com/paparazzi/paparazzi/commit/30f63ac86d4f7579f88328041f44da4d91c9a323
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M sw/simulator/Makefile
M sw/simulator/diffusion.ml
M sw/simulator/flightModel.ml
M sw/simulator/flightModel.mli
M sw/simulator/gps.ml
M sw/simulator/sim.ml
M sw/simulator/sim.mli
A sw/simulator/simlib.ml
A sw/simulator/simlib.mli
M sw/simulator/sitl.ml
R sw/simulator/stdlib.ml
R sw/simulator/stdlib.mli
Log Message:
-----------
[sim] change name of stdlib module
to avoid collision with the new stdlib in ocaml >= 4.08
Commit: 00d0c27c4e817e8dfa6fba679406408d0e2b8acc
https://github.com/paparazzi/paparazzi/commit/00d0c27c4e817e8dfa6fba679406408d0e2b8acc
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M sw/ground_segment/misc/Makefile
M sw/ground_segment/misc/sbs2ivy.c
M sw/ground_segment/misc/video_synchronizer.c
M sw/ground_segment/tmtc/Makefile
M sw/ground_segment/tmtc/ivy_serial_bridge.c
M sw/lib/ocaml/Makefile
Log Message:
-----------
[gtk] fix depreciated gtk2 elements
Commit: a7f84e99747fffc5cb61aed7e1702450c833fac2
https://github.com/paparazzi/paparazzi/commit/a7f84e99747fffc5cb61aed7e1702450c833fac2
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M sw/ground_segment/tmtc/gpsd2ivy.c
Log Message:
-----------
[gpsd] make gpsd compatible with API above 6
for Ubuntu 20.04
Commit: 017ad07444a61819f077afb3c47b1343dc057847
https://github.com/paparazzi/paparazzi/commit/017ad07444a61819f077afb3c47b1343dc057847
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M sw/ground_segment/tmtc/ivy_serial_bridge.c
Log Message:
-----------
[bridge] buffer is might be too small
Commit: 69fc51da93349ea41425401c2a28aaa447f839a5
https://github.com/paparazzi/paparazzi/commit/69fc51da93349ea41425401c2a28aaa447f839a5
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M sw/ground_segment/tmtc/app_server.c
Log Message:
-----------
[appserver] protect buffers that might overflow
Commit: ed83e04c51cf24fe661acac4c1f56e4ad0e740da
https://github.com/paparazzi/paparazzi/commit/ed83e04c51cf24fe661acac4c1f56e4ad0e740da
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M sw/ground_segment/tmtc/Makefile
Log Message:
-----------
[build] add dep to Makefile changes
Commit: 6959f1d32fb642761d4d7d6ba39c2223a728e738
https://github.com/paparazzi/paparazzi/commit/6959f1d32fb642761d4d7d6ba39c2223a728e738
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M .travis.yml
Log Message:
-----------
[travis] compile with bionic
Compare:
https://github.com/paparazzi/paparazzi/compare/db72becc5f15...6959f1d32fb6
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] dbd172: [pprzlink] update version,
Gautier Hattenberger <=