[Firebird-devel] Firebird should be able to build with clang/gcc sanitizer ?

2014-08-18 Thread marius adrian popa
The comment is at the end of the bug "I'm only disabling the firebird code as it uses a custom allocator that does not work nicely with Asan." https://bugs.freedesktop.org/show_bug.cgi?id=72468 -- Firebird-Devel mailing

Re: [Firebird-devel] Firebird should be able to build with clang/gcc sanitizer ?

2014-08-18 Thread Dimitry Sibiryakov
18.08.2014 15:03, marius adrian popa wrote: > The comment is at the end of the bug > > "I'm only disabling the firebird code as it uses a custom allocator > that does not work nicely with Asan." If "Asan" (whatever it is) can't work with custom allocator is it allocator's problem?.. -- WB

Re: [Firebird-devel] Firebird should be able to build with clang/gcc sanitizer ?

2014-08-18 Thread Mark Rotteveel
On Mon, 18 Aug 2014 16:03:17 +0300, marius adrian popa wrote: > The comment is at the end of the bug > > "I'm only disabling the firebird code as it uses a custom allocator > that does not work nicely with Asan." > > https://bugs.freedesktop.org/show_bug.cgi?id=72468 Could you please include qu

Re: [Firebird-devel] Firebird should be able to build with clang/gcc sanitizer ?

2014-08-18 Thread Mark Rotteveel
On Mon, 18 Aug 2014 15:09:40 +0200, Dimitry Sibiryakov wrote: > 18.08.2014 15:03, marius adrian popa wrote: >> The comment is at the end of the bug >> >> "I'm only disabling the firebird code as it uses a custom allocator >> that does not work nicely with Asan." > >If "Asan" (whatever it is)

Re: [Firebird-devel] Firebird should be able to build with clang/gcc sanitizer ?

2014-08-18 Thread Dimitry Sibiryakov
18.08.2014 15:16, Mark Rotteveel wrote: > Asan is an Address Sanitizer, see > http://clang.llvm.org/docs/AddressSanitizer.html > > It is a tool to detect memory errors allocation (etc) errors, see the > link. Overloading of "new" operator is a legal C++ operation. -- WBR, SD.

[Firebird-devel] Set config parameter for a group of databases

2014-08-18 Thread Dimitry Sibiryakov
Hello, All. Is there a way to set a parameter for several databases at once (using regexp or in a different way)? Say, if I want to set non-standard security database for all databases in one directory, can I do it? -- WBR, SD. --

[Firebird-devel] [FB-Tracker] Created: (CORE-4524) New gbak option to enable encryption during restore

2014-08-18 Thread Carlos H. Cantu (JIRA)
New gbak option to enable encryption during restore --- Key: CORE-4524 URL: http://tracker.firebirdsql.org/browse/CORE-4524 Project: Firebird Core Issue Type: Improvement Components:

Re: [Firebird-devel] Set config parameter for a group of databases

2014-08-18 Thread Alex Peshkoff
On 08/18/14 17:28, Dimitry Sibiryakov wrote: > Hello, All. > > Is there a way to set a parameter for several databases at once (using > regexp or in a > different way)? Say, if I want to set non-standard security database for all > databases in > one directory, can I do it? > No. But sug

[Firebird-devel] New interface (cloop)

2014-08-18 Thread Adriano dos Santos Fernandes
Hi! I put in my github account the first version of cloop - Cross Language Object Oriented Programming. - https://github.com/asfernandes/cloop This first version is limited to void and int datatypes, supports C, C++ and Free Pascal, and the makefile works only in POSIX. Some files in src/tests/t

[Firebird-devel] [FB-Tracker] Created: (CORE-4525) add field with default value to table with data has not intuitive behavior

2014-08-18 Thread Nick Dee (JIRA)
add field with default value to table with data has not intuitive behavior -- Key: CORE-4525 URL: http://tracker.firebirdsql.org/browse/CORE-4525 Project: Firebird Core