[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 65ac43: [sw/supervision] papar
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 65ac43: [sw/supervision] paparazzi center: use input_line ... |
Date: |
Thu, 13 Sep 2012 04:54:52 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 65ac431349fbaafce6c86ed25ea62ddb7c908afa
https://github.com/paparazzi/paparazzi/commit/65ac431349fbaafce6c86ed25ea62ddb7c908afa
Author: Felix Ruess <address@hidden>
Date: 2012-09-12 (Wed, 12 Sep 2012)
Changed paths:
M sw/supervision/pc_common.ml
Log Message:
-----------
[sw/supervision] paparazzi center: use input_line to read one line at a time
* this should make error/warning/info coloration work properly
* on HUP signal just recursively read into a small buffer like we did before,
since we might not get a newline at the end...
should fix #113
Commit: a9918f2f4a5c6b1a369c3f149838ce531145fa6b
https://github.com/paparazzi/paparazzi/commit/a9918f2f4a5c6b1a369c3f149838ce531145fa6b
Author: Gautier Hattenberger <address@hidden>
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
M sw/supervision/pc_common.ml
Log Message:
-----------
[sw/supervision] split input buffer to pass it line by line
It is still possible to have bad colors in the pprz terminal if buffer
size is too small but still it should work better than before.
Unfortunately, I don't think input_line can be used here.
Commit: 82c5b6f5dcf3f20e09da8e4546ea235258917d8b
https://github.com/paparazzi/paparazzi/commit/82c5b6f5dcf3f20e09da8e4546ea235258917d8b
Author: Gautier Hattenberger <address@hidden>
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
M sw/supervision/pc_common.ml
Log Message:
-----------
[supervision] always print buffer
Commit: fe630e72e42d6b04c0a2c6af5b415df6b2abce3a
https://github.com/paparazzi/paparazzi/commit/fe630e72e42d6b04c0a2c6af5b415df6b2abce3a
Author: Gautier Hattenberger <address@hidden>
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
M sw/supervision/paparazzicenter.ml
M sw/supervision/pc_common.ml
Log Message:
-----------
[supervision] set LANG=C so errors are in english and thus colored
Commit: 63a6fc109d0628aef5b38207f9054a8ad72ca00c
https://github.com/paparazzi/paparazzi/commit/63a6fc109d0628aef5b38207f9054a8ad72ca00c
Author: Gautier Hattenberger <address@hidden>
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
M sw/supervision/paparazzicenter.ml
M sw/supervision/pc_common.ml
Log Message:
-----------
Merge pull request #279 from gautierhattenberger/fix_pprz_center_coloration
Fix pprz center coloration
Compare:
https://github.com/paparazzi/paparazzi/compare/0c412285da07...63a6fc109d06
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 65ac43: [sw/supervision] paparazzi center: use input_line ...,
GitHub <=