paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [paparazzi/paparazzi] 8be5c4: [modules] start pimpin


From: GitHub
Subject: [paparazzi-commits] [paparazzi/paparazzi] 8be5c4: [modules] start pimping dependencies
Date: Mon, 08 Dec 2014 02:00:02 -0800

  Branch: refs/heads/master
  Home:   https://github.com/paparazzi/paparazzi
  Commit: 8be5c426b6ae1de85758b1e3915dc5a2f9a21506
      
https://github.com/paparazzi/paparazzi/commit/8be5c426b6ae1de85758b1e3915dc5a2f9a21506
  Author: Felix Ruess <address@hidden>
  Date:   2014-12-08 (Mon, 08 Dec 2014)

  Changed paths:
    M conf/modules/ahrs_chimu_spi.xml
    M conf/modules/ahrs_chimu_uart.xml
    M conf/modules/airspeed_ads1114.xml
    M conf/modules/cam_segment.xml
    M conf/modules/digital_cam.xml
    M conf/modules/digital_cam_i2c.xml
    M conf/modules/digital_cam_servo.xml
    M conf/modules/digital_cam_shoot_rc.xml
    M conf/modules/digital_cam_uart.xml
    M conf/modules/infrared_adc.xml
    M conf/modules/ins_vn100.xml
    M conf/modules/ins_xsens.xml
    M conf/modules/ins_xsens_MTiG_Uart0.xml
    M conf/modules/ins_xsens_MTi_Uart0.xml
    M conf/modules/mag_hmc5843.xml
    M conf/modules/meteo_stick.xml
    M conf/modules/mf_ptu.xml
    M conf/modules/module.dtd
    M conf/modules/px4flow.xml
    M conf/modules/windturbine.xml
    M conf/modules/xtend_rssi.xml
    M sw/airborne/modules/digital_cam/dc_shoot_rc.c
    M sw/tools/generators/gen_modules.ml

  Log Message:
  -----------
  [modules] start pimping dependencies

Start working on #940

This replaces
```xml
<depend require="foo|bar" conflict="baz"/>
```
with
```xml
<depends>foo,bar</depends>
<conflicts>baz</conflicts>
```

and now allows to specify OR dependencies with | (pipe) similaro to Debian 
depends:
```xml
<depends>foo,bar,this|that</depends>
```
which would depend on: foo AND bar AND (this OR that)


  Commit: 884b1f68c1ad6ec41295810b992e227e60c9b525
      
https://github.com/paparazzi/paparazzi/commit/884b1f68c1ad6ec41295810b992e227e60c9b525
  Author: Felix Ruess <address@hidden>
  Date:   2014-12-08 (Mon, 08 Dec 2014)

  Changed paths:
    M sw/lib/ocaml/gen_common.ml
    M sw/lib/ocaml/gen_common.mli
    M sw/tools/generators/gen_modules.ml

  Log Message:
  -----------
  [generators][modules] use module xml filename without path in dependencies


  Commit: 762aa4ffe143c784728351578760421f841e33dd
      
https://github.com/paparazzi/paparazzi/commit/762aa4ffe143c784728351578760421f841e33dd
  Author: Felix Ruess <address@hidden>
  Date:   2014-12-08 (Mon, 08 Dec 2014)

  Changed paths:
    M sw/airborne/modules/cam_control/cam.c
    M sw/airborne/modules/cam_control/cam.h
    M sw/airborne/modules/cam_control/point.c
    M sw/airborne/modules/cam_control/point.h

  Log Message:
  -----------
  [modules] minor cleanup in cam_control


Compare: 
https://github.com/paparazzi/paparazzi/compare/a3e3eb8d1cc9...762aa4ffe143

reply via email to

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