Re: About building on Apple Silicon M1

2021-05-06 Thread marius adrian popa
Just for info : Firebird v3.0.8 is the next point release to come, it's scheduled for Q2 2021 according to the Roadmap https://firebirdsql.org/en/roadmap/ and related pull request https://github.com/FirebirdSQL/firebird/pull/308 On Sat, May 1, 2021 at 10:21 PM Philipp Weissenbacher <

Excel team considering Python as scripting language: asking for feedback

2017-12-19 Thread marius adrian popa
https://news.ycombinator.com/item?id=15927132 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: MacOS build fail "SSE4.2 instruction set not enabled" (abandonned)

2017-05-15 Thread marius adrian popa
e: > - it's too complicated to modify the patch : the patching part was working > on my Mac and it fails to apply on Jenkins Mac > - sse4 pb. Even if it builds, LO may crash on pc which aren't compatible > with sse4 > > Julien > > On 12/05/2017 14:33, marius adrian popa wrote: >

Re: MacOS build fail "SSE4.2 instruction set not enabled"

2017-05-12 Thread marius adrian popa
ails https://ci.libreoffice.org/job/lo_gerrit/11317/Config=macosx_clang_dbgutil/ On Fri, May 12, 2017 at 1:10 PM, Tomaž Vajngerl <qui...@gmail.com> wrote: > Hi, > > On Fri, May 12, 2017 at 11:05 AM, marius adrian popa <map...@gmail.com> > wrote: > > Known issue in Firebird

Re: MacOS build fail "SSE4.2 instruction set not enabled"

2017-05-12 Thread marius adrian popa
Known issue in Firebird 3.0.x http://firebird.1100200.n4.nabble.com/std-c-11-added-to-CXXFLAGS-in-3-0-on-linux-td4645224.html introduced by this commit https://github.com/FirebirdSQL/firebird/commit/52d9a05a0f3d On Thu, May 11, 2017 at 1:01 PM, Tomaž Vajngerl wrote: > Hi, >

Re: Support new and discontinue old compilers

2017-02-15 Thread marius adrian popa
I will check the issue with Firebird http://paste.openstack.org/show/594333/ On Wed, Feb 15, 2017 at 10:26 AM, David Ostrovsky wrote: > > I'm pleased to share with you, that MSVC 15 (aka VS 2017) is up > and running on master: [1]. > > After fixing the VC++ runtime merge

Re: 5.3.0.3 firebird race condition

2017-02-14 Thread marius adrian popa
I guess can be cherrypicked for 5.3.x On Tue, Feb 14, 2017 at 10:13 AM, Stephan Bergmann wrote: > On 02/14/2017 02:03 AM, Chris Willing wrote: > >> Building 5.3.0.3 using the supplied firebird >> (external/tarballs/Firebird-3.0.0.32483-0.tar.bz2) results in >> intermittent

Re: tdf#50916 : Calc : Dynamic column container

2017-02-09 Thread marius adrian popa
Discussion on reddit https://www.reddit.com/r/programming/comments/5skn9j/project_increasing_the_limit_of_number_of_columns/ On Mon, Feb 6, 2017 at 2:27 PM, Dennis Francis wrote: > Hi All > > I have compiled a writeup @ https://niocs.github.io/ >

Firebird bug CORE-5452 is fixed : Segfault when engine's dynamic library is unloaded right after closing worker threads

2017-01-13 Thread marius adrian popa
Firebird bug CORE-5452 is fixed http://tracker.firebirdsql.org/browse/CORE-5452 And related commit https://github.com/FirebirdSQL/firebird/commit/40f782ae3e918c4f3842571ff8064be1c4f54961 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: I'm new

2016-12-01 Thread marius adrian popa
First step is to download LibreOffice and get it build. We have made a step by step guide on how to proceed: https://wiki.documentfoundation.org/Development/GetInvolved On Wed, Nov 30, 2016 at 11:46 AM, Dragos Petrescu < petrescudragos1...@gmail.com> wrote: > Hi, > > I'm new here and I'd like

Re: Firebird 2.5 Patch to compile with Visual Studio 2015

