Re: [PATCH] CMake: disable deprecated behavior

2023-09-01 Thread Thomas Jarosch
Hi Yegor, You wrote on Fri, Sep 01, 2023 at 11:33:02AM +0200: > From: Yegor Yefremov > > Set policies CMP0011, CMP0057, CMP0099 to the new behavior. Since > version 3.27.4 if the policy is not set to the new behavior, CMake > will generate a warning. thanks a lot for the patches, all applied!

A library to talk to FTDI chips branch, master, updated. v1.5-32-g91d2d1f

2023-09-01 Thread libftdi-git
The branch, master has been updated via 91d2d1f1be6615a02f8d2ac0b90607fb7a3dd770 (commit) from 5a85740e9701abc4fd439bee10d31b039ea5ed3e (commit) - Log - commit 91d2d1f1be6615a02f8d2ac0b90607fb7a3dd770 Author: Yegor

A library to talk to FTDI chips branch, master, updated. v1.5-31-g5a85740

2023-09-01 Thread libftdi-git
The branch, master has been updated via 5a85740e9701abc4fd439bee10d31b039ea5ed3e (commit) from 18bae9b40640804d0a35e9dca6787d6c34c66703 (commit) - Log - commit 5a85740e9701abc4fd439bee10d31b039ea5ed3e Author: Yegor

A library to talk to FTDI chips branch, master, updated. v1.5-30-g18bae9b

2023-09-01 Thread libftdi-git
The branch, master has been updated via 18bae9b40640804d0a35e9dca6787d6c34c66703 (commit) from 61a6bac98bbac623fb33b6153a063b6436f84721 (commit) - Log - commit 18bae9b40640804d0a35e9dca6787d6c34c66703 Author: Yegor

A library to talk to FTDI chips branch, master, updated. v1.5-29-g61a6bac

2023-09-01 Thread libftdi-git
The branch, master has been updated via 61a6bac98bbac623fb33b6153a063b6436f84721 (commit) from d2c44d28fec89b22cb27e61d402087d229282a2a (commit) - Log - commit 61a6bac98bbac623fb33b6153a063b6436f84721 Author: Yegor

A library to talk to FTDI chips branch, master, updated. v1.5-28-gd2c44d2

2023-09-01 Thread libftdi-git
The branch, master has been updated via d2c44d28fec89b22cb27e61d402087d229282a2a (commit) from 7828006e4d0fd4fd72b77151045aaa61c053ffc3 (commit) - Log - commit d2c44d28fec89b22cb27e61d402087d229282a2a Author: Yegor

[PATCH] CMake: disable deprecated behavior

2023-09-01 Thread yegorslists
From: Yegor Yefremov Set policies CMP0011, CMP0057, CMP0099 to the new behavior. Since version 3.27.4 if the policy is not set to the new behavior, CMake will generate a warning. --- CMakeLists.txt | 17 + 1 file changed, 17 insertions(+) diff --git a/CMakeLists.txt

Re: [PATCH] ftdi_stream: fix timeout setting

2023-09-01 Thread Matthias Klein
Hi Thomas, Did you experience an integer overflow with large timeout values or what was the motivation for this change? I could not start example/stream_test. In ftdi.c:96 ftdi->usb_read_timeout is initialized with 5000, and in ftdi_stream.c:248 passed to libusb_handle_events_timeout().