New branch 'feature/orcus-integration' available with the following commits: commit aaf7e721ba5a6e376242971faad8f4f5a9b595e0 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Thu Sep 6 19:56:41 2012 -0400
Fix the windows build again, with new package. Change-Id: I4c2a480cc4a818c0b7ac5f0ad71826327d661eac commit 6901ccfb7fb16d7943a2f72e98e90a292b5d6539 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Thu Sep 6 15:10:19 2012 -0400 Make boostthread windows only for now. Not sure if unix needs it since most folks build with system boost there. Change-Id: I49d02a682e6658f6e3c5a6ada480903567d8c436 commit b4ad41bb5606a9a8770f0be951a43f5374e2af67 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Thu Sep 6 13:57:22 2012 -0400 Resurrect boost thread lib. Orcus needs it. Change-Id: Iadb4a223e4db523b50ee85b9079a7a4ba5971fd0 commit 78bb8e7320a13885dbfb6fe11fb518ae26327093 Author: Matúš Kukan <matus.ku...@gmail.com> Date: Thu Sep 6 19:08:33 2012 +0200 boost: create also libboost_date_time-vc90-mt-1_44.lib Change-Id: I1e48b478a42d2b554e165922b08354b971f971b9 commit e7b41f27866d2a2ad2e0eb5281446a6ba48227fe Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Wed Sep 5 13:57:23 2012 -0400 Updated the liborcus package. Change-Id: Ie8f581401dfb144fda1673597ed6717b15b03e71 commit fa1746583bfabf61e1ea2c9767b5d9bee832ff16 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Wed Sep 5 00:22:33 2012 -0400 Use DOS style file path on Windows. Change-Id: Iefd223eb0df5809ae7123a2bdf4111477e6bd71d commit 3322345db012fc4933e00b95e7e85090f931542f Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Tue Sep 4 16:18:26 2012 -0400 Adopted the Linux build. Change-Id: I32c8e02b5568345906e8af1168f34ab0fb093052 commit cf0a2da6eec68c7c69a421851ab01791c71ea2d7 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Tue Sep 4 15:05:35 2012 -0400 Get it to build on Windows, with MSVC compiler. Took me 3 days just to get it to work... Change-Id: Ie28dc9b4ddb967a547cad33da18911b77bb9d558 commit 539a891c5e91de887a2e6b60c03c526c77f5fef9 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Fri Aug 31 12:13:46 2012 -0400 Make it more generic. Change-Id: I3d3ddec1a8313bb58f5ae6bbc3edc1f273e25f94 commit 6a6f82dec1222addf2a70e0df8dff5e4b5e97ab4 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Fri Aug 31 12:06:52 2012 -0400 I'll agree with the comment, and remove this line. Change-Id: Ieff30d8df8128488910b75603d2499102b529c3b commit 2908ed17ad012b175d3c3f73243fd0ecdc52ba22 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Fri Aug 31 11:23:16 2012 -0400 We don't need this special orcus directory now that orcus is integrated. Change-Id: I3a9ef8ca998ad53969bd0911091a1c234e0b227e commit 6cb787c1f5a9222b94471d0723b392779969af32 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Fri Aug 31 11:14:50 2012 -0400 Use the latest license header. Change-Id: I6cd50b8707331b9cf41cb1d42b5ad3d167006478 commit 07bd5f000aa20f2a79d95b9c4701b5c660a681ab Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Fri Aug 31 11:13:25 2012 -0400 Add or update the header guards. Change-Id: I1d2205e4659041670b1e3f0dc1dc41262e75c9ac commit 8d2de8631a04d03413384178c56854d68ded41e8 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Fri Aug 31 11:11:00 2012 -0400 Move the orcus handling code from sc to scfilt. Then this will be subject to on-demand loading. Change-Id: Ibefcb77b4c8a97707f3ea177a81bd61bdc58fc31 commit 39e06270ed32ee613c8e40d57637095ab4cb9fe8 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Fri Aug 31 10:11:32 2012 -0400 Let's use static archive instead of shared object for liborcus. Change-Id: I5e33dac1025b1b3e5f49baf67c80da37d8e2ca5d commit dcef3933a28d690f66014c0caebf51aae8b250c4 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Fri Aug 31 09:40:12 2012 -0400 Updated the package, to reduce the size from 2.5M to 304K. Debug symbols were included. Removed that. Change-Id: Ie8190f69fe9e04be591d41b76ad93611d5553f55 commit 2bfde012669c1ef33846b807a25765586ec2345a Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Thu Aug 30 23:26:59 2012 -0400 Get internal liborcus to build. Change-Id: Ie08f8b608c5b71e5375793e6cf9054ea75d7732d commit b8caa94ea7840fcf4647fc81f61880c9dffcc9a4 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Fri Jul 27 22:14:39 2012 -0400 First cut on integrating liborcus into libreoffice tree.... It introduces the 'FilterProvider' property in the media descriptor to optionally bypass the normal loading process and let the external filter provider to handle the loading. For now I'm overwriting the csv import filter just to see how this could work just as an experiment. Orcus still needs a lot of work, and it crashes very often at the moment. Change-Id: I11b34572c71073144804a7d0dd5176c8067d8deb
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits