On Tue, Jun 18, 2024 at 8:01 PM Daniel Sahlberg <daniel.l.sahlb...@gmail.com> wrote: > > Really impressive work (I havn't checked details but I have no doubt it works > as described)!
Thanks! > I'm sorry I haven't been very responsive lately but life got in the way... > > Regarding Serf, and this should probably be asked on d...@serf.apache.org > instead but since Serf is an important dependency for us here goes: Are you > building against Serf 1.3 (only scons), 1.4 (has both scons and cmake) or > trunk (has both scons and cmake)? Any changes you'd want to add there? I am building against Serf 1.3.10. As I just checked, the 1.4 is not yet released. I am currently using a MSBuild patch for compiling Serf, because I don't like SCons (it is so complicated to use and I decided to use something else). I think that the CMake in Serf can be improved. For example by exporting a CMake config which helps to use the library from CMake by two simple lines of code. That also would make the usage from Subversion more correct (by specifying options, libraries to link, DLLs, and support shared Serf). Additionally, I think that the modules for APR and APR-Util can be refactored and simplified (at the end we'll get the same modules in Serf and Subversion). After that, I think CMake in Serf can be released. I think I'll do those improvements some day. -- Timofei Zhakov