2016-04-04 Thread marius adrian popa
, Apr 1, 2016 at 9:56 PM, marius adrian popa <map...@gmail.com> wrote: > I have added the gerrit here > > https://gerrit.libreoffice.org/23738 Add Visual Studio 14 Changes from > upstream > > please review > > On Fri, Apr 1, 2016 at 1:52 PM, Lionel Elie Mamane <lio..

Re: Firebird 2.5 Patch to compile with Visual Studio 2015

2016-04-01 Thread marius adrian popa
I have added the gerrit here https://gerrit.libreoffice.org/23738 Add Visual Studio 14 Changes from upstream please review On Fri, Apr 1, 2016 at 1:52 PM, Lionel Elie Mamane <lio...@mamane.lu> wrote: > On Wed, Mar 30, 2016 at 08:04:30PM +0300, marius adrian popa wrote: > > Fin

Re: Icu error with Firebird 3.0 patch

2016-04-01 Thread marius adrian popa
Good news : Firebird 3.0 builds and works now with libreoffice I have updated the patch and now it compiles fine on ubuntu 15.10 x64 https://gist.github.com/mariuz/bcde7f783b657b2465e5 Submited new gerrit https://gerrit.libreoffice.org/23737 On Fri, Apr 1, 2016 at 7:22 PM, marius adrian popa

Re: Icu error with Firebird 3.0 patch

2016-04-01 Thread marius adrian popa
On Fri, Apr 01, 2016 at 04:45:28PM +0300, marius adrian popa wrote: > > FB3 has no ICU sources in the tree anymore so is using system-icu by > > default or the ones downloaded with libo tree (that is why it was removed > > from the configure flags --with-system-icu) &g

Re: Icu error with Firebird 3.0 patch

2016-04-01 Thread marius adrian popa
-icu --with-system-icu-for-build=yes On Fri, Apr 1, 2016 at 1:48 PM, Lionel Elie Mamane <lio...@mamane.lu> wrote: > On Thu, Mar 31, 2016 at 10:07:41PM +0300, marius adrian popa wrote: > > I started refactoring firebird 3.0 patch for libreoffice (updated to rc2) > > > https:

Icu error with Firebird 3.0 patch

2016-03-31 Thread marius adrian popa
I started refactoring firebird 3.0 patch for libreoffice (updated to rc2) https://gist.github.com/mariuz/bcde7f783b657b2465e5 and there are few issues with icu linking https://gist.github.com/mariuz/68588eabb4f40c8aa008a601eade91e2

Firebird 2.5 Patch to compile with Visual Studio 2015

2016-03-30 Thread marius adrian popa
Final Firebird 2.5 Patch to compile with Visual Studio 2015 is now merged , https://github.com/FirebirdSQL/firebird/pull/12 I will add a gerrit for libreoffice also https://patch-diff.githubusercontent.com/raw/FirebirdSQL/firebird/pull/12.patch ps: in Firebird tree i will send a pull request

GSoC 2016

2016-03-24 Thread marius adrian popa
Hello I'm Finishing my Master Degree this Year (2016) in Information Technology at Petru Maior University Romania (Last year i had some familiy issues that now are solved) http://upm.ro/English/English.html I will work this summer on finishing integration of Firebird backend

Firebird 3.0 and MSVC14 build (good news)

2016-03-23 Thread marius adrian popa
I have tested the Firebird 3.0 and MSVC14 compiler and builds ok https://github.com/FirebirdSQL/firebird/tree/B3_0_Release/builds/win32/msvc14 Tomorrow I will test also with firebird 2.5.x branch and i will check what patches are needed Instructions for building it are located here

Firebird embedded backup restore api issues (with no password)

2015-08-04 Thread marius adrian popa
I try to make it work the patch created by Andrej Hunt http://thread.gmane.org/gmane.comp.db.firebird.devel/4112/focus=4119 and here is the updated patch https://github.com/LibreOffice/core/compare/master...mariuz:master#diff-bfc0794448907302428dd8c65f779827R571 if anyone can see anything

Update firebird to version 2.5.4

