paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [paparazzi/paparazzi] cf150d: [ocaml] move the GCS-o


From: Gautier Hattenberger
Subject: [paparazzi-commits] [paparazzi/paparazzi] cf150d: [ocaml] move the GCS-only related code out of xppr...
Date: Tue, 14 Feb 2023 01:07:59 -0800

  Branch: refs/heads/master
  Home:   https://github.com/paparazzi/paparazzi
  Commit: cf150db155efe5c52b9835f5ae8b543bb96057e0
      
https://github.com/paparazzi/paparazzi/commit/cf150db155efe5c52b9835f5ae8b543bb96057e0
  Author: Gautier Hattenberger <gautier.hattenberger@enac.fr>
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
    M .gitignore
    M Makefile
    R conf/tools/settings.xml
    M sw/ground_segment/cockpit/Makefile
    M sw/ground_segment/cockpit/gcs.ml
    A sw/ground_segment/cockpit/lib/.gitignore
    A sw/ground_segment/cockpit/lib/META.gcslib
    A sw/ground_segment/cockpit/lib/Makefile
    A sw/ground_segment/cockpit/lib/acIcon.ml
    A sw/ground_segment/cockpit/lib/acIcon.mli
    A sw/ground_segment/cockpit/lib/contrastLabel.ml
    A sw/ground_segment/cockpit/lib/contrastLabel.mli
    A sw/ground_segment/cockpit/lib/mapCanvas.ml
    A sw/ground_segment/cockpit/lib/mapCanvas.mli
    A sw/ground_segment/cockpit/lib/mapFP.ml
    A sw/ground_segment/cockpit/lib/mapFP.mli
    A sw/ground_segment/cockpit/lib/mapGoogle.ml
    A sw/ground_segment/cockpit/lib/mapGoogle.mli
    A sw/ground_segment/cockpit/lib/mapIGN.ml
    A sw/ground_segment/cockpit/lib/mapIGN.mli
    A sw/ground_segment/cockpit/lib/mapTrack.ml
    A sw/ground_segment/cockpit/lib/mapTrack.mli
    A sw/ground_segment/cockpit/lib/mapWaypoints.ml
    A sw/ground_segment/cockpit/lib/mapWaypoints.mli
    A sw/ground_segment/cockpit/lib/ml_gtk_drag.c
    A sw/ground_segment/cockpit/lib/papget.ml
    A sw/ground_segment/cockpit/lib/papget.mli
    A sw/ground_segment/cockpit/lib/papget_common.ml
    A sw/ground_segment/cockpit/lib/papget_common.mli
    A sw/ground_segment/cockpit/lib/papget_renderer.ml
    A sw/ground_segment/cockpit/lib/papget_renderer.mli
    A sw/ground_segment/cockpit/lib/widgets.glade
    A sw/ground_segment/cockpit/lib/wind_sock.ml
    A sw/ground_segment/cockpit/lib/wind_sock.mli
    A sw/ground_segment/cockpit/lib/xmlEdit.ml
    A sw/ground_segment/cockpit/lib/xmlEdit.mli
    M sw/ground_segment/tmtc/Makefile
    R sw/ground_segment/tmtc/settings_gui.ml
    A sw/lib/ocaml/META.pprz
    R sw/lib/ocaml/META.pprz.template
    M sw/lib/ocaml/Makefile
    R sw/lib/ocaml/acIcon.ml
    R sw/lib/ocaml/acIcon.mli
    R sw/lib/ocaml/contrastLabel.ml
    R sw/lib/ocaml/contrastLabel.mli
    R sw/lib/ocaml/gtk_tools_GL.ml
    R sw/lib/ocaml/gtk_tools_GL.mli
    R sw/lib/ocaml/gtk_tools_icons.ml
    R sw/lib/ocaml/gtk_tools_icons.mli
    R sw/lib/ocaml/mapCanvas.ml
    R sw/lib/ocaml/mapCanvas.mli
    R sw/lib/ocaml/mapFP.ml
    R sw/lib/ocaml/mapFP.mli
    R sw/lib/ocaml/mapGoogle.ml
    R sw/lib/ocaml/mapGoogle.mli
    R sw/lib/ocaml/mapIGN.ml
    R sw/lib/ocaml/mapIGN.mli
    R sw/lib/ocaml/mapTrack.ml
    R sw/lib/ocaml/mapTrack.mli
    R sw/lib/ocaml/mapWaypoints.ml
    R sw/lib/ocaml/mapWaypoints.mli
    R sw/lib/ocaml/ml_gtk_drag.c
    R sw/lib/ocaml/papget.ml
    R sw/lib/ocaml/papget.mli
    R sw/lib/ocaml/papget_common.ml
    R sw/lib/ocaml/papget_common.mli
    R sw/lib/ocaml/papget_renderer.ml
    R sw/lib/ocaml/papget_renderer.mli
    R sw/lib/ocaml/platform.ml
    R sw/lib/ocaml/platform.mli
    R sw/lib/ocaml/widgets.glade
    R sw/lib/ocaml/wind_sock.ml
    R sw/lib/ocaml/wind_sock.mli
    R sw/lib/ocaml/xmlEdit.ml
    R sw/lib/ocaml/xmlEdit.mli
    M sw/logalizer/Makefile
    M sw/supervision/Makefile

  Log Message:
  -----------
  [ocaml] move the GCS-only related code out of xpprz lib

