[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 039cbe: [ocaml] use camlp4 to
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 039cbe: [ocaml] use camlp4 to check netclient version |
Date: |
Tue, 17 Mar 2015 07:24:16 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 039cbe5ae62fe6c31115450a91579886eb8cdd3b
https://github.com/paparazzi/paparazzi/commit/039cbe5ae62fe6c31115450a91579886eb8cdd3b
Author: Felix Ruess <address@hidden>
Date: 2015-03-16 (Mon, 16 Mar 2015)
Changed paths:
M sw/lib/ocaml/Makefile
M sw/lib/ocaml/http.ml
Log Message:
-----------
[ocaml] use camlp4 to check netclient version
See issue #1133
Since some ml source files can't be run through camlp4 without changes,
only run files in PP_SRC through preprocessor (currently http.ml)
Commit: a0bffe556fbfa500b6a869c30194f6076e44d393
https://github.com/paparazzi/paparazzi/commit/a0bffe556fbfa500b6a869c30194f6076e44d393
Author: Felix Ruess <address@hidden>
Date: 2015-03-17 (Tue, 17 Mar 2015)
Changed paths:
M sw/ground_segment/cockpit/Makefile
M sw/ground_segment/cockpit/gcs.ml
Log Message:
-----------
[gcs] use camlp4 to deal with native window id change in lablgtk 2.18
Commit: d0ec9d7bbfe3c586d017548abf46f89b19ba11a5
https://github.com/paparazzi/paparazzi/commit/d0ec9d7bbfe3c586d017548abf46f89b19ba11a5
Author: Felix Ruess <address@hidden>
Date: 2015-03-17 (Tue, 17 Mar 2015)
Changed paths:
M sw/ground_segment/cockpit/Makefile
M sw/ground_segment/cockpit/gcs.ml
M sw/lib/ocaml/Makefile
M sw/lib/ocaml/http.ml
Log Message:
-----------
Merge pull request #1137 from paparazzi/camlp4_ifdef
[OCaml] use camlp4 to ifdef around netclient/lablgtk version differences
Compare:
https://github.com/paparazzi/paparazzi/compare/9216228f4b39...d0ec9d7bbfe3