Re: [Firebird-devel] Understanding OLTP results

2017-11-16 Thread Gabor Boros
2017. 09. 14. 10:46 keltezéssel, Paul Reeves írta: Anyway, if I understand correctly the issue is with the kernels, not firebird. Have you tried other kernels from other distros ? ( 4.1 is getting old, now - the latest is 4.12, I think. ) Finally I tried with Debian 9.2. Gabor

[Firebird-devel] Present state of cmake build system

2017-11-16 Thread William L. Thomson Jr.
Greetings, I noticed a bit ago Firebird has a cmake build system in addition to autotools. I am not sure as to the present state of that. I have been messing around with it a bit with 4.x. Also looking to use the Ninja cmake generator rather than make/autotools for faster builds. I would like to

[Firebird-devel] Splitting out sub projects in extern

2017-11-16 Thread William L. Thomson Jr.
I understand for various reasons why there are packages shipped with Firebird sources used as part of its build, residing in extern folder. I would like to request for consideration that those projects be split into their own projects within Firebird. It seems Firebird project has modified some. A

Re: [Firebird-devel] Splitting out sub projects in extern

2017-11-16 Thread marius adrian popa
I propose that we go with submodules like they do on wxWidgets in the case of external dependencies (expat ...zlib) https://github.com/wxWidgets/wxWidgets/tree/master/src this way we can sync with upstream faster On Thu, Nov 16, 2017 at 6:47 PM, William L. Thomson Jr. wrote: > I understand fo

Re: [Firebird-devel] Splitting out sub projects in extern

2017-11-16 Thread Adriano dos Santos Fernandes
Em 16/11/2017 14:47, William L. Thomson Jr. escreveu: > I understand for various reasons why there are packages shipped with > Firebird sources used as part of its build, residing in extern folder. > A not good thing, a choice among others not good things. Life is not perfect. > My plan for now

Re: [Firebird-devel] Splitting out sub projects in extern

2017-11-16 Thread William L. Thomson Jr.
On Thu, 16 Nov 2017 22:30:25 -0200 Adriano dos Santos Fernandes wrote: > Em 16/11/2017 14:47, William L. Thomson Jr. escreveu: > > I understand for various reasons why there are packages shipped with > > Firebird sources used as part of its build, residing in extern > > folder. > > A not good t