summaryrefslogtreecommitdiff
path: root/liborcus
AgeCommit message (Collapse)Author
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2012-12-14Make MSBuild actually run the 2012 compiler when that is what we useTor Lillqvist
The /p:PlatformToolset=v110 /p:VisualStudioVersion=11.0 options are needed to indicate that we want that. Otherwise MSBuild, when presented with a .vcxproj file created by VS2010, will assume it is the 2010 compiler that should be used. This will then lead to link errors pointing outthe incompatibility when linking the static liborcus into the scfilt DLL.
2012-12-13Add VS2010 project, avoids unreliable vcupgradeTor Lillqvist
2012-11-28liborcus: must be built with -D_GLIBCXX_DEBUG for debug STLMichael Stahl
... in --enable-dbgutil mode. Change-Id: I095bc8f29570afd9912a615e98ef05e4249ea8f7
2012-11-28Remove patches that are no longer needed.Kohei Yoshida
Per feedback from David T. the patch author. Change-Id: I6adae0a70926f6e402ba1f7680806e6c6097616e
2012-11-28Get it to build on Windows with liborcus gnumeric bits enabled.Kohei Yoshida
Now scfilt must statically link zlib because gnumeric uses gzip compression. Change-Id: I79c527d381d3c2f9bccdf091ff2b0799efee4700
2012-11-28Temporarily disable patches that don't apply.Kohei Yoshida
Change-Id: I77cd13301fb4ab98ba1ded49e5b4aa1f3974c8e1
2012-11-28This one has been upstreamed.Kohei Yoshida
Change-Id: I1f55575b07cfc3cddd27b3d42ab354405f13fa60
2012-11-28Update liborcus package to (pre-release) 0.3.0.Kohei Yoshida
This is not the official 0.3.0 release. Change-Id: I1d097ed30ea6c1835ac10d6be77e45a644449497
2012-11-28get orcus to build on RHEL-5Caolán McNamara
Change-Id: Ic18aa0eb1b48d57db81acd0d3d38ed33e3d71534
2012-11-23drop useless (and problematic) hunksDavid Tardon
The additional dependencies might trigger re-run of automake, which we really do not want. Change-Id: I5961c76c0ea047cbf7df541504349dd079137fd0
2012-11-23fdo#55435 orcus needs Boost.System with recent BoostDavid Tardon
Change-Id: I2df230e0ca6293131ceaf9211fb301165981ab86
2012-11-15let's have only one orcus library in solverMatúš Kukan
Change-Id: Ida46affca95fcd582206d79ff7a5b4d48ed92e12
2012-11-10liborcus needs boostPeter Foley
Change-Id: I83c6bd1bfb44e74b9f659a970b5c32d7475addfb
2012-10-30fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan
Rationale: - it is advised to use max-jobs and num-cpus with the same value in wiki - max-jobs was used only for lcms2 and few gbuild modules outside of tail_build anyway. Also fixes: - really use CHECK_PARALLELISM when meant to - EXTMAXPROCESS is not defined in gbuild; use parent's jobservers in sub-make where possible Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88 Reviewed-on: https://gerrit.libreoffice.org/930 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-24fixing VS 2010 error: OutDir property must end with a trailing slashDavid Ostrovsky
Change-Id: Ic6477adbd8e8eaa24f851befe5d18d34061e88ce Reviewed-on: https://gerrit.libreoffice.org/905 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-15tweak some build.lsts for the group photo...Michael Stahl
2012-10-08fix liborcus with Visual studio 2008Fridrich Štrba
Change-Id: Ia19669878e1a6c4d4b079355dcb7ce3e2836d24f
2012-10-07fix liborcus build with VS2012Peter Foley
Change-Id: I98248b2fe45da32fc0f478aee55b6939825112f7
2012-09-20Revert "Pass also gb_CXXFLAGS to the liborcus configury"Tor Lillqvist
Causes way too much problems with the tinderboxes, thanks to -Werror getting passed to the liborcus configury, and liborcus apparently is quite -Werror-unclean. Thus also revert the initial fixes for those WaEs. (Many more would be needed, it seems. I rather leave it to Kohei to make upstream liborcus warning-free. This reverts commit 083fa89dd8f894f9cd0ef217a900fab777db9f2a. This reverts commit 7e871bbaf7b208dd884528259211385b8074da39. This reverts commit 21b5706f83edecad8cd3d0ab3ce5110b82e75a46. This reverts commit bed5557e8bdfe5c698a45a4cc82619a7c22de001.
2012-09-20WaE: declaration of 'content' shadows a member of 'this'Tor Lillqvist
Change-Id: I1cc06ac0608ef159eb3027bea614b2dade8b857c
2012-09-20WaE: declaration of 'str' shadows a member of 'this'Tor Lillqvist
Change-Id: Ibbbe331421434e15c4659b5c566dadecf441dff8
2012-09-20WaE: declaration of 'size' shadows a member of 'this'Tor Lillqvist
Change-Id: Ie620d906184efcba0eb92cd8757a90a97d61ff87
2012-09-20Pass also gb_CXXFLAGS to the liborcus configuryTor Lillqvist
Fixes its build with Xcode 3 against the 10.4 SDK, at least for me... Change-Id: Icaa792286477212cc3734c3fe02c9c1496d2e1f1
2012-09-14at least mingw needs liborcus-0.2.a tooLuboš Luňák
This got lost in e7d85cc078bd1d2757709789014233f4e9c1a23d . Change-Id: I47e52a840f0bc0b1872cb9d111d5fed44f08b7bc
2012-09-11orcus: use Package to deliver librariesMichael Stahl
Manually copied files aren't cleaned Change-Id: I35b08ed6f10b9405d569c06c624d0702f1f6e5fa
2012-09-11fix few problems with gbuildized liborcusMatúš Kukan
Change-Id: Ic8717085f0f71470eadc225eb062c1dee24d24f7
2012-09-11orcus: use gb_UnpackedTarball_fix_end_of_line so patch appliesMichael Stahl
Change-Id: I455ae6cb2b99253c1a66d8d4ddab3ba5e1e9fb80
2012-09-11liborcus: convert to gbuildMatúš Kukan
Change-Id: I6a0d869526ffd40bfe5ff81267f241c049d050f0
2012-09-10boost, orcus: disable bizarre "auto link" feature for MSVC:Michael Stahl
Boost apparently uses a MSVC auto-link feature to cause MSVC to request a static library with a very particular name; disable this and remove the associated ugly workarounds boost/Package_boost*.mk. (Another alternative better than Package_boost*.mk would be to just mangle the static library name in RepositoryFixes.mk) Change-Id: Iea91f9978da00d89d2a696f3cdd090a85cea8e64
2012-09-10fix mingw buildDavid Tardon
Change-Id: I26349524db04886b939fb4b79e2feab1605beee5
2012-09-09Seems that -lm is also needed for Android on MIPS, for some reasonTor Lillqvist
Change-Id: I5075199de76abfb2b62294e8ce4ce3eb43b1daf6
2012-09-09Fix cross-compilation of liborcusTor Lillqvist
Change-Id: I429028fa05b52b5852dae38c50e315d202c8ad3d
2012-09-08MDDS is not in BUILD_TYPE anymoreMatúš Kukan
Change-Id: I2059ba397011fb3e1d39d6bb5e6e06e6c752c5be
2012-09-07Revert "Specify boost header directory for internal boost."Kohei Yoshida
This reverts commit f721ae074deef795a32ad28289286b5d2667af0d.
2012-09-07Specify boost header directory for internal boost.Kohei Yoshida
Change-Id: I60e8533552161933f48a4dfbe17e5108f77fa2eb
2012-09-07Fix liborcus warningsStephan Bergmann
Change-Id: I6811e7d451c96d5e52e152e693b1c4739be308dc
2012-09-07Make liborcus work --without-system-boostStephan Bergmann
Change-Id: I4e199c167a67ca73c1967a7cf45bb8cc5b0017e7
2012-09-07Ensure to build liborcus after solenv.Kohei Yoshida
Change-Id: Ie78b7857ac60d1337814ffb1507aadf48e05478c
2012-09-07Final 0.1.0 package md5sum.Kohei Yoshida
Change-Id: I6738fd748817dfb2441c580ea2928b81a77d7aed
2012-09-07Fix the windows build again, with new package.Kohei Yoshida
Change-Id: I4c2a480cc4a818c0b7ac5f0ad71826327d661eac
2012-09-07Updated the liborcus package.Kohei Yoshida
Change-Id: Ie8f581401dfb144fda1673597ed6717b15b03e71
2012-09-07Adopted the Linux build.Kohei Yoshida
Change-Id: I32c8e02b5568345906e8af1168f34ab0fb093052
2012-09-07Get it to build on Windows, with MSVC compiler.Kohei Yoshida
Took me 3 days just to get it to work... Change-Id: Ie28dc9b4ddb967a547cad33da18911b77bb9d558
2012-09-07Let's use static archive instead of shared object for liborcus.Kohei Yoshida
Change-Id: I5e33dac1025b1b3e5f49baf67c80da37d8e2ca5d
2012-09-07Updated the package, to reduce the size from 2.5M to 304K.Kohei Yoshida
Debug symbols were included. Removed that. Change-Id: Ie8190f69fe9e04be591d41b76ad93611d5553f55
2012-09-07Get internal liborcus to build.Kohei Yoshida
Change-Id: Ie08f8b608c5b71e5375793e6cf9054ea75d7732d