2015-07-02 Thread marius adrian popa
Gerrit created , please review https://gerrit.libreoffice.org/16703 Tested on osx 10.10 , win 10 , ubuntu 14.04 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Gsoc] weekly report

2015-06-27 Thread marius adrian popa
I managed to start the debugger and decode the backtrace http://mapopa.blogspot.ro/2015/06/debugging-72987-libreoffice-patch.html Then i found why the qa test crashes and why there is hope http://mapopa.blogspot.ro/2015/06/the-good-news.html Next i need to work on the save fbk to odb function

Gsoc : The good news

2015-06-25 Thread marius adrian popa
The good news is firebird_empty.odb simple test is is ok (fdb file is created in tmp area and queries work) as seen in the trace https://gist.github.com/mariuz/ecfbab056136b8736bda info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/Driver.cxx:54:

gdb debugging is locked

2015-06-23 Thread marius adrian popa
I started debugging the gist at the end of bug #72987 https://bugs.documentfoundation.org/show_bug.cgi?id=72987#c10 export DEBUGCPPUNIT=TRUE export CPPUNITTRACE=gdb --args export VALGRIND=memcheck make CppunitTest_dbaccess_firebird_test make -j 4 -rs -f /home/mariuz/work/libo/Makefile.gbuild

Gsoc weekly report

2015-06-05 Thread marius adrian popa
I worked on the finishing firebird 2.5.4 cygwin.msvc patch and i did also the up streaming (as much as i could from it) I had an issue with patch created on linux didn't apply very well on osx (hunk issue) I have prepared the gerrit for firebird 2.5.4 upgrade here

Defender Exploit:Win32/CVE-2010-3333

2015-05-25 Thread marius adrian popa
While doing the tests after make i get the above message with windows defender (windows 10) and realtime protection enabled http://www.microsoft.com/security/portal/threat/encyclopedia/entry.aspx?name=Exploit%3aWin32%2fCVE-2010-threatid=2147641438

Re: Defender Exploit:Win32/CVE-2010-3333

2015-05-25 Thread marius adrian popa
McNamara caol...@redhat.com wrote: On Mon, 2015-05-25 at 06:24 -0700, marius adrian popa wrote: While doing the tests after make i get the above message with windows defender (windows 10) and realtime protection enabled hmm, what's the output of grep -A 1 CVE tests config.log ? If the result

make issue when building on Windows 10 (cygwin 32bit)

2015-05-22 Thread marius adrian popa
All the requirements for building are met but i have an issue when i try to compile libo-core master $ make C:/cygwin/bin/bash: mkdir: command not found C:/sources/libo-core/Makefile.fetch:103: recipe for target 'C:/sources/libo-core /workdir/download'

Re: make issue when building on Windows 10 (cygwin 32bit)

2015-05-22 Thread marius adrian popa
please ignore the previous message it started with /opt/lo/bin/make On Fri, May 22, 2015 at 3:16 PM, marius adrian popa map...@gmail.com wrote: All the requirements for building are met but i have an issue when i try to compile libo-core master $ make C:/cygwin/bin/bash: mkdir: command

Firebird 2.5.3 updates

2015-03-27 Thread marius adrian popa
For firebird 2.5.3 i have made the following patches , If someone can review them and aprove them https://gerrit.libreoffice.org/#/c/15026/ and https://gerrit.libreoffice.org/#/c/15027/ Another patch that needs to be removed (already applied in firebird 3.0 and 2.5.3)

Libreoffice with Firebird3 patch

2015-03-27 Thread marius adrian popa
The good news is that it compiles https://gist.github.com/mariuz/bcde7f783b657b2465e5 configure flags removed in firebird 3.0 --disable-super server is no more (super and superclassic are one) --with-system-icu is not needed , firebird defaults on compiling with the system icu (MAKE)

GSoC 2015

2015-03-24 Thread marius adrian popa
Hello I'm Finishing my Master Degree this Year (2015) in Information Technology at Petru Maior University Romania http://upm.ro/English/English.html I will work this summer on finishing integration of Firebird backend

Subject: Popa Adrian Marius license statement

2015-03-23 Thread marius adrian popa
All of my past future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice