paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [paparazzi/paparazzi] 78fdaa: [pprzlink] update vers


From: Gautier Hattenberger
Subject: [paparazzi-commits] [paparazzi/paparazzi] 78fdaa: [pprzlink] update version
Date: Mon, 30 Mar 2020 08:41:06 -0700

  Branch: refs/heads/update_ocaml_compat
  Home:   https://github.com/paparazzi/paparazzi
  Commit: 78fdaae98eb4c1619f069d40f2de54fa6c266d4b
      
https://github.com/paparazzi/paparazzi/commit/78fdaae98eb4c1619f069d40f2de54fa6c266d4b
  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: cae9c1e26582c7f0129a00dfdcb9f8e47d6abc8b
      
https://github.com/paparazzi/paparazzi/commit/cae9c1e26582c7f0129a00dfdcb9f8e47d6abc8b
  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: a2530468815c8e3819d8aedcb6d7379a6bc18fe8
      
https://github.com/paparazzi/paparazzi/commit/a2530468815c8e3819d8aedcb6d7379a6bc18fe8
  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: 62d2b60f4d03fa98d2de1c02731e4e96a9aaa364
      
https://github.com/paparazzi/paparazzi/commit/62d2b60f4d03fa98d2de1c02731e4e96a9aaa364
  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: 80a6fc7a17a6016d3aa831dc0560a442d7d8720d
      
https://github.com/paparazzi/paparazzi/commit/80a6fc7a17a6016d3aa831dc0560a442d7d8720d
  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: 888ed3c4289ec75ced2f8f6d52ba4da78c6ecc2a
      
https://github.com/paparazzi/paparazzi/commit/888ed3c4289ec75ced2f8f6d52ba4da78c6ecc2a
  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: be9f164cecf93beaa791b2823535da9920e19750
      
https://github.com/paparazzi/paparazzi/commit/be9f164cecf93beaa791b2823535da9920e19750
  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: ab3621d53ad4d72b68fbcd1c64e4b28b62977efe
      
https://github.com/paparazzi/paparazzi/commit/ab3621d53ad4d72b68fbcd1c64e4b28b62977efe
  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


Compare: 
https://github.com/paparazzi/paparazzi/compare/2726ece19baf...ab3621d53ad4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]