Most of the pprz.xlib is used by the legacy GCS only, using in
particular the deprecated canvans.
This PR is isolating the relevant part to the GCS folder, so it will be
easier in the future to avoid the compilation of this part by default.

Conditional compilation of the old GCS: test if glade is installed
to build supervision, logplotter and the (legacy) GCS.


  Commit: 8dafb7840ac7f2ed1b0d42f27c589871d28e94f8
      
https://github.com/paparazzi/paparazzi/commit/8dafb7840ac7f2ed1b0d42f27c589871d28e94f8
  Author: Gautier Hattenberger <gautier.hattenberger@enac.fr>
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
    M sw/ground_segment/cockpit/editFP.ml
    M sw/ground_segment/cockpit/gcs.ml
    M sw/ground_segment/cockpit/horizon.ml
    M sw/ground_segment/cockpit/lib/mapCanvas.ml
    M sw/ground_segment/cockpit/lib/mapGoogle.ml
    M sw/ground_segment/cockpit/lib/mapTrack.ml
    M sw/ground_segment/cockpit/lib/mapWaypoints.ml
    M sw/ground_segment/cockpit/lib/papget.ml
    M sw/ground_segment/cockpit/lib/xmlEdit.ml
    M sw/ground_segment/cockpit/live.ml
    M sw/ground_segment/cockpit/page_settings.ml
    M sw/ground_segment/cockpit/pages.ml
    M sw/ground_segment/cockpit/saveSettings.ml
    M sw/ground_segment/cockpit/sectors.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/link.ml
    M sw/ground_segment/tmtc/messages.ml
    M sw/ground_segment/tmtc/server.ml
    M sw/lib/ocaml/gtk_tools.ml
    M sw/logalizer/export.ml
    M sw/logalizer/logplotter.ml
    M sw/logalizer/play_core.ml
    M sw/logalizer/plotter.ml
    M sw/simulator/gaia.ml
    M sw/simulator/sim.ml
    M sw/simulator/simlib.ml
    M sw/simulator/sitl.ml
    M sw/supervision/paparazzicenter.ml
    M sw/supervision/pc_common.ml
    M sw/supervision/pc_control_panel.ml

  Log Message:
  -----------
  [ocaml] fix warnings in ubuntu 22.04


  Commit: 86fd9005cb608e6679d611b7ad4644cc2a82cd26
      
https://github.com/paparazzi/paparazzi/commit/86fd9005cb608e6679d611b7ad4644cc2a82cd26
  Author: Gautier Hattenberger <gautier.hattenberger@enac.fr>
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
    R sw/misc/button/Makefile
    R sw/misc/button/panic.c

  Log Message:
  -----------
  remove old code panic button


Compare: 
https://github.com/paparazzi/paparazzi/compare/cd546696ef0b...86fd9005cb60



reply via email to

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